"All tests successful" VC6.0 Win32
[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 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
35         Log: Integrate perlio; extensive threads and threads::shared work
36              
37              Nearly-working threads re-structuring. Do not integrate,
38              submit-ing to get to Win32, and as "off site" backup.
39              
40              threads work again on Win32. (Not threads::shared yet)
41              Submit to see if they do on Linux.
42              
43              Add new threads/typemap to MANIFEST
44              
45              XS side of new threads::shared designed, coded and compiles,
46              and mostly commented but is totaly untested.
47              submit in case anyone wants a preview.
48              
49              Miss mg_len == 0 meaning don't Safefree
50              
51              Shared scalars working, some shared array ops working.
52              
53              Implement recursive lock and use of scope for PL_sharedsv_space,
54              so now croak() from asserts does not leave locks.
55              Make hv_simple compile (new prototype for debugging probe).
56              
57              thread::shared nearly working again - remaining issue
58              is references withing shared space.
59              Added bulk test with no threads involved (for debugging)
60              Tuned tests to skip those needing _thrcnt
61              
62              SvTEMP_off to stop private PV's being stolen and stored in shared space
63              
64              Except Win32 from echo tests. (Alarm does not break into connect)
65              
66              Expand command line test globs on Win32.
67              
68              threads::shared tidy up:
69              - Add _id() function to shared.xs so we can test refs point at same thing.
70              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
71              - Allow no_share to pass if sharing to works despite mis-ordering.
72              - Change docs of threads to document ->create() (as used in tests),
73              and not mention "new".
74              
75              Linux/NFS hackery was not faking right number of passes.
76      Branch: perl
77           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
78           +> ext/threads/typemap
79            - ext/threads/threads.h sharedsv.c sharedsv.h
80            ! NetWare/config_H.wc
81           !> (integrate 38 files)
82 ____________________________________________________________________________
83 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
84         Log: Subject: Re: perldebguts minor tweaks
85              From: Joe McMahon <mcmahon@metalab.unc.edu>
86              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
87              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
88      Branch: perl
89            ! pod/perldebguts.pod
90 ____________________________________________________________________________
91 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
92         Log: Okay, you can come home now, _().
93      Branch: perl
94            ! config_h.SH
95 ____________________________________________________________________________
96 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
97         Log: Subject: perldebguts minor tweaks
98              From: Joe McMahon <mcmahon@metalab.unc.edu>
99              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
100              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
101      Branch: perl
102            ! pod/perldebguts.pod
103 ____________________________________________________________________________
104 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
105         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
106              From: Peter Scott <Peter@PSDT.com>
107              Date: Thu, 24 Jan 2002 08:51:34 -0800
108              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
109      Branch: perl
110            ! pod/perldebguts.pod
111 ____________________________________________________________________________
112 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
113         Log: Few more paranoia checks for Unicode hash keys.
114      Branch: perl
115            ! t/op/each.t
116 ____________________________________________________________________________
117 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
118         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
119              From: Andy Dougherty <doughera@lafayette.edu>
120              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
121              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
122      Branch: perl
123            ! t/op/stat.t
124 ____________________________________________________________________________
125 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
126         Log: The
127              
128              Subject: Very old debugger UTF-8 bug
129              From: andreas.koenig@anima.de (Andreas J. Koenig)
130              Date: 24 Jan 2002 12:45:44 +0100
131              Message-ID: <m3y9iot1jr.fsf@anima.de>
132              
133              still broken, but this should work as a stopgap
134              measure to stop pp_match accessing naughty data.
135      Branch: perl
136            ! pod/perldiag.pod pp_hot.c
137 ____________________________________________________________________________
138 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
139         Log: Pacify picky compilers (this time Sun Workshop).
140      Branch: perl
141            ! Configure
142 ____________________________________________________________________________
143 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
144         Log: Subject: Very old debugger UTF-8 bug
145              From: andreas.koenig@anima.de (Andreas J. Koenig)
146              Date: 24 Jan 2002 12:45:44 +0100
147              Message-ID: <m3y9iot1jr.fsf@anima.de>
148      Branch: perl
149            ! lib/dumpvar.pl
150 ____________________________________________________________________________
151 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
152         Log: Sprinkle some copyrights (use the oldest timestamp to
153              be found in the repository, which is most often not right,
154              but at least consistent)
155      Branch: perl
156            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
157            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
158            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
159            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
160            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
161            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
162            ! unixish.h xsutils.c
163 ____________________________________________________________________________
164 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
165         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
166      Branch: perl
167            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
168            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
169            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
170            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
171            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
172            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
173            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
174            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
175            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
176            ! x2p/util.c x2p/util.h x2p/walk.c
177 ____________________________________________________________________________
178 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
179         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
180              therefore quite probably also obsolete code.
181      Branch: perl
182            ! sv.c
183 ____________________________________________________________________________
184 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
185         Log: Update Changes.
186      Branch: perl
187            ! Changes patchlevel.h
188 ____________________________________________________________________________
189 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
190         Log: Small update on todo.  Could use a lot more.
191      Branch: perl
192            ! pod/perltodo.pod
193 ____________________________________________________________________________
194 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
195         Log: Subject: [ID 20020121.003] perldata doco bug
196              From: John Stumbles <jstumbles@bluearc.com>
197              Date: Mon, 21 Jan 2002 14:19:56 -0000
198              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
199      Branch: perl
200            ! pod/perldata.pod
201 ____________________________________________________________________________
202 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
203         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
204              From: Michael G Schwern <schwern@pobox.com>
205              Date: Mon, 21 Jan 2002 15:16:42 -0500
206              Message-ID: <20020121201642.GA6659@blackrider>
207      Branch: perl
208            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
209 ____________________________________________________________________________
210 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
211         Log: Subject: [PATCH] Re: eval not catching warnings?
212              From: abigail@foad.org
213              Date: Wed, 23 Jan 2002 15:35:47 +0100
214              Message-ID: <20020123143547.24798.qmail@foad.org>
215      Branch: perl
216            ! pod/perlfunc.pod
217 ____________________________________________________________________________
218 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
219         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
220              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
221              Date: Tue, 22 Jan 2002 17:00:54 -0800            
222              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
223      Branch: perl
224            ! t/run/fresh_perl.t
225 ____________________________________________________________________________
226 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
227         Log: HP-UX 10.20 cc pacifying from Merijn.
228      Branch: perl
229            ! Configure
230 ____________________________________________________________________________
231 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
232         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
233              From: "Craig A. Berry" <craigberry@mac.com> 
234              Date: Tue, 22 Jan 2002 22:14:26 -0600
235              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
236      Branch: perl
237            ! vms/test.com
238 ____________________________________________________________________________
239 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
240         Log: AIX cpp bug: having macro arguments and character constants
241              "the same" means trouble (here s and 's')
242              What broke now was 841 and 842 of t/op/pat.t, because of the
243              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
244              (note that breakage happened only under cc_r and usethreads+
245              useithreads)
246      Branch: perl
247            ! utf8.h
248 ____________________________________________________________________________
249 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
250         Log: Subject: [PATCH] Support truncate() in VOS port
251              From: Paul_GreenVOS@vos.stratus.com
252              Date: Mon, 21 Jan 02 23:27 est
253              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
254      Branch: perl
255            + vos/vos.c
256            ! MANIFEST hints/vos.sh vos/vosish.h
257 ____________________________________________________________________________
258 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
259         Log: Get rid of the _() macro since (1) we require ANSI anyway
260              (2) Other software (NU)seems to use it and we don't need it,
261              so let's give it up.
262      Branch: perl
263            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
264            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
265            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
266            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
267            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
268            ! wince/config.h wince/config_H.ce
269 ____________________________________________________________________________
270 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
271         Log: Subject: [BUG] /\_/ an unrecognized escape?
272              From: Michael G Schwern <schwern@pobox.com>
273              Date: Mon, 21 Jan 2002 15:22:54 -0500
274              Message-ID: <20020121202254.GA6731@blackrider>
275      Branch: perl
276            ! t/lib/warnings/toke toke.c
277 ____________________________________________________________________________
278 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
279         Log: Undo the renaming of the Unicode data files; the simple
280              solution being not including the *.html files.  This means
281              that in the future there is no need for any renamings
282              (well, assuming that the Consortium doesn't cause any),
283              and the files are named like they are in the Consortium
284              website, thus alleviating confusion.
285      Branch: perl
286            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
287            + lib/unicore/CaseFolding.txt
288            + lib/unicore/CompositionExclusions.txt
289            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
290            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
291            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
292            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
293            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
294            - lib/unicore/NamesList.html lib/unicore/PropList.html
295            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
296            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
297            - lib/unicore/rename
298            ! (edit 285 files)
299 ____________________________________________________________________________
300 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
301         Log: Update Changes.
302      Branch: perl
303            ! Changes patchlevel.h
304 ____________________________________________________________________________
305 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
306         Log: Subject: RE: BCC for Win32 is unhappy @14331
307              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
308              Date: Mon, 21 Jan 2002 09:48:40 +0300
309              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
310              
311              (using IV instead of int)
312      Branch: perl
313            ! hv.h
314 ____________________________________________________________________________
315 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
316         Log: path_is_absolute() needs a prototype (and maybe
317              a better name, but that's another story).
318      Branch: perl
319            ! embed.fnc embed.h pp_ctl.c proto.h
320 ____________________________________________________________________________
321 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
322         Log: Subject: Re: coderefs in @INC
323              From: Chris Nandor <pudge@pobox.com>
324              Date: Thu, 17 Jan 2002 11:26:02 -0500
325              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
326      Branch: perl
327            ! pp_ctl.c
328 ____________________________________________________________________________
329 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
330         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
331              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
332              Date: Sun, 20 Jan 2002 22:53:56 +0100
333              Message-ID: <20020120225356.A12093@rafael>
334      Branch: perl
335            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
336            ! t/lib/warnings/9enabled warnings.h warnings.pl
337 ____________________________________________________________________________
338 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
339         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
340              From: "Craig A. Berry" <craigberry@mac.com>
341              Date: Sun, 20 Jan 2002 22:49:42 -0600
342              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
343      Branch: perl
344            ! lib/ExtUtils/MakeMaker.pm
345 ____________________________________________________________________________
346 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
347         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
348              From: Paul_GreenVOS@vos.stratus.com
349              Date: Sat, 19 Jan 02 17:17 est
350              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
351              
352              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
353              From: Paul_GreenVOS@vos.stratus.com
354              Date: Sat, 19 Jan 02 17:19 est
355              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
356      Branch: perl
357            ! lib/ExtUtils/t/Command.t
358 ____________________________________________________________________________
359 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
360         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
361              From: Paul_GreenVOS@vos.stratus.com
362              Date: Sat, 19 Jan 02 14:30 est
363              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
364      Branch: perl
365            ! lib/AnyDBM_File.t
366 ____________________________________________________________________________
367 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
368         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
369              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
370              Date: Sun, 20 Jan 2002 13:51:36 +0100
371              Message-ID: <20020120135136.A710@rafael>
372      Branch: perl
373            ! ext/File/Glob/t/basic.t
374 ____________________________________________________________________________
375 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
376         Log: Make also hex() and oct() to croak if their arguments
377              cannot be downgraded (that is, if they contain wide
378              characters), just like crypt() does (and use the croak
379              feature of sv_utf8_downgrade()).
380      Branch: perl
381            ! pp.c t/op/oct.t
382 ____________________________________________________________________________
383 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
384         Log: Regen toc.
385      Branch: perl
386            ! pod/perltoc.pod
387 ____________________________________________________________________________
388 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
389         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
390              From: David Dyck <dcd@tc.fluke.com>
391              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
392              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
393      Branch: perl
394            ! pod/perl5004delta.pod pod/perl5005delta.pod
395            ! pod/perl561delta.pod pod/perl56delta.pod
396 ____________________________________________________________________________
397 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
398         Log: FAQ sync.
399      Branch: perl
400            ! pod/perlfaq1.pod pod/perlfaq2.pod
401 ____________________________________________________________________________
402 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
403         Log: Subject: [PATCH lib/Pod/t/Usage.t]
404              From: Abe Timmerman <abe@ztreet.demon.nl>
405              Date: Sat, 19 Jan 2002 19:57:57 +0100
406              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
407      Branch: perl
408            + lib/Pod/t/Usage.t
409            ! MANIFEST
410 ____________________________________________________________________________
411 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
412         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
413              From: Paul_GreenVOS@vos.stratus.com
414              Date: Sat, 19 Jan 02 13:15 est
415              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
416      Branch: perl
417            ! ext/SDBM_File/sdbm.t
418 ____________________________________________________________________________
419 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
420         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
421      Branch: perl
422           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
423           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
424 ____________________________________________________________________________
425 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
426         Log: Alternative Time::Local algorithm that uses matematical formula
427              for timegm instead of progressive guessing
428      Branch: perl
429            ! lib/Time/Local.pm
430 ____________________________________________________________________________
431 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
432         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
433              From: Paul_GreenVOS@vos.stratus.com
434              Date: Sat, 19 Jan 02 11:20 est
435              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
436      Branch: perl
437            ! ext/File/Glob/t/basic.t
438 ____________________________________________________________________________
439 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
440         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
441              From: Paul_GreenVOS@vos.stratus.com
442              Date: Fri, 18 Jan 02 22:56 est
443              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
444      Branch: perl
445            ! ext/Cwd/t/cwd.t
446 ____________________________________________________________________________
447 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
448         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
449              From: Paul_GreenVOS@vos.stratus.com
450              Date: Fri, 18 Jan 02 22:48 est
451              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
452      Branch: perl
453            ! lib/Time/Local.t
454 ____________________________________________________________________________
455 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
456         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
457              From: Paul_GreenVOS@vos.stratus.com
458              Date: Fri, 18 Jan 02 16:22 est
459              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
460      Branch: perl
461            ! ext/Devel/DProf/DProf.t
462 ____________________________________________________________________________
463 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
464         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
465              From: Tels <perl_dummy@bloodgate.com>
466              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
467              Message-Id: <200201182106.XAA19133@taku.hut.fi>
468      Branch: perl
469            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
470 ____________________________________________________________________________
471 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
472         Log: Don't do socketpair udp unless you've got all what it takes.
473      Branch: perl
474            ! util.c
475 ____________________________________________________________________________
476 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
477         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
478              From: Tels <perl_dummy@bloodgate.com>
479              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
480              Message-Id: <200201182206.AAA15310@taku.hut.fi>
481      Branch: perl
482            ! lib/ExtUtils/MM_BeOS.pm
483 ____________________________________________________________________________
484 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
485         Log: Avoid bare "set", and kiss .uucp goodbye.
486      Branch: perl
487            ! Configure
488 ____________________________________________________________________________
489 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
490         Log: Retract #14327 for now, going to the limit seems
491              to be too much for many platforms.
492      Branch: perl
493            ! lib/Time/Local.t
494 ____________________________________________________________________________
495 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
496         Log: Update Changes.
497      Branch: perl
498            ! Changes patchlevel.h
499 ____________________________________________________________________________
500 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
501         Log: Try to make the connect/read/write timeouting.
502      Branch: perl
503            ! ext/Socket/Socket.t
504 ____________________________________________________________________________
505 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
506         Log: Netware Makefile tweak from Ananth Kesari.
507      Branch: perl
508            ! NetWare/Makefile
509 ____________________________________________________________________________
510 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
511         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
512              From: Michael G Schwern <schwern@pobox.com>
513              Date: Fri, 18 Jan 2002 03:10:27 -0500
514              Message-ID: <20020118081027.GE7226@blackrider>
515      Branch: perl
516            ! lib/File/Find.pm
517 ____________________________________________________________________________
518 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
519         Log: Subject: [PATCH] Improving lib/Time/Local.t
520              From: Paul_GreenVOS@vos.stratus.com        
521              Date: Thu, 17 Jan 02 22:36 est
522              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
523      Branch: perl
524            ! lib/Time/Local.t
525 ____________________________________________________________________________
526 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
527         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
528              From: Abe Timmerman <abe@ztreet.demon.nl>  
529              Date: Fri, 18 Jan 2002 13:18:47 +0100
530              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
531      Branch: perl
532            ! lib/ExtUtils/t/MM_Win32.t
533 ____________________________________________________________________________
534 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
535         Log: Subject: [PATCH] Syncing with bleadperl 
536              From: Michael G Schwern <schwern@pobox.com> 
537              Date: Fri, 18 Jan 2002 03:04:33 -0500
538              Message-ID: <20020118080432.GC7226@blackrider>
539      Branch: perl
540            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
541            - lib/ExtUtils/inst
542            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
543            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
544            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
545            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
546            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
547            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
548            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
549            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
550            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
551            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
552            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
553            ! lib/ExtUtils/testlib.pm
554 ____________________________________________________________________________
555 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
556         Log: Detypo.
557      Branch: perl
558            ! AUTHORS
559 ____________________________________________________________________________
560 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
561         Log: Subject: [PATCH] MM check_hints test
562              From: Michael G Schwern <schwern@pobox.com>
563              Date: Thu, 17 Jan 2002 20:25:57 -0500
564              Message-ID: <20020118012557.GE32762@blackrider>
565      Branch: perl
566            + lib/ExtUtils/t/hints.t
567            ! MANIFEST
568 ____________________________________________________________________________
569 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
570         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
571              From: Michael G Schwern <schwern@pobox.com> 
572              Date: Thu, 17 Jan 2002 20:12:20 -0500
573              Message-ID: <20020118011220.GC32762@blackrider>
574              
575              (#14317 replaced with this)
576      Branch: perl
577            ! lib/ExtUtils/MakeMaker.pm
578 ____________________________________________________________________________
579 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
580         Log: Subject: [PATCH perldiag] overload.pm warnings
581              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
582              Date: Thu, 17 Jan 2002 23:53:49 +0100
583              Message-ID: <20020117235349.A14530@rafael>
584      Branch: perl
585            ! pod/perldiag.pod
586 ____________________________________________________________________________
587 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
588         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
589              From: Michael G Schwern <schwern@pobox.com>
590              Date: Thu, 17 Jan 2002 16:35:47 -0500
591              Message-ID: <20020117213546.GD23830@blackrider>
592      Branch: perl
593            ! lib/File/Find.pm
594 ____________________________________________________________________________
595 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
596         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
597              From: chromatic <chromatic@rmci.net>
598              Date: Thu, 17 Jan 2002 13:04:22 -0700
599              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
600      Branch: perl
601            ! pod/perltodo.pod
602 ____________________________________________________________________________
603 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
604         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
605              From: chromatic <chromatic@rmci.net>
606              Date: Thu, 17 Jan 2002 12:59:04 -0700
607              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
608      Branch: perl
609            ! lib/ExtUtils/t/Mkbootstrap.t
610 ____________________________________________________________________________
611 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
612         Log: (replaced by #14322)
613              The #14300 broke hints file handling.
614      Branch: perl
615            ! lib/ExtUtils/MakeMaker.pm
616 ____________________________________________________________________________
617 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
618         Log: Subject: [PATCH] long doubles
619              From: Nicholas Clark <nick@unfortu.net>
620              Date: Thu, 17 Jan 2002 17:06:28 +0000
621              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
622      Branch: perl
623            ! Configure
624 ____________________________________________________________________________
625 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
626         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
627              From: Andy Dougherty <doughera@lafayette.edu>
628              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
629              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
630      Branch: perl
631            ! Configure
632 ____________________________________________________________________________
633 [ 14311] By: sky                                   on 2002/01/17  21:01:00
634         Log: Simplify the code that duplicates the threads 
635              init function and the parameters to the thread by using sv_dup. 
636              Note,what happens if you pass a shared variable as a parameter?
637      Branch: perl
638            ! ext/threads/threads.xs
639 ____________________________________________________________________________
640 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
641         Log: Update Changes.
642      Branch: perl
643            ! Changes patchlevel.h
644 ____________________________________________________________________________
645 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
646         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
647              with fresh_perl_is() and fresh_perl_like().
648      Branch: perl
649            + t/run/fresh_perl.t
650            - t/run/kill_perl.t
651            ! MANIFEST t/test.pl
652 ____________________________________________________________________________
653 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
654         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
655              From: Benjamin Goldberg <goldbb2@earthlink.net>
656              Date: Wed, 09 Jan 2002 21:03:16 -0500
657              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
658      Branch: perl
659            ! ext/Unicode/Normalize/Normalize.pm
660 ____________________________________________________________________________
661 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
662         Log: Retract #14144 as Hugo isn't happy with it.
663      Branch: perl
664            ! scope.c t/run/kill_perl.t
665 ____________________________________________________________________________
666 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
667         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
668              From: Richard Clamp <richardc@unixbeard.net>
669              Date: Wed, 16 Jan 2002 17:34:31 +0000
670              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
671      Branch: perl
672            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
673 ____________________________________________________________________________
674 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
675         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
676              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
677              Date: Tue, 15 Jan 2002 21:23:30 +0100
678              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
679      Branch: perl
680            ! ext/Opcode/Opcode.xs
681 ____________________________________________________________________________
682 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
683         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
684              From: Paul_GreenVOS@vos.stratus.com
685              Date: Wed, 16 Jan 02 6:42 est
686              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
687      Branch: perl
688            ! t/io/fs.t t/op/crypt.t
689 ____________________________________________________________________________
690 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
691         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
692              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
693              Date: Wed, 16 Jan 2002 13:43:39 +0100
694              Message-ID: <20020116134339.A704@rafael>
695              
696              (replaces #14302)
697      Branch: perl
698            ! mg.c t/lib/warnings/mg
699 ____________________________________________________________________________
700 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
701         Log: (replaced by #14303)
702              Subject: [PATCH] length of undefined $(digit) should warn
703              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
704              Date: Tue, 15 Jan 2002 23:02:44 +0100            
705              Message-ID: <20020115230244.A31786@rafael>     
706      Branch: perl
707            ! mg.c t/lib/warnings/mg
708 ____________________________________________________________________________
709 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
710         Log: The non-MakeMaker.pm parts of
711              
712              Subject: [PATCH] Re: MM_Beos.pm?
713              From: Tels <perl_dummy@bloodgate.com>
714              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
715              Message-Id: <200201142006.WAA29544@taas.iki.fi>
716      Branch: perl
717            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
718            ! lib/ExtUtils/t/MM_Unix.t
719 ____________________________________________________________________________
720 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
721         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
722              From: Michael G Schwern <schwern@pobox.com>    
723              Date: Tue, 15 Jan 2002 20:07:50 -0500            
724              Message-ID: <20020116010750.GH625@blackrider>  
725      Branch: perl
726            ! lib/ExtUtils/MakeMaker.pm
727 ____________________________________________________________________________
728 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
729         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
730              From: Jeffrey Friedl <jfriedl@yahoo.com>       
731              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
732              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
733      Branch: perl
734            ! lib/Text/Tabs.pm
735 ____________________________________________________________________________
736 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
737         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
738              From: "Green, Paul" <Paul.Green@stratus.com>
739              Date: Tue, 15 Jan 2002 22:28:10 -0500
740              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
741      Branch: perl
742            ! lib/ExtUtils/MM_Unix.pm
743 ____________________________________________________________________________
744 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
745         Log: Integrate perlio; offsetof() is in <stddef.h>
746      Branch: perl
747           !> ext/Socket/Socket.xs
748 ____________________________________________________________________________
749 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
750         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
751              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
752              Canonical.pl and Exact.pl.
753      Branch: perl
754            + (add 259 files)
755            - (delete 288 files)
756            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
757            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
758            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
759            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
760 ____________________________________________________________________________
761 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
762         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
763      Branch: perl
764            ! ext/Socket/Socket.xs
765 ____________________________________________________________________________
766 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
767         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
768              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
769              Date: Tue, 15 Jan 2002 21:59:19 +0100
770              Message-ID: <3C44A637.16602.25EB208@localhost>
771      Branch: perl
772            ! embed.fnc embed.h proto.h
773 ____________________________________________________________________________
774 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
775         Log: Duh.  The updated In/*.pl weren't checked in.
776      Branch: perl
777            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
778            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
779            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
780            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
781            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
782            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
783            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
784            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
785            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
786            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
787            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
788            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
789            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
790            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
791            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
792            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
793            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
794            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
795            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
796            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
797            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
798            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
799            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
800            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
801            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
802            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
803            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
804            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
805            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
806            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
807            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
808            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
809            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
810            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
811            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
812            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
813            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
814            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
815            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
816            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
817            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
818            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
819            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
820            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
821            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
822            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
823            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
824            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
825 ____________________________________________________________________________
826 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
827         Log: Update Changes.
828      Branch: perl
829            ! Changes patchlevel.h
830 ____________________________________________________________________________
831 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
832         Log: Jeffrey is trying very hard to avoid working on his
833              book, it would seem :-) (better naming, better comments
834              in the files)
835      Branch: perl
836            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
837            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
838            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
839            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
840            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
841            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
842            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
843            - lib/unicore/Is/IDStart.pl
844            ! (edit 200 files)
845 ____________________________________________________________________________
846 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
847         Log: Some protection against spaces in directory names.
848              (Tru64 still has some makedepend problems in such
849              cases but that looks like Tru64's problem.)
850      Branch: perl
851            ! Configure Makefile.SH
852 ____________________________________________________________________________
853 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
854         Log: Should have been in #14285 but I have sausages for fingers.
855      Branch: perl
856            + lib/ExtUtils/MM_BeOS.pm
857 ____________________________________________________________________________
858 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
859         Log: MM_BeOS from Tels.
860      Branch: perl
861            + lib/ExtUtils/t/MM_BeOS.t
862            ! MANIFEST
863 ____________________________________________________________________________
864 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
865         Log: Integrate perlio;
866              
867              (reintroduce #14251) Slab allocator for ops
868              - moved the statics to intrpvar.h
869              - implemented Slab_Free()
870              - uses PerlMemShared (for now) if distinction exists.
871              
872              Slab allocator submit after resolve -ay to keep it!
873              
874              Hand merge of non slab allocator stuff
875              
876              const-ness fix in savepv's passing of NULL
877              
878              Typo in #else branch of PL_SLAB_ALLOC
879              
880              Integrate rest of mainline
881              
882              Regen embed enable slab for PERL_IMPLICIT_SYS
883              
884              Correct name of PL_OP_SLAB_ALLOC
885              
886              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
887              e.g. -Duse64bitint on a 32-bit platform.
888              Now uses I32 for use-count and is more careful with its casts.
889      Branch: perl
890           !> (integrate 28 files)
891 ____________________________________________________________________________
892 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
893         Log: Subject: [PATCH] Socket::sockaddr_family
894              From: Gisle Aas <gisle@ActiveState.com> 
895              Date: 15 Jan 2002 06:35:28 -0800
896              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
897      Branch: perl
898            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
899 ____________________________________________________________________________
900 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
901         Log: Subject: [PATCH perldiag] Style issue
902              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
903              Date: Tue, 15 Jan 2002 15:36:30 +0100                
904              Message-ID: <20020115153630.A11568@rafael>
905      Branch: perl
906            ! pod/perldiag.pod
907 ____________________________________________________________________________
908 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
909         Log: NetWare tweak from Ananth Kesari.
910      Branch: perl
911            ! lib/ExtUtils/MakeMaker.pm
912 ____________________________________________________________________________
913 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
914         Log: Throwback.
915      Branch: perl
916            ! MANIFEST
917 ____________________________________________________________________________
918 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
919         Log: A couple of additional character classes from Jeffrey,
920              hopefully useful in future for internal use for implementing
921              some special cases of casing.
922              
923              Also regenerate once more all the character classes,
924              now without the timestamp.  A timestamp would be kind of
925              nice but it's not: having a timestamp in a file means that
926              even if the effective contents of file really didn't
927              change, the file looks as if it changed.
928      Branch: perl
929            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
930            + lib/unicore/Is/CombAbov.pl
931            ! (edit 304 files)
932 ____________________________________________________________________________
933 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
934         Log: Make the test harder.
935      Branch: perl
936            ! t/op/pat.t
937 ____________________________________________________________________________
938 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
939         Log: Additional utf8_heavy.pl tweak from Jeffrey.
940      Branch: perl
941            ! lib/utf8_heavy.pl
942 ____________________________________________________________________________
943 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
944         Log: Pod nits.
945      Branch: perl
946            ! lib/Unicode/UCD.pm pod/perlunicode.pod
947 ____________________________________________________________________________
948 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
949         Log: The Unicode categories doc patch to go with #14254,
950              from Jeffrey.
951      Branch: perl
952            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
953 ____________________________________________________________________________
954 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
955         Log: There isn't going to be perl.third.exe.
956      Branch: perl
957            ! Makefile.SH
958 ____________________________________________________________________________
959 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
960         Log: Subject: [PATCH] small coredump correction
961              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
962              Date: Tue, 15 Jan 2002 00:22:52 +0100
963              Message-ID: <20020115002252.I691@rafael>
964      Branch: perl
965            ! op.c
966 ____________________________________________________________________________
967 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
968         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
969              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
970              Date: Mon, 14 Jan 2002 23:03:04 +0100
971              Message-ID: <20020114230304.A691@rafael>   
972              
973              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
974              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
975              Date: Mon, 14 Jan 2002 23:18:43 +0100
976              Message-ID: <20020114231843.E691@rafael>   
977      Branch: perl
978            ! pod/perlsub.pod t/op/override.t toke.c
979 ____________________________________________________________________________
980 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
981         Log: Update Changes.
982      Branch: perl
983            ! Changes patchlevel.h
984 ____________________________________________________________________________
985 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
986         Log: Retract #14251 (the op slab allocator from perlio)
987              until we figure out why 2.2.19 x86 debian gets
988              a circular sibling chain and therefore hangs in
989              the Perl_ck_subr() sibling for-loop.
990      Branch: perl
991            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
992            ! perlapi.c perlapi.h proto.h
993 ____________________________________________________________________________
994 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
995         Log: Big mktables rewrite from Jeffrey;
996              documentation not yet updated.
997      Branch: perl
998            + (add 171 files)
999            - (delete 182 files)
1000            ! (edit 135 files)
1001 ____________________________________________________________________________
1002 [ 14253] By: ams                                   on 2002/01/14  03:15:05
1003         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
1004              From: Michael G Schwern <schwern@pobox.com>
1005              Date: Sun, 13 Jan 2002 21:00:07 -0500
1006              Message-Id: <20020114020007.GB2877@blackrider>
1007      Branch: perl
1008            ! lib/Cwd.pm
1009 ____________________________________________________________________________
1010 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
1011         Log: Subject: Re: Win32 status - progress !
1012              From: Abe Timmerman <abe@ztreet.demon.nl>       
1013              Date: Mon, 14 Jan 2002 02:29:51 +0100
1014              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
1015      Branch: perl
1016            ! lib/ExtUtils/t/MM_Win32.t
1017 ____________________________________________________________________________
1018 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
1019         Log: Integrate perlio.
1020              
1021              Slab allocator for ops
1022              - moved the statics to intrpvar.h
1023              - implemented Slab_Free()
1024              - uses PerlMemShared (for now) if distinction exists.
1025      Branch: perl
1026           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
1027           !> perlapi.c perlapi.h proto.h
1028 ____________________________________________________________________________
1029 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
1030         Log: Start a new test category: uni.  Much of t/op/pat
1031              should probably be moved here, but holding on that
1032              until Jeffrey finishes his big mktables rewrite.
1033              Bits and pieces of op/split, op/pack, op/append,
1034              op/join, could probably be moved to respective uni
1035              tests, too.
1036      Branch: perl
1037            + t/uni/fold.t t/uni/sprintf.t
1038            - t/op/unifold.t t/op/unisprintf.t
1039            ! MANIFEST t/TEST t/harness
1040 ____________________________________________________________________________
1041 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
1042         Log: Subject: [PATCH] enable Win32 to build again
1043              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1044              Date: Sun, 13 Jan 2002 21:49:24 +0100
1045              Message-ID: <3C4200E4.15926.23F6131@localhost>
1046              
1047              miniperl.exe.exe does not exe that well.
1048      Branch: perl
1049            ! lib/ExtUtils/MM_Unix.pm
1050 ____________________________________________________________________________
1051 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
1052         Log: Mention some of the load-affected tests.
1053      Branch: perl
1054            ! INSTALL
1055 ____________________________________________________________________________
1056 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
1057         Log: Move the UTF-8 conversion code earlier so that
1058              op/ver is happy.
1059      Branch: perl
1060            ! sv.c t/op/ver.t
1061 ____________________________________________________________________________
1062 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
1063         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
1064              have diverged quite a bit so no updates there.
1065      Branch: perl
1066            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
1067            ! ext/List/Util/lib/List/Util.pm
1068            ! ext/List/Util/lib/Scalar/Util.pm
1069 ____________________________________________________________________________
1070 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
1071         Log: Make the crypt() pickier: if downgrading doesn't work,
1072              croak.
1073      Branch: perl
1074            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
1075 ____________________________________________________________________________
1076 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
1077         Log: Grow the buffer in case Unicode caused size changes
1078              (and it very probably did).
1079      Branch: perl
1080            ! sv.c
1081 ____________________________________________________________________________
1082 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
1083         Log: Future-proofing from Jeffrey Friedl (for conflicting
1084              In* and Is* names).
1085      Branch: perl
1086            ! lib/utf8_heavy.pl
1087 ____________________________________________________________________________
1088 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
1089         Log: Subject: [PATCH] Re: Warning in B.xs
1090              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1091              Date: Sun, 13 Jan 2002 19:39:52 +0100
1092              Message-ID: <3C41E288.20562.1C8C895@localhost>
1093      Branch: perl
1094            ! ext/B/B.xs
1095 ____________________________________________________________________________
1096 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
1097         Log: Subject: Re: lookbehind broken with latest bleedperl
1098              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1099              Date: Sun, 13 Jan 2002 18:06:22 +0000
1100              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
1101      Branch: perl
1102            ! regexec.c t/op/re_tests
1103 ____________________________________________________________________________
1104 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
1105         Log: Subject: [PATCH] more MM_Unix.t tests
1106              From: Tels <perl_dummy@bloodgate.com>
1107              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
1108              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
1109              
1110              Subject: [PATCH] 14220 misunderstood, I bet          
1111              From: andreas.koenig@anima.de (Andreas J. Koenig)
1112              Date: 12 Jan 2002 21:31:58 +0100
1113              Message-ID: <m3k7un8g5d.fsf@anima.de>
1114      Branch: perl
1115            ! lib/ExtUtils/t/MM_Unix.t
1116 ____________________________________________________________________________
1117 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
1118         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
1119              From: Tels <perl_dummy@bloodgate.com>
1120              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
1121              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
1122              
1123              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
1124              From: Tels <perl_dummy@bloodgate.com>
1125              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
1126              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
1127      Branch: perl
1128            ! lib/ExtUtils/MM_Unix.pm
1129 ____________________________________________________________________________
1130 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
1131         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
1132              From: Nicholas Clark <nick@unfortu.net> 
1133              Date: Sun, 13 Jan 2002 15:58:34 +0000
1134              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
1135      Branch: perl
1136            ! lib/Benchmark.t
1137 ____________________________________________________________________________
1138 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
1139         Log: Anton Berezin did more reading and the uid setting story
1140              gets more complex.
1141      Branch: perl
1142            ! pod/perltodo.pod utils/perldoc.PL
1143 ____________________________________________________________________________
1144 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
1145         Log: Integrate perlio;
1146              
1147              Win32 fixes:
1148              - vmem.h hack to handle free-by-wrong-thread after eval "".
1149              - Initialize timerid 
1150      Branch: perl
1151           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
1152 ____________________________________________________________________________
1153 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
1154         Log: Subject: Re: HiRes
1155              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1156              Date: Sun, 13 Jan 2002 10:18:46 +0100
1157              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
1158              
1159              Give up on socketpair in HP-UX.
1160      Branch: perl
1161            ! ext/Socket/socketpair.t
1162 ____________________________________________________________________________
1163 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
1164         Log: *groan*
1165      Branch: perl
1166            ! t/op/pat.t
1167 ____________________________________________________________________________
1168 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
1169         Log: One more sharp s case found by Jeffrey.
1170      Branch: perl
1171            ! regexec.c t/op/pat.t
1172 ____________________________________________________________________________
1173 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
1174         Log: Comment tweak.
1175      Branch: perl
1176            ! regexec.c
1177 ____________________________________________________________________________
1178 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
1179         Log: Don't bother checking for the Greek special
1180              cases if the node is too short.
1181      Branch: perl
1182            ! regcomp.c
1183 ____________________________________________________________________________
1184 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
1185         Log: Update Changes.
1186      Branch: perl
1187            ! Changes patchlevel.h
1188 ____________________________________________________________________________
1189 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
1190         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
1191              From: Jonathan Stowe <gellyfish@gellyfish.com>
1192              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
1193              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
1194      Branch: perl
1195            ! Configure config_h.SH
1196 ____________________________________________________________________________
1197 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
1198         Log: Quick reformat using indent -kr -nce, as requested
1199              by Dan Kogai and suggest by NI-S.
1200      Branch: perl
1201            ! ext/Encode/encengine.c
1202 ____________________________________________________________________________
1203 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
1204         Log: Couple more Unicode lookbehind tests.
1205      Branch: perl
1206            ! t/op/pat.t
1207 ____________________________________________________________________________
1208 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
1209         Log: Sharp S as a special treat for our German UTF-8 testers :-)
1210      Branch: perl
1211            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
1212 ____________________________________________________________________________
1213 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
1214         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
1215              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1216              Date: Sat, 12 Jan 2002 20:37:32 +0100
1217              Message-ID: <3C409E8C.16203.196C2D3@localhost>
1218      Branch: perl
1219            ! ext/B/B/Deparse.pm
1220 ____________________________________________________________________________
1221 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
1222         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
1223              really worth the bits it's printed on?
1224      Branch: perl
1225            ! lib/ExtUtils/t/MM_Unix.t
1226 ____________________________________________________________________________
1227 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
1228         Log: Special treatment for U+03B0 and U+0390 in //i,
1229              this means that we can remove the minlen pessimisations
1230              introduced by the #14096.
1231      Branch: perl
1232            ! pp_hot.c regcomp.c regexec.c
1233 ____________________________________________________________________________
1234 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
1235         Log: Integrate perlio;
1236              
1237              Abstract out the cloning of SvPVX and handle shared pv in a 
1238              safe (if suboptimal) manner. Does not fix op/fork.t :-(
1239              
1240              Win32-ize socketpair test
1241              - Win32 can fork even though $Config{d_fork} is undef
1242              - SOCK_DGRAM does not work - skip those tests.
1243      Branch: perl
1244           !> ext/Socket/socketpair.t sv.c
1245 ____________________________________________________________________________
1246 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
1247         Log: One should first drop the real uid, not the effective uid.
1248              [ID 20020110.003]
1249      Branch: perl
1250            ! utils/perldoc.PL
1251 ____________________________________________________________________________
1252 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
1253         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
1254              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1255              Date: Fri, 11 Jan 2002 23:29:48 +0100
1256              Message-ID: <3C3F756C.4581.2E2A938@localhost>
1257      Branch: perl
1258            + ext/B/C/C.xs ext/B/C/Makefile.PL
1259            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
1260            ! utils/perlcc.PL
1261 ____________________________________________________________________________
1262 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
1263         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
1264              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
1265              Date: Fri, 11 Jan 2002 14:29:30 -0800
1266              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
1267      Branch: perl
1268            ! ext/B/t/concise.t
1269 ____________________________________________________________________________
1270 [ 14212] By: ams                                   on 2002/01/12  06:10:52
1271         Log: Subject: [PATCH] More fixes for Stratus VOS
1272              From: "Green, Paul" <Paul.Green@stratus.com>
1273              Date: Fri, 11 Jan 2002 17:30:37 -0500
1274              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
1275      Branch: perl
1276            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
1277 ____________________________________________________________________________
1278 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
1279         Log: Upgrade to CGI.pm 2.80.
1280      Branch: perl
1281            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
1282 ____________________________________________________________________________
1283 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
1284         Log: FAQ sync.
1285      Branch: perl
1286            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1287            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1288            ! pod/perlfaq8.pod
1289 ____________________________________________________________________________
1290 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
1291         Log: This is getting embarrassing.
1292      Branch: perl
1293            ! t/op/pat.t
1294 ____________________________________________________________________________
1295 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
1296         Log: Doc tweaks.
1297      Branch: perl
1298            ! pod/perlunicode.pod
1299 ____________________________________________________________________________
1300 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
1301         Log: Updating the test count is good; also rephrasing
1302              so that there is no ok output containing "not".
1303      Branch: perl
1304            ! t/op/pat.t
1305 ____________________________________________________________________________
1306 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
1307         Log: Andreas is busy :-)
1308      Branch: perl
1309            ! doop.c t/op/unisprintf.t
1310 ____________________________________________________________________________
1311 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
1312         Log: Unicode lookbehind looked bad.
1313      Branch: perl
1314            ! regexec.c t/op/pat.t
1315 ____________________________________________________________________________
1316 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
1317         Log: Garbage collection.
1318      Branch: perl
1319            ! t/run/kill_perl.t
1320 ____________________________________________________________________________
1321 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
1322         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
1323              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1324              Date: Fri, 11 Jan 2002 23:29:48 +0100
1325              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
1326      Branch: perl
1327            ! embed.fnc global.sym makedef.pl
1328 ____________________________________________________________________________
1329 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
1330         Log: Subject: [PATCH] perldelta nit?
1331              From: Robert Spier <rspier@pobox.com>
1332              Date: Fri, 11 Jan 2002 15:19:16 -0800
1333              Message-ID: <15423.29428.164185.251700@rls.cx>
1334      Branch: perl
1335            ! pod/perldelta.pod
1336 ____________________________________________________________________________
1337 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
1338         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
1339              From: Michael G Schwern <schwern@pobox.com>
1340              Date: Fri, 11 Jan 2002 17:08:17 -0500
1341              Message-ID: <20020111220817.GG2838@blackrider>
1342      Branch: perl
1343            ! t/run/kill_perl.t t/test.pl
1344 ____________________________________________________________________________
1345 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
1346         Log: Subject: [PATCH] Correct misleading error message
1347              From: Mike Guy <mjtg@cam.ac.uk>
1348              Date: Fri, 11 Jan 2002 18:36:33 +0000
1349              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
1350              
1351              hash assignment -> anonymous hash
1352      Branch: perl
1353            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
1354 ____________________________________________________________________________
1355 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
1356         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
1357              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1358              Date: Fri, 11 Jan 2002 16:58:14 +0100
1359              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
1360      Branch: perl
1361            ! ext/Unicode/Normalize/mkheader
1362 ____________________________________________________________________________
1363 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
1364         Log: Add a new test for is-sprintf-preserving Unicodeness:
1365              #14194 and an old one from kill_perl.t (I could have used
1366              sprintf.t, but it's format was quite fixed, and I didn't
1367              feel like breaking the format)
1368      Branch: perl
1369            + t/op/unisprintf.t
1370            ! MANIFEST t/run/kill_perl.t
1371 ____________________________________________________________________________
1372 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
1373         Log: Integrate perlio;
1374              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
1375      Branch: perl
1376           !> win32/win32.c
1377 ____________________________________________________________________________
1378 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
1379         Log: Integrate perlio;
1380              A mostly-stable version of "new" Win32 signal/kill support.
1381      Branch: perl
1382           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
1383           !> win32/config.gc win32/config.vc win32/config_H.bc
1384           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
1385           !> win32/makefile.mk win32/win32.c win32/win32.h
1386 ____________________________________________________________________________
1387 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
1388         Log: Fix for
1389              
1390              Subject: UTF-8 sprintf bug in bleadperl
1391              From: andreas.koenig@anima.de (Andreas J. Koenig)
1392              Date: 11 Jan 2002 15:47:15 +0100
1393              Message-ID: <m3vge99c7g.fsf@anima.de>
1394              
1395              I have tests, have just to figure out where to put them
1396              since op/sprintf looks a bit unfriendly for tests of
1397              somewhat freer form.
1398      Branch: perl
1399            ! doop.c sv.c
1400 ____________________________________________________________________________
1401 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
1402         Log: Update Changes.
1403      Branch: perl
1404            ! Changes patchlevel.h
1405 ____________________________________________________________________________
1406 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
1407         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
1408              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1409              Date: Thu, 10 Jan 2002 18:21:34 -0800
1410              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
1411      Branch: perl
1412            + ext/B/t/concise.t
1413            ! MANIFEST
1414 ____________________________________________________________________________
1415 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
1416         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
1417              necessary in form.t and html.t @INC setups.
1418      Branch: perl
1419            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
1420 ____________________________________________________________________________
1421 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
1422         Log: Yet another twist.
1423      Branch: perl
1424            ! t/test.pl
1425 ____________________________________________________________________________
1426 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
1427         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
1428              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1429              Date: Fri, 11 Jan 2002 13:04:15 +0100      
1430              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
1431      Branch: perl
1432            ! hints/aix.sh
1433 ____________________________________________________________________________
1434 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
1435         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
1436              From: Jonathan Stowe <gellyfish@gellyfish.com> 
1437              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
1438              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
1439      Branch: perl
1440            ! lib/AnyDBM_File.t
1441 ____________________________________________________________________________
1442 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
1443         Log: Arguments were being mangled.
1444      Branch: perl
1445            ! t/test.pl
1446 ____________________________________________________________________________
1447 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
1448         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
1449              From: Jonathan Stowe <gellyfish@gellyfish.com>
1450              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
1451              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
1452      Branch: perl
1453            ! lib/AnyDBM_File.t
1454 ____________________________________________________________________________
1455 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
1456         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
1457              From: Michael G Schwern <schwern@pobox.com> 
1458              Date: Fri, 11 Jan 2002 04:26:27 -0500
1459              Message-ID: <20020111092626.GA16544@blackrider>
1460      Branch: perl
1461            ! t/run/kill_perl.t t/test.pl
1462 ____________________________________________________________________________
1463 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
1464         Log: Subject: [PATCH] Test::Harness 2.01
1465              From: Michael G Schwern <schwern@pobox.com> 
1466              Date: Thu, 10 Jan 2002 21:11:24 -0500
1467              Message-ID: <20020111021123.GA30666@blackrider>
1468      Branch: perl
1469            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
1470            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
1471            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
1472            + lib/Test/Harness/t/nonumbers.t
1473            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
1474            + t/lib/sample-tests/lone_not_bug
1475            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
1476            + t/lib/sample-tests/vms_nit
1477            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
1478            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
1479 ____________________________________________________________________________
1480 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
1481         Log: patch is silly when creating new files: don't run
1482              patch more than once.
1483      Branch: perl
1484            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
1485 ____________________________________________________________________________
1486 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
1487         Log: Forgot from #14179.
1488      Branch: perl
1489            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
1490 ____________________________________________________________________________
1491 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
1492         Log: Subject: [PATCH] is() undef/'' behavior change
1493              From: Michael G Schwern <schwern@pobox.com> 
1494              Date: Fri, 11 Jan 2002 03:35:51 -0500
1495              Message-ID: <20020111083551.GC30666@blackrider>
1496              
1497              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
1498              From: Michael G Schwern <schwern@pobox.com> 
1499              Date: Fri, 11 Jan 2002 03:37:44 -0500
1500              Message-ID: <20020111083744.GD30666@blackrider>
1501      Branch: perl
1502            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
1503            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
1504            ! lib/Pod/t/InputObjects.t lib/blib.t
1505 ____________________________________________________________________________
1506 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
1507         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
1508              From: Michael G Schwern <schwern@pobox.com> 
1509              Date: Thu, 10 Jan 2002 19:56:23 -0500
1510              Message-ID: <20020111005623.GA13192@blackrider>
1511      Branch: perl
1512            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
1513            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
1514            ! lib/Test/Simple.pm lib/Test/Simple/Changes
1515            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
1516            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1517            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
1518            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
1519            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
1520            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
1521            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
1522            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
1523            ! lib/Test/Simple/t/plan_is_noplan.t
1524            ! lib/Test/Simple/t/plan_no_plan.t
1525            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
1526            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
1527            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
1528            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
1529            ! lib/Test/Tutorial.pod
1530 ____________________________________________________________________________
1531 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
1532         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
1533              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
1534              
1535              turns out even the malloc() was never really needed to begin with,
1536              so get rid of it
1537      Branch: perl
1538            ! sv.c
1539 ____________________________________________________________________________
1540 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
1541         Log: Small doc tweaks.
1542      Branch: perl
1543            ! pod/perluniintro.pod
1544 ____________________________________________________________________________
1545 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
1546         Log: support using the CRT's malloc() family of functions instead of
1547              the internal one when ithreads is enabled; allocate large blocks
1548              using VirtualAlloc() since the Heap*() functions may only be tuned
1549              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
1550              
1551              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
1552              also see comments at the top of win32/vmem.h for other options that
1553              can be set
1554      Branch: perl
1555            ! win32/vmem.h
1556 ____________________________________________________________________________
1557 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
1558         Log: Subject: micropatch
1559              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1560              Date: Thu, 10 Jan 2002 18:20:58 +0000
1561              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
1562      Branch: perl
1563            ! regcomp.c
1564 ____________________________________________________________________________
1565 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
1566         Log: Subject: [PATCH] Embed.t on Win32
1567              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1568              Date: Thu, 10 Jan 2002 18:56:21 +0100
1569              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
1570      Branch: perl
1571            ! lib/ExtUtils/t/Embed.t
1572 ____________________________________________________________________________
1573 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
1574         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
1575              From: Gisle Aas <gisle@ActiveState.com>
1576              Date: 10 Jan 2002 08:56:05 -0800
1577              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
1578      Branch: perl
1579            ! toke.c
1580 ____________________________________________________________________________
1581 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
1582         Log: Subject: [PATCH] doc fixes
1583              From: "Brendan O'Dea" <bod@debian.org>
1584              Date: Fri, 11 Jan 2002 03:49:54 +1100
1585              Message-ID: <20020110164954.GA21891@compusol.com.au>
1586      Branch: perl
1587            ! lib/I18N/Collate.pm pod/perlfunc.pod
1588 ____________________________________________________________________________
1589 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
1590         Log: Integrate perlio; More signal hackery.
1591      Branch: perl
1592           !> win32/win32.c
1593 ____________________________________________________________________________
1594 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
1595         Log: No need to show internal encodings, or return them
1596              in random order.
1597      Branch: perl
1598            ! ext/Encode/Encode.pm
1599 ____________________________________________________________________________
1600 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
1601         Log: I think we can claim to be supporting Unicode
1602              "loose matching" now.
1603      Branch: perl
1604            ! pod/perlunicode.pod
1605 ____________________________________________________________________________
1606 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
1607         Log: Subject: doc patch
1608              From: mjd@plover.com
1609              Date: 10 Jan 2002 15:12:27 -0000
1610              Message-ID: <20020110151227.14850.qmail@plover.com>
1611      Branch: perl
1612            ! pod/perlrun.pod
1613 ____________________________________________________________________________
1614 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
1615         Log: Subject: Re: [ID 20011223.001] accept leaks memory
1616              From: Andy Dougherty <doughera@lafayette.edu>
1617              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
1618              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
1619      Branch: perl
1620            ! hints/linux.sh
1621 ____________________________________________________________________________
1622 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
1623         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
1624      Branch: perl
1625           !> win32/win32.c
1626 ____________________________________________________________________________
1627 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
1628         Log: Subject: [PATCH] Magic numbers in B::Concise
1629              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
1630              Date: Wed, 9 Jan 2002 23:04:01 -0800
1631              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
1632      Branch: perl
1633            ! ext/B/B/Concise.pm ext/B/O.pm
1634 ____________________________________________________________________________
1635 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
1636         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
1637              From: Gisle Aas <gisle@ActiveState.com>
1638              Date: 09 Jan 2002 21:52:40 -0800
1639              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
1640      Branch: perl
1641            ! t/lib/strict/vars toke.c
1642 ____________________________________________________________________________
1643 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
1644         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
1645              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1646              Date: Wed, 9 Jan 2002 23:24:32 +0100
1647              Message-ID: <20020109232432.A692@rafael>
1648      Branch: perl
1649            ! ext/B/B/Deparse.pm
1650 ____________________________________________________________________________
1651 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
1652         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
1653              From: Jonathan Stowe <gellyfish@gellyfish.com>
1654              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
1655              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
1656      Branch: perl
1657            ! t/run/kill_perl.t
1658 ____________________________________________________________________________
1659 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
1660         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
1661              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1662              Date: Wed, 09 Jan 2002 20:16:54 +0000
1663              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
1664      Branch: perl
1665            ! regexec.c
1666 ____________________________________________________________________________
1667 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
1668         Log: Subject: [Patch @14129] fixes Unicode::Normalize
1669              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1670              Date: Thu, 10 Jan 2002 01:08:56 +0900
1671              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
1672      Branch: perl
1673            - ext/Unicode/Normalize/Normalize.pod
1674            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
1675            ! ext/Unicode/Normalize/Normalize.pm
1676            ! ext/Unicode/Normalize/Normalize.xs
1677            ! ext/Unicode/Normalize/mkheader
1678 ____________________________________________________________________________
1679 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
1680         Log: Integrate perlio; (Re-)implement alarm() for Win32.
1681      Branch: perl
1682           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
1683           !> win32/win32iop.h
1684 ____________________________________________________________________________
1685 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
1686         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
1687              From: Nicholas Clark <nick@unfortu.net>
1688              Date: Wed, 9 Jan 2002 17:56:04 +0000
1689              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
1690      Branch: perl
1691            ! t/op/readdir.t
1692 ____________________________________________________________________________
1693 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
1694         Log: Update Changes.
1695      Branch: perl
1696            ! Changes patchlevel.h
1697 ____________________________________________________________________________
1698 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
1699         Log: Thinko.
1700      Branch: perl
1701            ! ext/threads/t/stress_re.t
1702 ____________________________________________________________________________
1703 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
1704         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
1705              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
1706              Date: Wed, 09 Jan 2002 13:37:17 +0000                
1707              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
1708      Branch: perl
1709            ! regexec.c t/op/re_tests
1710 ____________________________________________________________________________
1711 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
1712         Log: Subject: Re: Weird Malformed warning in bleadperl    
1713              From: andreas.koenig@anima.de (Andreas J. Koenig)    
1714              Date: 09 Jan 2002 11:12:37 +0100
1715              Message-ID: <m3itabbzoq.fsf@anima.de>
1716      Branch: perl
1717            ! regexec.c t/op/pat.t
1718 ____________________________________________________________________________
1719 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
1720         Log: Forgot stress_re.t from MANIFEST.
1721      Branch: perl
1722            ! MANIFEST
1723 ____________________________________________________________________________
1724 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
1725         Log: In dumping use isPRINT() instead of isprint() so that locale
1726              does not come into play.
1727      Branch: perl
1728            ! utf8.c
1729 ____________________________________________________________________________
1730 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
1731         Log: Add a threads stress test for regular expressions
1732              (mostly just a modified stress_string.t) and doesn't
1733              test that much of regular expressions, just that $1
1734              doesn't get stomped by competing threads (as it does
1735              in the 5005threads of old).
1736      Branch: perl
1737            + ext/threads/t/stress_re.t
1738            ! MANIFEST
1739 ____________________________________________________________________________
1740 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
1741         Log: Subject: Re: [ID 20010912.007] substr reference core dump
1742              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1743              Date: Tue, 08 Jan 2002 19:17:50 +0000
1744              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
1745      Branch: perl
1746            ! scope.c t/run/kill_perl.t
1747 ____________________________________________________________________________
1748 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
1749         Log: SANY (. with /s) wasn't happy on Unicode.
1750      Branch: perl
1751            ! regexec.c t/op/pat.t
1752 ____________________________________________________________________________
1753 [ 14142] By: ams                                   on 2002/01/08  22:42:10
1754         Log: Subject: [PATCH] perldebug nit
1755              From: Tels <tels@bloodgate.com>
1756              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
1757      Branch: perl
1758            ! pod/perldebug.pod
1759 ____________________________________________________________________________
1760 [ 14141] By: ams                                   on 2002/01/08  21:32:59
1761         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
1762              From: "Green, Paul" <Paul.Green@stratus.com>
1763              Date: Tue, 8 Jan 2002 17:31:35 -0500
1764              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
1765      Branch: perl
1766            ! Makefile.SH
1767 ____________________________________________________________________________
1768 [ 14140] By: ams                                   on 2002/01/08  21:27:57
1769         Log: Subject: [PATCH] Re: Slight chokage from Deparse
1770              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1771              Date: Tue, 8 Jan 2002 23:04:45 +0100
1772              Message-Id: <20020108230445.A4798@rafael>
1773      Branch: perl
1774            ! ext/B/B/Deparse.pm
1775 ____________________________________________________________________________
1776 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
1777         Log: Subject: [patch] peep() is rude
1778              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
1779              Date: Tue, 08 Jan 2002 19:17:50 +0000            
1780              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
1781      Branch: perl
1782            ! op.c t/run/kill_perl.t
1783 ____________________________________________________________________________
1784 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
1785         Log: unifold is really an op test since it requires
1786              no external modules for its actual testing:
1787              only the unicore CaseFold.txt file, and File::Spec
1788              to portably access that file.
1789      Branch: perl
1790            + t/op/unifold.t
1791            - lib/unifold.t
1792            ! MANIFEST
1793 ____________________________________________________________________________
1794 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
1795         Log: Subject: [patch] save a test 
1796              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1797              Date: Tue, 08 Jan 2002 16:18:47 +0000
1798              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
1799      Branch: perl
1800            ! regcomp.c
1801 ____________________________________________________________________________
1802 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
1803         Log: Subject: Not OK 13843 
1804              From: andreas.koenig@anima.de (Andreas J. Koenig)
1805              Date: 08 Jan 2002 14:12:29 +0100
1806              Message-ID: <m38zb9c7gi.fsf@anima.de>
1807      Branch: perl
1808            ! op.c t/op/subst.t
1809 ____________________________________________________________________________
1810 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
1811         Log: Missed one variant of the fold testing, noticed bu Hugo.
1812      Branch: perl
1813            ! lib/unifold.t
1814 ____________________________________________________________________________
1815 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
1816         Log: Enchance the Storable magic description.
1817      Branch: perl
1818            ! ext/Storable/Storable.pm
1819 ____________________________________________________________________________
1820 [ 14132] By: ams                                   on 2002/01/08  09:16:12
1821         Log: Subject: [PATCH] don't installperl pods
1822              From: H.Merijn Brand <h.m.brand@hccnet.nl>
1823              Date: Tue, 08 Jan 2002 10:36:01 +0100
1824              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
1825      Branch: perl
1826            ! installperl
1827 ____________________________________________________________________________
1828 [ 14131] By: ams                                   on 2002/01/08  03:38:40
1829         Log: Subject: Math-BigInt v1.49 released
1830              From: Tels <perl_dummy@bloodgate.com>
1831              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
1832      Branch: perl
1833            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
1834            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
1835            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1836            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
1837            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
1838            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
1839            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
1840            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1841            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
1842            ! t/lib/Math/BigInt/Subclass.pm
1843 ____________________________________________________________________________
1844 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
1845         Log: A little better comments.
1846      Branch: perl
1847            ! regexec.c
1848 ____________________________________________________________________________
1849 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
1850         Log: No normalization form DNF.
1851      Branch: perl
1852            ! ext/Unicode/Normalize/Normalize.pm
1853 ____________________________________________________________________________
1854 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
1855         Log: Extension nits found by -Wall (several from threads
1856              and threads::shared, but leaving them to Arthur).
1857      Branch: perl
1858            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
1859            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
1860            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
1861            ! ext/Unicode/Normalize/mkheader x2p/str.c
1862 ____________________________________________________________________________
1863 [ 14125] By: ams                                   on 2002/01/07  22:03:22
1864         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
1865              From: Nicholas Clark (sans From field in mail header)
1866              Date: Mon, 7 Jan 2002 16:18:23 +0000
1867              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
1868      Branch: perl
1869            ! lib/Exporter.pm
1870 ____________________________________________________________________________
1871 [ 14124] By: ams                                   on 2002/01/07  21:46:11
1872         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
1873              From: "Green, Paul" <Paul.Green@stratus.com>
1874              Date: Mon, 7 Jan 2002 16:59:38 -0500
1875              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
1876      Branch: perl
1877            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
1878 ____________________________________________________________________________
1879 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
1880         Log: Update Changes.
1881      Branch: perl
1882            ! Changes patchlevel.h
1883 ____________________________________________________________________________
1884 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
1885         Log: Subject: [PATCH] Correct module name in perldelta*                 
1886              From: Mike Guy <mjtg@cam.ac.uk>
1887              Date: Mon, 07 Jan 2002 17:02:43 +0000
1888              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
1889      Branch: perl
1890            ! pod/perl561delta.pod pod/perl56delta.pod
1891 ____________________________________________________________________________
1892 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
1893         Log: AUTHORS update.
1894      Branch: perl
1895            ! AUTHORS
1896 ____________________________________________________________________________
1897 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
1898         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
1899      Branch: perl
1900            ! ext/Storable/Storable.pm
1901 ____________________________________________________________________________
1902 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
1903         Log: perldelta updates.
1904      Branch: perl
1905            ! pod/perldelta.pod
1906 ____________________________________________________________________________
1907 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
1908         Log: Document the flags of pv_uni_display().
1909      Branch: perl
1910            ! pod/perlapi.pod utf8.c
1911 ____________________________________________________________________________
1912 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
1913         Log: Forgot from #14115.
1914      Branch: perl
1915            ! t/op/re_tests
1916 ____________________________________________________________________________
1917 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
1918         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
1919              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
1920              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
1921              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
1922      Branch: perl
1923            ! regcomp.c
1924 ____________________________________________________________________________
1925 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
1926         Log: More regex and utf8 debug dumping.
1927      Branch: perl
1928            ! dump.c regcomp.c regexec.c utf8.c utf8.h
1929 ____________________________________________________________________________
1930 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
1931         Log: Unused variable.
1932      Branch: perl
1933            ! regcomp.c
1934 ____________________________________________________________________________
1935 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
1936         Log: Regen toc.
1937      Branch: perl
1938            ! pod/perltoc.pod
1939 ____________________________________________________________________________
1940 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
1941         Log: capitalize correctly, noticed by David Dyck.
1942      Branch: perl
1943            ! lib/sort.pm
1944 ____________________________________________________________________________
1945 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
1946         Log: No need to overqualify.
1947      Branch: perl
1948            ! lib/sort.pm
1949 ____________________________________________________________________________
1950 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
1951         Log: PL_debug_pad wasn't initialized to zeroes which broke
1952              ithreads + DEBUGGING.
1953      Branch: perl
1954            ! sv.c
1955 ____________________________________________________________________________
1956 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
1957         Log: Update Changes.
1958      Branch: perl
1959            ! Changes patchlevel.h
1960 ____________________________________________________________________________
1961 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
1962         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
1963              From: Jonathan Stowe <gellyfish@gellyfish.com>
1964              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
1965              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
1966      Branch: perl
1967            ! pp_sys.c
1968 ____________________________________________________________________________
1969 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
1970         Log: DB_File sync from Paul Marquess.
1971      Branch: perl
1972            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1973            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
1974            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
1975 ____________________________________________________________________________
1976 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
1977         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
1978              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
1979              Date: Sun, 6 Jan 2002 11:44:30 +0100
1980              Message-ID: <3C38389E.7831.493570@localhost>
1981      Branch: perl
1982            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
1983            ! utils/perlcc.PL
1984 ____________________________________________________________________________
1985 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
1986         Log: Tests for #14098.
1987      Branch: perl
1988            ! t/op/lc.t
1989 ____________________________________________________________________________
1990 [ 14101] By: ams                                   on 2002/01/06  04:52:50
1991         Log: Subject: [PATCH] Bad prototype detection now an optional warning
1992              From: Sam Tregar <sam@tregar.com>
1993              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
1994              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
1995      Branch: perl
1996            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
1997            ! t/comp/proto.t toke.c
1998 ____________________________________________________________________________
1999 [ 14100] By: ams                                   on 2002/01/06  01:56:59
2000         Log: Subject: [PATCH] Correct several Stratus VOS build issues
2001              From: "Green, Paul" <Paul.Green@stratus.com>
2002              Date: Sat, 5 Jan 2002 21:30:56 -0500
2003              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
2004      Branch: perl
2005            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
2006 ____________________________________________________________________________
2007 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
2008         Log: Further perl.org URL elaboration from Ask.
2009      Branch: perl
2010            ! pod/perlfaq1.pod pod/perlfaq2.pod
2011 ____________________________________________________________________________
2012 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
2013         Log: The same problem with To{Lower,Title,Upper}
2014              as earlier with ToFold.
2015      Branch: perl
2016            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
2017            ! lib/unicore/To/Upper.pl lib/unicore/mktables
2018 ____________________________________________________________________________
2019 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
2020         Log: Retract #14057 for now; the alarm/setitimer timers
2021              seen to be the same in many systems, which leads into
2022              hangups.
2023      Branch: perl
2024            ! ext/Time/HiRes/HiRes.t
2025 ____________________________________________________________________________
2026 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
2027         Log: Finish up (ha!) the Unicode case folding;
2028              enhance regex dumping code.
2029      Branch: perl
2030            + lib/unifold.t
2031            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
2032            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
2033 ____________________________________________________________________________
2034 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
2035         Log: Use the perl.org news gw instead of the perl.com one
2036              (from Ask).
2037      Branch: perl
2038            ! pod/perlfaq1.pod pod/perlfaq2.pod
2039 ____________________________________________________________________________
2040 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
2041         Log: Zero() wasn't documented.
2042      Branch: perl
2043            ! pod/perlclib.pod
2044 ____________________________________________________________________________
2045 [ 14093] By: ams                                   on 2002/01/05  17:58:35
2046         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
2047              From: Nicholas Clark <nick@unfortu.net>
2048              Date: Sat, 5 Jan 2002 18:55:39 +0000
2049              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
2050      Branch: perl
2051            ! lib/Memoize/t/tie_ndbm.t
2052 ____________________________________________________________________________
2053 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
2054         Log: Also UNICOS/mk has deviant socketpair().
2055      Branch: perl
2056            ! ext/Socket/socketpair.t
2057 ____________________________________________________________________________
2058 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
2059         Log: Ooops.  Retract the regex parts of #14090.
2060      Branch: perl
2061            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
2062 ____________________________________________________________________________
2063 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
2064         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
2065              From: Nicholas Clark <nick@unfortu.net> 
2066              Date: Sat, 5 Jan 2002 18:10:13 +0000
2067              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
2068      Branch: perl
2069            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
2070            ! regcomp.h regexec.c
2071 ____________________________________________________________________________
2072 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
2073         Log: Integrate perlio; a missing aTHX.
2074      Branch: perl
2075           !> op.c
2076 ____________________________________________________________________________
2077 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
2078         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
2079              found by Marc Lehmann.
2080      Branch: perl
2081            ! pp.c
2082 ____________________________________________________________________________
2083 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
2084         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
2085              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2086              Date: Sat, 5 Jan 2002 00:31:12 +0100
2087              Message-ID: <20020105003112.E1850@rafael>              
2088      Branch: perl
2089            ! t/comp/proto.t
2090 ____________________________________________________________________________
2091 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
2092         Log: A bit of "perl.com" cleanup.
2093      Branch: perl
2094            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
2095            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
2096            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
2097            ! pod/perlmodlib.PL pod/perlmodlib.pod
2098 ____________________________________________________________________________
2099 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
2100         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
2101              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2102              Date: Fri, 4 Jan 2002 23:35:19 +0100
2103              Message-ID: <20020104233519.A1850@rafael>
2104      Branch: perl
2105            ! op.c
2106 ____________________________________________________________________________
2107 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
2108         Log: Integrate change #14062 from macperl;
2109              Define setbuf, setvbuf for Mac OS
2110      Branch: perl
2111           !> ext/IO/IO.xs
2112 ____________________________________________________________________________
2113 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
2114         Log: Display the native pwd command.
2115      Branch: perl
2116            ! ext/Cwd/t/cwd.t
2117 ____________________________________________________________________________
2118 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
2119         Log: Under Mac OS X /dev/stdout is normally a symlink,
2120              but when running the test it seems to become a socket.
2121              So let's extend our censorship.
2122      Branch: perl
2123            ! t/op/stat.t
2124 ____________________________________________________________________________
2125 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
2126         Log: If we do have socketpair(), make my_socketpair()
2127              just call the real socketpair().  This way we always
2128              have real code behind my_socketpair() and a symbol
2129              corresponding to the my_socketpair in global.sym.
2130      Branch: perl
2131            ! embed.fnc embed.h makedef.pl proto.h util.c
2132 ____________________________________________________________________________
2133 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
2134         Log: Spread the good word of "env".
2135      Branch: perl
2136            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
2137 ____________________________________________________________________________
2138 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
2139         Log: Till the system tests do something non-Win*, better rename
2140              the test so that people on other platforms don't get confused.
2141              (Not win32system, because assumedly there's win64, too.)
2142      Branch: perl
2143            + t/op/winsystem.t
2144            - t/op/system.t
2145            ! MANIFEST
2146 ____________________________________________________________________________
2147 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
2148         Log: Some tweaks.
2149      Branch: perl
2150            ! lib/Pod/t/Functions.t
2151 ____________________________________________________________________________
2152 [ 14057] By: ams                                   on 2002/01/04  17:40:31
2153         Log: (retracted by #14057)
2154              
2155              Subject: [PATCH] Time/HiRes/HiRes.t
2156              From: Nicholas Clark <nick@unfortu.net>
2157              Date: Fri, 4 Jan 2002 17:28:46 +0000
2158              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
2159      Branch: perl
2160            ! ext/Time/HiRes/HiRes.t
2161 ____________________________________________________________________________
2162 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
2163         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
2164              From: Abe Timmerman <abe@ztreet.demon.nl>
2165              Date: Fri, 04 Jan 2002 18:42:33 +0100
2166              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
2167      Branch: perl
2168            + lib/Pod/t/Functions.t
2169            ! MANIFEST lib/Pod/Functions.pm
2170 ____________________________________________________________________________
2171 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
2172         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
2173              From: "Craig A. Berry" <craigberry@mac.com>
2174              Date: Thu, 3 Jan 2002 17:32:20 -0600
2175              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
2176      Branch: perl
2177            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
2178 ____________________________________________________________________________
2179 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
2180         Log: Document the U+0085, U+2028, and U+2029.
2181      Branch: perl
2182            ! pod/perlre.pod pod/perlretut.pod
2183 ____________________________________________________________________________
2184 [ 14053] By: ams                                   on 2002/01/04  03:27:44
2185         Log: Subject: [PATCH] warn if not CORE::dump
2186              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2187              Date: Thu, 3 Jan 2002 22:04:00 +0100
2188              Message-Id: <20020103220400.A13958@rafael>
2189      Branch: perl
2190            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
2191 ____________________________________________________________________________
2192 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
2193         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
2194      Branch: perl
2195            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
2196 ____________________________________________________________________________
2197 [ 14051] By: ams                                   on 2002/01/04  03:00:12
2198         Log: Subject: [PATCH] File::Compare::VERSION
2199              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2200              Date: Thu, 3 Jan 2002 23:42:52 +0100
2201              Message-Id: <20020103234252.G13958@rafael>
2202      Branch: perl
2203            ! lib/File/Compare.pm
2204 ____________________________________________________________________________
2205 [ 14050] By: ams                                   on 2002/01/04  02:58:05
2206         Log: Subject: [PATCH @14042] threads::shared doc
2207              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
2208              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
2209              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
2210      Branch: perl
2211            ! ext/threads/shared/shared.pm
2212 ____________________________________________________________________________
2213 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
2214         Log: #14048 exposed few false positives, to be fixed soonish.
2215      Branch: perl
2216            ! t/op/pat.t
2217 ____________________________________________________________________________
2218 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
2219         Log: Do not add the first characters of multicharacter foldings
2220              into character classes.
2221      Branch: perl
2222            ! regcomp.c
2223 ____________________________________________________________________________
2224 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
2225         Log: A bit of testing for #14046.
2226      Branch: perl
2227            ! t/op/pat.t
2228 ____________________________________________________________________________
2229 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
2230         Log: Allow emitting the foldcased version of "\x{df}", "ss"
2231              (among others, another example would be \x{fb00} -> "ff")
2232      Branch: perl
2233            ! regcomp.c
2234 ____________________________________________________________________________
2235 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
2236         Log: Subject: [PATCH] File::Spec & NetWare
2237              From: Dave Rolsky <autarch@urth.org>
2238              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
2239              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
2240      Branch: perl
2241            - lib/File/Spec/NW5.pm
2242            ! MANIFEST lib/File/Spec.pm
2243 ____________________________________________________________________________
2244 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
2245         Log: FAQ sync (RCS Ids only?)
2246      Branch: perl
2247            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
2248 ____________________________________________________________________________
2249 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
2250         Log: AUTHORs updates.
2251      Branch: perl
2252            ! AUTHORS
2253 ____________________________________________________________________________
2254 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
2255         Log: Update Changes.
2256      Branch: perl
2257            ! Changes patchlevel.h
2258 ____________________________________________________________________________
2259 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
2260         Log: Missed the =head1 additions.
2261      Branch: perl
2262            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
2263            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
2264            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
2265            ! util.c
2266 ____________________________________________________________________________
2267 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
2268         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
2269              From: Robin Barker <rmb1@cise.npl.co.uk>
2270              Date: Thu, 3 Jan 2002 15:26:20 GMT
2271              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
2272      Branch: perl
2273            ! lib/Carp.t lib/Carp/Heavy.pm
2274 ____________________________________________________________________________
2275 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
2276         Log: Subject: [PATCH hv.c] 
2277              From: Robin Barker <rmb1@cise.npl.co.uk>
2278              Date: Thu, 3 Jan 2002 14:49:06 GMT
2279              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
2280              
2281              -Wformat check.
2282      Branch: perl
2283            ! hv.c
2284 ____________________________________________________________________________
2285 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
2286         Log: NetWare tweaks from Ananth Kesari.
2287      Branch: perl
2288            ! NetWare/t/NWScripts.pl lib/File/Find.pm
2289 ____________________________________________________________________________
2290 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
2291         Log: Cast.
2292      Branch: perl
2293            ! regexec.c
2294 ____________________________________________________________________________
2295 [ 14036] By: ams                                   on 2002/01/03  12:12:31
2296         Log: Grammar fix suggested by Gwyn Judd.
2297      Branch: perl
2298            ! pod/perldiag.pod
2299 ____________________________________________________________________________
2300 [ 14033] By: ams                                   on 2002/01/03  08:24:24
2301         Log: Subject: Not ok 14031: PPPort Makefile.PL
2302              From: andreas.koenig@anima.de (Andreas J. Koenig)
2303              Date: 03 Jan 2002 10:17:46 +0100
2304              Message-Id: <m3sn9n94jp.fsf@anima.de>
2305      Branch: perl
2306            ! ext/Devel/PPPort/Makefile.PL
2307 ____________________________________________________________________________
2308 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
2309         Log: Off-by-one is my middle name.
2310      Branch: perl
2311            ! regexec.c
2312 ____________________________________________________________________________
2313 [ 14030] By: ams                                   on 2002/01/02  23:56:37
2314         Log: Subject: [PATCH @14015] threads::shared disabling
2315              From: Andy Bussey <andybussey@yahoo.co.uk>
2316              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
2317              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
2318      Branch: perl
2319            + ext/threads/shared/t/no_share.t
2320            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
2321 ____________________________________________________________________________
2322 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
2323         Log: Simon's new perlapi scheme, I hope I got all the pieces.
2324      Branch: perl
2325            + autodoc.pl embed.fnc
2326            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
2327 ____________________________________________________________________________
2328 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
2329         Log: Integrate perlio; more PPPort Makefile source dependence removal
2330      Branch: perl
2331           !> ext/Devel/PPPort/Makefile.PL perl.h
2332 ____________________________________________________________________________
2333 [ 14027] By: ams                                   on 2002/01/02  21:42:50
2334         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
2335              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2336              Date: Wed, 2 Jan 2002 23:09:13 +0100
2337              Message-Id: <20020102230913.A17373@rafael>
2338      Branch: perl
2339            ! pod/perldiag.pod
2340 ____________________________________________________________________________
2341 [ 14026] By: ams                                   on 2002/01/02  21:38:34
2342         Log: Subject: Re: PATCH: lib/Term/Cap.pm
2343              From: Jonathan Stowe <gellyfish@gellyfish.com>
2344              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
2345              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
2346      Branch: perl
2347            ! lib/Term/Cap.pm
2348 ____________________________________________________________________________
2349 [ 14025] By: ams                                   on 2002/01/02  18:34:26
2350         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
2351              From: Sam Tregar <sam@tregar.com>
2352              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
2353              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
2354      Branch: perl
2355            ! pod/perldiag.pod t/comp/proto.t toke.c
2356 ____________________________________________________________________________
2357 [ 14024] By: ams                                   on 2002/01/02  18:16:12
2358         Log: Subject: PATCH: lib/Term/Cap.pm
2359              From: Norton Allen <allen@huarp.harvard.edu>
2360              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
2361              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
2362      Branch: perl
2363            ! lib/Term/Cap.pm
2364 ____________________________________________________________________________
2365 [ 14023] By: ams                                   on 2002/01/02  18:12:31
2366         Log: Subject: PATCH: lib/Cwd.pm for QNX4
2367              From: Norton Allen <allen@huarp.harvard.edu>
2368              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
2369              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
2370      Branch: perl
2371            ! lib/Cwd.pm
2372 ____________________________________________________________________________
2373 [ 14020] By: ams                                   on 2002/01/02  17:06:27
2374         Log: Fix misplaced application of #14016.
2375      Branch: perl
2376            ! op.c
2377 ____________________________________________________________________________
2378 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
2379         Log: Integrate perlio; avoid uninit debug_pad.
2380      Branch: perl
2381           !> sv.c
2382 ____________________________________________________________________________
2383 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
2384         Log: makedepend VOS fix from Paul Green.
2385      Branch: perl
2386            ! makedepend.SH
2387 ____________________________________________________________________________
2388 [ 14016] By: ams                                   on 2002/01/02  15:58:11
2389         Log: Subject: [PATCH] random crash in B::LISTOP::last
2390              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2391              Date: Wed, 2 Jan 2002 17:37:28 +0100
2392              Message-Id: <3C334558.3906.19CB98D@localhost>
2393      Branch: perl
2394            ! op.c
2395 ____________________________________________________________________________
2396 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
2397         Log: Update Changes.
2398      Branch: perl
2399            ! Changes patchlevel.h
2400 ____________________________________________________________________________
2401 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
2402         Log: One more iteration of the ibcmp_utf8() interface,
2403              hopefully this is a convergent iteration...
2404      Branch: perl
2405            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
2406 ____________________________________________________________________________
2407 [ 14013] By: ams                                   on 2002/01/02  13:43:58
2408         Log: Upgrade to podlators-1.19.
2409      Branch: perl
2410            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
2411            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
2412            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
2413            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
2414            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
2415 ____________________________________________________________________________
2416 [ 14012] By: ams                                   on 2002/01/02  09:48:51
2417         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
2418              From: martyn@inpharmatica.co.uk
2419              Date: Wed, 19 Dec 2001 19:05:00 +0000
2420              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
2421      Branch: perl
2422            ! lib/Pod/Usage.pm
2423 ____________________________________________________________________________
2424 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
2425         Log: Make ibcmp_utf8() optionally progress in either string for
2426              as long as it takes and optionally record how far it got.
2427      Branch: perl
2428            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
2429 ____________________________________________________________________________
2430 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
2431         Log: Once more try to get the PPPort Makefile right.
2432      Branch: perl
2433            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
2434 ____________________________________________________________________________
2435 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
2436         Log: -Wall silencing.
2437      Branch: perl
2438            ! utf8.c
2439 ____________________________________________________________________________
2440 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
2441         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
2442              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2443              Date: Tue, 1 Jan 2002 22:45:21 +0100       
2444              Message-ID: <20020101224521.A691@rafael>
2445      Branch: perl
2446            ! ext/B/B/Deparse.pm
2447 ____________________________________________________________________________
2448 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
2449         Log: VOS tweak from Paul Green: VOS has different O_BINARY
2450              and O_TEXT, but VOS always uses LF, never CRLF.
2451      Branch: perl
2452            ! perl.h
2453 ____________________________________________________________________________
2454 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
2455         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
2456      Branch: perl
2457            ! regexec.c utf8.c
2458 ____________________________________________________________________________
2459 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
2460         Log: Now that to_utf8_fold() was fixed.
2461      Branch: perl
2462            ! regcomp.c regexec.c
2463 ____________________________________________________________________________
2464 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
2465         Log: Integrate perlio; experimental binmode() re-coding.
2466      Branch: perl
2467           !> perlio.c
2468 ____________________________________________________________________________
2469 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
2470         Log: Document the to_utf8_*() functions.
2471      Branch: perl
2472            ! embed.pl pod/perlapi.pod utf8.c
2473 ____________________________________________________________________________
2474 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
2475         Log: Better support for multicharacter foldings.
2476              Now all but two of the CaseFold.txt cases work-- but
2477              only when the target string is single-character, more
2478              debugging needed.
2479      Branch: perl
2480            ! regexec.c
2481 ____________________________________________________________________________
2482 [ 14000] By: ams                                   on 2002/01/01  15:59:43
2483         Log: Subject: [PATCH] don't installperl pods
2484              From: Nicholas Clark <nick@unfortu.net>
2485              Date: Tue, 1 Jan 2002 16:44:12 +0000
2486              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
2487      Branch: perl
2488            ! installperl
2489 ____________________________________________________________________________
2490 [ 13999] By: ams                                   on 2002/01/01  14:34:04
2491         Log: Subject: [PATCH] perldiag.pod transposition
2492              From: Nicholas Clark <nick@unfortu.net>
2493              Date: Tue, 1 Jan 2002 15:03:52 +0000
2494              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
2495      Branch: perl
2496            ! pod/perldiag.pod
2497 ____________________________________________________________________________
2498 [ 13998] By: ams                                   on 2002/01/01  13:36:49
2499         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
2500              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2501              Date: Tue, 1 Jan 2002 15:12:36 +0100
2502              Message-Id: <20020101151236.A951@rafael>
2503      Branch: perl
2504            ! pod/perldiag.pod
2505 ____________________________________________________________________________
2506 [ 13997] By: ams                                   on 2002/01/01  13:33:06
2507         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
2508              From: Nicholas Clark <nick@unfortu.net>
2509              Date: Tue, 1 Jan 2002 13:13:17 +0000
2510              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
2511      Branch: perl
2512            ! ext/Socket/socketpair.t
2513 ____________________________________________________________________________
2514 [ 13996] By: ams                                   on 2002/01/01  04:44:28
2515         Log: Subject: [PATCH @13746] Leaner exporter
2516              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2517              Date: Mon, 31 Dec 2001 18:16:08 -0500
2518              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
2519      Branch: perl
2520            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
2521 ____________________________________________________________________________
2522 [ 13995] By: ams                                   on 2002/01/01  04:29:44
2523         Log: Subject: [PATCH @13746] h2xs broken
2524              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2525              Date: Mon, 31 Dec 2001 17:48:55 -0500
2526              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
2527      Branch: perl
2528            ! utils/h2xs.PL
2529 ____________________________________________________________________________
2530 [ 13994] By: ams                                   on 2002/01/01  04:25:46
2531         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
2532              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2533              Date: Mon, 31 Dec 2001 17:42:25 -0500
2534              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
2535      Branch: perl
2536            ! lib/ExtUtils/MM_Unix.pm
2537 ____________________________________________________________________________
2538 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
2539         Log: Rename the variables to be a bit more consistent.
2540      Branch: perl
2541            ! utf8.c
2542 ____________________________________________________________________________
2543 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
2544         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
2545              (found by Jeffrey Friedl)
2546      Branch: perl
2547            ! regexec.c t/op/pat.t utf8.c
2548 ____________________________________________________________________________
2549 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
2550         Log: Update Changes.
2551      Branch: perl
2552            ! Changes patchlevel.h
2553 ____________________________________________________________________________
2554 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
2555         Log: Less unused ones.
2556      Branch: perl
2557            ! regexec.c
2558 ____________________________________________________________________________
2559 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
2560         Log: Unused variable.
2561      Branch: perl
2562            ! regcomp.c
2563 ____________________________________________________________________________
2564 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
2565         Log: Forgotten file.
2566      Branch: perl
2567            ! MANIFEST
2568 ____________________________________________________________________________
2569 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
2570         Log: Subject: Re: Cygwin: one down one to go 
2571              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2572              Date: Mon, 31 Dec 2001 18:34:36 +0100
2573              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
2574      Branch: perl
2575            ! cygwin/Makefile.SHs
2576 ____________________________________________________________________________
2577 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
2578         Log: Add some comments to the recent Unicode case-folding saga.
2579      Branch: perl
2580            ! regcomp.c regexec.c
2581 ____________________________________________________________________________
2582 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
2583         Log: Slight comment tweakage.
2584      Branch: perl
2585            ! ext/I18N/Langinfo/Langinfo.t
2586 ____________________________________________________________________________
2587 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
2588         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
2589      Branch: perl
2590            ! perl.h
2591 ____________________________________________________________________________
2592 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
2593         Log: Subject: [ PATCH] Cygwin: one down one to go
2594              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2595              Date: Mon, 31 Dec 2001 17:03:40 +0100
2596              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
2597      Branch: perl
2598            ! lib/Pod/t/basic.t
2599 ____________________________________________________________________________
2600 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
2601         Log: Tweak the dependencies not to recompile everytime,
2602              as suggested by NI-S.
2603      Branch: perl
2604            ! ext/Devel/PPPort/Makefile.PL
2605 ____________________________________________________________________________
2606 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
2607         Log: Planning still not right.
2608      Branch: perl
2609            ! lib/User/grent.t
2610 ____________________________________________________________________________
2611 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
2612         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
2613              From: Michael G Schwern <schwern@pobox.com>
2614              Date: Sun, 30 Dec 2001 18:07:55 -0500
2615              Message-ID: <20011230230755.GG12840@blackrider>
2616              
2617              (lib/User/grent, really)
2618      Branch: perl
2619            ! lib/User/grent.t
2620 ____________________________________________________________________________
2621 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
2622         Log: Integrate perlio; cleanup, in particular avoid accidental
2623              PerlIO_flush(NULL) if PerlIONext is NULL.
2624      Branch: perl
2625           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
2626 ____________________________________________________________________________
2627 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
2628         Log: Subject: typo in IO::Socket::INET.pm
2629              From: mjd@plover.com
2630              Date: 31 Dec 2001 14:31:10 -0000
2631              Message-ID: <20011231143110.4989.qmail@plover.com>
2632      Branch: perl
2633            ! ext/IO/lib/IO/Socket/INET.pm
2634 ____________________________________________________________________________
2635 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
2636         Log: Subject: Re: [PATCH] Basic bad prototype detection
2637              From: Sam Tregar <sam@tregar.com>
2638              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
2639              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
2640      Branch: perl
2641            ! t/comp/proto.t toke.c
2642 ____________________________________________________________________________
2643 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
2644         Log: Subject: [PATCH] configure.com / scriptdirexp
2645              From: "Craig A. Berry" <craigberry@mac.com>
2646              Date: Sun, 30 Dec 2001 15:47:28 -0600
2647              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
2648      Branch: perl
2649            ! configure.com
2650 ____________________________________________________________________________
2651 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
2652         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
2653              From: Abe Timmerman <abe@ztreet.demon.nl>
2654              Date: Mon, 31 Dec 2001 03:55:27 +0100
2655              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
2656      Branch: perl
2657            ! lib/ExtUtils/t/MM_Win32.t
2658 ____________________________________________________________________________
2659 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
2660         Log: Subject: [PATCH] Basic bad prototype detection
2661              From: Sam Tregar <sam@tregar.com> 
2662              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
2663              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
2664      Branch: perl
2665            ! pod/perldiag.pod t/comp/proto.t toke.c
2666 ____________________________________________________________________________
2667 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
2668         Log: Makefiles are sloppy about the exe suffix
2669              (from Paul Green)
2670      Branch: perl
2671            ! Makefile.SH x2p/Makefile.SH
2672 ____________________________________________________________________________
2673 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
2674         Log: Delay folding until necessary; start of handling
2675              folding into several characters.
2676      Branch: perl
2677            ! regcomp.c regexec.c
2678 ____________________________________________________________________________
2679 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
2680         Log: gcc -Wall dewhine.
2681      Branch: perl
2682            ! regexec.c
2683 ____________________________________________________________________________
2684 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
2685         Log: More Unicode folding tweaks, avoid potential false matches.
2686      Branch: perl
2687            ! regexec.c
2688 ____________________________________________________________________________
2689 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
2690         Log: Make that six wrongs.
2691      Branch: perl
2692            ! regexec.c utf8.c
2693 ____________________________________________________________________________
2694 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
2695         Log: Four wrongs can make a right.
2696      Branch: perl
2697            ! regexec.c utf8.c
2698 ____________________________________________________________________________
2699 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
2700         Log: Fix all the I case foldings as per CaseFold.txt.
2701      Branch: perl
2702            ! regcomp.c regexec.c
2703 ____________________________________________________________________________
2704 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
2705         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
2706      Branch: perl
2707            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
2708            ! regexec.c utf8.c
2709 ____________________________________________________________________________
2710 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
2711         Log: Integrate perlio; more win32 stuff:
2712              
2713              A. Use Perl_my_socketpair()
2714              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
2715              load winsock.
2716              C. (In passing) work round fact that $$ is now SvREADONLY
2717              so we need to take special measures to set it during
2718              pseudo-fork.
2719      Branch: perl
2720           !> util.c win32/perlhost.h
2721 ____________________________________________________________________________
2722 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
2723         Log: Fix ppport.h for Unix.
2724      Branch: perl
2725            + ext/Devel/PPPort/ppport_h.PL
2726            - ext/Devel/PPPort/ppport.h.PL
2727            ! MANIFEST ext/Devel/PPPort/Makefile.PL
2728 ____________________________________________________________________________
2729 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
2730         Log: Integrate perlio; win32 kicking.
2731      Branch: perl
2732           +> ext/Devel/PPPort/ppport.h.PL
2733           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
2734           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
2735           !> proto.h
2736 ____________________________________________________________________________
2737 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
2738         Log: Must look for cat also in $PATH (noticed by Philip Newton).
2739      Branch: perl
2740            ! Configure
2741 ____________________________________________________________________________
2742 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
2743         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
2744              From: Blair Zajac <blair@orcaware.com>
2745              Date: Sat, 29 Dec 2001 22:37:03 -0800
2746              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
2747      Branch: perl
2748            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
2749 ____________________________________________________________________________
2750 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
2751         Log: Regen files.
2752      Branch: perl
2753            ! embed.h global.sym pod/perlapi.pod uconfig.h
2754 ____________________________________________________________________________
2755 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
2756         Log: Subject: [PATCH] -t without -w 
2757              From: Michael G Schwern <schwern@pobox.com>
2758              Date: Sat, 29 Dec 2001 23:46:25 -0500
2759              Message-ID: <20011230044625.GA14386@blackrider>
2760      Branch: perl
2761            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
2762            ! warnings.pl
2763 ____________________________________________________________________________
2764 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
2765         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
2766              From: Dave Rolsky <autarch@urth.org>               
2767              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
2768              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
2769              
2770              $^O is NetWare, not Netware.
2771      Branch: perl
2772            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
2773 ____________________________________________________________________________
2774 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
2775         Log: Sarathy thinks undoing C++ comments from C++ files
2776              is a bit too zealous.
2777      Branch: perl
2778            ! win32/perlhost.h win32/vmem.h
2779 ____________________________________________________________________________
2780 [ 13947] By: nick                                  on 2001/12/30  11:35:51
2781         Log: More Cwd tidy up
2782      Branch: perl
2783            ! MANIFEST installperl
2784 ____________________________________________________________________________
2785 [ 13946] By: nick                                  on 2001/12/30  11:12:42
2786         Log: Undo a mess trying Cwd.pm in its ext directory
2787      Branch: perl
2788            + lib/Cwd.pm
2789            - ext/Cwd/Cwd.pm
2790 ____________________________________________________________________________
2791 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
2792         Log: Update Changes.
2793      Branch: perl
2794            ! Changes patchlevel.h
2795 ____________________________________________________________________________
2796 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
2797         Log: Subject: [PATCH] cleaner close on tests, take 2
2798              From: andreas.koenig@anima.de (Andreas J. Koenig)
2799              Date: 29 Dec 2001 21:42:37 +0100
2800              Message-ID: <m33d1tvjuq.fsf@anima.de>
2801              
2802              (the DB_File patches)
2803      Branch: perl
2804            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2805            ! ext/DB_File/t/db-recno.t
2806 ____________________________________________________________________________
2807 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
2808         Log: Integrate perlio; regen'ed config_H.?c
2809      Branch: perl
2810           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2811 ____________________________________________________________________________
2812 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
2813         Log: Subject: [PATCH] cleaner close on tests, take 2             
2814              From: andreas.koenig@anima.de (Andreas J. Koenig)
2815              Date: 29 Dec 2001 21:42:37 +0100
2816              Message-ID: <m33d1tvjuq.fsf@anima.de>
2817              
2818              (except for the three DB_File patch fragments)
2819      Branch: perl
2820            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
2821            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
2822            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
2823            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
2824            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
2825            ! t/op/runlevel.t t/op/write.t t/run/switches.t
2826 ____________________________________________________________________________
2827 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
2828         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
2829              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2830              Date: Sat, 29 Dec 2001 20:38:59 +0100
2831              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
2832              
2833              (NetWare tree not touched because it's very //)
2834      Branch: perl
2835            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
2836            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
2837            ! wince/include/errno.h wince/include/netdb.h
2838            ! wince/include/sys/socket.h wince/include/sys/stat.h
2839            ! wince/perllib.c wince/perlmain.c wince/win32.h
2840            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
2841            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
2842 ____________________________________________________________________________
2843 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
2844         Log: Give up on serious testing of langinfo().  Leave the old
2845              code in place, though.
2846      Branch: perl
2847            ! ext/I18N/Langinfo/Langinfo.t
2848 ____________________________________________________________________________
2849 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
2850         Log: Integrate perlio;
2851              
2852              Define the two socket error numbers in terms of WSAEXXXXX equivalents
2853              
2854              Fudge Config.pm so File::Spec does not croak.
2855      Branch: perl
2856           !> win32/FindExt.pm win32/win32.h
2857 ____________________________________________________________________________
2858 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
2859         Log: VOS tweaks from Paul Green.
2860              
2861              The Configure tweaks: the _exe needs to be
2862              set after the init; VOS has fd 3 hardwired to /dev/tty;
2863              the grep/ln/make substitutions really need to stick.
2864      Branch: perl
2865            ! Configure hints/vos.sh perl.h util.c vos/build.cm
2866            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2867            ! vos/config.ga.h vos/vosish.h
2868 ____________________________________________________________________________
2869 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
2870         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
2871              From: coral@eekeek.org
2872              Date: Fri, 28 Dec 2001 19:58:22 -0500      
2873              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
2874      Branch: perl
2875            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
2876            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
2877            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
2878            ! pod/perlunicode.pod pod/perlxs.pod util.c
2879 ____________________________________________________________________________
2880 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
2881         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
2882      Branch: perl
2883            ! t/op/exec.t
2884 ____________________________________________________________________________
2885 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
2886         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
2887              From: Abe Timmerman <abe@ztreet.demon.nl>
2888              Date: Sat, 29 Dec 2001 13:10:06 +0100
2889              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
2890      Branch: perl
2891            + lib/Pod/t/InputObjects.t
2892 ____________________________________________________________________________
2893 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
2894         Log: Integrate perlio;
2895              
2896              Quick fix (after couple of clever fixes failed) for
2897              "accept leaks memory" fail [ID 20011223.001]
2898              
2899              Nick Clark's embed.pl fix for my_socketpair
2900      Branch: perl
2901           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
2902 ____________________________________________________________________________
2903 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
2904         Log: Slight tweaks on the MM_Win32.t.
2905      Branch: perl
2906            ! lib/ExtUtils/t/MM_Win32.t
2907 ____________________________________________________________________________
2908 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
2909         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
2910              From: Abe Timmerman <abe@ztreet.demon.nl>
2911              Date: Sat, 29 Dec 2001 12:51:36 +0100
2912              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
2913      Branch: perl
2914            + lib/ExtUtils/t/MM_Win32.t
2915            ! MANIFEST
2916 ____________________________________________________________________________
2917 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
2918         Log: Subject: [PATCH] Module names and other nits
2919              From: Autrijus Tang <autrijus@autrijus.org>                 
2920              Date: Sat, 29 Dec 2001 01:59:28 +0800
2921              Message-ID: <20011229015928.A29712@geb.elixus.org>              
2922      Branch: perl
2923            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
2924            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
2925            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
2926            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
2927            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
2928 ____________________________________________________________________________
2929 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
2930         Log: socketpair tweaks from Nicholas Clark.
2931      Branch: perl
2932            ! ext/Socket/socketpair.t util.c
2933 ____________________________________________________________________________
2934 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
2935         Log: Retract #13917.
2936      Branch: perl
2937            ! doop.c
2938 ____________________________________________________________________________
2939 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
2940         Log: Subject: provisional MakeMaker patch for VMS
2941              From: "Craig A. Berry" <craigberry@mac.com> 
2942              Date: Thu, 27 Dec 2001 22:29:37 -0600
2943              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
2944      Branch: perl
2945            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2946 ____________________________________________________________________________
2947 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
2948         Log: (retracted by #13919)
2949      Branch: perl
2950            ! doop.c
2951 ____________________________________________________________________________
2952 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
2953         Log: Remove debris in any case.
2954      Branch: perl
2955            ! Configure
2956 ____________________________________________________________________________
2957 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
2958         Log: Subject: [PATCH] Re: B::walksymtable oddness
2959              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2960              Date: Thu, 27 Dec 2001 19:14:24 +0100
2961              Message-ID: <3C2B7310.861.18820D0@localhost>
2962      Branch: perl
2963            ! ext/B/B.pm
2964 ____________________________________________________________________________
2965 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
2966         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
2967              From: Nicholas Clark <nick@unfortu.net> 
2968              Date: Fri, 28 Dec 2001 00:43:02 +0000
2969              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
2970      Branch: perl
2971            ! ext/Socket/socketpair.t
2972 ____________________________________________________________________________
2973 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
2974         Log: Fast Latin1<->UTF-8 conversion for older Perls.
2975      Branch: perl
2976            ! pod/perluniintro.pod
2977 ____________________________________________________________________________
2978 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
2979         Log: Update Changes.
2980      Branch: perl
2981            ! Changes patchlevel.h
2982 ____________________________________________________________________________
2983 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
2984         Log: More wait status trickery for BeOS.
2985      Branch: perl
2986            ! ext/POSIX/POSIX.xs
2987 ____________________________________________________________________________
2988 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
2989         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
2990      Branch: perl
2991            ! Configure
2992 ____________________________________________________________________________
2993 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
2994         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
2995              From: gbarr@monty.mutatus.co.uk
2996              Date: 27 Dec 2001 14:41:36 -0000
2997              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
2998      Branch: perl
2999            ! lib/ExtUtils/t/Embed.t
3000 ____________________________________________________________________________
3001 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
3002         Log: Subject: [PATCH] Re: socketpair emulation
3003              From: Nicholas Clark <nick@unfortu.net> 
3004              Date: Wed, 26 Dec 2001 20:08:14 +0000
3005              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
3006      Branch: perl
3007            ! ext/Socket/socketpair.t
3008 ____________________________________________________________________________
3009 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
3010         Log: Subject: [DOC PATCH] left is right and right is left
3011              From: Philip Newton <Philip.Newton@gmx.net>
3012              Date: Thu, 27 Dec 2001 10:04:17 +0100
3013              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
3014      Branch: perl
3015            ! pod/perlfunc.pod pod/perlport.pod
3016 ____________________________________________________________________________
3017 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
3018         Log: Subject: [PATCH] check return of close
3019              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3020              Date: 27 Dec 2001 09:47:30 +0100
3021              Message-ID: <m3ellhgicd.fsf@anima.de> 
3022              
3023              Subject: [PATCH] improve error reporting
3024              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3025              Date: 27 Dec 2001 09:54:55 +0100
3026              Message-ID: <m3adw5gi00.fsf@anima.de> 
3027              
3028              Subject: [PATCH] check return value of close
3029              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3030              Date: 27 Dec 2001 10:03:55 +0100
3031              Message-ID: <m3666tghl0.fsf@anima.de> 
3032              
3033              Subject: [PATCH] return of close
3034              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3035              Date: 27 Dec 2001 10:22:15 +0100
3036              Message-ID: <m31yhhggqg.fsf@anima.de> 
3037      Branch: perl
3038            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
3039            ! t/io/fflush.t
3040 ____________________________________________________________________________
3041 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
3042         Log: Subject: [PATCH] check return of close
3043              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3044              Date: 27 Dec 2001 09:47:30 +0100
3045              Message-ID: <m3ellhgicd.fsf@anima.de> 
3046      Branch: perl
3047            ! t/base/rs.t
3048 ____________________________________________________________________________
3049 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
3050         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
3051              From: andreas.koenig@anima.de (Andreas J. Koenig)
3052              Date: 27 Dec 2001 09:21:16 +0100
3053              Message-ID: <m3n105gjk3.fsf@anima.de>
3054      Branch: perl
3055            ! t/op/sysio.t
3056 ____________________________________________________________________________
3057 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
3058         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
3059              From: "Gerrit P. Haase" <gp@familiehaase.de>
3060              Date: Thu, 27 Dec 2001 09:23:55 +0100 
3061              Message-ID: <98211521662.20011227092355@familiehaase.de>
3062      Branch: perl
3063            ! lib/ExtUtils/t/MM_Cygwin.t
3064 ____________________________________________________________________________
3065 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
3066         Log: Replace the awful (most likely generated and not very persistent)
3067              URL with something tangible.
3068      Branch: perl
3069            ! README.hpux
3070 ____________________________________________________________________________
3071 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
3072         Log: Naughty /dev/printer (ls -l, really) of IRIX.
3073      Branch: perl
3074            ! t/op/stat.t
3075 ____________________________________________________________________________
3076 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
3077         Log: Upgrade to Net::Ping 2.10.
3078      Branch: perl
3079            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
3080            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
3081            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
3082            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
3083 ____________________________________________________________________________
3084 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
3085         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
3086              (this showed up in Benchmark.t)
3087      Branch: perl
3088            ! pp_sys.c
3089 ____________________________________________________________________________
3090 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
3091         Log: BeOS updates.
3092      Branch: perl
3093            ! README.beos beos/beos.c
3094 ____________________________________________________________________________
3095 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
3096         Log: Subject: Re: bleadperl doesn't compile
3097              From: "Gerrit P. Haase" <gp@familiehaase.de>
3098              Date: Wed, 26 Dec 2001 21:29:08 +0100
3099              Message-ID: <22168634623.20011226212908@familiehaase.de>
3100              
3101              Cygwin with multiplicity.
3102      Branch: perl
3103            ! perlio.c
3104 ____________________________________________________________________________
3105 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
3106         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
3107              From: Nicholas Clark <nick@ccl4.org>
3108              Date: Wed, 26 Dec 2001 19:07:33 +0000
3109              Message-ID: <20011226190732.J48842@plum.flirble.org>            
3110              
3111              socketpair() (un)signedness nit.
3112      Branch: perl
3113            ! util.c
3114 ____________________________________________________________________________
3115 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
3116         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
3117              From: Nicholas Clark <nick@ccl4.org>
3118              Date: Wed, 26 Dec 2001 19:19:47 +0000
3119              Message-ID: <20011226191946.K48842@plum.flirble.org>
3120              
3121              Use report_evil_fh().
3122      Branch: perl
3123            ! doio.c
3124 ____________________________________________________________________________
3125 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
3126         Log: Bad $? assumptions.
3127      Branch: perl
3128            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
3129 ____________________________________________________________________________
3130 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
3131         Log: Net::Ping isn't going to work much without
3132              the Socket extension; fail more gracefully.
3133      Branch: perl
3134            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
3135            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
3136            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
3137            ! lib/Net/Ping/t/300_ping_stream.t
3138 ____________________________________________________________________________
3139 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
3140         Log: test -d /system is a bit too generic test for VOS
3141              (false hit in BeOS)
3142      Branch: perl
3143            ! Configure
3144 ____________________________________________________________________________
3145 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
3146         Log: No AF_UNIX in BeOS.
3147      Branch: perl
3148            ! util.c
3149 ____________________________________________________________________________
3150 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
3151         Log: FAQ sync.
3152      Branch: perl
3153            ! pod/perlfaq5.pod
3154 ____________________________________________________________________________
3155 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
3156         Log: Update Changes.
3157      Branch: perl
3158            ! Changes patchlevel.h
3159 ____________________________________________________________________________
3160 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
3161         Log: Make -t equal -tw.
3162      Branch: perl
3163            ! perl.c pod/perlrun.pod
3164 ____________________________________________________________________________
3165 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
3166         Log: Subject: Re: Not OK 13881
3167              From: John Peacock <jpeacock@rowman.com>
3168              Date: Tue, 25 Dec 2001 06:02:12 -0500
3169              Message-ID: <3C285CB4.8040006@rowman.com>
3170      Branch: perl
3171            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
3172 ____________________________________________________________________________
3173 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
3174         Log: Subject: Re: Not OK 13881
3175              From: andreas.koenig@anima.de (Andreas J. Koenig)
3176              Date: 25 Dec 2001 07:33:23 +0100
3177              Message-ID: <m3bsgnajws.fsf@anima.de>
3178      Branch: perl
3179            ! op.c
3180 ____________________________________________________________________________
3181 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
3182         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
3183              From: Mark-Jason Dominus <mjd@plover.com>    
3184              Date: Mon, 24 Dec 2001 18:14:48 -0500
3185              Message-ID: <20011224231448.25826.qmail@plover.com>
3186      Branch: perl
3187            ! op.c t/op/eval.t
3188 ____________________________________________________________________________
3189 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
3190         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
3191              From: Dave Rolsky <autarch@urth.org>
3192              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
3193              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
3194      Branch: perl
3195            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
3196            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
3197            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3198            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3199            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
3200 ____________________________________________________________________________
3201 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
3202         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
3203              From: Jeffrey Friedl <jfriedl@yahoo.com>
3204              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
3205              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
3206              
3207              The rest of the tests for plus few extras.
3208      Branch: perl
3209            ! t/op/pat.t
3210 ____________________________________________________________________________
3211 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
3212         Log: No-op.
3213      Branch: perl
3214            ! Configure
3215 ____________________________________________________________________________
3216 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
3217         Log: More constant casting.
3218      Branch: perl
3219            ! regexec.c
3220 ____________________________________________________________________________
3221 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
3222         Log: Subject: perlhack.pod 
3223              From: "John P. Linderman" <jpl@research.att.com>
3224              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
3225              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
3226      Branch: perl
3227            ! pod/perlhack.pod
3228 ____________________________________________________________________________
3229 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
3230         Log: File::Find patch patches from Thomas Wegner.
3231      Branch: perl
3232            ! lib/File/Find.pm
3233 ____________________________________________________________________________
3234 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
3235         Log: Subject: Re: socketpair emulation 
3236              From: Nicholas Clark <nick@unfortu.net>                 
3237              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
3238              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
3239      Branch: perl
3240            ! ext/Socket/socketpair.t
3241 ____________________________________________________________________________
3242 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
3243         Log: Must cast constants if they can be quads.
3244      Branch: perl
3245            ! regcomp.c
3246 ____________________________________________________________________________
3247 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
3248         Log: Promote the e/uid to wide enough un/signed integers
3249              and printf them as such.
3250      Branch: perl
3251            ! taint.c
3252 ____________________________________________________________________________
3253 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
3254         Log: The U32 alignment test wasn't really working, noticed
3255              by Paul Green.  Now the test works, but this means that
3256              we may see coredumps from the test.   I sure hope MMUless
3257              places don't crash on the test.
3258      Branch: perl
3259            ! Configure
3260 ____________________________________________________________________________
3261 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
3262         Log: More VOS tweaks.
3263      Branch: perl
3264            ! Configure
3265 ____________________________________________________________________________
3266 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
3267         Log: The funky final sigma casefolding.
3268      Branch: perl
3269            ! regcomp.c regexec.c t/op/pat.t utf8.h
3270 ____________________________________________________________________________
3271 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
3272         Log: Update Changes.
3273      Branch: perl
3274            ! Changes patchlevel.h
3275 ____________________________________________________________________________
3276 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
3277         Log: Move the \C and \X to pat.t.
3278      Branch: perl
3279            ! t/op/pat.t t/op/re_tests
3280 ____________________________________________________________________________
3281 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
3282         Log: More logical test ordering.
3283      Branch: perl
3284            ! perl.h
3285 ____________________________________________________________________________
3286 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
3287         Log: Integrate perlio;
3288              
3289              Add at least the "important" PerlIO_xxxx functions to embed.pl
3290              so that they get implicit pTHX_ and we can avoid slow dTHX.
3291              
3292              Put PerlIO stuff inside EXTERN C
3293              
3294              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
3295      Branch: perl
3296           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
3297           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
3298           !> win32/win32.c
3299 ____________________________________________________________________________
3300 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
3301         Log: Even more \X fixing.
3302      Branch: perl
3303            ! regexec.c t/op/pat.t
3304 ____________________________________________________________________________
3305 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
3306         Log: More \X fixing.
3307      Branch: perl
3308            ! regexec.c t/op/pat.t
3309 ____________________________________________________________________________
3310 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
3311         Log: Fix encoding pragma.
3312      Branch: perl
3313            ! regcomp.c
3314 ____________________________________________________________________________
3315 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
3316         Log: Subject: socketpair emulation
3317              From: Nicholas Clark <nick@unfortu.net>
3318              Date: Sat, 22 Dec 2001 18:38:18 +0000
3319              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
3320      Branch: perl
3321            + ext/Socket/socketpair.t
3322            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
3323            ! pp_sys.c proto.h util.c
3324 ____________________________________________________________________________
3325 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
3326         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
3327              From: Jeffrey Friedl <jfriedl@yahoo.com>
3328              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
3329              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
3330              
3331              (partially applied, most of the new tests need to be rethought)
3332      Branch: perl
3333            ! regcomp.c t/op/re_tests
3334 ____________________________________________________________________________
3335 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
3336         Log: Small tweaks.
3337      Branch: perl
3338            ! handy.h regexec.c
3339 ____________________________________________________________________________
3340 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
3341         Log: Unicode casefolding continues.
3342              (lib/encoding.t still failing.)
3343      Branch: perl
3344            ! regexec.c t/op/pat.t
3345 ____________________________________________________________________________
3346 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
3347         Log: Rework the make logic (again).
3348      Branch: perl
3349            ! Configure
3350 ____________________________________________________________________________
3351 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
3352         Log: Integrate perlio;
3353              Fix mis-parse of autoloaded usage code by declaring the sub
3354              Correct checking code which Ilya spotted was tripped by CR at EOF.
3355              The CR at EOF fix earlier broke CR at end-of-buffer.
3356      Branch: perl
3357            ! regexec.c
3358           !> ext/POSIX/POSIX.pm perlio.c sv.c
3359 ____________________________________________________________________________
3360 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
3361         Log: More Unicode casing fixes.
3362      Branch: perl
3363            ! regexec.c t/op/pat.t
3364 ____________________________________________________________________________
3365 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
3366         Log: Unicode casefolding fixes.
3367      Branch: perl
3368            ! op.c regcomp.c regexec.c t/op/pat.t
3369 ____________________________________________________________________________
3370 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
3371         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
3372              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
3373              Date: Sat, 22 Dec 2001 00:01:29 +0100
3374              Message-ID: <20011222000129.A713@rafael>
3375      Branch: perl
3376            ! ext/B/B/Deparse.pm
3377 ____________________________________________________________________________
3378 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
3379         Log: VOS config from Paul Green.
3380      Branch: perl
3381            ! hints/vos.sh
3382 ____________________________________________________________________________
3383 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
3384         Log: Subject: [PATCH @13746] CreateTTY on OS/2
3385              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3386              Date: Fri, 21 Dec 2001 15:59:45 -0500
3387              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
3388      Branch: perl
3389            ! lib/perl5db.pl
3390 ____________________________________________________________________________
3391 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
3392         Log: Subject: [PATCH @13746] uninstalled build of modules broken
3393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3394              Date: Fri, 21 Dec 2001 15:49:09 -0500
3395              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
3396      Branch: perl
3397            ! lib/ExtUtils/MM_Unix.pm
3398 ____________________________________________________________________________
3399 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
3400         Log: Subject: [PATCH @13746] OS/2 File::* modules
3401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3402              Date: Fri, 21 Dec 2001 15:43:24 -0500
3403              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
3404      Branch: perl
3405            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
3406 ____________________________________________________________________________
3407 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
3408         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
3409              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3410              Date: Fri, 21 Dec 2001 17:29:07 +0100
3411              Message-ID: <3C236353.6625C4C0@alcatel.at>
3412      Branch: perl
3413            ! pod/perltie.pod
3414 ____________________________________________________________________________
3415 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
3416         Log: Further VOS tweaks: the _exe needs to be introduced
3417              in the very beginning, and the make/gmake needs special
3418              VOS logic.
3419      Branch: perl
3420            ! Configure Makefile.SH
3421 ____________________________________________________________________________
3422 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
3423         Log: Update Changes.
3424      Branch: perl
3425            ! Changes patchlevel.h
3426 ____________________________________________________________________________
3427 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
3428         Log: Also the search for cat needs to be _exe-aware.
3429      Branch: perl
3430            ! Configure
3431 ____________________________________________________________________________
3432 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
3433         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
3434              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3435              Date: Fri, 21 Dec 2001 14:02:01 +0100
3436              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
3437      Branch: perl
3438            ! ext/B/B/Xref.pm
3439 ____________________________________________________________________________
3440 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
3441         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
3442      Branch: perl
3443            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
3444            ! ext/B/t/assembler.t
3445 ____________________________________________________________________________
3446 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
3447         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
3448              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3449              Date: Fri, 21 Dec 2001 11:15:38 +0100
3450              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
3451      Branch: perl
3452            ! hv.c
3453 ____________________________________________________________________________
3454 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
3455         Log: A plan is good.
3456      Branch: perl
3457            ! ext/re/re.t
3458 ____________________________________________________________________________
3459 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
3460         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
3461              From: chromatic <chromatic@rmci.net>
3462              Date: Thu, 20 Dec 2001 16:16:48 -0700
3463              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
3464      Branch: perl
3465            + ext/re/re.t
3466            ! MANIFEST
3467 ____________________________________________________________________________
3468 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
3469         Log: Synchronize the skippage message.
3470      Branch: perl
3471            ! lib/ExtUtils/t/MM_OS2.t
3472 ____________________________________________________________________________
3473 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
3474         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
3475              From: chromatic <chromatic@rmci.net>
3476              Date: Thu, 20 Dec 2001 16:09:10 -0700
3477              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
3478      Branch: perl
3479            + lib/ExtUtils/t/MM_OS2.t
3480            ! MANIFEST
3481 ____________________________________________________________________________
3482 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
3483         Log: Subject: perlfunc.pod patch re flock via fcntl
3484              From: "Tye McQueen" <tye@metronet.com>
3485              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
3486              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
3487      Branch: perl
3488            ! pod/perlfunc.pod
3489 ____________________________________________________________________________
3490 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
3491         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
3492              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
3493              (the Unicode maximum code point) warnable offenses.
3494      Branch: perl
3495            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
3496            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
3497 ____________________________________________________________________________
3498 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
3499         Log: Sterner admonishment on -t.
3500      Branch: perl
3501            ! pod/perlrun.pod
3502 ____________________________________________________________________________
3503 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
3504         Log: Subject: [PATCH B::Dpparse] minor qr// fix
3505              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3506              Date: Thu, 20 Dec 2001 22:53:34 +0100
3507              Message-ID: <20011220225334.A735@rafael>
3508      Branch: perl
3509            ! ext/B/B/Deparse.pm
3510 ____________________________________________________________________________
3511 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
3512         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
3513              From: Robert Spier <rspier@pobox.com>
3514              Date: Thu, 20 Dec 2001 08:10:00 -0800
3515              Message-ID: <15394.3416.693353.107334@rls.cx>
3516      Branch: perl
3517            ! lib/Carp/Heavy.pm
3518 ____________________________________________________________________________
3519 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
3520         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
3521      Branch: perl
3522           !> win32/win32io.c
3523 ____________________________________________________________________________
3524 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
3525         Log: Subject: Re: [PATCH pod/perliol.pod] resend
3526              From: Stas Bekman <stas@stason.org>
3527              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
3528              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
3529      Branch: perl
3530            ! pod/perliol.pod
3531 ____________________________________________________________________________
3532 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
3533         Log: Fix up the APIs noone hopefully uses.
3534      Branch: perl
3535            ! utf8.c
3536 ____________________________________________________________________________
3537 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
3538         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
3539              Date: Wed, 19 Dec 2001 14:13:38 -0800
3540              From: Robert Spier <rspier@pobox.com>
3541              Message-ID: <15393.4370.605214.548582@rls.cx>
3542      Branch: perl
3543            ! lib/Carp.t lib/Carp/Heavy.pm
3544 ____________________________________________________________________________
3545 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
3546         Log: Some bincompat clawbacks.
3547      Branch: perl
3548            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
3549            ! wince/perldll.def
3550 ____________________________________________________________________________
3551 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
3552         Log: gcc pacifying (RH 7.1/ia64).
3553      Branch: perl
3554            ! pp.c
3555 ____________________________________________________________________________
3556 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
3557         Log: Update Changes.
3558      Branch: perl
3559            ! Changes patchlevel.h
3560 ____________________________________________________________________________
3561 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
3562         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
3563              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3564              Date: Wed, 19 Dec 2001 12:35:07 +0100
3565              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
3566              
3567              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
3568              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3569              Date: Wed, 19 Dec 2001 17:34:51 +0000
3570              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
3571      Branch: perl
3572            ! pod/perlre.pod
3573 ____________________________________________________________________________
3574 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
3575         Log: Integrate perlio.
3576      Branch: perl
3577           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
3578           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
3579 ____________________________________________________________________________
3580 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
3581         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
3582      Branch: perl
3583            ! ext/B/B/Assembler.pm
3584 ____________________________________________________________________________
3585 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
3586         Log: Reword the alarm explanation.
3587      Branch: perl
3588            ! pod/perlfunc.pod
3589 ____________________________________________________________________________
3590 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
3591         Log: Subject: [PATCH @13746] OS/2 build
3592              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
3593              Date: Wed, 19 Dec 2001 02:45:41 -0500
3594              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
3595              
3596              (skipped the t/TEST change)
3597      Branch: perl
3598            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
3599            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
3600            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
3601 ____________________________________________________________________________
3602 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
3603         Log: Upgrade to Net::Ping 2.09.
3604      Branch: perl
3605            + lib/Net/Ping/CHANGES lib/Net/Ping/README
3606            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
3607            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
3608            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
3609            + lib/Net/Ping/t/300_ping_stream.t
3610            ! MANIFEST lib/Net/Ping.pm
3611 ____________________________________________________________________________
3612 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
3613         Log: B::Assembler/B::Disassembler patches and test;
3614              from Wolfgang Laun.
3615              
3616              TODO: getting perlcc working.
3617      Branch: perl
3618            + ext/B/t/assembler.t
3619            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
3620 ____________________________________________________________________________
3621 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
3622         Log: Can't printf U8s as UVs.
3623      Branch: perl
3624            ! utf8.c
3625 ____________________________________________________________________________
3626 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
3627         Log: Subject: Re: [PATCH] ...while $var = glob(...)
3628              From: Robin Houston <robin@kitsite.com> 
3629              Date: Wed, 19 Dec 2001 13:48:55 +0000
3630              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
3631              
3632              Not exactly a glob test but internal-logically correct.
3633      Branch: perl
3634            ! t/op/glob.t
3635 ____________________________________________________________________________
3636 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
3637         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
3638              From: Michael G Schwern <schwern@pobox.com> 
3639              Date: Wed, 19 Dec 2001 07:42:54 -0500
3640              Message-ID: <20011219124254.GF8630@blackrider>
3641      Branch: perl
3642            + lib/lib.t
3643            ! MANIFEST lib/lib_pm.PL
3644 ____________________________________________________________________________
3645 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
3646         Log: Integrate with perlio.
3647      Branch: perl
3648           !> hv.c hv.h scope.c util.c
3649 ____________________________________________________________________________
3650 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
3651         Log: Regen toc.
3652      Branch: perl
3653            ! pod/perltoc.pod
3654 ____________________________________________________________________________
3655 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
3656         Log: FAQ sync.
3657      Branch: perl
3658            ! pod/perlfaq5.pod
3659 ____________________________________________________________________________
3660 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
3661         Log: Reformat round.
3662      Branch: perl
3663            ! pod/perlunicode.pod
3664 ____________________________________________________________________________
3665 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
3666         Log: Subject: [PATCH] pod/perlunicode.pod
3667              From: Jeffrey Friedl <jfriedl@yahoo.com>
3668              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
3669              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
3670      Branch: perl
3671            ! pod/perlunicode.pod
3672 ____________________________________________________________________________
3673 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
3674         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
3675              From: Jeffrey Friedl <jfriedl@yahoo.com>
3676              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
3677              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
3678      Branch: perl
3679            ! pod/perluniintro.pod
3680 ____________________________________________________________________________
3681 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
3682         Log: Slight pod reformatting.
3683      Branch: perl
3684            ! pod/perluniintro.pod
3685 ____________________________________________________________________________
3686 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
3687         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
3688              From: Jeffrey Friedl <jfriedl@yahoo.com>    
3689              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
3690              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
3691      Branch: perl
3692            ! pod/perluniintro.pod
3693 ____________________________________________________________________________
3694 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
3695         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
3696              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3697              Date: Wed, 19 Dec 2001 01:45:23 +0000
3698              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
3699      Branch: perl
3700            ! sv.c
3701 ____________________________________________________________________________
3702 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
3703         Log: Subject: Porting/checkURL.pl
3704              From: abigail@foad.org
3705              Date: Tue, 18 Dec 2001 19:03:22 +0100          
3706              Message-ID: <20011218180322.8278.qmail@foad.org> 
3707      Branch: perl
3708            ! Porting/checkURL.pl
3709 ____________________________________________________________________________
3710 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
3711         Log: A bit too oversweeping matching in #13778.
3712      Branch: perl
3713            ! Configure
3714 ____________________________________________________________________________
3715 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
3716         Log: Re-gen Configure based on #13778..13781.
3717      Branch: perl
3718            ! Configure config_h.SH
3719 ____________________________________________________________________________
3720 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
3721         Log: Subject: Re: Benchmark.t failure on Linux
3722              From: Nicholas Clark <nick@ccl4.org>
3723              Date: Tue, 18 Dec 2001 22:51:25 +0000
3724              Message-ID: <20011218225124.N21702@plum.flirble.org>
3725      Branch: perl
3726            ! lib/Benchmark.t
3727 ____________________________________________________________________________
3728 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
3729         Log: Re-applying #13752 until a better solution can be found.
3730      Branch: perl
3731            ! lib/ExtUtils/t/MM_Unix.t
3732 ____________________________________________________________________________
3733 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
3734         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
3735              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
3736              Date: Tue, 18 Dec 2001 12:05:40 -0500
3737              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
3738      Branch: perl
3739            ! lib/Exporter.pm
3740 ____________________________________________________________________________
3741 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
3742         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
3743              findings -- some of the warnings I can't explain except
3744              by NVgf being detected wrong, though.
3745      Branch: perl
3746            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
3747 ____________________________________________________________________________
3748 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
3749         Log: Subject: [PATCH] pod/perluniintro.pod
3750              From: Jeffrey Friedl <jfriedl@yahoo.com>
3751              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
3752              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
3753      Branch: perl
3754            ! pod/perluniintro.pod
3755 ____________________________________________________________________________
3756 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
3757         Log: ".pm" is the native executable suffix in VOS.
3758      Branch: perl
3759            ! hints/vos.sh
3760 ____________________________________________________________________________
3761 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
3762         Log: Integrate perlio;
3763              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
3764      Branch: perl
3765           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
3766 ____________________________________________________________________________
3767 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
3768         Log: (Undone by #13766.)
3769              Retract #13752.
3770      Branch: perl
3771            ! lib/ExtUtils/t/MM_Unix.t
3772 ____________________________________________________________________________
3773 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
3774         Log: Echoes of #13757.
3775      Branch: perl
3776            ! t/lib/warnings/utf8
3777 ____________________________________________________________________________
3778 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
3779         Log: Make the utf8 malformedness messages more verbose.
3780      Branch: perl
3781            ! lib/utf8.t utf8.c
3782 ____________________________________________________________________________
3783 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
3784         Log: README.aix updates from Jens-Uwe Mager.
3785      Branch: perl
3786            ! README.aix
3787 ____________________________________________________________________________
3788 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
3789         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
3790              From: Michael G Schwern <schwern@pobox.com>
3791              Date: Tue, 18 Dec 2001 00:58:18 -0500
3792              Message-ID: <20011218055818.GC4362@blackrider>
3793      Branch: perl
3794            ! lib/Benchmark.t
3795 ____________________________________________________________________________
3796 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
3797         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
3798              From: Michael G Schwern <schwern@pobox.com>
3799              Date: Tue, 18 Dec 2001 00:40:38 -0500
3800              Message-ID: <20011218054038.GB4362@blackrider>
3801      Branch: perl
3802            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
3803 ____________________________________________________________________________
3804 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
3805         Log: (reintroduced by #13766)
3806              (retracted by #13759)
3807              
3808              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
3809              From: Michael G Schwern <schwern@pobox.com>  
3810              Date: Tue, 18 Dec 2001 00:00:23 -0500
3811              Message-ID: <20011218050023.GA27893@blackrider>
3812      Branch: perl
3813            ! lib/ExtUtils/t/MM_Unix.t
3814 ____________________________________________________________________________
3815 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
3816         Log: Re-patch #13749.
3817      Branch: perl
3818            ! t/op/glob.t
3819 ____________________________________________________________________________
3820 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
3821         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
3822              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3823              Date: Tue, 18 Dec 2001 12:55:43 +0000
3824              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
3825      Branch: perl
3826            ! ext/Devel/Peek/Peek.pm
3827 ____________________________________________________________________________
3828 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
3829         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
3830              From: Robin Houston <robin@kitsite.com> 
3831              Date: Tue, 18 Dec 2001 14:54:33 +0000
3832              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
3833      Branch: perl
3834            ! t/op/glob.t
3835 ____________________________________________________________________________
3836 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
3837         Log: Subject: [PATCH] slightly more for Exporter.pm
3838              From: Nicholas Clark <nick@ccl4.org>
3839              Date: Tue, 18 Dec 2001 00:22:03 +0000
3840              Message-ID: <20011218002203.M21702@plum.flirble.org>
3841      Branch: perl
3842            ! lib/Exporter.pm
3843 ____________________________________________________________________________
3844 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
3845         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
3846              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3847              Date: Mon, 17 Dec 2001 16:37:18 +0100
3848              Message-ID: <20011217163718.A2292@rafael>
3849              
3850              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
3851              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3852              Date: Mon, 17 Dec 2001 23:17:06 +0100
3853              Message-ID: <20011217231706.A730@rafael>
3854      Branch: perl
3855            ! pod/perlsub.pod pp.c toke.c
3856 ____________________________________________________________________________
3857 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
3858         Log: Update Changes.
3859      Branch: perl
3860            ! Changes patchlevel.h
3861 ____________________________________________________________________________
3862 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
3863         Log: New test warrants a MANIFEST entry.
3864      Branch: perl
3865            ! MANIFEST
3866 ____________________________________________________________________________
3867 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
3868         Log: Subject: Re: [PATCH] ...while $var = glob(...)
3869              From: Robin Houston <robin@kitsite.com>
3870              Date: Mon, 17 Dec 2001 20:27:30 +0000
3871              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
3872              
3873              Can't portably unlink open files.
3874      Branch: perl
3875            ! t/op/glob.t
3876 ____________________________________________________________________________
3877 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
3878         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
3879      Branch: perl
3880            ! pod/perluniintro.pod
3881 ____________________________________________________________________________
3882 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
3883         Log: Move typeglob test from glob.t to gv.t.
3884      Branch: perl
3885            ! t/op/glob.t t/op/gv.t
3886 ____________________________________________________________________________
3887 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
3888         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
3889              From: Robin Houston <robin@kitsite.com> 
3890              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
3891              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
3892      Branch: perl
3893            ! t/op/glob.t
3894 ____________________________________________________________________________
3895 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
3896         Log: Demote the surrogate and non-character errors to warnings.
3897      Branch: perl
3898            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
3899 ____________________________________________________________________________
3900 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
3901         Log: Subject: [PATCH] more POSIX tests, and more autoloading
3902              From: Nicholas Clark <nick@ccl4.org>
3903              Date: Mon, 17 Dec 2001 18:27:47 +0000
3904              Message-ID: <20011217182747.D21702@plum.flirble.org>
3905      Branch: perl
3906            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
3907 ____________________________________________________________________________
3908 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
3909         Log: Subject: [PATCH] ...while $var = glob(...)
3910              From: Robin Houston <robin@kitsite.com> 
3911              Date: Mon, 17 Dec 2001 15:51:54 +0000
3912              Message-ID: <20011217155153.A311@robin.kitsite.com>
3913      Branch: perl
3914            ! op.c
3915 ____________________________________________________________________________
3916 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
3917         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
3918              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3919              Date: Mon, 17 Dec 2001 15:23:01 +0100
3920              Message-ID: <20011217152301.A704@rafael>
3921      Branch: perl
3922            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
3923 ____________________________________________________________________________
3924 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
3925         Log: The system() vs $SIG{ARLM} is no more a todo.
3926      Branch: perl
3927            ! t/op/alarm.t
3928 ____________________________________________________________________________
3929 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
3930         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
3931              From: Michael G Schwern <schwern@pobox.com>
3932              Date: Sun, 16 Dec 2001 23:59:01 -0500
3933              Message-ID: <20011217045901.GL17232@blackrider>
3934      Branch: perl
3935            + t/op/alarm.t
3936            ! MANIFEST
3937 ____________________________________________________________________________
3938 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
3939         Log: s/UNIX/Unix/
3940      Branch: perl
3941            ! MANIFEST
3942 ____________________________________________________________________________
3943 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
3944         Log: Move ExtUtils tests to lib/ExtUtils/t.
3945      Branch: perl
3946            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
3947            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
3948            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
3949            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
3950            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
3951            + lib/ExtUtils/t/testlib.t
3952            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
3953            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
3954            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
3955            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
3956            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
3957            ! MANIFEST
3958 ____________________________________________________________________________
3959 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
3960         Log: Subject: [PATCH] MM_Unix tests, and some questions
3961              From: Tels <perl_dummy@bloodgate.com>
3962              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
3963              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
3964              
3965              Subject: Re: [PATCH] MM_Unix tests, and some questions
3966              From: Tels <perl_dummy@bloodgate.com>
3967              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
3968              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
3969      Branch: perl
3970            + lib/ExtUtils/MM_Unix.t
3971            ! MANIFEST lib/ExtUtils/MM_Unix.pm
3972 ____________________________________________________________________________
3973 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
3974         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
3975              From: Michael G Schwern <schwern@pobox.com>
3976              Date: Sun, 16 Dec 2001 17:53:55 -0500
3977              Message-ID: <20011216225354.GE8900@blackrider>
3978      Branch: perl
3979            ! lib/ExtUtils/MM_Unix.pm
3980 ____________________________________________________________________________
3981 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
3982         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
3983              From: Michael G Schwern <schwern@pobox.com>                
3984              Date: Sun, 16 Dec 2001 16:12:55 -0500
3985              Message-ID: <20011216211255.GV8900@blackrider>
3986      Branch: perl
3987            ! ext/B/B/Deparse.pm
3988 ____________________________________________________________________________
3989 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
3990         Log: Subject: [PATCH] Exporter.pm
3991              From: Nicholas Clark <nick@ccl4.org>
3992              Date: Sun, 16 Dec 2001 19:24:25 +0000
3993              Message-ID: <20011216192425.R21702@plum.flirble.org>
3994      Branch: perl
3995            ! lib/Exporter.pm
3996 ____________________________________________________________________________
3997 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
3998         Log: Subject: [PATCH] Exporter.t (and question)
3999              From: Nicholas Clark <nick@ccl4.org>
4000              Date: Sun, 16 Dec 2001 17:24:55 +0000
4001              Message-ID: <20011216172455.P21702@plum.flirble.org>
4002      Branch: perl
4003            ! lib/Exporter.t
4004 ____________________________________________________________________________
4005 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
4006         Log: Subject: Re: perl@13661
4007              From: "John P. Linderman" <jpl@research.att.com>              
4008              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
4009              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
4010      Branch: perl
4011            ! pp_sort.c
4012 ____________________________________________________________________________
4013 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
4014         Log: Subject: Will the real Unicode encoding please stand up?
4015              From: Jeffrey Friedl <jfriedl@yahoo.com>
4016              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
4017              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
4018      Branch: perl
4019            ! pod/perluniintro.pod
4020 ____________________________________________________________________________
4021 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
4022         Log: Integrate perlio; interruptable system().
4023      Branch: perl
4024           !> util.c
4025 ____________________________________________________________________________
4026 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
4027         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
4028              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
4029              and characters beyond 0x10FFF should be disallowed, too,
4030              but some tests would need changing, but more importantly some
4031              APIs would need remodeling since one can easily generate such
4032              characters either by bitwise complements, tr complements, or
4033              v-strings.
4034      Branch: perl
4035            ! pod/perldiag.pod utf8.c
4036 ____________________________________________________________________________
4037 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
4038         Log: Make surrogates illegal also on EBCDIC.
4039      Branch: perl
4040            ! utf8.c
4041 ____________________________________________________________________________
4042 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
4043         Log: Subject: [patch @13687] Unicode::Collate 0.10
4044              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
4045              Date: Sun, 16 Dec 2001 21:22:12 +0900
4046              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
4047      Branch: perl
4048            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4049            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
4050 ____________________________________________________________________________
4051 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
4052         Log: More documentation for the encoding pragma.
4053      Branch: perl
4054            ! lib/encoding.pm
4055 ____________________________________________________________________________
4056 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
4057         Log: Subject: [PATCH] lib/open.pm 
4058              From: Jeffrey Friedl <jfriedl@yahoo.com>
4059              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
4060              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
4061      Branch: perl
4062            ! lib/open.pm
4063 ____________________________________________________________________________
4064 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
4065         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
4066              From: chromatic <chromatic@rmci.net>
4067              Date: Sat, 15 Dec 2001 23:24:40 -0700
4068              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
4069      Branch: perl
4070            + lib/ExtUtils/Installed.t
4071            ! MANIFEST
4072 ____________________________________________________________________________
4073 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
4074         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
4075              From: Michael G Schwern <schwern@pobox.com>
4076              Date: Sun, 16 Dec 2001 01:14:00 -0500
4077              Message-ID: <20011216061400.GC8900@blackrider>
4078      Branch: perl
4079            ! lib/diagnostics.pm
4080 ____________________________________________________________________________
4081 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
4082         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
4083              From: Michael G Schwern <schwern@pobox.com>
4084              Date: Sun, 16 Dec 2001 01:12:42 -0500
4085              Message-ID: <20011216061242.GB8900@blackrider>
4086      Branch: perl
4087            ! t/test.pl
4088 ____________________________________________________________________________
4089 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
4090         Log: I sometimes outsmart myself.
4091      Branch: perl
4092            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
4093 ____________________________________________________________________________
4094 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
4095         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
4096              From: Michael G Schwern <schwern@pobox.com>
4097              Date: Sat, 15 Dec 2001 15:08:29 -0500
4098              Message-ID: <20011215200829.GK1548@blackrider>
4099      Branch: perl
4100            ! lib/AutoSplit.pm
4101 ____________________________________________________________________________
4102 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
4103         Log: perlunicode enchancements suggested by Jeffrey Friedl.
4104      Branch: perl
4105            ! pod/perlunicode.pod
4106 ____________________________________________________________________________
4107 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
4108         Log: Subject: [PATCH] perlunicode.pod
4109              From: Jeffrey Friedl <jfriedl@yahoo.com>
4110              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
4111              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
4112      Branch: perl
4113            ! pod/perlunicode.pod
4114 ____________________________________________________________________________
4115 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
4116         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
4117              From: Jeffrey Friedl <jfriedl@yahoo.com>
4118              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
4119              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
4120      Branch: perl
4121            ! lib/utf8_heavy.pl
4122 ____________________________________________________________________________
4123 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
4124         Log: Can't create surrogates; so can't match them, either.
4125      Branch: perl
4126            ! pod/perlunicode.pod
4127 ____________________________________________________________________________
4128 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
4129         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
4130              From: Michael G Schwern <schwern@pobox.com>
4131              Date: Sat, 15 Dec 2001 21:20:35 -0500
4132              Message-ID: <20011216022035.GE5672@blackrider>
4133      Branch: perl
4134            ! t/test.pl
4135 ____________________________________________________________________________
4136 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
4137         Log: Make creating UTF-8 surrogates a punishable act.
4138      Branch: perl
4139            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
4140 ____________________________________________________________________________
4141 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
4142         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
4143      Branch: perl
4144            + lib/unicore/In/172.pl lib/unicore/In/173.pl
4145            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
4146            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
4147            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
4148            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
4149            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
4150 ____________________________________________________________________________
4151 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
4152         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
4153              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4154              Date: Sat, 15 Dec 2001 23:21:43 +0100
4155              Message-ID: <20011215232143.A11790@rafael>
4156      Branch: perl
4157            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
4158 ____________________________________________________________________________
4159 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
4160         Log: Make charnames more robust.
4161      Branch: perl
4162            ! lib/charnames.pm
4163 ____________________________________________________________________________
4164 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
4165         Log: The hoops one has to jump through.
4166      Branch: perl
4167            ! ext/I18N/Langinfo/Langinfo.pm
4168 ____________________________________________________________________________
4169 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
4170         Log: Subject: [PATCH] perlstyle.pod nit on warnings
4171              From: Autrijus Tang <autrijus@egb.elixus.org>
4172              Date: Sat, 15 Dec 2001 04:24:34 -0800
4173              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
4174      Branch: perl
4175            ! pod/perlstyle.pod
4176 ____________________________________________________________________________
4177 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
4178         Log: I don't think we are in FooOS, Toto.
4179      Branch: perl
4180            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
4181 ____________________________________________________________________________
4182 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
4183         Log: Subject: Re: Untested modules update:  There's more than we thought
4184              From: chromatic <chromatic@rmci.net>
4185              Date: Fri, 14 Dec 2001 17:20:24 -0700
4186              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
4187      Branch: perl
4188            + lib/ExtUtils/MM_Cygwin.t
4189            ! MANIFEST
4190 ____________________________________________________________________________
4191 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
4192         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
4193              From: Michael G Schwern <schwern@pobox.com> 
4194              Date: Fri, 14 Dec 2001 20:59:42 -0500
4195              Message-ID: <20011215015942.GF28596@blackrider>
4196      Branch: perl
4197            ! t/TEST
4198 ____________________________________________________________________________
4199 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
4200         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
4201              From: Michael G Schwern <schwern@pobox.com> 
4202              Date: Fri, 14 Dec 2001 20:03:46 -0500
4203              Message-ID: <20011215010346.GD28596@blackrider>
4204      Branch: perl
4205            + ext/B/t/bblock.t
4206            ! MANIFEST
4207 ____________________________________________________________________________
4208 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
4209         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
4210              From: Michael G Schwern <schwern@pobox.com> 
4211              Date: Fri, 14 Dec 2001 19:59:13 -0500
4212              Message-ID: <20011215005913.GC28596@blackrider>
4213      Branch: perl
4214            ! ext/B/B/Bblock.pm
4215 ____________________________________________________________________________
4216 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
4217         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
4218              From: Michael G Schwern <schwern@pobox.com> 
4219              Date: Fri, 14 Dec 2001 19:36:12 -0500
4220              Message-ID: <20011215003611.GA28596@blackrider>
4221      Branch: perl
4222            + ext/B/t/asmdata.t
4223            ! MANIFEST
4224 ____________________________________________________________________________
4225 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
4226         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
4227              From: Michael G Schwern <schwern@pobox.com> 
4228              Date: Fri, 14 Dec 2001 19:14:14 -0500
4229              Message-ID: <20011215001414.GA25077@blackrider>
4230      Branch: perl
4231            ! bytecode.pl ext/B/B/Asmdata.pm
4232 ____________________________________________________________________________
4233 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
4234         Log: Permissions.
4235      Branch: perl
4236            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
4237            ! ext/Devel/PPPort/module3.c
4238 ____________________________________________________________________________
4239 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
4240         Log: Benchmark test from Nicholas Clark.
4241      Branch: perl
4242            + lib/Benchmark.t
4243            ! MANIFEST lib/Benchmark.pm
4244 ____________________________________________________________________________
4245 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
4246         Log: Mithing.
4247      Branch: perl
4248            + lib/Attribute/Handlers/demo/demo2.pl
4249            + lib/Attribute/Handlers/demo/demo3.pl
4250            + lib/Attribute/Handlers/demo/demo4.pl
4251 ____________________________________________________________________________
4252 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
4253         Log: Silence compiler worries found by Schwern/Digital cc.
4254      Branch: perl
4255            ! perlio.c sv.c x2p/str.c
4256 ____________________________________________________________________________
4257 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
4258         Log: User may not have a valid home directory even if
4259              getpwuid() succedds.
4260      Branch: perl
4261            ! ext/File/Glob/t/basic.t
4262 ____________________________________________________________________________
4263 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
4264         Log: Integrate with perlio.  (No changes, but that's okay.)
4265      Branch: perl
4266           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
4267 ____________________________________________________________________________
4268 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
4269         Log: Add a Configure hints file for VOS: the POSIX support
4270              of VOS is getting close to the point where it can run
4271              Configure (some Configure tweaks will be required).
4272      Branch: perl
4273            + hints/vos.sh
4274            ! MANIFEST
4275 ____________________________________________________________________________
4276 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
4277         Log: Update Changes.
4278      Branch: perl
4279            ! Changes patchlevel.h
4280 ____________________________________________________________________________
4281 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
4282         Log: Reintroduce Attribute::Handlers with Spider's fixes.
4283      Branch: perl
4284            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
4285            + lib/Attribute/Handlers/README
4286            + lib/Attribute/Handlers/demo/Demo.pm
4287            + lib/Attribute/Handlers/demo/Descriptions.pm
4288            + lib/Attribute/Handlers/demo/MyClass.pm
4289            + lib/Attribute/Handlers/demo/demo.pl
4290            + lib/Attribute/Handlers/demo/demo_call.pl
4291            + lib/Attribute/Handlers/demo/demo_chain.pl
4292            + lib/Attribute/Handlers/demo/demo_cycle.pl
4293            + lib/Attribute/Handlers/demo/demo_hashdir.pl
4294            + lib/Attribute/Handlers/demo/demo_phases.pl
4295            + lib/Attribute/Handlers/demo/demo_range.pl
4296            + lib/Attribute/Handlers/demo/demo_rawdata.pl
4297            + lib/Attribute/Handlers/t/multi.t
4298            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
4299 ____________________________________________________________________________
4300 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
4301         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
4302              From: Michael G Schwern <schwern@pobox.com> 
4303              Date: Thu, 13 Dec 2001 19:27:08 -0500
4304              Message-ID: <20011214002707.GA10532@blackrider>
4305              
4306              (reword the perlrun -t description a bit,
4307              and move the Itaint_warn to the bottom of
4308              the intrpvar.h for binary compatibility)
4309      Branch: perl
4310            + t/run/switcht.t
4311            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
4312            ! perlapi.h pod/perlrun.pod t/TEST taint.c
4313 ____________________________________________________________________________
4314 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
4315         Log: Detypo.
4316      Branch: perl
4317            ! utf8.c
4318 ____________________________________________________________________________
4319 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
4320         Log: Buffer overflow checks.
4321      Branch: perl
4322            ! utf8.c
4323 ____________________________________________________________________________
4324 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
4325         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
4326              From: Spider Boardman <spider@leggy.zk3.dec.com>
4327              Date: Thu, 13 Dec 2001 15:32:51 -0500
4328              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
4329      Branch: perl
4330            ! lib/ExtUtils/Embed.t
4331 ____________________________________________________________________________
4332 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
4333         Log: More on the Unicode "line" definition.
4334      Branch: perl
4335            ! pod/perlunicode.pod
4336 ____________________________________________________________________________
4337 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
4338         Log: Open-ended VERSION?
4339      Branch: perl
4340            ! lib/ExtUtils/Install.pm
4341 ____________________________________________________________________________
4342 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
4343         Log: Subject: [PATCH] Better make distclean
4344              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4345              Date: Thu, 13 Dec 2001 21:10:18 +0100
4346              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
4347      Branch: perl
4348            ! Makefile.SH
4349 ____________________________________________________________________________
4350 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
4351         Log: Remove Memoize::Saves as requested by mjd.
4352      Branch: perl
4353            - lib/Memoize/Saves.pm
4354            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
4355 ____________________________________________________________________________
4356 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
4357         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
4358              From: Michael G Schwern <schwern@pobox.com>
4359              Date: Tue, 11 Dec 2001 23:17:32 -0500
4360              Message-ID: <20011212041732.GS17250@blackrider>
4361      Branch: perl
4362            ! lib/ExtUtils/Install.pm
4363 ____________________________________________________________________________
4364 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
4365         Log: Subject: [PATCH] Re: use utf8; with bad utf8
4366              From: Nicholas Clark <nick@ccl4.org>
4367              Date: Thu, 13 Dec 2001 17:09:39 +0000
4368              Message-ID: <20011213170939.L21702@plum.flirble.org>
4369      Branch: perl
4370            ! t/lib/1_compile.t
4371 ____________________________________________________________________________
4372 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
4373         Log: Subject: (LONG!) Sort benchmarks and patch
4374              From: "John P. Linderman" <jpl@research.att.com>
4375              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
4376              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
4377      Branch: perl
4378            ! pp_sort.c
4379 ____________________________________________________________________________
4380 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
4381         Log: Unadorned numbers evil.
4382      Branch: perl
4383            ! pp.c regcomp.c regexec.c utf8.c utf8.h
4384 ____________________________________________________________________________
4385 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
4386         Log: "preprocessing directive not recognized within macro arg"
4387      Branch: perl
4388            ! ext/Data/Dumper/Dumper.xs
4389 ____________________________________________________________________________
4390 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
4391         Log: Subject: Clarifying the documentation of goto            
4392              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
4393              Date: Thu, 13 Dec 2001 08:57:38 -0500
4394              Message-ID: <3C18BD8B@operamail.com>
4395      Branch: perl
4396            ! pod/perlfunc.pod
4397 ____________________________________________________________________________
4398 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
4399         Log: It could be possible for the case-insensitive
4400              Unicode-aware string comparison to wander off
4401              to the la-la land.
4402      Branch: perl
4403            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
4404            ! regexec.c utf8.c
4405 ____________________________________________________________________________
4406 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
4407         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
4408              From: Michael G Schwern <schwern@pobox.com> 
4409              Date: Wed, 12 Dec 2001 21:53:46 -0500
4410              Message-ID: <20011213025346.GH25129@blackrider>
4411      Branch: perl
4412            ! lib/Net/hostent.t t/op/stat.t t/test.pl
4413 ____________________________________________________________________________
4414 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
4415         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
4416              From: Michael G Schwern <schwern@pobox.com> 
4417              Date: Wed, 12 Dec 2001 20:33:42 -0500
4418              Message-ID: <20011213013342.GX25129@blackrider>
4419      Branch: perl
4420            ! t/io/fs.t
4421 ____________________________________________________________________________
4422 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
4423         Log: Subject: Re: [PATCH] use utf8; tests
4424              From: Nicholas Clark <nick@ccl4.org>
4425              Date: Thu, 13 Dec 2001 00:16:58 +0000
4426              Message-ID: <20011213001658.I21702@plum.flirble.org>
4427      Branch: perl
4428            ! lib/utf8.t
4429 ____________________________________________________________________________
4430 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
4431         Log: EPOC fixes from Olaf Flebbe.
4432      Branch: perl
4433            ! README.epoc epoc/config.sh epoc/createpkg.pl
4434            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
4435 ____________________________________________________________________________
4436 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
4437         Log: Subject: [PATCH perl@13661] VMS test fix-ups
4438              From: "Craig A. Berry" <craigberry@mac.com>
4439              Date: Wed, 12 Dec 2001 16:27:48 -0600
4440              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
4441      Branch: perl
4442            ! lib/Net/hostent.t t/io/fs.t
4443 ____________________________________________________________________________
4444 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
4445         Log: Subject: Re: Next cygwin round.
4446              From: "Gerrit P. Haase" <gp@familiehaase.de>
4447              Date: Wed, 12 Dec 2001 21:59:00 +0100
4448              Message-ID: <122343874595.20011212215900@familiehaase.de>
4449      Branch: perl
4450            ! t/io/fs.t
4451 ____________________________________________________________________________
4452 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
4453         Log: Subject: [PATCH] use utf8; tests
4454              From: Nicholas Clark <nick@ccl4.org>
4455              Date: Wed, 12 Dec 2001 20:07:04 +0000
4456              Message-ID: <20011212200704.E21702@plum.flirble.org>
4457      Branch: perl
4458            ! lib/utf8.t t/test.pl
4459 ____________________________________________________________________________
4460 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
4461         Log: Update Changes.
4462      Branch: perl
4463            ! Changes patchlevel.h
4464 ____________________________________________________________________________
4465 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
4466         Log: Subject: [PATCH] Passing in env to perl_parse did not work
4467              From: Gisle Aas <gisle@ActiveState.com>
4468              Date: 11 Dec 2001 20:52:57 -0800
4469              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
4470      Branch: perl
4471            ! perl.c perl.h
4472 ____________________________________________________________________________
4473 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
4474         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
4475              mostly gcc -Wall complaining about the argument of %p not
4476              being a void *.
4477      Branch: perl
4478            ! perlio.c regcomp.c taint.c toke.c
4479 ____________________________________________________________________________
4480 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
4481         Log: Try YP/NIS also from /usr/lib/yp.
4482      Branch: perl
4483            ! Configure
4484 ____________________________________________________________________________
4485 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
4486         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
4487              From: Michael G Schwern <schwern@pobox.com>                
4488              Date: Wed, 12 Dec 2001 05:27:02 -0500      
4489              Message-ID: <20011212102702.GW17250@blackrider>
4490              
4491              (the op/grent part)
4492      Branch: perl
4493            ! t/op/grent.t
4494 ____________________________________________________________________________
4495 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
4496         Log: Weed out .files from ls and readdir() results.
4497      Branch: perl
4498            ! t/op/stat.t
4499 ____________________________________________________________________________
4500 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
4501         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
4502              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
4503              Date: Wed, 12 Dec 2001 10:52:21 +0100
4504              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
4505      Branch: perl
4506            ! lib/File/Find.pm
4507 ____________________________________________________________________________
4508 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
4509         Log: Subject: [PATCH] doio fatal on cygwin for 13651
4510              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
4511              Date: Wed, 12 Dec 2001 11:28:13 +0100      
4512              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
4513      Branch: perl
4514            ! doio.c
4515 ____________________________________________________________________________
4516 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
4517         Log: Get the whole line of ls, makes debugging easier
4518              (from Schwern)
4519      Branch: perl
4520            ! t/op/stat.t
4521 ____________________________________________________________________________
4522 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
4523         Log: rename() must be tested even without link()
4524              or the utime() and rename-directory tests fail.
4525              (Also got the BeOS utime atime/time the wrong way round.)
4526      Branch: perl
4527            ! t/io/fs.t
4528 ____________________________________________________________________________
4529 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
4530         Log: Now that the beos.c is compiled at the main level
4531              the header is in the beos/
4532      Branch: perl
4533            ! beos/beos.c
4534 ____________________________________________________________________________
4535 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
4536         Log: Must remember to require Socket.
4537      Branch: perl
4538            ! ext/Sys/Syslog/syslog.t
4539 ____________________________________________________________________________
4540 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
4541         Log: In BeOS Errno must resort to actual compilation
4542              and execution for some of the error constants.
4543      Branch: perl
4544            ! ext/Errno/Errno_pm.PL
4545 ____________________________________________________________________________
4546 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
4547         Log: BeOS still has no good sockets.
4548      Branch: perl
4549            ! ext/IO/lib/IO/t/io_sel.t
4550 ____________________________________________________________________________
4551 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
4552         Log: BeOS sockets are not true sockets.
4553      Branch: perl
4554            ! ext/IO/lib/IO/t/io_poll.t
4555 ____________________________________________________________________________
4556 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
4557         Log: No Socket, no Syslog.
4558      Branch: perl
4559            ! ext/Sys/Syslog/syslog.t
4560 ____________________________________________________________________________
4561 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
4562         Log: (On some platforms) missing truncate FH.
4563      Branch: perl
4564            ! pod/perltodo.pod
4565 ____________________________________________________________________________
4566 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
4567         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
4568              and vms would be muchly appreciated.
4569      Branch: perl
4570            ! t/io/fs.t
4571 ____________________________________________________________________________
4572 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
4573         Log: utime() updates only the mtime in BeOS. 
4574      Branch: perl
4575            ! pod/perlport.pod
4576 ____________________________________________________________________________
4577 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
4578         Log: No link(), no need to dSP.
4579      Branch: perl
4580            ! pp_sys.c
4581 ____________________________________________________________________________
4582 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
4583         Log: Missing argument.
4584      Branch: perl
4585            ! utf8.c
4586 ____________________________________________________________________________
4587 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
4588         Log: (1) To assume any setuid programs is silly.
4589              (2) Chaining tests with booleans means that some
4590              of them may not get run which means getting out
4591              of test count sync.
4592      Branch: perl
4593            ! t/op/stat.t
4594 ____________________________________________________________________________
4595 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
4596         Log: The beos.c needs to be in the main directory.
4597      Branch: perl
4598            ! hints/beos.sh
4599 ____________________________________________________________________________
4600 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
4601         Log: Detypo and rename.
4602      Branch: perl
4603            ! doio.c perl.h perlio.c perliol.h
4604 ____________________________________________________________________________
4605 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
4606         Log: This time I test compiled.  Honest.
4607      Branch: perl
4608            ! beos/beos.c
4609 ____________________________________________________________________________
4610 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
4611         Log: Subject: [PATCH] slightly more pack tests
4612              From: Nicholas Clark <nick@ccl4.org>
4613              Date: Tue, 11 Dec 2001 23:41:23 +0000
4614              Message-ID: <20011211234123.Y21702@plum.flirble.org>
4615      Branch: perl
4616            ! t/op/pack.t
4617 ____________________________________________________________________________
4618 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
4619         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
4620              From: "Craig A. Berry" <craigberry@mac.com>
4621              Date: Tue, 11 Dec 2001 16:39:13 -0600
4622              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
4623      Branch: perl
4624            ! configure.com
4625 ____________________________________________________________________________
4626 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
4627         Log: Subject: $Config{perlpath} and -Dversiononly
4628              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4629              Date: Tue, 11 Dec 2001 23:32:33 +0100
4630              Message-ID: <20011211233233.A11587@rafael>
4631      Branch: perl
4632            ! Configure
4633 ____________________________________________________________________________
4634 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
4635         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
4636              From: Nicholas Clark <nick@ccl4.org>
4637              Date: Tue, 11 Dec 2001 21:59:36 +0000
4638              Message-ID: <20011211215935.W21702@plum.flirble.org>
4639      Branch: perl
4640            ! t/op/pack.t
4641 ____________________________________________________________________________
4642 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
4643         Log: More UTF-8 API docs.
4644      Branch: perl
4645            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
4646 ____________________________________________________________________________
4647 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
4648         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
4649              From: Nicholas Clark <nick@ccl4.org>
4650              Date: Tue, 11 Dec 2001 20:08:59 +0000
4651              Message-ID: <20011211200859.S21702@plum.flirble.org>
4652      Branch: perl
4653            ! t/op/pack.t
4654 ____________________________________________________________________________
4655 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
4656         Log: Subject: Re: use utf8; with bad utf8
4657              From: Nicholas Clark <nick@ccl4.org>
4658              Date: Tue, 11 Dec 2001 19:49:21 +0000
4659              Message-ID: <20011211194921.R21702@plum.flirble.org>
4660      Branch: perl
4661            ! lib/utf8.t
4662 ____________________________________________________________________________
4663 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
4664         Log: Can't spell worth a dam.  (Try Three Gorges.)
4665      Branch: perl
4666            ! beos/beos.c
4667 ____________________________________________________________________________
4668 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
4669         Log: We need DWIM cpps.
4670      Branch: perl
4671            ! perlio.c
4672 ____________________________________________________________________________
4673 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
4674         Log: The unixish.h needs to be found and the waitpid wrapper
4675              could use a proto.
4676      Branch: perl
4677            ! beos/beosish.h
4678 ____________________________________________________________________________
4679 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
4680         Log: The BeOS waitpid() seems to be broken,
4681              have a wrapper for it.
4682      Branch: perl
4683            + beos/beos.c beos/beosish.h
4684            ! MANIFEST hints/beos.sh perl.h
4685 ____________________________________________________________________________
4686 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
4687         Log: Unlean the leaning tower of Babel.
4688      Branch: perl
4689            ! perl.h
4690 ____________________________________________________________________________
4691 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
4692         Log: Retract #13607 until we figure out what to do with autouse.
4693      Branch: perl
4694            ! lib/Carp.pm
4695 ____________________________________________________________________________
4696 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
4697         Log: Try to handle platforms that have O_TEXT != O_BINARY but
4698              which are not DOSish, BeOS being one of such platforms.
4699              Ideally this should be a Configure test, not a hardwired
4700              cpp symbol test... 
4701      Branch: perl
4702            ! doio.c perl.h perlio.c perliol.h
4703 ____________________________________________________________________________
4704 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
4705         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
4706              From: Jonathan Stowe <gellyfish@gellyfish.com>
4707              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
4708              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
4709      Branch: perl
4710            ! lib/Term/Cap.pm lib/Term/Cap.t
4711 ____________________________________________________________________________
4712 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
4713         Log: Subject: [patch perlio.c] test for NULL before derefencing
4714              From: Stas Bekman <stas@stason.org>
4715              Date: Tue, 11 Dec 2001 16:17:55 +0800
4716              Message-ID: <3C15C133.8@stason.org>
4717      Branch: perl
4718            ! perlio.c
4719 ____________________________________________________________________________
4720 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
4721         Log: BeOS has socket() but not enough to build a working Socket.
4722              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
4723              new networking implementation, which is rumored to fix the
4724              non-standardness of sockets, but it's apparently not publicly
4725              available, and anything to do with BeOS has become quite
4726              complicated with the sale of the Be assets to Palm.)
4727      Branch: perl
4728            ! Configure
4729 ____________________________________________________________________________
4730 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
4731         Log: Subject: Exporter's documentation shouldn't lie               
4732              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
4733              Date: Mon, 10 Dec 2001 21:30:20 -0500
4734              Message-ID: <3C4AA201@operamail.com>
4735      Branch: perl
4736            ! lib/Exporter.pm
4737 ____________________________________________________________________________
4738 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
4739         Log: Make Errno better in BeOS (the second hunk is
4740              good on any platform).  Still not working in BeOS
4741              are the E constants that refer BeOS native error
4742              constants (B_...) which are enums (*groan*).
4743      Branch: perl
4744            ! ext/Errno/Errno_pm.PL
4745 ____________________________________________________________________________
4746 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
4747         Log: The BeOS linker seems to link the last seen symbol,
4748              not the first (so the symbols of op.o from libperl.so
4749              would get linked to miniperl instead of the symbols of
4750              opmini.o)-- use the same trick as for NeXT4 for linking
4751              miniperl.
4752      Branch: perl
4753            ! Makefile.SH
4754 ____________________________________________________________________________
4755 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
4756         Log: Subject: Re: [PATCH] tests for hash assignment
4757              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4758              Date: Tue, 11 Dec 2001 01:48:55 +0000
4759              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
4760      Branch: perl
4761            ! utf8.c
4762 ____________________________________________________________________________
4763 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
4764         Log: (retracted by #13622)
4765              
4766              Subject: RE: More verbose POD for Carp
4767              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
4768              Date: Mon, 10 Dec 2001 20:23:20 -0500
4769              Message-ID: <3C4A3566@operamail.com>
4770      Branch: perl
4771            ! lib/Carp.pm
4772 ____________________________________________________________________________
4773 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
4774         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
4775              From: "Craig A. Berry" <craigberry@mac.com>
4776              Date: Mon, 10 Dec 2001 18:25:37 -0600
4777              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
4778      Branch: perl
4779            ! t/op/write.t t/test.pl
4780 ____________________________________________________________________________
4781 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
4782         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
4783              From: Michael G Schwern <schwern@pobox.com>
4784              Date: Mon, 10 Dec 2001 08:00:01 -0500
4785              Message-ID: <20011210130000.GK1770@blackrider>
4786      Branch: perl
4787            ! t/comp/multiline.t
4788 ____________________________________________________________________________
4789 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
4790         Log: Subject: Re: [PATCH] tests for hash assignment
4791              From: Nicholas Clark <nick@ccl4.org>
4792              Date: Mon, 10 Dec 2001 23:22:28 +0000
4793              Message-ID: <20011210232228.M21702@plum.flirble.org>
4794      Branch: perl
4795            + t/op/hashassign.t
4796            ! MANIFEST t/op/each.t t/test.pl
4797 ____________________________________________________________________________
4798 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
4799         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
4800              From: "Craig A. Berry" <craigberry@mac.com>
4801              Date: Mon, 10 Dec 2001 16:38:14 -0600
4802              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
4803      Branch: perl
4804            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
4805 ____________________________________________________________________________
4806 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
4807         Log: Subject: [PATCH perl@13600] configure.com fixes
4808              From: "Craig A. Berry" <craigberry@mac.com>
4809              Date: Mon, 10 Dec 2001 14:40:20 -0600
4810              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
4811      Branch: perl
4812            ! configure.com
4813 ____________________________________________________________________________
4814 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
4815         Log: Silence BeOS compilation moaning.
4816      Branch: perl
4817            ! perl.h
4818 ____________________________________________________________________________
4819 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
4820         Log: Update Changes.
4821      Branch: perl
4822            ! Changes patchlevel.h
4823 ____________________________________________________________________________
4824 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
4825         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
4826              From: Michael G Schwern <schwern@pobox.com>
4827              Date: Mon, 10 Dec 2001 01:21:03 -0500
4828              Message-ID: <20011210062103.GC1770@blackrider>
4829      Branch: perl
4830            ! lib/ExtUtils/Command.t
4831 ____________________________________________________________________________
4832 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
4833         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
4834              From: Michael G Schwern <schwern@pobox.com>
4835              Date: Mon, 10 Dec 2001 01:10:57 -0500
4836              Message-ID: <20011210061057.GB1770@blackrider>
4837      Branch: perl
4838            ! t/op/groups.t
4839 ____________________________________________________________________________
4840 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
4841         Log: Retract #13596, #13593 should do the trick.
4842      Branch: perl
4843            ! t/op/stat.t
4844 ____________________________________________________________________________
4845 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
4846         Log: (retracted by #13597, #13593 does the job better)
4847              
4848              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
4849              From: Michael G Schwern <schwern@pobox.com>
4850              Date: Mon, 10 Dec 2001 00:53:16 -0500
4851              Message-ID: <20011210055316.GA1770@blackrider>
4852      Branch: perl
4853            ! t/op/stat.t
4854 ____________________________________________________________________________
4855 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
4856         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
4857              From: Michael G Schwern <schwern@pobox.com> 
4858              Date: Mon, 10 Dec 2001 02:19:14 -0500
4859              Message-ID: <20011210071914.GF1770@blackrider>
4860      Branch: perl
4861            ! lib/AutoSplit.t
4862 ____________________________________________________________________________
4863 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
4864         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
4865              From: Michael G Schwern <schwern@pobox.com>
4866              Date: Mon, 10 Dec 2001 02:47:40 -0500
4867              Message-ID: <20011210074739.GH1770@blackrider>
4868      Branch: perl
4869            ! t/op/pack.t
4870 ____________________________________________________________________________
4871 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
4872         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
4873              From: Michael G Schwern <schwern@pobox.com>
4874              Date: Mon, 10 Dec 2001 02:54:22 -0500
4875              Message-ID: <20011210075422.GI1770@blackrider>
4876      Branch: perl
4877            ! t/test.pl
4878 ____________________________________________________________________________
4879 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
4880         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
4881              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4882              Date: Mon, 10 Dec 2001 08:45:20 +0100
4883              Message-ID: <3C146810.60B5B7C0@alcatel.at>
4884      Branch: perl
4885            ! pp_pack.c
4886 ____________________________________________________________________________
4887 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
4888         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
4889              From: Michael G Schwern <schwern@pobox.com>
4890              Date: Mon, 10 Dec 2001 03:27:02 -0500
4891              Message-ID: <20011210082702.GN1770@blackrider>
4892      Branch: perl
4893            ! t/io/openpid.t
4894 ____________________________________________________________________________
4895 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
4896         Log: More chmod +w.
4897      Branch: perl
4898            ! Porting/makerel
4899 ____________________________________________________________________________
4900 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
4901         Log: Just skip the readability test if running as root.
4902      Branch: perl
4903            ! lib/Net/t/netrc.t
4904 ____________________________________________________________________________
4905 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
4906         Log: Tell about the downside of safe signals.
4907      Branch: perl
4908            ! pod/perldelta.pod
4909 ____________________________________________________________________________
4910 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
4911         Log: Make the whole -lperl thing NetBSD only until we
4912              find some other platform that needs the same.
4913      Branch: perl
4914            ! lib/ExtUtils/MM_Unix.pm
4915 ____________________________________________________________________________
4916 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
4917         Log: Subject: [PATCH t/op/pack.t] Cleanup
4918              From: Michael G Schwern <schwern@pobox.com> 
4919              Date: Sun, 9 Dec 2001 23:08:26 -0500
4920              Message-ID: <20011210040826.GD660@blackrider>
4921      Branch: perl
4922            ! t/op/pack.t
4923 ____________________________________________________________________________
4924 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
4925         Log: Add threads support for NetBSD.
4926              
4927              This is also the first (I think) Perl threads build with
4928              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
4929              NetBSD does not as of yet have true kernel POSIX threads,
4930              but the user-level pth seems to be doing pretty well--
4931              the only failure is that threads/t/basic okays 6 and 7
4932              consistently seem be arriving in the reverse order.
4933              Well, gdbm.t is also failing: 'Undefined PLT symbol
4934              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
4935              guessing that GDBM would need a threaded rebuild.
4936      Branch: perl
4937            ! hints/netbsd.sh
4938 ____________________________________________________________________________
4939 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
4940         Log: Update the ithreads selection info in Configure,
4941              as suggested by Michael Schwern.
4942      Branch: perl
4943            ! Configure
4944 ____________________________________________________________________________
4945 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
4946         Log: Clearing locale environment simply doesn't seem to
4947              guarantee that (nl_)langinfo(CODESET) would return nil.
4948              (I for example get "ISO8859-1", so <guess>maybe there can
4949              be per-system default settings at work</guess>.)
4950      Branch: perl
4951            ! lib/open.t
4952 ____________________________________________________________________________
4953 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
4954         Log: Subject: RE: Exporter fixes reversed in 13540?
4955              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
4956              Date: Sun, 9 Dec 2001 12:55:15 -0500
4957              Message-ID: <3C13F455@operamail.com>
4958      Branch: perl
4959            ! lib/open.pm
4960 ____________________________________________________________________________
4961 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
4962         Log: Root is the lizard king.
4963      Branch: perl
4964            ! lib/Net/t/netrc.t
4965 ____________________________________________________________________________
4966 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
4967         Log: Telling how many tests we are expecting helps.
4968      Branch: perl
4969            ! ext/POSIX/t/waitpid.t
4970 ____________________________________________________________________________
4971 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
4972         Log: Add a test case for waitpid(): from Rocco Caputo.
4973      Branch: perl
4974            + ext/POSIX/t/waitpid.t
4975            ! MANIFEST
4976 ____________________________________________________________________________
4977 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
4978         Log: Subject: [PATCH] Term::ReadLine tweaks and test
4979              From: Richard Clamp <richardc@unixbeard.net>
4980              Date: Mon, 10 Dec 2001 00:51:47 +0000
4981              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
4982      Branch: perl
4983            + lib/Term/ReadLine.t
4984            ! MANIFEST lib/Term/ReadLine.pm
4985 ____________________________________________________________________________
4986 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
4987         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
4988              From: Rocco Caputo <troc@netrus.net>
4989              Date: Sun, 9 Dec 2001 18:12:38 -0500
4990              Message-ID: <20011209181238.A803@eyrie.homenet>
4991      Branch: perl
4992            ! win32/win32.c
4993 ____________________________________________________________________________
4994 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
4995         Log: make sure that va_start() has matching va_end();
4996              from OpenBSD 3.0.
4997      Branch: perl
4998            ! x2p/util.c
4999 ____________________________________________________________________________
5000 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
5001         Log: h2ph updates from OpenBSD 3.0.
5002      Branch: perl
5003            ! utils/h2ph.PL
5004 ____________________________________________________________________________
5005 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
5006         Log: OpenBSD hints update from OpenBSD 3.0.
5007      Branch: perl
5008            ! hints/openbsd.sh
5009 ____________________________________________________________________________
5010 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
5011         Log: DJGPP tweaks from Laszlo Molnar.
5012      Branch: perl
5013            ! djgpp/config.over lib/File/Find/t/find.t
5014            ! lib/File/Find/t/taint.t t/pod/find.t
5015 ____________________________________________________________________________
5016 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
5017         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
5018              From: Michael G Schwern <schwern@pobox.com> 
5019              Date: Sun, 9 Dec 2001 19:28:12 -0500
5020              Message-ID: <20011210002812.GF13586@blackrider>
5021      Branch: perl
5022            ! README.cygwin
5023 ____________________________________________________________________________
5024 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
5025         Log: README.cygwin update from Gerrit P. Haase.
5026      Branch: perl
5027            ! README.cygwin
5028 ____________________________________________________________________________
5029 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
5030         Log: Apply NetBSD patch-ag: shared/static linking,
5031              but make the change less intrusive on non-NetBSD.
5032      Branch: perl
5033            ! lib/ExtUtils/MM_Unix.pm
5034 ____________________________________________________________________________
5035 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
5036         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
5037      Branch: perl
5038            ! lib/ExtUtils/Liblist.pm
5039 ____________________________________________________________________________
5040 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
5041         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
5042      Branch: perl
5043            ! regcomp.c
5044 ____________________________________________________________________________
5045 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
5046         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
5047      Branch: perl
5048            ! pp.c
5049 ____________________________________________________________________________
5050 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
5051         Log: Apply NetBSD patch-ac.
5052              (the fix has already been done: change #9706, fully qualified
5053              pathnames in packlists)
5054      Branch: perl
5055            ! lib/ExtUtils/Install.pm
5056 ____________________________________________________________________________
5057 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
5058         Log: Apply NetBSD patch-ab: NetBSD hints update.
5059      Branch: perl
5060            ! hints/netbsd.sh
5061 ____________________________________________________________________________
5062 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
5063         Log: NetBSD has <ieeefp.h> but hidden.
5064      Branch: perl
5065            ! hints/netbsd.sh
5066 ____________________________________________________________________________
5067 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
5068         Log: Implement NetBSD patch-aa.
5069      Branch: perl
5070            ! Configure
5071 ____________________________________________________________________________
5072 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
5073         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
5074              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
5075              Date: Sun, 09 Dec 2001 13:40:58 +0100
5076              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
5077              
5078              (The lstat()s were there in 5.6.1: what happened to them?)
5079      Branch: perl
5080            ! lib/File/Find.pm
5081 ____________________________________________________________________________
5082 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
5083         Log: Quickie documentation of the C UTF-8 API.
5084      Branch: perl
5085            ! pod/perlunicode.pod
5086 ____________________________________________________________________________
5087 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
5088         Log: Subject: bleadperl on cygwin weirdness...
5089              From: "Gerrit P. Haase" <gp@familiehaase.de>
5090              Date: Sun, 9 Dec 2001 20:31:28 +0100
5091              Message-ID: <13779422183.20011209203128@familiehaase.de>          
5092              
5093              (plus libperl*.dll version portability tweaks)
5094      Branch: perl
5095            ! lib/ExtUtils/Embed.t
5096 ____________________________________________________________________________
5097 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
5098         Log: Instead of muting symbol export error if under eval,
5099              delay the errors until the croak().
5100              
5101              (replaces #13408)
5102      Branch: perl
5103            ! lib/Exporter/Heavy.pm
5104 ____________________________________________________________________________
5105 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
5106         Log: Basegroup 0 is a cygwin_nt thing.
5107      Branch: perl
5108            ! t/op/groups.t
5109 ____________________________________________________________________________
5110 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
5111         Log: Also WinME is LoseLink.
5112      Branch: perl
5113            ! t/op/stat.t
5114 ____________________________________________________________________________
5115 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
5116         Log: Forgotten checkin.
5117      Branch: perl
5118            ! lib/User/grent.t
5119 ____________________________________________________________________________
5120 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
5121         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
5122              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5123              Date: Sun, 09 Dec 2001 13:45:06 +0100
5124              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
5125      Branch: perl
5126            ! lib/File/Find.pm
5127 ____________________________________________________________________________
5128 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
5129         Log: Tweakback.
5130      Branch: perl
5131            ! lib/Net/hostent.t
5132 ____________________________________________________________________________
5133 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
5134         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
5135              From: Michael G Schwern <schwern@pobox.com>
5136              Date: Sat, 8 Dec 2001 14:48:38 -0500
5137              Message-ID: <20011208194838.GA8650@blackrider>
5138      Branch: perl
5139            ! t/op/grent.t
5140 ____________________________________________________________________________
5141 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
5142         Log: Subject: [README.cygwin] Removing old expected test failures
5143              From: Michael G Schwern <schwern@pobox.com>
5144              Date: Sat, 8 Dec 2001 15:38:28 -0500
5145              Message-ID: <20011208203828.GB9017@blackrider>
5146      Branch: perl
5147            ! README.cygwin
5148 ____________________________________________________________________________
5149 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
5150         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
5151              From: Michael G Schwern <schwern@pobox.com>                
5152              Date: Sat, 8 Dec 2001 15:26:59 -0500
5153              Message-ID: <20011208202659.GA9017@blackrider> 
5154      Branch: perl
5155            ! lib/Net/hostent.t
5156 ____________________________________________________________________________
5157 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
5158         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
5159              From: Michael G Schwern <schwern@pobox.com> 
5160              Date: Sat, 8 Dec 2001 15:06:16 -0500
5161              Message-ID: <20011208200616.GA8915@blackrider>
5162      Branch: perl
5163            ! t/op/stat.t
5164 ____________________________________________________________________________
5165 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
5166         Log: Developer deprecations and an incompatibility.
5167      Branch: perl
5168            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
5169 ____________________________________________________________________________
5170 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
5171         Log: Shoo.
5172      Branch: perl
5173            - lib/Attribute/Handlers.pm
5174 ____________________________________________________________________________
5175 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
5176         Log: Remove Attribute::Handlers, as per Damian's request.
5177              (Because of fixing the my variables to be now handled
5178              in run-time, the whole internals of the A::H needs to
5179              be rewritten and Damian will not have time for that
5180              for months.)
5181      Branch: perl
5182            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
5183            - lib/Attribute/Handlers/demo/Demo.pm
5184            - lib/Attribute/Handlers/demo/Descriptions.pm
5185            - lib/Attribute/Handlers/demo/MyClass.pm
5186            - lib/Attribute/Handlers/demo/demo.pl
5187            - lib/Attribute/Handlers/demo/demo2.pl
5188            - lib/Attribute/Handlers/demo/demo3.pl
5189            - lib/Attribute/Handlers/demo/demo4.pl
5190            - lib/Attribute/Handlers/demo/demo_call.pl
5191            - lib/Attribute/Handlers/demo/demo_chain.pl
5192            - lib/Attribute/Handlers/demo/demo_cycle.pl
5193            - lib/Attribute/Handlers/demo/demo_hashdir.pl
5194            - lib/Attribute/Handlers/demo/demo_phases.pl
5195            - lib/Attribute/Handlers/demo/demo_range.pl
5196            - lib/Attribute/Handlers/demo/demo_rawdata.pl
5197            - lib/Attribute/Handlers/t/multi.t
5198            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
5199            ! pod/perlmodlib.pod pod/perltoc.pod
5200 ____________________________________________________________________________
5201 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
5202         Log: Subject: Re: attributes are broken
5203              From: Spider Boardman <spider@Orb.Nashua.NH.US>
5204              Date: Sun, 09 Dec 2001 00:09:23 -0500
5205              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
5206      Branch: perl
5207            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
5208            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
5209            ! xsutils.c
5210 ____________________________________________________________________________
5211 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
5212         Log: Forgotten checkin.
5213      Branch: perl
5214            ! lib/Pod/Text.pm
5215 ____________________________________________________________________________
5216 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
5217         Log: uconfig.h update.
5218      Branch: perl
5219            ! uconfig.h
5220 ____________________________________________________________________________
5221 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
5222         Log: Update Changes.
5223      Branch: perl
5224            ! Changes patchlevel.h
5225 ____________________________________________________________________________
5226 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
5227         Log: Note that some of the Unicode features are
5228              dependent on perlio.
5229      Branch: perl
5230            ! pod/perluniintro.pod
5231 ____________________________________________________________________________
5232 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
5233         Log: Regen perlapi, regen toc.
5234      Branch: perl
5235            ! pod/perlapi.pod pod/perltoc.pod
5236 ____________________________________________________________________________
5237 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
5238         Log: FAQ sync.
5239      Branch: perl
5240            ! pod/perlfaq4.pod pod/perlfaq6.pod
5241 ____________________________________________________________________________
5242 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
5243         Log: Subject: [PATCH] Fix odd language in an sv.c comment
5244              From: coral@eekeek.org
5245              Date: Sat, 8 Dec 2001 12:19:39 -0500
5246              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
5247      Branch: perl
5248            ! sv.c
5249 ____________________________________________________________________________
5250 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
5251         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
5252              From: Michael G Schwern <schwern@pobox.com>
5253              Date: Fri, 7 Dec 2001 20:03:45 -0500
5254              Message-ID: <20011208010345.GD642@blackrider>
5255              
5256              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
5257              From: Michael G Schwern <schwern@pobox.com>
5258              Date: Fri, 7 Dec 2001 20:13:54 -0500
5259              Message-ID: <20011208011354.GE642@blackrider>
5260              
5261              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
5262              From: Michael G Schwern <schwern@pobox.com>
5263              Date: Fri, 7 Dec 2001 21:47:36 -0500
5264              Message-ID: <20011208024736.GH642@blackrider>
5265              
5266              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
5267              From: Michael G Schwern <schwern@pobox.com>
5268              Date: Fri, 7 Dec 2001 23:09:43 -0500
5269              Message-ID: <20011208040943.GK642@blackrider>
5270              
5271              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
5272              Message-Id: <a05101004b83754903506@[172.16.52.1]>
5273              Date: Fri, 7 Dec 2001 23:28:15 -0600
5274              From: "Craig A. Berry" <craigberry@mac.com>
5275      Branch: perl
5276            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
5277 ____________________________________________________________________________
5278 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
5279         Log: Integrate perlio.
5280      Branch: perl
5281           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
5282           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
5283 ____________________________________________________________________________
5284 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
5285         Log: Retract #11156 since Sarathy has found that it breaks code:
5286              http://bugs.ActiveState.com/show_bug.cgi?id=18457
5287              http://bugs.ActiveState.com/show_bug.cgi?id=18858
5288      Branch: perl
5289            ! op.c sv.c t/op/pos.t
5290 ____________________________________________________________________________
5291 [ 13532] By: nick                                  on 2001/12/08  14:11:12
5292         Log: Integrate mainline
5293      Branch: perlio
5294           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
5295           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
5296 ____________________________________________________________________________
5297 [ 13531] By: nick                                  on 2001/12/08  13:48:21
5298         Log: Tweak multi-arg open error messages
5299      Branch: perlio
5300            ! perlio.c
5301 ____________________________________________________________________________
5302 [ 13530] By: nick                                  on 2001/12/08  10:20:06
5303         Log: Allow multi-arg open() if opening layer declares this legal.
5304      Branch: perlio
5305            ! doio.c perlio.c perliol.h
5306 ____________________________________________________________________________
5307 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
5308         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
5309              From: Michael G Schwern <schwern@pobox.com>       
5310              Date: Fri, 7 Dec 2001 19:41:31 -0500
5311              Message-ID: <20011208004131.GC642@blackrider>
5312      Branch: perl
5313            ! t/run/switches.t t/test.pl
5314 ____________________________________________________________________________
5315 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
5316         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
5317              From: Michael G Schwern <schwern@pobox.com>       
5318              Date: Fri, 7 Dec 2001 19:12:44 -0500
5319              Message-ID: <20011208001244.GB642@blackrider>
5320      Branch: perl
5321            ! t/op/stat.t
5322 ____________________________________________________________________________
5323 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
5324         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
5325              From: Michael G Schwern <schwern@pobox.com>
5326              Date: Fri, 7 Dec 2001 17:28:57 -0500
5327              Message-ID: <20011207222857.GI23210@blackrider>
5328      Branch: perl
5329            ! t/op/magic.t
5330 ____________________________________________________________________________
5331 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
5332         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
5333      Branch: perl
5334            ! t/test.pl
5335 ____________________________________________________________________________
5336 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
5337         Log: which_perl: delay as much a possible till runtime.
5338      Branch: perl
5339            ! t/test.pl
5340 ____________________________________________________________________________
5341 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
5342         Log: Further tweakage to which_perl().
5343      Branch: perl
5344            ! t/test.pl
5345 ____________________________________________________________________________
5346 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
5347         Log: perluniintro tweaks.
5348      Branch: perl
5349            ! pod/perluniintro.pod
5350 ____________________________________________________________________________
5351 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
5352         Log: Tweak the $Perl computation.
5353      Branch: perl
5354            ! t/test.pl
5355 ____________________________________________________________________________
5356 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
5357         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
5358              From: Nicholas Clark <nick@ccl4.org>
5359              Date: Fri, 7 Dec 2001 17:06:56 +0000
5360              Message-ID: <20011207170656.G21702@plum.flirble.org>
5361      Branch: perl
5362            ! doop.c t/op/chop.t
5363 ____________________________________________________________________________
5364 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
5365         Log: Update Changes.
5366      Branch: perl
5367            ! Changes patchlevel.h
5368 ____________________________________________________________________________
5369 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
5370         Log: Missing ).
5371      Branch: perl
5372            ! t/test.pl
5373 ____________________________________________________________________________
5374 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
5375         Log: Allow several arguments to display().
5376      Branch: perl
5377            ! t/test.pl
5378 ____________________________________________________________________________
5379 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
5380         Log: /dev/stdout could be either a character special file
5381              or a named pipe, so let's pretend it doesn't exist.
5382      Branch: perl
5383            ! t/op/stat.t
5384 ____________________________________________________________________________
5385 [ 13516] By: nick                                  on 2001/12/07  15:09:23
5386         Log: Integrate again - can I catch up ?
5387      Branch: perlio
5388           !> t/test.pl
5389 ____________________________________________________________________________
5390 [ 13515] By: nick                                  on 2001/12/07  15:08:17
5391         Log: Integrate mainline some more
5392      Branch: perlio
5393           !> README.hpux hints/linux.sh pod/perlfunc.pod
5394 ____________________________________________________________________________
5395 [ 13514] By: nick                                  on 2001/12/07  15:07:15
5396         Log: Integrate mainline
5397      Branch: perlio
5398           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
5399           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
5400           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
5401           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
5402           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
5403           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
5404           +> t/lib/Math/BigInt/BareCalc.pm
5405            - ext/Devel/PPPort/harness/Harness.pm
5406            - ext/Devel/PPPort/harness/Harness.xs
5407            - ext/Devel/PPPort/harness/Makefile.PL
5408            - ext/Devel/PPPort/harness/module2.c
5409            - ext/Devel/PPPort/harness/module3.c
5410            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
5411            - lib/File/Spec/Functions.t
5412           !> (integrate 103 files)
5413 ____________________________________________________________________________
5414 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
5415         Log: Add display() for displaying icky scalars.
5416      Branch: perl
5417            ! t/test.pl
5418 ____________________________________________________________________________
5419 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
5420         Log: Subject: [ID 20011207.001] documentation bug for waitpid
5421              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
5422              Date: Fri, 7 Dec 2001 12:44:56 +0100
5423              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
5424      Branch: perl
5425            ! pod/perlfunc.pod
5426 ____________________________________________________________________________
5427 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
5428         Log: gcc version matching didn't.
5429      Branch: perl
5430            ! hints/linux.sh
5431 ____________________________________________________________________________
5432 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
5433         Log: Subject: HP renamed their servers              
5434              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5435              Date: Fri, 07 Dec 2001 12:07:22 +0100
5436              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
5437      Branch: perl
5438            ! README.hpux
5439 ____________________________________________________________________________
5440 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
5441         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
5442              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5443              Date: Fri, 7 Dec 2001 00:24:55 -0500
5444              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
5445      Branch: perl
5446            ! pod/perlport.pod
5447 ____________________________________________________________________________
5448 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
5449         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
5450              From: Michael G Schwern <schwern@pobox.com> 
5451              Date: Thu, 6 Dec 2001 22:56:34 -0500
5452              Message-ID: <20011207035634.GO22648@blackrider>
5453      Branch: perl
5454            ! t/base/lex.t t/op/exec.t
5455 ____________________________________________________________________________
5456 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
5457         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
5458              From: Michael G Schwern <schwern@pobox.com>
5459              Date: Thu, 6 Dec 2001 22:45:44 -0500
5460              Message-ID: <20011207034544.GN22648@blackrider>
5461              
5462              (plus op/ref tweak)
5463      Branch: perl
5464            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
5465            ! t/run/kill_perl.t t/test.pl
5466 ____________________________________________________________________________
5467 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
5468         Log: Upgrade to Math::BigInt 1.48.
5469      Branch: perl
5470            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
5471            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5472            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
5473            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
5474            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
5475            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
5476            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
5477 ____________________________________________________________________________
5478 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
5479         Log: Mention also perl56delta in case somone is upgrading from
5480              Perl 5.005_03.
5481      Branch: perl
5482            ! pod/perldelta.pod
5483 ____________________________________________________________________________
5484 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
5485         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
5486              From: Michael G Schwern <schwern@pobox.com>
5487              Date: Thu, 6 Dec 2001 15:15:28 -0500
5488              Message-ID: <20011206201528.GF16414@blackrider>
5489              
5490              (just the term.t, not the lex.t)
5491              
5492              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
5493              From: Michael G Schwern <schwern@pobox.com>
5494              Date: Thu, 6 Dec 2001 15:22:22 -0500
5495              Message-ID: <20011206202222.GG16414@blackrider>
5496              
5497              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
5498              From: Michael G Schwern <schwern@pobox.com>
5499              Date: Thu, 6 Dec 2001 15:31:58 -0500
5500              Message-ID: <20011206203158.GI16414@blackrider>
5501              
5502              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
5503              From: Michael G Schwern <schwern@pobox.com>
5504              Date: Thu, 6 Dec 2001 17:38:55 -0500
5505              Message-ID: <20011206223855.GC22648@blackrider>
5506      Branch: perl
5507            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
5508            ! t/test.pl
5509 ____________________________________________________________________________
5510 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
5511         Log: Update the thr5005 situation.
5512      Branch: perl
5513            ! pod/perldelta.pod
5514 ____________________________________________________________________________
5515 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
5516         Log: perldelta borrowings from perl561delta.
5517      Branch: perl
5518            ! pod/perldelta.pod
5519 ____________________________________________________________________________
5520 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
5521         Log: Add the 5.6.1 perldelta as perl561delta.
5522              (Makes it easier to steal stuff for perldelta :-)
5523      Branch: perl
5524            + pod/perl561delta.pod
5525            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5526 ____________________________________________________________________________
5527 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
5528         Log: Retract #13496 for now.
5529      Branch: perl
5530            ! t/base/lex.t t/base/term.t
5531 ____________________________________________________________________________
5532 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
5533         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
5534              From: "Craig A. Berry" <craigberry@mac.com>
5535              Date: Thu, 6 Dec 2001 14:54:36 -0600
5536              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
5537      Branch: perl
5538            ! vms/ext/filespec.t
5539 ____________________________________________________________________________
5540 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
5541         Log: (retracted by #13499)
5542              
5543              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
5544              From: Michael G Schwern <schwern@pobox.com>
5545              Date: Thu, 6 Dec 2001 15:15:28 -0500
5546              Message-ID: <20011206201528.GF16414@blackrider>
5547      Branch: perl
5548            ! t/base/lex.t t/base/term.t
5549 ____________________________________________________________________________
5550 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
5551         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
5552              From: Michael G Schwern <schwern@pobox.com>
5553              Date: Thu, 6 Dec 2001 13:54:48 -0500
5554              Message-ID: <20011206185448.GC16414@blackrider>
5555      Branch: perl
5556            ! t/op/stat.t
5557 ____________________________________________________________________________
5558 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
5559         Log: The #4 has nothing to do with Unicode.
5560      Branch: perl
5561            ! t/op/tr.t
5562 ____________________________________________________________________________
5563 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
5564         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
5565              From: Michael G Schwern <schwern@pobox.com>
5566              Date: Thu, 6 Dec 2001 13:45:48 -0500
5567              Message-ID: <20011206184548.GB16414@blackrider>
5568      Branch: perl
5569            ! t/op/tr.t
5570 ____________________________________________________________________________
5571 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
5572         Log: Update Changes.
5573      Branch: perl
5574            ! Changes patchlevel.h
5575 ____________________________________________________________________________
5576 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
5577         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
5578              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5579              Date: Thu, 6 Dec 2001 11:41:25 EST
5580              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
5581      Branch: perl
5582            ! vms/vms.c vms/vmsish.h
5583 ____________________________________________________________________________
5584 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
5585         Log: Subject: [PATCH] Re: weirdness in regexps
5586              From: Robin Houston <robin@kitsite.com> 
5587              Date: Thu, 6 Dec 2001 14:44:01 +0000
5588              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
5589      Branch: perl
5590            ! op.c t/lib/strict/subs
5591 ____________________________________________________________________________
5592 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
5593         Log: Make the -b -c -S tests count all of the /dev, not just
5594              check the first one, as suggested by Benjamin Goldberg.
5595      Branch: perl
5596            ! t/op/stat.t
5597 ____________________________________________________________________________
5598 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
5599         Log: Subject: Re: [PATCH: bleadperl] casefold backref
5600              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
5601              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
5602              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
5603      Branch: perl
5604            ! regexec.c
5605 ____________________________________________________________________________
5606 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
5607         Log: Nits noticed by Philip Newton, and de-tab DB.t.
5608      Branch: perl
5609            ! lib/DB.t
5610 ____________________________________________________________________________
5611 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
5612         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
5613              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5614              Date: 6 Dec 2001 11:06:01 -0000
5615              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
5616      Branch: perl
5617            ! op.c t/op/tr.t
5618 ____________________________________________________________________________
5619 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
5620         Log: Subject: [PATCH: bleadperl] casefold backref
5621              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
5622              Date: Wed, 05 Dec 2001 17:27:05 +0000
5623              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
5624      Branch: perl
5625            ! regexec.c t/op/re_tests
5626 ____________________________________________________________________________
5627 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
5628         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
5629              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5630              Date: Wed, 5 Dec 2001 22:34:53 EST
5631              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
5632      Branch: perl
5633            ! mg.c vms/vms.c vms/vmsish.h
5634 ____________________________________________________________________________
5635 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
5636         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
5637              From: Michael G Schwern <schwern@pobox.com>
5638              Date: Wed, 5 Dec 2001 19:52:58 -0500
5639              Message-ID: <20011205195257.A903@blackrider>
5640      Branch: perl
5641            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
5642            + lib/File/Spec/t/rel2abs2rel.t
5643            - lib/File/Spec.t lib/File/Spec/Functions.t
5644            ! MANIFEST
5645 ____________________________________________________________________________
5646 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
5647         Log: Subject: Re: Silly stat() portability questions                
5648              From: Benjamin Goldberg <goldbb2@earthlink.net>
5649              Date: Wed, 05 Dec 2001 22:52:35 -0500
5650              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
5651      Branch: perl
5652            ! pod/perlport.pod
5653 ____________________________________________________________________________
5654 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
5655         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
5656              From: "Craig A. Berry" <craigberry@mac.com>
5657              Date: Wed, 05 Dec 2001 16:41:59 -0600
5658              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
5659      Branch: perl
5660            ! README.vms configure.com lib/File/Spec/VMS.pm
5661            ! vms/ext/filespec.t
5662 ____________________________________________________________________________
5663 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
5664         Log: $apply->('club', $glibc_maintainers);
5665              
5666              (Nick Clark just reported that <langinfo.h> YESSTR
5667              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
5668      Branch: perl
5669            ! ext/I18N/Langinfo/Langinfo.t
5670 ____________________________________________________________________________
5671 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
5672         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
5673      Branch: perl
5674            ! pod/perlport.pod
5675 ____________________________________________________________________________
5676 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
5677         Log: tweak change#13474 (pad entries can apparently be null in some
5678              situations)
5679      Branch: maint-5.6/perl
5680            ! op.c
5681 ____________________________________________________________________________
5682 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
5683         Log: Restore the /dev -b -c -S part of the test.
5684      Branch: perl
5685            ! t/op/stat.t
5686 ____________________________________________________________________________
5687 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
5688         Log: Retract #13475 until Arthur gets back to the mine.
5689      Branch: perl
5690            ! op.c t/run/kill_perl.t
5691 ____________________________________________________________________________
5692 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
5693         Log: (retracted by #13476)
5694              
5695              Manually apply #13474; fixes stale reference to dead
5696              CvOUTSIDE(); this can happen when anonymous subroutines
5697              that aren't closures are returned from an eval""
5698              
5699              (threads/shared/sv_refs.t is coredump-unhappy about this change)
5700      Branch: perl
5701            ! op.c t/run/kill_perl.t
5702 ____________________________________________________________________________
5703 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
5704         Log: replacement for change#10451
5705              
5706              fixes stale reference to dead CvOUTSIDE(); this can happen when
5707              anonymous subroutines that aren't closures are returned from an
5708              eval""
5709      Branch: maint-5.6/perl
5710            ! op.c t/op/misc.t
5711 ____________________________________________________________________________
5712 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
5713         Log: revert change#10451,10472; it was a naive fix that simply
5714              reintroduced the memory leak!
5715      Branch: maint-5.6/perl
5716            ! op.c t/op/misc.t
5717 ____________________________________________________________________________
5718 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
5719         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
5720              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5721              Date: Wed, 05 Dec 2001 10:49:20 +0100
5722              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
5723      Branch: perl
5724            ! lib/File/Basename.pm lib/File/Basename.t
5725 ____________________________________________________________________________
5726 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
5727         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
5728              From: Michael G Schwern <schwern@pobox.com> 
5729              Date: Wed, 5 Dec 2001 02:47:59 -0500
5730              Message-ID: <20011205024759.H14333@blackrider>
5731      Branch: perl
5732            ! t/op/magic.t
5733 ____________________________________________________________________________
5734 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
5735         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
5736              From: Michael G Schwern <schwern@pobox.com>              
5737              Date: Wed, 5 Dec 2001 02:22:05 -0500
5738              Message-ID: <20011205022205.F14333@blackrider>
5739      Branch: perl
5740            ! t/op/stat.t vms/test.com
5741 ____________________________________________________________________________
5742 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
5743         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
5744              From: Michael G Schwern <schwern@pobox.com> 
5745              Date: Tue, 4 Dec 2001 23:40:10 -0500
5746              Message-ID: <20011204234010.B14333@blackrider>
5747      Branch: perl
5748            ! t/op/stat.t
5749 ____________________________________________________________________________
5750 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
5751         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
5752              From: Michael G Schwern <schwern@pobox.com> 
5753              Date: Tue, 4 Dec 2001 21:09:18 -0500           
5754              Message-ID: <20011204210918.D13279@blackrider>
5755              
5756              t/test.
5757      Branch: perl
5758            ! t/test.pl
5759 ____________________________________________________________________________
5760 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
5761         Log: (accidentally empty check-in)
5762      Branch: perl
5763            ! t/op/stat.t
5764 ____________________________________________________________________________
5765 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
5766         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
5767              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5768              Date: Tue, 04 Dec 2001 23:40:27 +0100
5769              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
5770      Branch: perl
5771            ! mg.c
5772 ____________________________________________________________________________
5773 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
5774         Log: Subject: [PATCH] minor pod fix in Safe.pm
5775              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5776              Date: Tue, 4 Dec 2001 22:02:34 +0100
5777              Message-ID: <20011204220234.A17293@rafael>
5778      Branch: perl
5779            ! ext/Opcode/Safe.pm
5780 ____________________________________________________________________________
5781 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
5782         Log: CRLF GRRR.
5783      Branch: perl
5784            ! djgpp/configure.bat
5785 ____________________________________________________________________________
5786 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
5787         Log: DJGPP fixes from Laszlo Molnar.
5788      Branch: perl
5789            ! djgpp/configure.bat djgpp/djgpp.h
5790 ____________________________________________________________________________
5791 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
5792         Log: Update Changes.
5793      Branch: perl
5794            ! Changes patchlevel.h
5795 ____________________________________________________________________________
5796 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
5797         Log: Must wipe out the memory of real Socket before starting
5798              to use the new fake one.
5799      Branch: perl
5800            ! lib/Net/t/config.t
5801 ____________________________________________________________________________
5802 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
5803         Log: LC_ALL might trump LANG.
5804      Branch: perl
5805            ! lib/open.t
5806 ____________________________________________________________________________
5807 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
5808         Log: Make the eval runtime.
5809      Branch: perl
5810            ! lib/open.pm
5811 ____________________________________________________________________________
5812 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
5813         Log: Make the Langinfo test both more lenient (allow
5814              for any symbol not to exists) and stricter (add
5815              more symbols).
5816      Branch: perl
5817            ! ext/I18N/Langinfo/Langinfo.t
5818 ____________________________________________________________________________
5819 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
5820         Log: integrate change#13453 from maint-5.6
5821              
5822              tweak change#11399 to use an explicit flag rather than
5823              ass_u_ming w32_pseudo_id will only be zero for the real
5824              toplevel interpreter; avoids multiple hosts from diddling
5825              the environment at the same time
5826      Branch: perl
5827           !> win32/perlhost.h
5828 ____________________________________________________________________________
5829 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
5830         Log: Subject: [PATCH] VMS update for perldelta.pod
5831              From: "Craig A. Berry" <craigberry@mac.com> 
5832              Date: Tue, 4 Dec 2001 00:23:12 -0600
5833              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
5834      Branch: perl
5835            ! pod/perldelta.pod
5836 ____________________________________________________________________________
5837 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
5838         Log: NetWare tweak from Ananth Kesari.
5839      Branch: perl
5840            ! NetWare/Makefile
5841 ____________________________________________________________________________
5842 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
5843         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
5844              Not adding the test suite because of its many assumptions.
5845      Branch: perl
5846            ! lib/Net/Ping.pm
5847 ____________________________________________________________________________
5848 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
5849         Log: tweak change#11399 to use an explicit flag rather than
5850              ass_u_ming w32_pseudo_id will only be zero for the real
5851              toplevel interpreter; avoids multiple hosts from diddling
5852              the environment at the same time
5853      Branch: maint-5.6/perl
5854            ! win32/perlhost.h
5855 ____________________________________________________________________________
5856 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
5857         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
5858              from Len Makin.
5859      Branch: perl
5860            + hints/super-ux.sh
5861            ! MANIFEST
5862 ____________________________________________________________________________
5863 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
5864         Log: Add Mac OS X known failures to perldelta.
5865      Branch: perl
5866            ! pod/perldelta.pod
5867 ____________________________________________________________________________
5868 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
5869         Log: I think it's time to call the utf8 code non-test.
5870      Branch: perl
5871            ! utf8.c
5872 ____________________________________________________________________________
5873 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
5874         Log: Retract #13303, need rethink.
5875      Branch: perl
5876            ! utf8.c
5877 ____________________________________________________________________________
5878 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
5879         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
5880              From: "Craig A. Berry" <craigberry@mac.com>
5881              Date: Mon, 03 Dec 2001 16:28:06 -0600
5882              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
5883      Branch: perl
5884            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
5885 ____________________________________________________________________________
5886 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
5887         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
5888              From: Andy Dougherty <doughera@lafayette.edu>
5889              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
5890              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
5891      Branch: perl
5892            ! hints/solaris_2.sh
5893 ____________________________________________________________________________
5894 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
5895         Log: This test is not very robust on 8.3-constrained systems:
5896              all the "with truncated name" lines between "Autosplitting ..."
5897              and "some names are not unique" lines are unexpected,
5898              and the truncation message becomes:
5899              testtest.al, testtest.al truncate to testtest 
5900      Branch: perl
5901            ! lib/AutoSplit.t
5902 ____________________________________________________________________________
5903 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
5904         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
5905      Branch: perl
5906            ! ext/I18N/Langinfo/Langinfo.t
5907 ____________________________________________________________________________
5908 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
5909         Log: Test::Morify UCD.t
5910      Branch: perl
5911            ! lib/Unicode/UCD.t
5912 ____________________________________________________________________________
5913 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
5914         Log: If Socket has not been built (e.g. DJGPP) the libnet
5915              tests fall over with (too) much noise.
5916      Branch: perl
5917            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
5918            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
5919            ! lib/Net/t/smtp.t lib/Net/t/time.t
5920 ____________________________________________________________________________
5921 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
5922         Log: Subject: [PATCH] shared hash keys and ++/--
5923              From: Nicholas Clark <nick@ccl4.org>
5924              Date: Mon, 3 Dec 2001 16:37:16 +0000
5925              Message-ID: <20011203163716.C21702@plum.flirble.org>
5926      Branch: perl
5927            ! pp.c pp_hot.c sv.c t/op/inc.t
5928 ____________________________________________________________________________
5929 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
5930         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
5931              From: Jonathan Stowe <jns@gellyfish.com>
5932              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
5933              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
5934      Branch: perl
5935            ! lib/Term/Cap.pm
5936 ____________________________________________________________________________
5937 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
5938         Log: Update Changes.
5939      Branch: perl
5940            ! Changes patchlevel.h
5941 ____________________________________________________________________________
5942 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
5943         Log: perldelta tweaks.
5944      Branch: perl
5945            ! pod/perldelta.pod
5946 ____________________________________________________________________________
5947 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
5948         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
5949              From: Sam Tregar <sam@tregar.com> 
5950              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
5951              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
5952      Branch: perl
5953            ! pod/perlnewmod.pod
5954 ____________________________________________________________________________
5955 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
5956         Log: microperl casting nit.
5957      Branch: perl
5958            ! utf8.c
5959 ____________________________________________________________________________
5960 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
5961         Log: Make sharepvn a macro since all it does is a deref.
5962      Branch: perl
5963            ! embed.h embed.pl global.sym hv.c hv.h proto.h
5964 ____________________________________________________________________________
5965 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
5966         Log: perldelta updates.
5967      Branch: perl
5968            ! pod/perldelta.pod
5969 ____________________________________________________________________________
5970 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
5971         Log: PPPort update from Paul Marquess.
5972      Branch: perl
5973            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
5974            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
5975            + ext/Devel/PPPort/t/test.t
5976            - ext/Devel/PPPort/harness/Harness.pm
5977            - ext/Devel/PPPort/harness/Harness.xs
5978            - ext/Devel/PPPort/harness/Makefile.PL
5979            - ext/Devel/PPPort/harness/module2.c
5980            - ext/Devel/PPPort/harness/module3.c
5981            - ext/Devel/PPPort/harness/t/test.t
5982            ! MANIFEST ext/Devel/PPPort/MANIFEST
5983            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
5984            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
5985            ! ext/Devel/PPPort/soak
5986 ____________________________________________________________________________
5987 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
5988         Log: No use talking about dynamic library search patch
5989              unless we are having a dynamic build.
5990      Branch: perl
5991            ! t/TEST
5992 ____________________________________________________________________________
5993 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
5994         Log: Be more explicit on the List::Util build trick,
5995              should also stop unneeded rebuilds on static builds.
5996      Branch: perl
5997            ! ext/List/Util/Makefile.PL
5998 ____________________________________________________________________________
5999 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
6000         Log: We need to replace the optimize (-O1) with
6001              the -h scalar0 -h vector0, not append them
6002              to the ccflags.
6003      Branch: perl
6004            ! hints/unicos.sh hints/unicosmk.sh
6005 ____________________________________________________________________________
6006 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
6007         Log: Subject: [PATCH] Shared hash keys 
6008              From: Nicholas Clark <nick@ccl4.org>
6009              Date: Sun, 2 Dec 2001 20:52:32 +0000
6010              Message-ID: <20011202205232.U21702@plum.flirble.org>
6011      Branch: perl
6012            ! doop.c t/op/tr.t
6013 ____________________________________________________________________________
6014 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
6015         Log: Better add new files to MANIFEST, too.
6016      Branch: perl
6017            ! MANIFEST
6018 ____________________________________________________________________________
6019 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
6020         Log: Subject: {PATCH] perlpacktut.pod
6021              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
6022              Date: Sun, 02 Dec 2001 19:55:06 +0100
6023              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
6024      Branch: perl
6025            ! pod/perlpacktut.pod
6026 ____________________________________________________________________________
6027 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
6028         Log: Various small nits found by DJGPP build.
6029      Branch: perl
6030            ! doio.c mg.c pp.c util.c
6031 ____________________________________________________________________________
6032 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
6033         Log: Subject: RE: More verbose POD for Carp
6034              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
6035              Date: Sun, 2 Dec 2001 11:32:51 -0500
6036              Message-ID: <3C0A9748@operamail.com>
6037      Branch: perl
6038            ! lib/Carp.pm
6039 ____________________________________________________________________________
6040 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
6041         Log: Add a header for DJGPP with the function prototypes.
6042      Branch: perl
6043            + djgpp/djgpp.h
6044            ! MANIFEST djgpp/djgpp.c
6045 ____________________________________________________________________________
6046 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
6047         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
6048              From: Abe Timmerman <abe@ztreet.demon.nl>
6049              Date: Sun, 02 Dec 2001 02:41:25 +0100
6050              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
6051      Branch: perl
6052            ! pp_sys.c
6053 ____________________________________________________________________________
6054 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
6055         Log: There isn't PTR2INT(), there's PTR2IV().
6056      Branch: perl
6057            ! ext/Time/HiRes/HiRes.xs
6058 ____________________________________________________________________________
6059 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
6060         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
6061              From: Marc Lehmann <root@schmorp.de>
6062              Date: Sun, 02 Dec 2001 02:44:53 +0100
6063              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
6064      Branch: perl
6065            ! ext/Time/HiRes/HiRes.xs
6066 ____________________________________________________________________________
6067 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
6068         Log: encode()/decode() examples.
6069      Branch: perl
6070            ! ext/Encode/Encode.pm
6071 ____________________________________________________________________________
6072 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
6073         Log: DJGPP tweaks from Laszlo Molnar.
6074      Branch: perl
6075            ! djgpp/config.over djgpp/djgppsed.sh
6076 ____________________________________________________________________________
6077 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
6078         Log: Update Changes.
6079      Branch: perl
6080            ! Changes patchlevel.h
6081 ____________________________________________________________________________
6082 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
6083         Log: Integrate perlio;
6084              
6085              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
6086              which do not have file descriptors. Noticed a possibly
6087              worse problem in the process ...
6088      Branch: perl
6089           !> doio.c
6090 ____________________________________________________________________________
6091 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
6092         Log: Non-VMS-fixed and Win32-skipped version of
6093              
6094              Subject: [PATCH t/op/exec.t] Portabilty fix 
6095              From: Michael G Schwern <schwern@pobox.com> 
6096              Date: Fri, 30 Nov 2001 16:09:27 -0500
6097              Message-ID: <20011130160927.A10406@blackrider>
6098      Branch: perl
6099            ! t/op/exec.t
6100 ____________________________________________________________________________
6101 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
6102         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
6103              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6104              Date: Sat, 1 Dec 2001 07:01:09 -0500
6105              Message-ID: <3C0D2E39@operamail.com>
6106              
6107              Subject: More verbose POD for Carp
6108              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6109              Date: Sat, 1 Dec 2001 08:04:16 -0500
6110              Message-ID: <3C285C2B@operamail.com>
6111      Branch: perl
6112            ! lib/Carp.pm lib/Carp/Heavy.pm
6113 ____________________________________________________________________________
6114 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
6115         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
6116              From: chromatic <chromatic@rmci.net>
6117              Date: Sat, 01 Dec 2001 12:41:58 -0700
6118              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
6119      Branch: perl
6120            ! lib/DB.t
6121 ____________________________________________________________________________
6122 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
6123         Log: Try to make a missing RADIXCHAR a softer kinder error.
6124      Branch: perl
6125            ! ext/I18N/Langinfo/Langinfo.t
6126 ____________________________________________________________________________
6127 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
6128         Log: Have a little faith on nl_langinfo() itself.
6129      Branch: perl
6130            ! ext/I18N/Langinfo/Langinfo.xs
6131 ____________________________________________________________________________
6132 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
6133         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
6134              the max, not max plus one)
6135      Branch: perl
6136            ! ext/I18N/Langinfo/Langinfo.xs
6137 ____________________________________________________________________________
6138 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
6139         Log: Make reality agree with the comment.
6140      Branch: perl
6141            ! ext/I18N/Langinfo/Langinfo.xs
6142 ____________________________________________________________________________
6143 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
6144         Log: Try to protect against wild langinfo() arguments.
6145      Branch: perl
6146            ! ext/I18N/Langinfo/Langinfo.xs
6147 ____________________________________________________________________________
6148 [ 13409] By: nick                                  on 2001/12/01  18:19:59
6149         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
6150              have file descriptors. Noticed a possibly worse problem in the process ...
6151      Branch: perlio
6152            ! doio.c
6153 ____________________________________________________________________________
6154 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
6155         Log: If we are inside an eval, let's be silent about
6156              separate symbols and just croak() in the end.
6157      Branch: perl
6158            ! lib/Exporter/Heavy.pm
6159 ____________________________________________________________________________
6160 [ 13407] By: nick                                  on 2001/12/01  17:14:05
6161         Log: Integrate mainline
6162      Branch: perlio
6163           !> (integrate 26 files)
6164 ____________________________________________________________________________
6165 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
6166         Log: Subject: Fix for Exporter error reporting behaviour
6167              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6168              Date: Sat, 1 Dec 2001 06:34:48 -0500
6169              Message-ID: <3C0D1B9A@operamail.com>
6170      Branch: perl
6171            ! lib/Exporter.pm lib/Exporter/Heavy.pm
6172 ____________________________________________________________________________
6173 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
6174         Log: Need to hide behind an eval to avoid a warning
6175              about :utf8 on non-perlio configs.
6176      Branch: perl
6177            ! lib/open.t
6178 ____________________________________________________________________________
6179 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
6180         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
6181              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6182              Date: Fri, 30 Nov 2001 23:46:58 +0100
6183              Message-ID: <20011130234658.A717@rafael>
6184      Branch: perl
6185            ! op.c t/op/method.t
6186 ____________________________________________________________________________
6187 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
6188         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
6189              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6190              Date: Thu, 29 Nov 2001 22:46:12 +0100
6191              Message-ID: <20011129224612.A699@rafael>
6192      Branch: perl
6193            ! ext/B/B/Xref.pm
6194 ____________________________________________________________________________
6195 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
6196         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
6197              From: Tels <perl_dummy@bloodgate.com>
6198              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
6199              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
6200      Branch: perl
6201            ! pod/perlfunc.pod
6202 ____________________________________________________________________________
6203 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
6204         Log: Subject: [REPATCH] reference pointer comparison
6205              From: Nicholas Clark <nick@ccl4.org>
6206              Date: Sat, 1 Dec 2001 13:00:17 +0000
6207              Message-ID: <20011201130017.I21702@plum.flirble.org>
6208      Branch: perl
6209            ! pp.c
6210 ____________________________________________________________________________
6211 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
6212         Log: Upgrade to Storable 1.0.14.
6213      Branch: perl
6214            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6215 ____________________________________________________________________________
6216 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
6217         Log: Add simple caches for ::viacode() and ::vianame().
6218      Branch: perl
6219            ! lib/charnames.pm lib/charnames.t
6220 ____________________________________________________________________________
6221 [ 13398] By: nick                                  on 2001/12/01  10:36:24
6222         Log: Integrate mainline.
6223      Branch: perlio
6224           +> (branch 44 files)
6225            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
6226            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
6227            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
6228           !> (integrate 250 files)
6229 ____________________________________________________________________________
6230 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
6231         Log: Regen toc and modlib.
6232      Branch: perl
6233            ! pod/perlmodlib.pod pod/perltoc.pod
6234 ____________________________________________________________________________
6235 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
6236         Log: Upgrade to podlators-1.18.
6237      Branch: perl
6238            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
6239 ____________________________________________________________________________
6240 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
6241         Log: -h scalar0 -h vector0 seems to help for both
6242              UNICOS and UNICOS/mk on the unpack %65c problems.
6243              
6244              (replaces #13393)
6245      Branch: perl
6246            ! hints/unicos.sh hints/unicosmk.sh
6247 ____________________________________________________________________________
6248 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
6249         Log: More Socket constants.
6250      Branch: perl
6251            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
6252 ____________________________________________________________________________
6253 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
6254         Log: (replaced by #13395)
6255      Branch: perl
6256            ! hints/unicosmk.sh
6257 ____________________________________________________________________________
6258 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
6259         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
6260              From: Andy Dougherty <doughera@lafayette.edu>
6261              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
6262              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
6263              
6264              Simplify the test skippage criterion now that we are
6265              no more dependent on sed.
6266      Branch: perl
6267            ! t/comp/cpp.t t/run/switchPx.t
6268 ____________________________________________________________________________
6269 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
6270         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
6271              From: Michael G Schwern <schwern@pobox.com>
6272              Date: Fri, 30 Nov 2001 11:48:44 -0500
6273              Message-ID: <20011130114844.C1303@blackrider>
6274              
6275              (replaces #13381)
6276      Branch: perl
6277            ! t/op/stat.t
6278 ____________________________________________________________________________
6279 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
6280         Log: Let's not assume how much memory has been allocated
6281              to PVs.
6282      Branch: perl
6283            ! ext/Devel/Peek/Peek.t
6284 ____________________________________________________________________________
6285 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
6286         Log: VOS needs to know the modules, including pp_sort.
6287      Branch: perl
6288            ! vos/perl.bind
6289 ____________________________________________________________________________
6290 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
6291         Log: Unused variables.
6292      Branch: perl
6293            ! ext/Unicode/Normalize/Normalize.xs
6294 ____________________________________________________________________________
6295 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
6296         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
6297              From: John Peacock <jpeacock@rowman.com>     
6298              Date: Fri, 30 Nov 2001 10:24:00 -0500        
6299              Message-ID: <3C07A490.A22A76B0@rowman.com>   
6300      Branch: perl
6301            ! lib/ExtUtils/Embed.t
6302 ____________________________________________________________________________
6303 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
6304         Log: Tweak for the VOS building script from Paul Green.
6305      Branch: perl
6306            ! vos/configure_perl.cm
6307 ____________________________________________________________________________
6308 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
6309         Log: Update Changes.
6310      Branch: perl
6311            ! Changes patchlevel.h
6312 ____________________________________________________________________________
6313 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
6314         Log: Cannot test if cppstdin has not yet been installed.
6315      Branch: perl
6316            ! t/run/switchPx.t
6317 ____________________________________________________________________________
6318 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
6319         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
6320              From: Michael G Schwern <schwern@pobox.com> 
6321              Date: Thu, 29 Nov 2001 22:05:11 -0500
6322              Message-ID: <20011129220510.A18869@blackrider>
6323              
6324              TODO 1: if cppstdin is used and not yet installed,
6325              the Px.t will fail (must do the same as in cpp.t)
6326              
6327              TODO 2: does this work if no Perl whatsoever has
6328              yet been installed?  That is, we should be using
6329              the Perl we are building to execute the one-liner.
6330      Branch: perl
6331            + t/run/switchPx.aux t/run/switchPx.t
6332            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
6333            ! vms/test.com
6334 ____________________________________________________________________________
6335 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
6336         Log: Upgrade to Unicode::Normalize 0.12.
6337      Branch: perl
6338            ! ext/Unicode/Normalize/Changes
6339            ! ext/Unicode/Normalize/Normalize.pm
6340            ! ext/Unicode/Normalize/Normalize.xs
6341            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
6342            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
6343            ! ext/Unicode/Normalize/t/test.t
6344 ____________________________________________________________________________
6345 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
6346         Log: (replaced by #13391)
6347              
6348              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
6349              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
6350              Date: 30 Nov 2001 11:41:53 -0000             
6351              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
6352              
6353              No need to die if we have high-paranoia (non-chdirable)
6354              system directories.
6355      Branch: perl
6356            ! t/op/stat.t
6357 ____________________________________________________________________________
6358 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
6359         Log: Paragraph rewrapping.
6360      Branch: perl
6361            ! pod/perliol.pod
6362 ____________________________________________________________________________
6363 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
6364         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
6365              From: Stas Bekman <stas@stason.org>
6366              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
6367              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
6368      Branch: perl
6369            ! pod/perliol.pod
6370 ____________________________________________________________________________
6371 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
6372         Log: Whether select() gets restarted on signals is
6373              implementation dependent.
6374      Branch: perl
6375            ! ext/Time/HiRes/HiRes.t
6376 ____________________________________________________________________________
6377 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
6378         Log: More forgotten checkins.
6379      Branch: perl
6380            ! embed.h embed.pl proto.h
6381 ____________________________________________________________________________
6382 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
6383         Log: Add a note about folding vs lowercase.
6384      Branch: perl
6385            ! regexec.c
6386 ____________________________________________________________________________
6387 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
6388         Log: Use to_uni_fold (and add changed global.sym)
6389      Branch: perl
6390            ! global.sym utf8.c
6391 ____________________________________________________________________________
6392 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
6393         Log: Make to Unicode character functions to use UVs
6394              instead of U32s and add to_uni_fold().
6395      Branch: perl
6396            ! embed.pl proto.h utf8.c
6397 ____________________________________________________________________________
6398 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
6399         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
6400              From: Nicholas Clark <nick@ccl4.org>
6401              Date: Thu, 29 Nov 2001 22:47:32 +0000
6402              Message-ID: <20011129224732.W37621@plum.flirble.org>
6403      Branch: perl
6404            ! pod/perlpacktut.pod
6405 ____________________________________________________________________________
6406 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
6407         Log: README.vos updates from Paul Green.
6408      Branch: perl
6409            ! README.vos
6410 ____________________________________________________________________________
6411 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
6412         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
6413              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6414              Date: Thu, 29 Nov 2001 14:18:51 EST
6415              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
6416      Branch: perl
6417            ! mg.c vms/vms.c vms/vmsish.h
6418 ____________________________________________________________________________
6419 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
6420         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
6421              From: Michael G Schwern <schwern@pobox.com>
6422              Date: Thu, 29 Nov 2001 13:12:31 -0500
6423              Message-ID: <20011129131231.E11300@blackrider>
6424      Branch: perl
6425            ! README.vms
6426 ____________________________________________________________________________
6427 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
6428         Log: BGET_IV was missing.
6429      Branch: perl
6430            ! ext/ByteLoader/bytecode.h
6431 ____________________________________________________________________________
6432 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
6433         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
6434              From: Jonathan Stowe <gellyfish@gellyfish.com>
6435              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
6436              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
6437      Branch: perl
6438            ! lib/Term/Cap.pm
6439 ____________________________________________________________________________
6440 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
6441         Log: Porting/checkURL.pl was missing.
6442      Branch: perl
6443            ! MANIFEST
6444 ____________________________________________________________________________
6445 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
6446         Log: Subject: INSTALL and READMEs should be reviewed
6447              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6448              Date: Thu, 29 Nov 2001 16:49:36 +0100
6449              Message-ID: <20011129164936.A17492@rafael>         
6450      Branch: perl
6451            ! README.cygwin
6452 ____________________________________________________________________________
6453 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
6454         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
6455              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
6456              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
6457              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
6458      Branch: perl
6459            ! README.os390
6460 ____________________________________________________________________________
6461 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
6462         Log: Update Changes.
6463      Branch: perl
6464            ! Changes patchlevel.h
6465 ____________________________________________________________________________
6466 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
6467         Log: The changes to the curliffed files didn't stick in #13348.
6468      Branch: perl
6469            ! README.dos README.win32
6470 ____________________________________________________________________________
6471 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
6472         Log: Subject: Re: Found the rev where File::Glob broke
6473              From: Andy Dougherty <doughera@lafayette.edu>
6474              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
6475              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
6476      Branch: perl
6477            ! lib/ExtUtils/MM_Unix.pm
6478 ____________________________________________________________________________
6479 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
6480         Log: Use __DATA__ instead of __END__.
6481      Branch: perl
6482            ! lib/Term/Cap.pm
6483 ____________________________________________________________________________
6484 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
6485         Log: Subject: [PATCH toke.c] autosplit into @F fix
6486              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6487              Date: Thu, 29 Nov 2001 14:52:23 +0100
6488              Message-ID: <20011129145223.A25817@rafael>         
6489      Branch: perl
6490            ! toke.c
6491 ____________________________________________________________________________
6492 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
6493         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
6494              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6495              Date: Thu, 29 Nov 2001 15:48:15 +0100
6496              Message-ID: <20011129154815.C25817@rafael>         
6497      Branch: perl
6498            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
6499 ____________________________________________________________________________
6500 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
6501         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
6502              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
6503              Date: Wed, 28 Nov 2001 20:35:29 +0100
6504              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
6505      Branch: perl
6506            ! pod/perlpacktut.pod
6507 ____________________________________________________________________________
6508 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
6509         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
6510              From: Stas Bekman <stas@stason.org>
6511              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
6512              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
6513              
6514              (with tweaks)
6515      Branch: perl
6516            ! pod/perlapio.pod
6517 ____________________________________________________________________________
6518 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
6519         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
6520              From: Tels <perl_dummy@bloodgate.com>
6521              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
6522              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
6523              
6524              (plus paragraph rewrapping)
6525      Branch: perl
6526            ! lib/Exporter.pm
6527 ____________________________________________________________________________
6528 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
6529         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
6530              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
6531              Date: Wed, 28 Nov 2001 21:47:59 +0000
6532              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
6533      Branch: perl
6534            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
6535 ____________________________________________________________________________
6536 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
6537         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
6538              From: Andy Dougherty <doughera@lafayette.edu>
6539              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
6540              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
6541      Branch: perl
6542            ! INSTALL ext/Time/HiRes/HiRes.t
6543 ____________________________________________________________________________
6544 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
6545         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
6546              From: Michael G Schwern <schwern@pobox.com> 
6547              Date: Wed, 28 Nov 2001 16:37:01 -0500
6548              Message-ID: <20011128163701.H676@blackrider>
6549      Branch: perl
6550            ! t/run/kill_perl.t
6551 ____________________________________________________________________________
6552 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
6553         Log: @INC tweak.
6554      Branch: perl
6555            ! t/op/ref.t
6556 ____________________________________________________________________________
6557 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
6558         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
6559              From: Nicholas Clark <nick@ccl4.org>
6560              Date: Wed, 28 Nov 2001 23:38:43 +0000
6561              Message-ID: <20011128233843.N37621@plum.flirble.org>  
6562      Branch: perl
6563            ! installman
6564 ____________________________________________________________________________
6565 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
6566         Log: Tweak the forking logic.
6567      Branch: perl
6568            ! Porting/checkURL.pl
6569 ____________________________________________________________________________
6570 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
6571         Log: Update perlmodlib.PL as per #13348.  The L<> got
6572              changed back because that is coming from ParseLink.pm.
6573      Branch: perl
6574            ! pod/perlmodlib.PL pod/perlmodlib.pod
6575 ____________________________________________________________________________
6576 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
6577         Log: URL fixups from Michael Schwern.
6578      Branch: perl
6579            ! README.cygwin README.dos README.hpux README.mint README.mpeix
6580            ! README.os390 README.qnx README.solaris README.vos README.win32
6581            ! pod/perlmodlib.pod
6582 ____________________________________________________________________________
6583 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
6584         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
6585              From: Barrie Slaymaker <barries@slaysys.com>
6586              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
6587              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
6588      Branch: perl
6589            ! lib/Exporter.pm
6590 ____________________________________________________________________________
6591 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
6592         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
6593      Branch: perl
6594            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
6595 ____________________________________________________________________________
6596 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
6597         Log: Subject: [PATCH] Re: $\ very broken
6598              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6599              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
6600              Message-ID: <20011128223308.E732@rafael>   
6601              
6602              Subject: Re: [PATCH] Re: $\ very broken     
6603              From: Nicholas Clark <nick@ccl4.org>
6604              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
6605              Message-ID: <20011128222859.K37621@plum.flirble.org>
6606      Branch: perl
6607            ! mg.c t/op/ref.t
6608 ____________________________________________________________________________
6609 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
6610         Log: Add Abigail's link checker with the following tweaks:
6611              - known dummy URLs (Peter Prymmer)
6612              - do also READMEs and INSTALL (Michael Schwern)
6613              - do also ftp URLs
6614              - add fork retry loop in case the allowed number
6615              of processes per user is low
6616      Branch: perl
6617            + Porting/checkURL.pl
6618            ! MANIFEST
6619 ____________________________________________________________________________
6620 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
6621         Log: Update Changes.
6622      Branch: perl
6623            ! Changes patchlevel.h
6624 ____________________________________________________________________________
6625 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
6626         Log: In Linux if we have modern enough gcc and supported
6627              enough CPU, crank up the optimization level to -O3.
6628      Branch: perl
6629            ! hints/linux.sh
6630 ____________________________________________________________________________
6631 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
6632         Log: Add perlpacktut from Wolfgang Laun; regen toc.
6633      Branch: perl
6634            + pod/perlpacktut.pod
6635            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
6636            ! pod/perltoc.pod
6637 ____________________________________________________________________________
6638 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
6639         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
6640              From: PPrymmer@factset.com
6641              Date: Wed, 28 Nov 2001 07:51:26 -0500
6642              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
6643      Branch: perl
6644            ! vms/test.com
6645 ____________________________________________________________________________
6646 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
6647         Log: Test cases for the first half of #13338.
6648      Branch: perl
6649            ! t/lib/h2ph.h t/lib/h2ph.pht
6650 ____________________________________________________________________________
6651 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
6652         Log: Subject: Re: h2ph confused by comments in an enum.
6653              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
6654              Date: Wed, 28 Nov 2001 04:19:21 +0000
6655              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
6656              
6657              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
6658              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
6659              Date: Wed, 28 Nov 2001 13:36:35 +0000
6660              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
6661      Branch: perl
6662            ! utils/h2ph.PL
6663 ____________________________________________________________________________
6664 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
6665         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
6666              From: Jonathan Stowe <gellyfish@gellyfish.com>
6667              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
6668              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
6669              
6670              (replace #13327)
6671      Branch: perl
6672            ! lib/Term/Cap.pm
6673 ____________________________________________________________________________
6674 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
6675         Log: Replace #13335 with
6676              
6677              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
6678              From: Russ Allbery <rra@stanford.edu>
6679              Date: 27 Nov 2001 20:42:49 -0800
6680              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
6681      Branch: perl
6682            ! lib/Pod/Text/Termcap.pm
6683 ____________________________________________________________________________
6684 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
6685         Log: (replaced by #13336)
6686              
6687              Subject: [PATCH perl@13323] Termcap.pm with no termios
6688              From: "Craig A. Berry" <craigberry@mac.com> 
6689              Date: Tue, 27 Nov 2001 22:28:50 -0600
6690              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
6691      Branch: perl
6692            ! lib/Pod/Text/Termcap.pm
6693 ____________________________________________________________________________
6694 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
6695         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
6696              From: "Craig A. Berry" <craigberry@mac.com> 
6697              Date: Tue, 27 Nov 2001 21:46:45 -0600
6698              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
6699      Branch: perl
6700            ! configure.com
6701 ____________________________________________________________________________
6702 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
6703         Log: Upgrade to podlators 1.17.
6704      Branch: perl
6705            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
6706            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
6707 ____________________________________________________________________________
6708 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
6709         Log: Fix for "a\x{100}" =~ /A/i.
6710      Branch: perl
6711            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
6712            ! utf8.c
6713 ____________________________________________________________________________
6714 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
6715         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
6716              From: "Craig A. Berry" <craigberry@mac.com>
6717              Date: Tue, 27 Nov 2001 17:11:49 -0600
6718              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
6719      Branch: perl
6720            ! lib/DB.t
6721 ____________________________________________________________________________
6722 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
6723         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
6724              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6725              Date: Tue, 27 Nov 2001 14:55:23 -0500
6726              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
6727              
6728              Subject: [PATCH: perl@13324] updates to perldelta.pod 
6729              From: PPrymmer@factset.com
6730              Date: Tue, 27 Nov 2001 18:06:04 -0500
6731              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
6732              
6733              plus added some known problems.
6734      Branch: perl
6735            ! pod/perldelta.pod
6736 ____________________________________________________________________________
6737 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
6738         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
6739              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6740              Date: Tue, 27 Nov 2001 15:38:02 EST 
6741              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
6742      Branch: perl
6743            ! configure.com vms/vms.c vms/vmsish.h
6744 ____________________________________________________________________________
6745 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
6746         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
6747              From: Michael G Schwern <schwern@pobox.com> 
6748              Date: Tue, 27 Nov 2001 15:31:12 -0500
6749              Message-ID: <20011127153112.G20929@blackrider>
6750      Branch: perl
6751            ! t/run/kill_perl.t
6752 ____________________________________________________________________________
6753 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
6754         Log: (replaced by #13337)
6755              
6756              VMS can safely hardcode a termcap entry for VT100.
6757      Branch: perl
6758            ! lib/Term/Cap.pm
6759 ____________________________________________________________________________
6760 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
6761         Log: VMS piping fixes from Charles Lane (perl -P should
6762              be working now).
6763      Branch: perl
6764            ! vms/vms.c
6765 ____________________________________________________________________________
6766 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
6767         Log: Subject: [PATCH] perlvar.pod fix
6768              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6769              Date: Tue, 27 Nov 2001 13:11:47 -0500
6770              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
6771      Branch: perl
6772            ! pod/perlvar.pod
6773 ____________________________________________________________________________
6774 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
6775         Log: Update Changes.
6776      Branch: perl
6777            ! Changes patchlevel.h
6778 ____________________________________________________________________________
6779 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
6780         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
6781              From: "Craig A. Berry" <craigberry@mac.com> 
6782              Date: Tue, 27 Nov 2001 10:21:18 -0600
6783              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
6784      Branch: perl
6785            ! lib/ExtUtils/MM_VMS.pm
6786 ____________________________________________________________________________
6787 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
6788         Log: Protect against accumulating -options -options -options.
6789      Branch: perl
6790            ! hints/hpux.sh
6791 ____________________________________________________________________________
6792 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
6793         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
6794              From: Barrie Slaymaker <barries@slaysys.com>
6795              Date: Tue, 27 Nov 2001 10:58:54 -0500
6796              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
6797      Branch: perl
6798            ! lib/Benchmark.pm
6799 ____________________________________________________________________________
6800 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
6801         Log: Tiny fix from John P. Linderman.
6802      Branch: perl
6803            ! lib/sort.pm
6804 ____________________________________________________________________________
6805 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
6806         Log: The Story of sort(), from John P. Linderman.
6807      Branch: perl
6808            ! pod/perldelta.pod
6809 ____________________________________________________________________________
6810 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
6811         Log: Add information what to do if you are reading
6812              perluniintro but using some older Perl.
6813      Branch: perl
6814            ! pod/perluniintro.pod
6815 ____________________________________________________________________________
6816 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
6817         Log: Update the 'wide characters' FAQ entry.
6818      Branch: perl
6819            ! pod/perlfaq6.pod
6820 ____________________________________________________________________________
6821 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
6822         Log: Fix for
6823              
6824              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
6825              From: Marc Lehmann <root@schmorp.de>
6826              Date: Tue, 27 Nov 2001 14:27:14 +0100
6827              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
6828      Branch: perl
6829            ! ext/Encode.t ext/Encode/Encode.xs
6830 ____________________________________________________________________________
6831 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
6832         Log: Subject: [PATCH] DB_File 1.801
6833              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6834              Date: Tue, 27 Nov 2001 15:06:45 -0000
6835              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
6836      Branch: perl
6837            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6838            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
6839 ____________________________________________________________________________
6840 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
6841         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
6842      Branch: perl
6843            ! pod/perlmodlib.pod
6844 ____________________________________________________________________________
6845 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
6846         Log: sort() doc tweaks from John P. Linderman.
6847      Branch: perl
6848            ! pod/perlfunc.pod
6849 ____________________________________________________________________________
6850 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
6851         Log: Subject: [PATCH] More perldelta.pod nits
6852              From: Simon Glover <scog@roe.ac.uk>
6853              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
6854              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
6855      Branch: perl
6856            ! pod/perldelta.pod
6857 ____________________________________________________________________________
6858 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
6859         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
6860              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6861              Date: Tue, 27 Nov 2001 11:52:31 -0000
6862              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
6863      Branch: perl
6864            ! ext/Devel/PPPort/harness/Makefile.PL
6865 ____________________________________________________________________________
6866 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
6867         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
6868              From: Michael G Schwern <schwern@pobox.com>
6869              Date: Tue, 27 Nov 2001 03:38:24 -0500
6870              Message-ID: <20011127033824.A17775@blackrider>
6871      Branch: perl
6872            ! t/TEST
6873 ____________________________________________________________________________
6874 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
6875         Log: Subject: Re: perlcc very broken
6876              From: John Peacock <jpeacock@rowman.com>
6877              Date: Tue, 27 Nov 2001 06:48:01 -0500
6878              Message-ID: <3C037D71.4030508@rowman.com>
6879      Branch: perl
6880            ! utils/perlcc.PL
6881 ____________________________________________________________________________
6882 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
6883         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
6884              From: David Dyck <dcd@tc.fluke.com>
6885              Date: Mon, 26 Nov 2001 22:04:38 -0800
6886              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
6887      Branch: perl
6888            ! t/op/pack.t
6889 ____________________________________________________________________________
6890 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
6891         Log: Subject: [ID 20011126.149] t/op/split fails step 37
6892              From: David Dyck <dcd@tc.fluke.com>
6893              Date: Mon, 26 Nov 2001 21:52:35 -0800
6894              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
6895      Branch: perl
6896            ! t/op/split.t
6897 ____________________________________________________________________________
6898 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
6899         Log: incorporate last minute change from libnet 1.0901-tobe
6900      Branch: perl
6901            ! lib/Net/SMTP.pm
6902 ____________________________________________________________________________
6903 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
6904         Log: Pass 7 at perldelta - random edits.
6905      Branch: perl
6906            ! pod/perldelta.pod
6907 ____________________________________________________________________________
6908 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
6909         Log: Portability and skippage tweaks.
6910      Branch: perl
6911            ! t/op/split.t
6912 ____________________________________________________________________________
6913 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
6914         Log: (retracted by #13449)
6915              Try to make Unicode casemapping to work for EBCDIC, too.
6916      Branch: perl
6917            ! utf8.c
6918 ____________________________________________________________________________
6919 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
6920         Log: Just printing 1..0 is not quite enough...
6921      Branch: perl
6922            ! lib/Dumpvalue.t
6923 ____________________________________________________________________________
6924 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
6925         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
6926              Delay the match until runtime.
6927      Branch: perl
6928            ! t/op/append.t
6929 ____________________________________________________________________________
6930 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
6931         Log: UTF-EBCDIC.
6932      Branch: perl
6933            ! ext/Devel/Peek/Peek.t
6934 ____________________________________________________________________________
6935 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
6936         Log: Be UTF-EBCDIC aware.
6937      Branch: perl
6938            ! lib/bytes.t
6939 ____________________________________________________________________________
6940 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
6941         Log: Bad assumption which way digits and letters sort.
6942      Branch: perl
6943            ! lib/English.t
6944 ____________________________________________________________________________
6945 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
6946         Log: If in EBCDIC but no Convert::EBCDIC
6947              the libnet tests will all fail.
6948      Branch: perl
6949            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
6950            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
6951            ! lib/Net/t/smtp.t lib/Net/t/time.t
6952 ____________________________________________________________________________
6953 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
6954         Log: Just sorting to guarantee order is not enough.
6955              (Think EBCDIC.) 
6956      Branch: perl
6957            ! lib/ExtUtils/Manifest.t
6958 ____________________________________________________________________________
6959 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
6960         Log: OS/390 cleanable gunk.
6961      Branch: perl
6962            ! lib/ExtUtils/MM_Unix.pm
6963 ____________________________________________________________________________
6964 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
6965         Log: Update the EBCDIC MD5 checksums.
6966      Branch: perl
6967            ! ext/Digest/MD5/t/files.t
6968 ____________________________________________________________________________
6969 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
6970         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
6971              From: Nicholas Clark <nick@ccl4.org>
6972              Date: Mon, 26 Nov 2001 23:06:34 +0000
6973              Message-ID: <20011126230633.Q37621@plum.flirble.org>
6974      Branch: perl
6975            ! installman
6976 ____________________________________________________________________________
6977 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
6978         Log: sort tweaks from John P. Linderman.
6979      Branch: perl
6980            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
6981 ____________________________________________________________________________
6982 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
6983         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
6984              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
6985              Date: Mon, 26 Nov 2001 18:47:25 -0600
6986              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
6987              
6988              Craig Berry submitted half of this patch just yesterday.
6989              Spooky cosmic resonance.
6990      Branch: perl
6991            ! ext/Socket/Socket.xs
6992 ____________________________________________________________________________
6993 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
6994         Log: Subject: [PATCH] doio slightly smaller
6995              From: Nicholas Clark <nick@ccl4.org>
6996              Date: Tue, 27 Nov 2001 00:40:23 +0000      
6997              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
6998      Branch: perl
6999            ! doio.c
7000 ____________________________________________________________________________
7001 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
7002         Log: perldelta nits from Autrijus Tang and Ron Kimball.
7003      Branch: perl
7004            ! pod/perldelta.pod
7005 ____________________________________________________________________________
7006 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
7007         Log: Subject: [PATCH] unpack P* uses random length for item
7008              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
7009              Date: Mon, 26 Nov 2001 19:56:32 +0100
7010              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
7011      Branch: perl
7012            ! pod/perldiag.pod pp_pack.c t/op/pack.t
7013 ____________________________________________________________________________
7014 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
7015         Log: Subject: [PATCH current] system and taintedness
7016              From: Radu Greab <radu@netsoft.ro>
7017              Date: Mon, 26 Nov 2001 18:42:29 +0200
7018              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
7019      Branch: perl
7020            ! pp_sys.c t/op/taint.t
7021 ____________________________________________________________________________
7022 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
7023         Log: Subject: [PATCH @ 13283] Devel::PPPort
7024              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7025              Date: Mon, 26 Nov 2001 14:37:17 -0000
7026              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
7027      Branch: perl
7028            + ext/Devel/PPPort/MANIFEST
7029            ! MANIFEST ext/Devel/PPPort/Makefile.PL
7030            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
7031            ! ext/Devel/PPPort/harness/Harness.xs
7032            ! ext/Devel/PPPort/harness/Makefile.PL
7033            ! ext/Devel/PPPort/harness/module2.c
7034            ! ext/Devel/PPPort/harness/module3.c
7035            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
7036 ____________________________________________________________________________
7037 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
7038         Log: Update the test list.
7039      Branch: perl
7040            ! t/lib/1_compile.t
7041 ____________________________________________________________________________
7042 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
7043         Log: Sync-up tests with libnet distribution
7044      Branch: perl
7045            + lib/Net/t/netrc.t
7046            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
7047 ____________________________________________________________________________
7048 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
7049         Log: Update Changes.
7050      Branch: perl
7051            ! Changes patchlevel.h
7052 ____________________________________________________________________________
7053 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
7054         Log: Upgrade to podlators 1.16.
7055      Branch: perl
7056            + lib/Pod/t/basic.cap
7057            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
7058            ! lib/Pod/t/basic.t pod/pod2man.PL
7059 ____________________________________________________________________________
7060 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
7061         Log: Pass 6 at perldelta - sort enhancements, generic and
7062              platform specific bug fixes.
7063      Branch: perl
7064            ! pod/perldelta.pod
7065 ____________________________________________________________________________
7066 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
7067         Log: PROPAGATE documentation from Tony Cook.
7068      Branch: perl
7069            ! pod/perlfunc.pod
7070 ____________________________________________________________________________
7071 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
7072         Log: DJGPP cannot do signals that well.
7073      Branch: perl
7074            ! ext/POSIX/t/sigaction.t
7075 ____________________________________________________________________________
7076 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
7077         Log: Can't do subsecond alarms without ualarm; and break out
7078              early if alarms do not seem to be coming in as expected.
7079      Branch: perl
7080            ! ext/Time/HiRes/HiRes.t
7081 ____________________________________________________________________________
7082 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
7083         Log: No Socket, little Net.
7084      Branch: perl
7085            ! t/lib/1_compile.t
7086 ____________________________________________________________________________
7087 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
7088         Log: Take the taint brush to the getcwds.
7089      Branch: perl
7090            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
7091 ____________________________________________________________________________
7092 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
7093         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
7094              From: "Craig A. Berry" <craigberry@mac.com>
7095              Date: Sun, 25 Nov 2001 16:20:45 -0600
7096              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
7097      Branch: perl
7098            ! ext/Socket/Socket.xs
7099 ____________________________________________________________________________
7100 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
7101         Log: Since in some DOS filesystems the timestamp granularity
7102              may be only two seconds, better sleep for three to play safe.
7103              (Helps CygWin, at least.)
7104      Branch: perl
7105            ! lib/Memoize/t/expire_file.t
7106 ____________________________________________________________________________
7107 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
7108         Log: For some reason CygWin wasn't collapsing multiple
7109              slashes into one, which made some Spec.t tests to fail.
7110              Either CygWin was being too prudish or the collapsing
7111              logic needs to be rethunk.
7112      Branch: perl
7113            ! lib/File/Spec/Unix.pm
7114 ____________________________________________________________________________
7115 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
7116         Log: Cygwin needs to have libperl.dll around if trying to link
7117              with -lperl.  Note: this change cures the test but whether
7118              it cures CygPerl installation, I don't know: hopefully the
7119              libperl5_7_2.dll, or the version equivalent, gets installed
7120              also as libperl.dll to the proper place(s).
7121      Branch: perl
7122            ! lib/ExtUtils/Embed.t
7123 ____________________________________________________________________________
7124 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
7125         Log: -I../lib/.. and -L../lib/..?  Strange.
7126      Branch: perl
7127            ! lib/ExtUtils/Embed.t
7128 ____________________________________________________________________________
7129 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
7130         Log: $MM?
7131      Branch: perl
7132            ! lib/ExtUtils/Embed.pm
7133 ____________________________________________________________________________
7134 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
7135         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
7136              From: Dave Rolsky <autarch@urth.org>
7137              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
7138              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
7139      Branch: perl
7140            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
7141            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7142 ____________________________________________________________________________
7143 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
7144         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
7145              From: chromatic <chromatic@rmci.net>
7146              Date: Sat, 24 Nov 2001 14:56:57 -0700
7147              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
7148              
7149              plus a tweak for ithreads builds.
7150      Branch: perl
7151            + lib/DB.t
7152            ! MANIFEST lib/DB.pm
7153 ____________________________________________________________________________
7154 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
7155         Log: Win32 compilation tweaks for Blair Zajac.
7156      Branch: perl
7157            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
7158 ____________________________________________________________________________
7159 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
7160         Log: I don't think trying to bracket the hires time with lores
7161              times is going to be portable enough: Cygwin seems to be
7162              capable of getting hires ones rather consistently lower
7163              than the lores ones.  So let's try average difference instead.
7164      Branch: perl
7165            ! ext/Time/HiRes/HiRes.t
7166 ____________________________________________________________________________
7167 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
7168         Log: Subject: Re: benchmarks, sorts and reproducibility
7169              From: "John P. Linderman" <jpl@research.att.com>
7170              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
7171              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
7172              
7173              Randomize large partitions for quicksort to dodge the
7174              angry gods of quadratic.
7175      Branch: perl
7176            ! pp_sort.c
7177 ____________________________________________________________________________
7178 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
7179         Log: The joys of portable quoting.
7180      Branch: perl
7181            ! ext/Devel/PPPort/harness/Makefile.PL
7182 ____________________________________________________________________________
7183 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
7184         Log: sort pragma tweaks.
7185      Branch: perl
7186            ! lib/sort.pm
7187 ____________________________________________________________________________
7188 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
7189         Log: Skip the link= directives of utils.lst if no mandir
7190              (if no manpages).
7191      Branch: perl
7192            ! installman
7193 ____________________________________________________________________________
7194 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
7195         Log: integrate changes#8340,13260 from mainline
7196              
7197              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
7198              
7199              change#3373 introduced a handle leak in backticks and piped open()s
7200              that fail
7201      Branch: maint-5.6/perl
7202            ! t/io/pipe.t util.c
7203 ____________________________________________________________________________
7204 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
7205         Log: change#3373 introduced a handle leak in backticks and piped open()s
7206              that fail
7207      Branch: perl
7208            ! util.c
7209 ____________________________________________________________________________
7210 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
7211         Log: metaconfig unit change for #13258.
7212      Branch: metaconfig/U/perl
7213            ! d_procselfexe.U
7214 ____________________________________________________________________________
7215 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
7216         Log: Extraenous breaks noticed by David Dyck.
7217      Branch: perl
7218            ! Configure
7219 ____________________________________________________________________________
7220 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
7221         Log: Revert the /proc/self/auxv experiment for now.
7222      Branch: perl
7223            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
7224 ____________________________________________________________________________
7225 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
7226         Log: Also ExtUtils.t had $^X assumptions.
7227      Branch: perl
7228            ! lib/ExtUtils.t
7229 ____________________________________________________________________________
7230 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
7231         Log: Now is Solaris if you start the t/perl in the t/
7232              as "./perl", the $^X will be "../perl", not "./perl".
7233      Branch: perl
7234            ! t/lib/1_compile.t
7235 ____________________________________________________________________________
7236 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
7237         Log: The new way of finding out $^X in Solaris
7238              requires a little tweak if the executable
7239              pathname is *not* absolute: prepend "./"
7240              (otherwise `$^X ...` will start perl from PATH...)
7241      Branch: perl
7242            ! perl.c
7243 ____________________________________________________________________________
7244 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
7245         Log: Avoid "will not stay shared" warnings.
7246      Branch: perl
7247            ! lib/ExtUtils/MM_Unix.pm
7248 ____________________________________________________________________________
7249 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
7250         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
7251              From: Michael G Schwern <schwern@pobox.com>
7252              Date: Sat, 24 Nov 2001 19:56:18 -0500
7253              Message-ID: <20011124195618.A14614@blackrider>            
7254      Branch: perl
7255            ! perl.c pp_sys.c t/op/magic.t util.c
7256 ____________________________________________________________________________
7257 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
7258         Log: In the MakeMaker pm_to_blib target don't copy all
7259              the files in one fell swppo, deal with them hunkwise,
7260              helps for CLIs with limited line lengths.
7261              (This seems to help for DJGPP building Encode,
7262              where there are dozens of files to copy.)
7263      Branch: perl
7264            ! lib/ExtUtils/MM_Unix.pm
7265 ____________________________________________________________________________
7266 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
7267         Log: testsuite leaves stray files behind on windows
7268      Branch: perl
7269            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
7270 ____________________________________________________________________________
7271 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
7272         Log: xsubpp produces a spurious warning on directories called 'typemap'
7273      Branch: perl
7274            ! lib/ExtUtils/xsubpp
7275 ____________________________________________________________________________
7276 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
7277         Log: xsubpp treats invalid (indented) cpp directives as comments
7278      Branch: perl
7279            ! ext/IO/IO.xs
7280 ____________________________________________________________________________
7281 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
7282         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
7283      Branch: perl
7284            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
7285 ____________________________________________________________________________
7286 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
7287         Log: The debug_pag needs to be visible at all times
7288              because of the re extension.
7289      Branch: perl
7290            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
7291 ____________________________________________________________________________
7292 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
7293         Log: Subject: Re: [PATCH] Tests are good
7294              From: Philip Newton <Philip.Newton@gmx.net>
7295              Date: Sat, 24 Nov 2001 21:24:00 +0100
7296              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
7297      Branch: perl
7298            ! pod/perlhack.pod
7299 ____________________________________________________________________________
7300 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
7301         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
7302              From: "Craig A. Berry" <craigberry@mac.com> 
7303              Date: Sat, 24 Nov 2001 12:45:44 -0600
7304              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
7305              
7306              (with tweaks, and combined with Sarathy's #13242)
7307      Branch: perl
7308            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
7309 ____________________________________________________________________________
7310 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
7311         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
7312              From: John Peacock <jpeacock@rowman.com>
7313              Date: Sat, 24 Nov 2001 14:27:46 -0500
7314              Message-ID: <3BFFF4B2.40509@rowman.com> 
7315      Branch: perl
7316            ! lib/Exporter/Heavy.pm
7317 ____________________________________________________________________________
7318 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
7319         Log: use portable quotes
7320      Branch: perl
7321            ! ext/Devel/PPPort/harness/Makefile.PL
7322 ____________________________________________________________________________
7323 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
7324         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
7325              From: Nicholas Clark <nick@ccl4.org>
7326              Date: Sat, 24 Nov 2001 18:06:26 +0000
7327              Message-ID: <20011124180626.T37621@plum.flirble.org>
7328      Branch: perl
7329            ! installman
7330 ____________________________________________________________________________
7331 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
7332         Log: Subject: [PATCH] perl5005delta.pod L<>
7333              From: Nicholas Clark <nick@ccl4.org>
7334              Date: Sat, 24 Nov 2001 18:04:21 +0000
7335              Message-ID: <20011124180421.S37621@plum.flirble.org>
7336      Branch: perl
7337            ! pod/perl5005delta.pod
7338 ____________________________________________________________________________
7339 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
7340         Log: fix typo in config.vc; regenerate win32 config_H.* files
7341      Branch: perl
7342            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7343            ! win32/config_H.vc
7344 ____________________________________________________________________________
7345 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
7346         Log: Mention the charnames::vianame().
7347      Branch: perl
7348            ! pod/perluniintro.pod
7349 ____________________________________________________________________________
7350 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
7351         Log: Add charnames::vianame() in case people want to access
7352              the codes in run-time (as opposed to the compile-timeness
7353              of \N{...}).
7354      Branch: perl
7355            ! lib/charnames.pm lib/charnames.t
7356 ____________________________________________________________________________
7357 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
7358         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
7359              From: Nicholas Clark <nick@ccl4.org>
7360              Date: Sat, 24 Nov 2001 16:30:42 +0000
7361              Message-ID: <20011124163042.R37621@plum.flirble.org>
7362      Branch: perl
7363            ! regcomp.c regcomp.h
7364 ____________________________________________________________________________
7365 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
7366         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
7367              From: Nicholas Clark <nick@ccl4.org>
7368              Date: Sat, 24 Nov 2001 16:24:33 +0000
7369              Message-ID: <20011124162433.Q37621@plum.flirble.org>
7370              
7371              cmp fixes.
7372      Branch: perl
7373            ! pp.c
7374 ____________________________________________________________________________
7375 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
7376         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
7377              (It seems that "./perl" gets resolved to "perl" now.)
7378      Branch: perl
7379            ! perl.c
7380 ____________________________________________________________________________
7381 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
7382         Log: Subject: [PATCH] DB_File 1.800        
7383              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
7384              Date: Sat, 24 Nov 2001 11:41:41 -0000
7385              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
7386      Branch: perl
7387            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7388            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
7389            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7390            ! ext/DB_File/t/db-recno.t
7391 ____________________________________________________________________________
7392 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
7393         Log: Tweak the PUSHED documentation.
7394      Branch: perl
7395            ! ext/PerlIO/Via/Via.pm
7396 ____________________________________________________________________________
7397 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
7398         Log: Update 1_compile for new known tests.
7399      Branch: perl
7400            ! t/lib/1_compile.t
7401 ____________________________________________________________________________
7402 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
7403         Log: Move the MBF/MBI test modules to t/lib.
7404      Branch: perl
7405            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
7406            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
7407            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
7408            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
7409            ! lib/Math/BigInt/t/sub_mbi.t
7410 ____________________________________________________________________________
7411 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
7412         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
7413              From: "Craig A. Berry" <craigberry@mac.com> 
7414              Date: Fri, 23 Nov 2001 18:05:35 -0600
7415              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
7416      Branch: perl
7417            ! configure.com
7418 ____________________________________________________________________________
7419 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
7420         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
7421              From: PPrymmer@factset.com 
7422              Date: Fri, 23 Nov 2001 17:03:07 -0500
7423              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
7424      Branch: perl
7425            ! ext/Unicode/Normalize/mkheader
7426 ____________________________________________________________________________
7427 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
7428         Log: Here are the right helper files.
7429      Branch: perl
7430            + t/lib/Filter/Simple/ExportTest.pm
7431            + t/lib/Filter/Simple/FilterOnlyTest.pm
7432            + t/lib/Filter/Simple/FilterTest.pm
7433            + t/lib/Filter/Simple/ImportTest.pm
7434            ! MANIFEST
7435 ____________________________________________________________________________
7436 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
7437         Log: Update Changes.
7438      Branch: perl
7439            ! Changes patchlevel.h
7440 ____________________________________________________________________________
7441 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
7442         Log: Never mind.
7443      Branch: perl
7444            - lib/Filter/Simple/lib/ExportTest.pm
7445            - lib/Filter/Simple/lib/ImportTest.pm
7446 ____________________________________________________________________________
7447 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
7448         Log: Mis-add.
7449      Branch: perl
7450            + lib/Filter/Simple/lib/ExportTest.pm
7451            + lib/Filter/Simple/lib/ImportTest.pm
7452 ____________________________________________________________________________
7453 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
7454         Log: Upgrade to Filter::Simple 0.77.
7455      Branch: perl
7456            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
7457            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
7458            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
7459            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
7460            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
7461 ____________________________________________________________________________
7462 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
7463         Log: Missing p4 add.
7464      Branch: perl
7465            + lib/ExtUtils/MM_VMS.t
7466 ____________________________________________________________________________
7467 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
7468         Log: Pass 5 at perldelta - module and utility updates cleanup.
7469      Branch: perl
7470            ! pod/perldelta.pod
7471 ____________________________________________________________________________
7472 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
7473         Log: metaconfig unit change for #13219.
7474      Branch: metaconfig/U/perl
7475            ! d_procselfexe.U
7476 ____________________________________________________________________________
7477 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
7478         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
7479      Branch: perl
7480            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7481            ! pod/buildtoc.PL pod/perltoc.pod
7482 ____________________________________________________________________________
7483 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
7484         Log: Add procselfexe and d_dirfd to strange lands.
7485      Branch: perl
7486            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
7487            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7488            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7489            ! win32/config.gc win32/config.vc win32/config.win64
7490            ! wince/config.ce
7491 ____________________________________________________________________________
7492 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
7493         Log: metaconfig unit change for #13216.
7494      Branch: metaconfig/U/perl
7495            ! d_procselfexe.U
7496 ____________________________________________________________________________
7497 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
7498         Log: Better to "quote" the pathname.
7499      Branch: perl
7500            ! Configure config_h.SH
7501 ____________________________________________________________________________
7502 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
7503         Log: Use PROCSELFEXE_PATH.
7504      Branch: perl
7505            ! perl.c
7506 ____________________________________________________________________________
7507 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
7508         Log: metaconfig unit change for #13213.
7509      Branch: metaconfig/U/perl
7510            ! d_procselfexe.U
7511 ____________________________________________________________________________
7512 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
7513         Log: Add probing for BSD-like /proc/curpoc/file.
7514      Branch: perl
7515            ! Configure config_h.SH
7516 ____________________________________________________________________________
7517 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
7518         Log: metaconfig unit change for 13211.
7519      Branch: metaconfig/U/perl
7520            + d_dirfd.U
7521 ____________________________________________________________________________
7522 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
7523         Log: Add probing for dirfd() so that it can be added it IO::Dir.
7524      Branch: perl
7525            ! Configure config_h.SH perl.h
7526 ____________________________________________________________________________
7527 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
7528         Log: ...and update the test count.
7529      Branch: perl
7530            ! lib/Pod/t/basic.t
7531 ____________________________________________________________________________
7532 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
7533         Log: Must remove the cap test also from the test script.
7534      Branch: perl
7535            ! lib/Pod/t/basic.t
7536 ____________________________________________________________________________
7537 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
7538         Log: Subject: [PATCH] Tests are good
7539              From: Nicholas Clark <nick@ccl4.org>
7540              Date: Fri, 23 Nov 2001 18:12:21 +0000
7541              Message-ID: <20011123181220.F37621@plum.flirble.org>
7542      Branch: perl
7543            ! pod/perlhack.pod
7544 ____________________________________________________________________________
7545 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
7546         Log: The basic.cap from podlators 1.14 is not very portable.
7547      Branch: perl
7548            - lib/Pod/t/basic.cap
7549            ! MANIFEST
7550 ____________________________________________________________________________
7551 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
7552         Log: Subject: Re: [DOC PATCHES] pod cleanups
7553              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7554              Date: 22 Nov 2001 12:54:16 -0000
7555              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
7556      Branch: perl
7557            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
7558            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
7559 ____________________________________________________________________________
7560 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
7561         Log: FAQ sync.
7562      Branch: perl
7563            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
7564 ____________________________________________________________________________
7565 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
7566         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
7567              From: PPrymmer@factset.com
7568              Date: Fri, 23 Nov 2001 11:43:45 -0500
7569              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
7570      Branch: perl
7571            ! MANIFEST lib/ExtUtils/MM_VMS.pm
7572 ____________________________________________________________________________
7573 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
7574         Log: Corify podlators 1.14 test.
7575      Branch: perl
7576            ! lib/Pod/t/basic.t
7577 ____________________________________________________________________________
7578 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
7579         Log: Output tweak needed because of podlators 1.14.
7580      Branch: perl
7581            ! t/pod/multiline_items.xr
7582 ____________________________________________________________________________
7583 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
7584         Log: Upgrade to podlators 1.14.
7585      Branch: perl
7586            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
7587            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
7588            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
7589            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
7590            ! lib/Pod/Text/Overstrike.pm
7591 ____________________________________________________________________________
7592 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
7593         Log: perlmodinstall tweaks from Philip Newton.
7594      Branch: perl
7595            ! pod/perlmodinstall.pod
7596 ____________________________________________________________________________
7597 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
7598         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
7599              From: Autrijus Tang <autrijus@autrijus.org>           
7600              Date: Fri, 23 Nov 2001 23:55:53 +0800
7601              Message-ID: <20011123235553.A2310@not.autrijus.org>
7602      Branch: perl
7603            ! Porting/genlog
7604 ____________________________________________________________________________
7605 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
7606         Log: Subject: Re: regex oddness with \Z and $&
7607              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
7608              Date: Fri, 23 Nov 2001 15:15:24 +0000
7609              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
7610      Branch: perl
7611            ! regcomp.c t/op/re_tests
7612 ____________________________________________________________________________
7613 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
7614         Log: regen_headers.
7615      Branch: perl
7616            ! embed.h global.sym pod/perlapi.pod proto.h
7617 ____________________________________________________________________________
7618 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
7619         Log: Forgotten check-in.
7620      Branch: perl
7621            ! pod/perlapi.pod
7622 ____________________________________________________________________________
7623 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
7624         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
7625      Branch: perl
7626            ! lib/Test/Simple.pm
7627 ____________________________________________________________________________
7628 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
7629         Log: Retract #13173 (effectively retract Net::Ping 2.06,
7630              go back to 2.04, the 2.06 hasn't seen the patches
7631              that have gone to the blead version.)
7632      Branch: perl
7633            - lib/Net/Ping/CHANGES lib/Net/Ping/README
7634            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
7635            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
7636            - lib/Net/Ping/t/200_ping_tcp.t
7637            ! MANIFEST lib/Net/Ping.pm
7638 ____________________________________________________________________________
7639 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
7640         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
7641              From: Robin Barker <rmb1@cise.npl.co.uk>
7642              Date: Thu, 22 Nov 2001 11:00:38 GMT
7643              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
7644      Branch: perl
7645            ! utils/perldoc.PL
7646 ____________________________________________________________________________
7647 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
7648         Log: metaconfig unit change for #13191.
7649      Branch: metaconfig/U/perl
7650            ! d_procselfexe.U
7651 ____________________________________________________________________________
7652 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
7653         Log: procselfexe tweak: for some reason I had a ls in
7654              /proc/self/exe, not the ls Configure thought it
7655              would found.
7656      Branch: perl
7657            ! Configure
7658 ____________________________________________________________________________
7659 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
7660         Log: Corify the Net::Ping tests; skip the tests
7661              unless $ENV{PERL_TEST_Net_Ping} is true.
7662      Branch: perl
7663            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
7664            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
7665            ! lib/Net/Ping/t/200_ping_tcp.t
7666 ____________________________________________________________________________
7667 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
7668         Log: metaconfig units changes for #13188.
7669      Branch: metaconfig
7670            ! U/modified/Head.U
7671      Branch: metaconfig/U/perl
7672            ! issymlink.U
7673 ____________________________________________________________________________
7674 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
7675         Log: The #13182 didn't really help.  The real problem
7676              seems to be that 'sh' can in AIX mean at least three
7677              different things, and we can't know which one it is
7678              unless we export $newsh from an earlier run (and it's
7679              the 'bsh' aka 'sh' that has the the broken test -h).
7680      Branch: perl
7681            ! Configure
7682 ____________________________________________________________________________
7683 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
7684         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
7685      Branch: perl
7686            ! op.c t/op/override.t
7687 ____________________________________________________________________________
7688 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
7689         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
7690              From: PPrymmer@factset.com 
7691              Date: Wed, 21 Nov 2001 20:17:25 -0500
7692              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
7693      Branch: perl
7694            ! lib/Shell.t
7695 ____________________________________________________________________________
7696 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
7697         Log: Reapply perlmodinstall parts of #12897.
7698      Branch: perl
7699            ! pod/perlmodinstall.pod
7700 ____________________________________________________________________________
7701 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
7702         Log: perlmodinstall 2.01 from Jon Orwant.
7703      Branch: perl
7704            ! pod/perlmodinstall.pod
7705 ____________________________________________________________________________
7706 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
7707         Log: Subject: [PATCH @10907] REXX on OS/2
7708              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7709              Date: Wed, 21 Nov 2001 15:26:11 -0500
7710              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
7711      Branch: perl
7712            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
7713            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
7714 ____________________________________________________________________________
7715 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
7716         Log: metaconfig unit change for #13181.
7717      Branch: metaconfig/U/perl
7718            ! issymlink.U
7719 ____________________________________________________________________________
7720 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
7721         Log: AIX has broken builtin 'test'.
7722      Branch: perl
7723            ! Configure
7724 ____________________________________________________________________________
7725 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
7726         Log: Subject: [PATCH 5.7.x] INSTALL size update
7727              From: Andy Dougherty <doughera@lafayette.edu>
7728              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
7729              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
7730      Branch: perl
7731            ! INSTALL
7732 ____________________________________________________________________________
7733 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
7734         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
7735              to pp_sort.c.  Includes the quicksort stabilizing layer
7736              from John P. Linderman.  -Msort=qsort or -Msort=fast is
7737              faster than without (or with -Msort=mergesort or -Msort=safe)
7738              for short random inputs, but for some reason not quite as fast
7739              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
7740              optimizing definitely needed.
7741      Branch: perl
7742            + lib/sort.pm lib/sort.t pp_sort.c
7743            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
7744            ! embed.pl global.sym perl.h pp_ctl.c proto.h
7745            ! vms/descrip_mms.template vos/build.cm win32/Makefile
7746            ! win32/makefile.mk wince/Makefile.ce
7747 ____________________________________________________________________________
7748 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
7749         Log: Sync file with libnet-1.0901-tobe
7750      Branch: perl
7751            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
7752            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
7753            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
7754            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
7755            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
7756 ____________________________________________________________________________
7757 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
7758         Log: Subject: [PATCH perldoc] problems with pod2man
7759              From: Robin Barker <rmb1@cise.npl.co.uk>
7760              Date: Wed, 21 Nov 2001 17:48:51 GMT
7761              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
7762      Branch: perl
7763            ! utils/perldoc.PL
7764 ____________________________________________________________________________
7765 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
7766         Log: debug_pad only visible when debugging.
7767      Branch: perl
7768            ! makedef.pl
7769 ____________________________________________________________________________
7770 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
7771         Log: metaconfig units changes for #13174.
7772      Branch: metaconfig/U/perl
7773            + d_procselfexe.U
7774            - procselfexe.U
7775 ____________________________________________________________________________
7776 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
7777         Log: procselfexe tweaks.
7778      Branch: perl
7779            ! Configure config_h.SH
7780 ____________________________________________________________________________
7781 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
7782         Log: Upgrade to Net::Ping 2.06.
7783      Branch: perl
7784            + lib/Net/Ping/CHANGES lib/Net/Ping/README
7785            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
7786            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
7787            + lib/Net/Ping/t/200_ping_tcp.t
7788            ! MANIFEST lib/Net/Ping.pm
7789 ____________________________________________________________________________
7790 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
7791         Log: Upgrade to Math::BigInt 1.47.
7792      Branch: perl
7793            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7794            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
7795            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
7796            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
7797            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
7798            ! lib/Math/BigInt/t/sub_mbi.t
7799 ____________________________________________________________________________
7800 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
7801         Log: Dynaloading for POSIX-BC from Thomas Dorner.
7802      Branch: perl
7803            ! hints/posix-bc.sh
7804 ____________________________________________________________________________
7805 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
7806         Log: Strange: the same mysterious regex study bug
7807              seems to be present both in OS/390 and POSIX-BC.
7808              Deep EBCDIC magic that regex engine gets wrong,
7809              or a bug in some compiler/library shared by the
7810              two platforms?  From Thomas Dorner.
7811      Branch: perl
7812            ! t/op/study.t
7813 ____________________________________________________________________________
7814 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
7815         Log: More lost and found.
7816      Branch: perl
7817            + lib/Test/Simple/README
7818            ! MANIFEST
7819 ____________________________________________________________________________
7820 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
7821         Log: MANIFESTly missing.
7822      Branch: perl
7823            ! MANIFEST
7824 ____________________________________________________________________________
7825 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
7826         Log: Subject: Re: PERFORCE change 13162 for review               
7827              From: Philip Newton <Philip.Newton@gmx.net> 
7828              Date: Wed, 21 Nov 2001 16:44:30 +0100
7829              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
7830      Branch: perl
7831            ! ext/Devel/PPPort/PPPort.pm
7832 ____________________________________________________________________________
7833 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
7834         Log: Update Changes.
7835      Branch: perl
7836            ! Changes patchlevel.h
7837 ____________________________________________________________________________
7838 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
7839         Log: Small doc tweaks.
7840      Branch: perl
7841            ! ext/PerlIO/Via/Via.pm
7842 ____________________________________________________________________________
7843 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
7844         Log: Redundant return.
7845      Branch: perl
7846            ! ext/MIME/Base64/QuotedPrint.pm
7847 ____________________________________________________________________________
7848 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
7849         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
7850              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
7851              Date: Wed, 21 Nov 2001 10:23:16 +0100
7852              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
7853      Branch: perl
7854            ! pp_pack.c t/op/pack.t
7855 ____________________________________________________________________________
7856 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
7857         Log: Add Devel::PPPort originally from Kenneth Albanowski,
7858              revigorated by Paul Marquess: gives h2xs a Perl version
7859              portability boost.
7860      Branch: perl
7861            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
7862            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
7863            + ext/Devel/PPPort/harness/Harness.pm
7864            + ext/Devel/PPPort/harness/Harness.xs
7865            + ext/Devel/PPPort/harness/Makefile.PL
7866            + ext/Devel/PPPort/harness/module2.c
7867            + ext/Devel/PPPort/harness/module3.c
7868            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
7869            ! MANIFEST lib/h2xs.t utils/h2xs.PL
7870 ____________________________________________________________________________
7871 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
7872         Log: Oops.
7873      Branch: perl
7874            ! lib/Test/Simple/t/filehandles.t
7875 ____________________________________________________________________________
7876 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
7877         Log: Subject: Re: PERFORCE change 13152 for review               
7878              From: Philip Newton <Philip.Newton@gmx.net> 
7879              Date: Wed, 21 Nov 2001 09:04:05 +0100
7880              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
7881      Branch: perl
7882            ! lib/Test/Builder.pm
7883 ____________________________________________________________________________
7884 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
7885         Log: Subject: Re: PERFORCE change 13142 for review
7886              From: Philip Newton <Philip.Newton@gmx.net>
7887              Date: Wed, 21 Nov 2001 09:04:03 +0100
7888              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
7889              
7890              plus rewrap few paragraphs.
7891      Branch: perl
7892            ! lib/Pod/LaTeX.pm
7893 ____________________________________________________________________________
7894 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
7895         Log: Integrate #13154 from macperl; Remove comments.
7896      Branch: perl
7897           !> lib/File/Spec/Mac.pm
7898 ____________________________________________________________________________
7899 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
7900         Log: Update the list of modules having tests.
7901      Branch: perl
7902            ! t/lib/1_compile.t
7903 ____________________________________________________________________________
7904 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
7905         Log: Slight doc changes.
7906      Branch: maint-5.6/macperl
7907            ! macos/macperl/MacPerl.podhelp
7908 ____________________________________________________________________________
7909 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
7910         Log: Add UTF-16 coercion.
7911      Branch: maint-5.6/macperl
7912            ! macos/lib/Mac/AppleEvents/Simple.pm
7913 ____________________________________________________________________________
7914 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
7915         Log: Remove comments.
7916      Branch: maint-5.6/macperl
7917            ! lib/File/Spec/Mac.pm
7918 ____________________________________________________________________________
7919 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
7920         Log: Fix FSpGetCatInfo (and other functions) corrupting
7921              memory with bad filespecs (bug #471867)
7922      Branch: maint-5.6/macperl
7923            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
7924 ____________________________________________________________________________
7925 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
7926         Log: Upgrade to Test::Simple 0.33.
7927      Branch: perl
7928            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
7929            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
7930            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
7931 ____________________________________________________________________________
7932 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
7933         Log: Upgrade to Test::Harness 1.26.
7934      Branch: perl
7935            ! lib/Test/Harness.pm lib/Test/Harness/Changes
7936 ____________________________________________________________________________
7937 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
7938         Log: Integrate change #13145 from maintperl;
7939              another compatibility tweak to change#12559: avoid quoting
7940              arguments that already have quotes; add test case
7941      Branch: perl
7942           !> t/op/system_tests win32/win32.c
7943 ____________________________________________________________________________
7944 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
7945         Log: integrate change#13147 from mainline (fixes nit in change#10091)
7946              
7947              Subject: [PATCH] spaceship and refs
7948      Branch: maint-5.6/perl
7949            ! pp.c pp_hot.c t/op/cmp.t
7950 ____________________________________________________________________________
7951 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
7952         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
7953              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
7954              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
7955              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
7956      Branch: perl
7957            + lib/Pod/t/utils.t
7958            ! MANIFEST
7959 ____________________________________________________________________________
7960 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
7961         Log: Subject: [PATCH] spaceship and refs
7962              From: Nicholas Clark <nick@ccl4.org>
7963              Date: Tue, 20 Nov 2001 21:59:51 +0000
7964              Message-ID: <20011120215951.U62891@plum.flirble.org> 
7965      Branch: perl
7966            ! pp.c pp_hot.c t/op/cmp.t
7967 ____________________________________________________________________________
7968 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
7969         Log: Try to clarify which I/O call operates on bytes,
7970              which on characters, which on either.
7971      Branch: perl
7972            ! pod/perlfunc.pod
7973 ____________________________________________________________________________
7974 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
7975         Log: another compatibility tweak to change#12559: avoid quoting
7976              arguments that already have quotes; add test case
7977      Branch: maint-5.6/perl
7978            ! t/op/system_tests win32/win32.c
7979 ____________________________________________________________________________
7980 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
7981         Log: Give a simple example of writing PerlIO::Via handlers
7982              in Perl.
7983      Branch: perl
7984            ! ext/PerlIO/Via/Via.pm
7985 ____________________________________________________________________________
7986 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
7987         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
7988      Branch: perl
7989            + lib/Pod/t/latex.t
7990            ! MANIFEST
7991 ____________________________________________________________________________
7992 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
7993         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
7994              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7995              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
7996              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
7997      Branch: perl
7998            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
7999 ____________________________________________________________________________
8000 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
8001         Log: Spread d_procselfexe to far-off lands (undefined).
8002      Branch: perl
8003            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
8004            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8005            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8006            ! win32/config.gc win32/config.vc win32/config.win64
8007            ! wince/config.ce
8008 ____________________________________________________________________________
8009 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
8010         Log: Integrate perlio; add detection and use of /proc/self/exe
8011              (Linuxism for finding the absolute path of the executable)
8012      Branch: perl
8013           !> Configure config_h.SH perl.c t/op/magic.t
8014 ____________________________________________________________________________
8015 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
8016         Log: Really define do_report_used() only if DEBUGGING.
8017      Branch: perl
8018            ! sv.c
8019 ____________________________________________________________________________
8020 [ 13138] By: nick                                  on 2001/11/20  20:01:05
8021         Log: perl.c change to use HAS_PROCSELFEXE, also
8022              tweak to $^X test to comprehend full path to real executable
8023              being returned (like Cygwin as it happens...)
8024      Branch: perlio
8025            ! perl.c t/op/magic.t
8026 ____________________________________________________________________________
8027 [ 13137] By: nick                                  on 2001/11/20  19:46:00
8028         Log: Integrate mainline
8029      Branch: perlio
8030           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
8031           +> lib/NEXT/t/unseen.t
8032            - lib/NEXT/test.pl
8033           !> (integrate 34 files)
8034 ____________________________________________________________________________
8035 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
8036         Log: Subject: [?PATCH] terser pp_eq
8037              From: Nicholas Clark <nick@ccl4.org>
8038              Date: Mon, 19 Nov 2001 23:09:02 +0000
8039              Message-ID: <20011119230901.O62891@plum.flirble.org>
8040      Branch: perl
8041            ! pp_hot.c
8042 ____________________________________________________________________________
8043 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
8044         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
8045      Branch: perl
8046            ! pod/perldelta.pod
8047 ____________________________________________________________________________
8048 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
8049         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
8050              From: Andy Dougherty <doughera@lafayette.edu>
8051              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
8052              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
8053      Branch: perl
8054            ! ext/re/Makefile.PL ext/re/re.xs
8055 ____________________________________________________________________________
8056 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
8057         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
8058              From: Andy Dougherty <doughera@lafayette.edu>
8059              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
8060              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
8061      Branch: perl
8062            ! ext/re/re.xs
8063 ____________________________________________________________________________
8064 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
8065         Log: Integrate change #13119 from macperl.
8066              (No changes since already applied the patch,
8067              just keep perforce happy and well-fed.)
8068      Branch: perl
8069           !> lib/Pod/Html.pm
8070 ____________________________________________________________________________
8071 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
8072         Log: Subject: [PATCH] filter-util.pl for Mac OS
8073              From: Chris Nandor <pudge@pobox.com>
8074              Date: Tue, 20 Nov 2001 00:16:11 -0500
8075              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
8076      Branch: perl
8077            ! t/lib/filter-util.pl
8078 ____________________________________________________________________________
8079 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
8080         Log: Subject: [PATCH] Portability fix for Pod::Html
8081              From: Chris Nandor <pudge@pobox.com>
8082              Date: Tue, 20 Nov 2001 00:01:05 -0500
8083              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
8084      Branch: perl
8085            ! lib/Pod/Html.pm
8086 ____________________________________________________________________________
8087 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
8088         Log: Need to skip more tests if not perlio.
8089      Branch: perl
8090            ! lib/open.t
8091 ____________________________________________________________________________
8092 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
8093         Log: Pass 3 at perldelta - sort the lists of new modules,
8094              module improvements, and new platforms.
8095      Branch: perl
8096            ! pod/perldelta.pod
8097 ____________________________________________________________________________
8098 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
8099         Log: Document ${^OPEN}.
8100      Branch: perl
8101            ! pod/perlvar.pod
8102 ____________________________________________________________________________
8103 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
8104         Log: Make configpm work with extra keys
8105      Branch: maint-5.6/macperl
8106            ! macos/configpm
8107 ____________________________________________________________________________
8108 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
8109         Log: Version and doc updates
8110      Branch: maint-5.6/macperl
8111            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
8112 ____________________________________________________________________________
8113 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
8114         Log: More fixes for error message parsing (bug #470316)
8115      Branch: maint-5.6/macperl
8116            ! macos/macish.c
8117 ____________________________________________________________________________
8118 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
8119         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
8120              remove obsolete function (bug #465225)
8121      Branch: maint-5.6/macperl
8122            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
8123            ! macos/macperl/MPScript.c
8124 ____________________________________________________________________________
8125 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
8126         Log: Add p2as droplet to distribution.
8127      Branch: maint-5.6/macperl
8128            + macos/macperl/Droplets/p2as.plx
8129 ____________________________________________________________________________
8130 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
8131         Log: Bundle File::Sort.
8132      Branch: maint-5.6/macperl
8133            + macos/bundled_lib/blib/lib/File/Sort.pm
8134 ____________________________________________________________________________
8135 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
8136         Log: Various bundled module fixes.
8137      Branch: maint-5.6/macperl
8138            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
8139            ! macos/bundled_ext/Digest/MD5/t/files.t
8140            ! macos/bundled_ext/Filter/t/filter-util.pl
8141            ! macos/bundled_lib/blib/lib/Net/Config.pm
8142            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
8143 ____________________________________________________________________________
8144 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
8145         Log: Portability fix for Pod::Html.
8146      Branch: maint-5.6/macperl
8147            ! lib/Pod/Html.pm
8148 ____________________________________________________________________________
8149 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
8150         Log: Upgrade to Text::Balanced 1.89.
8151      Branch: perl
8152            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
8153            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
8154            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
8155            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
8156            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
8157            ! lib/Text/Balanced/t/gentag.t
8158 ____________________________________________________________________________
8159 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
8160         Log: Upgrade to NEXT 0.50.
8161      Branch: perl
8162            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
8163            + lib/NEXT/t/unseen.t
8164            - lib/NEXT/test.pl
8165            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
8166 ____________________________________________________________________________
8167 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
8168         Log: Integrate with maint-5.6/perl.
8169      Branch: maint-5.6/macperl
8170           !> win32/win32.c
8171 ____________________________________________________________________________
8172 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
8173         Log: Update the README.threads scary header a bit.
8174      Branch: perl
8175            ! README.threads
8176 ____________________________________________________________________________
8177 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
8178         Log: Pass 2 at perldelta: add some changes since 5.7.2.
8179      Branch: perl
8180            ! pod/perldelta.pod
8181 ____________________________________________________________________________
8182 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
8183         Log: Subject: [DOC PATCH] perlfaq4.pod 
8184              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8185              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
8186              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
8187      Branch: perl
8188            ! pod/perlfaq4.pod
8189 ____________________________________________________________________________
8190 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
8191         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
8192              From: Michael G Schwern <schwern@pobox.com> 
8193              Date: Mon, 19 Nov 2001 19:53:12 -0500
8194              Message-ID: <20011119195311.I11883@blackrider>
8195      Branch: perl
8196            ! perl.c
8197 ____________________________________________________________________________
8198 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
8199         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
8200              From: PPrymmer@factset.com
8201              Date: Mon, 19 Nov 2001 17:08:59 -0500
8202              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
8203      Branch: perl
8204            ! vms/descrip_mms.template
8205 ____________________________________________________________________________
8206 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
8207         Log: Create a per-interpeter debug scratchpad container
8208              and use that for the regexec debugging.
8209      Branch: perl
8210            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
8211 ____________________________________________________________________________
8212 [ 13109] By: nick                                  on 2001/11/19  22:01:45
8213         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
8214              Configure unit detects the feature).
8215      Branch: metaconfig/U/perl
8216            + procselfexe.U
8217      Branch: perlio
8218            ! Configure config_h.SH
8219 ____________________________________________________________________________
8220 [ 13108] By: nick                                  on 2001/11/19  20:39:17
8221         Log: Integrate mainline
8222      Branch: perlio
8223           +> t/op/or.t
8224           !> (integrate 44 files)
8225 ____________________________________________________________________________
8226 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
8227         Log: sysseek tweak.
8228      Branch: perl
8229            ! pod/perlfunc.pod
8230 ____________________________________________________________________________
8231 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
8232         Log: Move the sysio tests from io/utf8 to lib/open.
8233      Branch: perl
8234            ! lib/open.t t/io/utf8.t
8235 ____________________________________________________________________________
8236 [ 13105] By: nick                                  on 2001/11/19  20:15:39
8237         Log: Add a .package and a README to //depot/metaconfig
8238      Branch: metaconfig
8239            + .package README
8240 ____________________________________________________________________________
8241 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
8242         Log: Thou shalt not mix stdio and sysio.
8243      Branch: perl
8244            ! t/io/utf8.t
8245 ____________________________________________________________________________
8246 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
8247         Log: Update Changes.
8248      Branch: perl
8249            ! Changes patchlevel.h
8250 ____________________________________________________________________________
8251 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
8252         Log: The runops_debug needs to be present always, otherwise
8253              places like AIX which need an explicit symbol export list
8254              will croak when trying to build Devel::Peek (which uses
8255              the runops_debug).
8256      Branch: perl
8257            ! makedef.pl
8258 ____________________________________________________________________________
8259 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
8260         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
8261              From: PPrymmer@factset.com 
8262              Date: Mon, 19 Nov 2001 11:34:22 -0500
8263              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
8264      Branch: perl
8265            ! lib/Memoize/t/tie_sdbm.t
8266 ____________________________________________________________________________
8267 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
8268         Log: Retract #13088: it seems that unless dump.c is extensively
8269              reorganized as to what symbols it shows, when, and to whom,
8270              we are stuck with having the dump.o symbols in the libperl
8271              and thusly in the main Perl binary.
8272      Branch: perl
8273            ! embedvar.h perlapi.h perlvars.h
8274 ____________________________________________________________________________
8275 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
8276         Log: The _uni_display should not be in dump.c since they
8277              are used under normal operation (S_not_a_number()).
8278      Branch: perl
8279            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
8280 ____________________________________________________________________________
8281 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
8282         Log: Protect sv_dump() from being included unless DEBUGGING,
8283              as noticed by Ilya.
8284      Branch: perl
8285            ! sv.c
8286 ____________________________________________________________________________
8287 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
8288         Log: Pending further investigation skip the tell() tests.
8289              The tell() is okay on Solaris, HP-UX and Tru64, but fails
8290              (by returning too much) in Linux.
8291      Branch: perl
8292            ! t/io/utf8.t
8293 ____________________________________________________________________________
8294 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
8295         Log: Retract #13082 until a better solution is found:
8296              statics break ithreads.
8297      Branch: perl
8298            ! regexec.c
8299 ____________________________________________________________________________
8300 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
8301         Log: Figures 1 and 2 for UTF-8.
8302      Branch: perl
8303            ! pod/perlunicode.pod
8304 ____________________________________________________________________________
8305 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
8306         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
8307              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8308              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
8309              Message-ID: <20011119132645.A15034@rafael>
8310      Branch: perl
8311            ! op.c pod/perldiag.pod t/lib/warnings/op
8312 ____________________________________________________________________________
8313 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
8314         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
8315              From: Michael G Schwern <schwern@pobox.com> 
8316              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
8317              Message-ID: <20011119031112.E786@blackrider>
8318      Branch: perl
8319            ! t/op/closure.t
8320 ____________________________________________________________________________
8321 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
8322         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
8323              From: Michael G Schwern <schwern@pobox.com>
8324              Date: Mon, 19 Nov 2001 03:42:56 -0500
8325              Message-ID: <20011119034256.I786@blackrider>
8326      Branch: perl
8327            + t/op/or.t
8328            ! MANIFEST
8329 ____________________________________________________________________________
8330 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
8331         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
8332              From: "Craig A. Berry" <craigberry@mac.com>
8333              Date: Sun, 18 Nov 2001 14:33:48 -0600
8334              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
8335      Branch: perl
8336            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
8337 ____________________________________________________________________________
8338 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
8339         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
8340              From: Dave Rolsky <autarch@urth.org>
8341              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
8342              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
8343      Branch: perl
8344            ! lib/ExtUtils/Manifest.pm
8345 ____________________________________________________________________________
8346 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
8347         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
8348              From: Dave Rolsky <autarch@urth.org>
8349              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
8350              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
8351      Branch: perl
8352            ! lib/ExtUtils/Install.pm
8353 ____________________________________________________________________________
8354 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
8355         Log: The runops_dbg should not be needed.
8356      Branch: perl
8357            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
8358 ____________________________________________________________________________
8359 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
8360         Log: do_spawn() cleanup from Charles Lane.
8361      Branch: perl
8362            ! vms/vms.c
8363 ____________________________________________________________________________
8364 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
8365         Log: Update the list of tests.
8366      Branch: perl
8367            ! t/lib/1_compile.t
8368 ____________________________________________________________________________
8369 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
8370         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
8371              From: Michael G Schwern <schwern@pobox.com> 
8372              Date: Fri, 16 Nov 2001 17:37:04 -0500
8373              Message-ID: <20011116173703.L30160@blackrider>
8374      Branch: perl
8375            ! t/lib/warnings/sv
8376 ____________________________________________________________________________
8377 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
8378         Log: FAQ sync.
8379      Branch: perl
8380            ! pod/perlfaq4.pod
8381 ____________________________________________________________________________
8382 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
8383         Log: Integrate perlio; win32 sync.
8384      Branch: perl
8385           !> perlio.c win32/win32io.c
8386 ____________________________________________________________________________
8387 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
8388         Log: (retracted by #13096)
8389              Debugging would be badly skewed by a malloc per regex dump.
8390      Branch: perl
8391            ! regexec.c
8392 ____________________________________________________________________________
8393 [ 13081] By: nick                                  on 2001/11/18  19:08:40
8394         Log: Win32 layer has a dup which needs to match new prototype.
8395      Branch: perlio
8396            ! win32/win32io.c
8397 ____________________________________________________________________________
8398 [ 13080] By: nick                                  on 2001/11/18  19:05:02
8399         Log: Wrong way to get stdio mode used.
8400      Branch: perlio
8401            ! perlio.c
8402 ____________________________________________________________________________
8403 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
8404         Log: Retract #13048: that introduced a malloc() (through savepvn())
8405              to *every* m//, which killed the performance quite badly.
8406      Branch: perl
8407            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
8408 ____________________________________________________________________________
8409 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
8410         Log: Pass 1 at perldelta.pod: sort the section contents
8411              together, drop all but the 5.7.2 known problems,
8412              leave the 5.7.1 security note since that's the
8413              fullest explanation (update the date on that).
8414      Branch: perl
8415            ! pod/perldelta.pod
8416 ____________________________________________________________________________
8417 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
8418         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
8419              
8420              Tiny problem in the test for 20011113.110: I hope
8421              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
8422      Branch: perl
8423            ! pp.c t/op/repeat.t
8424 ____________________________________________________________________________
8425 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
8426         Log: All of syswrite/send/sendto need to return character counts,
8427              and character counts from the offset, not the beginning of
8428              the scalar.
8429      Branch: perl
8430            ! pp_sys.c
8431 ____________________________________________________________________________
8432 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
8433         Log: Integrate PerlIO: duping fixes.
8434      Branch: perl
8435           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8436           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
8437           !> perliol.h sv.c
8438 ____________________________________________________________________________
8439 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
8440         Log: syswrite() was still returning byte counts, not character counts.
8441      Branch: perl
8442            ! pp_sys.c t/io/utf8.t
8443 ____________________________________________________________________________
8444 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
8445         Log: Add test for sysread().
8446      Branch: perl
8447            ! t/io/utf8.t
8448 ____________________________________________________________________________
8449 [ 13072] By: nick                                  on 2001/11/18  16:15:31
8450         Log: Allow dup'ing of PerlIO::Scalar etc.
8451      Branch: perlio
8452            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8453            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
8454            ! perliol.h sv.c
8455 ____________________________________________________________________________
8456 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
8457         Log: Prepend a null byte to the test set.
8458      Branch: perl
8459            ! t/io/utf8.t
8460 ____________________________________________________________________________
8461 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
8462         Log: Document how "no utf8;" can become handy.
8463      Branch: perl
8464            ! lib/utf8.pm
8465 ____________________________________________________________________________
8466 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
8467         Log: Integrate perlio; force the inclusion of the PL_runops_*
8468      Branch: perl
8469           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
8470 ____________________________________________________________________________
8471 [ 13068] By: nick                                  on 2001/11/18  13:23:33
8472         Log: embed.pl generated changes I forgot to include
8473      Branch: perlio
8474            ! embedvar.h perlapi.h pod/perlapi.pod
8475 ____________________________________________________________________________
8476 [ 13067] By: nick                                  on 2001/11/18  12:50:19
8477         Log: Force inclusion of both Perl_runops_* in perl itself,
8478              so they are available for Peek.xs etc.
8479      Branch: perlio
8480            ! perlvars.h
8481 ____________________________________________________________________________
8482 [ 13066] By: nick                                  on 2001/11/18  11:00:34
8483         Log: Integrate mainline - a few Devel::Peak fails.
8484      Branch: perlio
8485           +> (branch 29 files)
8486            - ext/Thread/Thread.pm lib/Benchmark.t
8487            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
8488            - lib/Lingua/KO/Hangul/Util/README
8489            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
8490            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
8491            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
8492            - vms/ext/vmsish.pm vms/ext/vmsish.t
8493            ! hv.c
8494           !> (integrate 389 files)
8495 ____________________________________________________________________________
8496 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
8497         Log: Start working on perldelta.  This is not yet any sort of
8498              editing; just concatenating perl570delta, perl571delta,
8499              and perl572delta.  Any sorting not done, any duplicate
8500              removal not done, any removal or update of obsolete items
8501              not done, any changes since 5.7.2 not included.  So there.
8502      Branch: perl
8503            ! pod/perldelta.pod
8504 ____________________________________________________________________________
8505 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
8506         Log: Banish "use utf8".
8507      Branch: perl
8508            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
8509 ____________________________________________________________________________
8510 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
8511         Log: Tweak from Charles Lane.
8512      Branch: perl
8513            ! vms/vms.c
8514 ____________________________________________________________________________
8515 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
8516         Log: Integrate change #13058 from maintperl;
8517              change#12559 breaks things on Win9x because command.com doesn't
8518              grok dquotes at all; disable all the system() smarts for
8519              command.com
8520      Branch: perl
8521           !> win32/win32.c
8522 ____________________________________________________________________________
8523 [ 13061] By: ams                                   on 2001/11/17  13:46:11
8524         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
8525              From: Jonathan Stowe <gellyfish@gellyfish.com>
8526              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
8527              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
8528      Branch: perl
8529            ! lib/Term/Cap.pm
8530 ____________________________________________________________________________
8531 [ 13060] By: ams                                   on 2001/11/17  09:49:10
8532         Log: Subject: [PATCH9 File/Find.pm doc nits
8533              From: Tels <perl_dummy@bloodgate.com>
8534              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
8535      Branch: perl
8536            ! lib/File/Find.pm
8537 ____________________________________________________________________________
8538 [ 13059] By: ams                                   on 2001/11/17  09:38:38
8539         Log: Subject: [PATCH] Benchmark.pm nit
8540              From: Tels <perl_dummy@bloodgate.com>
8541              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
8542      Branch: perl
8543            ! lib/Benchmark.pm
8544 ____________________________________________________________________________
8545 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
8546         Log: change#12559 breaks things on Win9x because command.com doesn't
8547              grok dquotes at all; disable all the system() smarts for
8548              command.com
8549      Branch: maint-5.6/perl
8550            ! win32/win32.c
8551 ____________________________________________________________________________
8552 [ 13057] By: ams                                   on 2001/11/16  20:30:03
8553         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
8554              From: Andy Dougherty <doughera@lafayette.edu>
8555              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
8556              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
8557      Branch: perl
8558            ! lib/Unicode/UCD.t
8559 ____________________________________________________________________________
8560 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
8561         Log: Subject: [Patch Perl@13023] VMS system() warning
8562              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8563              Date: Fri, 16 Nov 2001 15:20:11 EST
8564              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
8565      Branch: perl
8566            ! vms/vms.c
8567 ____________________________________________________________________________
8568 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
8569         Log: It's neither-nor, and protect against the impossible.
8570      Branch: perl
8571            ! lib/Thread.pm
8572 ____________________________________________________________________________
8573 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
8574         Log: 5005threads didn't work because $Thread::VERSION wasn't
8575              visible.  Oops.
8576      Branch: perl
8577            ! ext/Thread/Makefile.PL lib/Thread.pm
8578 ____________________________________________________________________________
8579 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
8580         Log: Robustness against Linux using something else than gcc;
8581              based on
8582              
8583              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
8584              From: Charles Randall <cfriv@yahoo.com>
8585              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
8586              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
8587      Branch: perl
8588            ! ext/Errno/Errno_pm.PL
8589 ____________________________________________________________________________
8590 [ 13052] By: ams                                   on 2001/11/16  16:46:39
8591         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
8592              From: Russ Allbery <rra@stanford.edu>
8593              Date: 16 Nov 2001 09:44:21 -0800
8594              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
8595      Branch: perl
8596            ! lib/Pod/ParseLink.pm
8597 ____________________________________________________________________________
8598 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
8599         Log: Update perluniintro on the UTF-8 output matters
8600              (that -w will warn unless the stream is explicitly UTF-8-ified).
8601      Branch: perl
8602            ! pod/perluniintro.pod
8603 ____________________________________________________________________________
8604 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
8605         Log: Adding new files to MANIFEST is nice.
8606      Branch: perl
8607            ! MANIFEST
8608 ____________________________________________________________________________
8609 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
8610         Log: Update Changes.
8611      Branch: perl
8612            ! Changes patchlevel.h
8613 ____________________________________________________________________________
8614 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
8615         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
8616              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
8617              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
8618              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
8619      Branch: perl
8620            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
8621 ____________________________________________________________________________
8622 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
8623         Log: Rename perlunintro to perluniintro; regen toc.
8624      Branch: perl
8625            + pod/perluniintro.pod
8626            - pod/perlunintro.pod
8627            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8628 ____________________________________________________________________________
8629 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
8630         Log: Document the negated lookeahead trick to emulate
8631              character class subtraction.
8632      Branch: perl
8633            ! pod/perlunicode.pod
8634 ____________________________________________________________________________
8635 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
8636         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
8637              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8638              Date: Fri, 16 Nov 2001 23:31:04 +0900
8639              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
8640              
8641              (with the tweak that Cntrl is not C, it's Cc)
8642      Branch: perl
8643            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
8644            ! lib/unicore/mktables
8645 ____________________________________________________________________________
8646 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
8647         Log: Subject: [PATCH current] runtime runops switch
8648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8649              Date: Fri, 16 Nov 2001 00:48:09 -0500
8650              Message-ID: <20011116004809.A934@math.ohio-state.edu>
8651      Branch: perl
8652            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
8653            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
8654            ! pod/perlintern.pod proto.h run.c
8655 ____________________________________________________________________________
8656 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
8657         Log: Further discourage old Thread code; tell how to tell
8658              the difference.
8659      Branch: perl
8660            ! lib/Thread.pm
8661 ____________________________________________________________________________
8662 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
8663         Log: A missing return; from Charles Lane.
8664      Branch: perl
8665            ! vms/vms.c
8666 ____________________________________________________________________________
8667 [ 13041] By: ams                                   on 2001/11/16  12:11:14
8668         Log: Subject: [PATCH] Doc spellcheck + podcheck
8669              From: Autrijus Tang <autrijus@egb.elixus.org>
8670              Date: Thu, 15 Nov 2001 22:49:05 -0800
8671              Message-Id: <20011116064905.GA44092@egb.elixus.org>
8672              
8673              Subject: [PATCH] podcheck+spellcheck, the rest of the story
8674              From: Autrijus Tang <autrijus@egb.elixus.org>
8675              Date: Fri, 16 Nov 2001 00:42:20 -0800
8676              Message-Id: <20011116084220.GA44295@egb.elixus.org>
8677              
8678              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
8679              From: Nicholas Clark <nick@ccl4.org>
8680              Date: Fri, 16 Nov 2001 10:32:01 +0000
8681              Message-Id: <20011116103200.F62891@plum.flirble.org>
8682              (Applied after suitable de-mangling.)
8683      Branch: perl
8684            ! README.aix README.dgux README.dos README.epoc README.hpux
8685            ! README.mint README.mpeix README.netware README.os2
8686            ! README.os390 README.plan9 README.qnx README.solaris
8687            ! README.threads doio.c pod/perl571delta.pod
8688            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
8689            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
8690            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
8691            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
8692            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
8693            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
8694 ____________________________________________________________________________
8695 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
8696         Log: Avoid redefinedness warning for now.
8697      Branch: perl
8698            ! lib/Thread.pm
8699 ____________________________________________________________________________
8700 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
8701         Log: use strict.
8702      Branch: perl
8703            ! lib/Thread.pm
8704 ____________________________________________________________________________
8705 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
8706         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
8707              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
8708              Date: Thu, 15 Nov 2001 22:54:47 EST 
8709              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
8710      Branch: perl
8711            ! vms/vms.c vms/vmspipe.com
8712 ____________________________________________________________________________
8713 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
8714         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
8715              From: "chromatic" <chromatic@rmci.net>
8716              Date: Thu, 15 Nov 2001 19:54:23 -0700
8717              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
8718      Branch: perl
8719            ! lib/File/stat.t
8720 ____________________________________________________________________________
8721 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
8722         Log: Make Thread a wrapper for both ithreads and 5005threads.
8723              Needs a lot of work and Arthur's eyeballing (and finishing
8724              few missing odds and ends of threads.pm).  Now Thread
8725              is an extension without its own .pm.
8726              
8727              If there are people who have experience working with
8728              either the 5005threads or the ithreads: cleaning up
8729              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
8730              and porting the various Thread::* modules, like Thread::Queue,
8731              to work also with ithreads, is needed.
8732              
8733              Removed the 5005threads requirement from the 5005 tests
8734              for easier testing (not all of them work yet since
8735              they use the Thread::* modules that have not been made
8736              to work with ithreads).  Leave the 5005 tests named as
8737              *.tx so that they are not run by "make test".
8738      Branch: perl
8739            + lib/Thread.pm
8740            - ext/Thread/Thread.pm
8741            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
8742            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
8743            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
8744            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
8745            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
8746            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
8747            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
8748 ____________________________________________________________________________
8749 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
8750         Log: $VERSION "a5" doesn't quite work.
8751      Branch: perl
8752            ! ext/B/Makefile.PL
8753 ____________________________________________________________________________
8754 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
8755         Log: Add the fruits of Larry Shatzer's version verifying script.
8756              (There are some straddlers, but they will be fixed in the
8757              upcoming releases of the modules.)
8758      Branch: perl
8759            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
8760            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
8761            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
8762            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
8763            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
8764            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
8765            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
8766            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
8767            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
8768            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
8769            ! wince/FindExt.pm
8770 ____________________________________________________________________________
8771 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
8772         Log: Add Larry Shatzer's VERSION verifying script.
8773      Branch: perl
8774            + Porting/checkVERSION.pl
8775            ! MANIFEST Porting/pumpkin.pod
8776 ____________________________________________________________________________
8777 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
8778         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
8779              From: Michael G Schwern <schwern@pobox.com>
8780              Date: Thu, 15 Nov 2001 19:26:40 -0500
8781              Message-ID: <20011115192640.R31399@blackrider>
8782      Branch: perl
8783            ! t/test.pl
8784 ____________________________________________________________________________
8785 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
8786         Log: Document the MY_CXT business; from Paul Marquess.
8787      Branch: perl
8788            ! pod/perlxs.pod
8789 ____________________________________________________________________________
8790 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
8791         Log: VMSCMD synch attempt.
8792      Branch: perl
8793            ! vms/vms.c vms/vmsish.h
8794 ____________________________________________________________________________
8795 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
8796         Log: Advise against -P as instructed by Schwern.
8797      Branch: perl
8798            ! pod/perlrun.pod
8799 ____________________________________________________________________________
8800 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
8801         Log: Subject: [PATCH] v-strings as Objects Step 1
8802              From: John Peacock <jpeacock@rowman.com>
8803              Date: Thu, 15 Nov 2001 12:41:04 -0500
8804              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
8805      Branch: perl
8806            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
8807            ! util.c
8808 ____________________________________________________________________________
8809 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
8810         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
8811              From: Michael G Schwern <schwern@pobox.com>
8812              Date: Thu, 15 Nov 2001 12:47:59 -0500
8813              Message-ID: <20011115124759.E31399@blackrider>
8814      Branch: perl
8815            + t/run/switchx.aux t/run/switchx.t
8816            ! MANIFEST t/run/switches.t
8817 ____________________________________________________________________________
8818 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
8819         Log: Upgrade to Getopt::Long 2.26_03.
8820      Branch: perl
8821            ! lib/Getopt/Long.pm
8822 ____________________________________________________________________________
8823 [ 13025] By: ams                                   on 2001/11/15  20:46:22
8824         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
8825              From: Michael G Schwern <schwern@pobox.com>
8826              Date: Thu, 15 Nov 2001 16:24:11 -0500
8827              Message-Id: <20011115162411.M31399@blackrider>
8828      Branch: perl
8829            ! vms/vms.c
8830 ____________________________________________________________________________
8831 [ 13024] By: ams                                   on 2001/11/15  19:32:06
8832         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
8833              From: rspier@pobox.com (Robert Spier)
8834              Date: Thu, 15 Nov 2001 11:19:21 -0800
8835              Message-Id: <15348.5433.732364.963687@rls.cx>
8836      Branch: perl
8837            ! op.c
8838 ____________________________________________________________________________
8839 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
8840         Log: Update Changes.
8841      Branch: perl
8842            ! Changes patchlevel.h
8843 ____________________________________________________________________________
8844 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
8845         Log: Subject: [PATCH] new tests for command-line switches
8846              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8847              Date: Thu, 15 Nov 2001 17:00:30 +0100
8848              Message-ID: <20011115170030.A14193@rafael>
8849      Branch: perl
8850            + t/run/switches.t
8851            ! MANIFEST
8852 ____________________________________________________________________________
8853 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
8854         Log: Upgrade to podlators 1.13.
8855      Branch: perl
8856            + lib/Pod/ParseLink.pm
8857            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
8858            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
8859            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
8860            ! t/pod/pod2usage.xr t/pod/podselect.xr
8861 ____________________________________________________________________________
8862 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
8863         Log: skip "might be used uninitialized".
8864      Branch: perl
8865            ! pp_sys.c
8866 ____________________________________________________________________________
8867 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
8868         Log: Fix for "perlio bug in koi8-r encoding".  The problem
8869              seemed to be that binmode() always flushed the handle,
8870              which is not so good when switching encodings.  Fixed,
8871              added Matt Sergeant's testcase, documented in perlfunc/binmode,
8872              also added a pointer about disciplines to perlfunc/open,
8873              and in general cleaned up and reformatted the open entry.
8874      Branch: perl
8875            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
8876 ____________________________________________________________________________
8877 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
8878         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
8879              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8880              Date: 15 Nov 2001 08:57:06 -0000
8881              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
8882              
8883              chop() and chomp() are not real list functions,
8884              so let's not have them overrideable.  (Casey will
8885              be confused since in #7071 he patched the other way.)
8886      Branch: perl
8887            ! pod/perlfunc.pod toke.c
8888 ____________________________________________________________________________
8889 [ 13017] By: ams                                   on 2001/11/15  12:56:49
8890         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
8891              From: Robin Barker <rmb1@cise.npl.co.uk>
8892              Date: Thu, 15 Nov 2001 13:48:34 GMT
8893              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
8894              (Applied with tweaks.)
8895      Branch: perl
8896            ! pod/perltrap.pod
8897 ____________________________________________________________________________
8898 [ 13016] By: ams                                   on 2001/11/15  09:12:48
8899         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
8900              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8901              Date: Thu, 15 Nov 2001 09:06:39 +0100
8902              Message-Id: <20011115090639.A13005@rafael>
8903      Branch: perl
8904            ! pod/perlrun.pod
8905 ____________________________________________________________________________
8906 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
8907         Log: "link =" from utils.lst was being processed oddly.
8908      Branch: perl
8909            ! installman
8910 ____________________________________________________________________________
8911 [ 13014] By: ams                                   on 2001/11/15  02:52:52
8912         Log: Subject: [PATCH current] CreateTTY in -d
8913              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8914              Date: Wed, 14 Nov 2001 21:26:31 -0500
8915              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
8916      Branch: perl
8917            ! lib/perl5db.pl
8918 ____________________________________________________________________________
8919 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
8920         Log: Corify the Filter::Simple tests. 
8921      Branch: perl
8922            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
8923            ! lib/Filter/Simple/t/filter_only.t
8924 ____________________________________________________________________________
8925 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
8926         Log: Upgrade to Filter::Simple 0.70.
8927      Branch: perl
8928            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
8929            + t/lib/FilterOnlyTest.pm
8930            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
8931            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
8932            ! t/lib/FilterTest.pm
8933 ____________________________________________________________________________
8934 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
8935         Log: Cleanliness inspired by Cygwin.
8936      Branch: perl
8937            ! Makefile.SH x2p/Makefile.SH
8938 ____________________________________________________________________________
8939 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
8940         Log: Add perlunintro (formerly known as perlunitut); regen toc.
8941      Branch: perl
8942            + pod/perlunintro.pod
8943            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8944 ____________________________________________________________________________
8945 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
8946         Log: FAQ sync.
8947      Branch: perl
8948            ! pod/perlfaq6.pod
8949 ____________________________________________________________________________
8950 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
8951         Log: Quieten pgcc 2.91.66 worries.
8952      Branch: perl
8953            ! gv.c pp_ctl.c utf8.c
8954 ____________________________________________________________________________
8955 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
8956         Log: Upgrade to Switch 2.06.
8957      Branch: perl
8958            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
8959            ! lib/Switch/t/nested.t
8960 ____________________________________________________________________________
8961 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
8962         Log: Upgrade to Attribute::Handlers 0.76.
8963      Branch: perl
8964            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
8965            ! lib/Attribute/Handlers/README
8966            ! lib/Attribute/Handlers/demo/Demo.pm
8967            ! lib/Attribute/Handlers/demo/Descriptions.pm
8968            ! lib/Attribute/Handlers/demo/MyClass.pm
8969            ! lib/Attribute/Handlers/demo/demo_cycle.pl
8970            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
8971            ! lib/Attribute/Handlers/t/multi.t
8972 ____________________________________________________________________________
8973 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
8974         Log: Signedness nit.
8975      Branch: perl
8976            ! regexec.c
8977 ____________________________________________________________________________
8978 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
8979         Log: VERSIONize.
8980      Branch: perl
8981            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
8982            ! lib/integer.pm
8983 ____________________________________________________________________________
8984 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
8985         Log: No pod in internal Net::FTP classes.
8986      Branch: perl
8987            ! pod/buildtoc.PL
8988 ____________________________________________________________________________
8989 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
8990         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
8991              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
8992              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
8993              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
8994      Branch: perl
8995            ! regexec.c
8996 ____________________________________________________________________________
8997 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
8998         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
8999              Pudge correctly).
9000      Branch: perl
9001            ! t/test.pl
9002 ____________________________________________________________________________
9003 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
9004         Log: Add comments to mark where $^X is being handled.
9005      Branch: perl
9006            ! perl.c toke.c
9007 ____________________________________________________________________________
9008 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
9009         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
9010              From: Michael G Schwern <schwern@pobox.com>
9011              Date: Wed, 14 Nov 2001 16:38:25 -0500
9012              Message-ID: <20011114163825.D6519@blackrider>
9013      Branch: perl
9014            ! t/op/repeat.t
9015 ____________________________________________________________________________
9016 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
9017         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
9018              From: Michael G Schwern <schwern@pobox.com>
9019              Date: Wed, 14 Nov 2001 13:19:15 -0500
9020              Message-ID: <20011114131915.K5096@blackrider>
9021      Branch: perl
9022            ! t/op/die_exit.t
9023 ____________________________________________________________________________
9024 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
9025         Log: Subject: Re: [PATCH] new version of runperl()
9026              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9027              Date: Wed, 14 Nov 2001 15:39:12 EST
9028              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
9029              
9030              "VMS $^X pipes etc" patch.
9031      Branch: perl
9032            ! vms/vms.c
9033 ____________________________________________________________________________
9034 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
9035         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
9036              and add "verbose" option to show the final command.
9037      Branch: perl
9038            ! t/test.pl
9039 ____________________________________________________________________________
9040 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
9041         Log: Goof in some of the comment fields of #12994.
9042      Branch: perl
9043            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
9044            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
9045            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
9046            ! lib/unicore/In/9.pl
9047 ____________________________________________________________________________
9048 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
9049         Log: The First, Last ranges in the Unicode data weren't
9050              getting their general categories added properly;
9051              noticed by Jeffrey Friedl.
9052      Branch: perl
9053            ! lib/unicore/Category.pl lib/unicore/In/0.pl
9054            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
9055            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
9056            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
9057            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
9058            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
9059            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
9060            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
9061            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
9062            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
9063            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
9064            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
9065            ! lib/unicore/mktables
9066 ____________________________________________________________________________
9067 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
9068         Log: Subject: [PATCH] new version of runperl()
9069              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9070              Date: Wed, 14 Nov 2001 12:23:01 +0100
9071              Message-ID: <20011114122301.A29384@rafael>
9072      Branch: perl
9073            ! t/io/argv.t t/test.pl
9074 ____________________________________________________________________________
9075 [ 12992] By: ams                                   on 2001/11/14  13:40:39
9076         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
9077              From: Michael G Schwern <schwern@pobox.com>
9078              Date: Tue, 13 Nov 2001 23:17:54 -0500
9079              Message-Id: <20011113231754.S32567@blackrider>
9080      Branch: perl
9081            ! perl.c
9082 ____________________________________________________________________________
9083 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
9084         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
9085              From: Philip Newton <Philip.Newton@gmx.net>
9086              Date: Wed, 14 Nov 2001 10:59:53 +0100
9087              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
9088              
9089              plus a lot of paragraph reformatting because of long lines.
9090      Branch: perl
9091            ! pod/perlapio.pod
9092 ____________________________________________________________________________
9093 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
9094         Log: A bool is not a pointer.
9095      Branch: perl
9096            ! pp_sys.c
9097 ____________________________________________________________________________
9098 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
9099         Log: AUTHORS updates.
9100      Branch: perl
9101            ! AUTHORS
9102 ____________________________________________________________________________
9103 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
9104         Log: There are several MIME RFCs.
9105      Branch: perl
9106            ! ext/Encode/Encode.pm
9107 ____________________________________________________________________________
9108 [ 12987] By: ams                                   on 2001/11/14  01:09:28
9109         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
9110              From: Michael G Schwern <schwern@pobox.com>
9111              Date: Tue, 13 Nov 2001 20:59:13 -0500
9112              Message-Id: <20011113205913.H32567@blackrider>
9113      Branch: perl
9114            ! t/op/groups.t vms/test.com
9115 ____________________________________________________________________________
9116 [ 12986] By: ams                                   on 2001/11/14  01:07:06
9117         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
9118              From: Michael G Schwern <schwern@pobox.com>
9119              Date: Tue, 13 Nov 2001 20:51:34 -0500
9120              Message-Id: <20011113205134.F32567@blackrider>
9121      Branch: perl
9122            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
9123 ____________________________________________________________________________
9124 [ 12985] By: ams                                   on 2001/11/14  00:43:59
9125         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
9126              From: Michael G Schwern <schwern@pobox.com>
9127              Date: Tue, 13 Nov 2001 20:38:42 -0500
9128              Message-Id: <20011113203842.E32567@blackrider>
9129      Branch: perl
9130            ! pod/perlport.pod
9131 ____________________________________________________________________________
9132 [ 12984] By: ams                                   on 2001/11/14  00:32:15
9133         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
9134              From: Michael G Schwern <schwern@pobox.com>
9135              Date: Tue, 13 Nov 2001 20:27:02 -0500
9136              Message-Id: <20011113202702.D32567@blackrider>
9137      Branch: perl
9138            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
9139            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
9140            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
9141            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
9142 ____________________________________________________________________________
9143 [ 12983] By: ams                                   on 2001/11/14  00:00:27
9144         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
9145              From: Michael G Schwern <schwern@pobox.com>
9146              Date: Tue, 13 Nov 2001 19:51:59 -0500
9147              Message-Id: <20011113195159.B32567@blackrider>
9148      Branch: perl
9149            ! pod/perlport.pod
9150 ____________________________________________________________________________
9151 [ 12982] By: ams                                   on 2001/11/13  23:53:11
9152         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
9153              From: Larry Shatzer <fugazi@zippy.zyx.net>
9154              Date: Tue, 13 Nov 2001 17:27:59 -0700
9155              Message-Id: <20011113172759.E27768@zippy.zyx.net>
9156      Branch: perl
9157            ! pod/perlapio.pod
9158 ____________________________________________________________________________
9159 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
9160         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
9161              "large enough" Unicode characters returned more than one
9162              as their "Unicode size".
9163      Branch: perl
9164            ! pp_sys.c t/io/utf8.t
9165 ____________________________________________________________________________
9166 [ 12980] By: ams                                   on 2001/11/13  19:32:33
9167         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
9168              From: "Craig A. Berry" <craigberry@mac.com>
9169              Date: Tue, 13 Nov 2001 14:33:25 -0600
9170              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
9171      Branch: perl
9172            ! vms/gen_shrfls.pl
9173 ____________________________________________________________________________
9174 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
9175         Log: Subject: Minor patch to Encode.pm (detypo)
9176              From: "Philip Newton" <Philip.Newton@gmx.net>
9177              Date: Tue, 13 Nov 2001 20:11:01 +0100
9178              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
9179      Branch: perl
9180            ! ext/Encode/Encode.pm
9181 ____________________________________________________________________________
9182 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
9183         Log: Evil tabulators.
9184      Branch: perl
9185            ! ext/Encode/Encode.pm
9186 ____________________________________________________________________________
9187 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
9188         Log: Document the available encodings.
9189      Branch: perl
9190            ! ext/Encode/Encode.pm
9191 ____________________________________________________________________________
9192 [ 12976] By: ams                                   on 2001/11/13  17:14:07
9193         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
9194              From: Barrie Slaymaker <barries@slaysys.com>
9195              Date: Tue, 13 Nov 2001 12:41:36 -0500
9196              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
9197      Branch: perl
9198            ! t/op/universal.t
9199 ____________________________________________________________________________
9200 [ 12975] By: ams                                   on 2001/11/13  16:24:21
9201         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
9202              From: Barrie Slaymaker <barries@slaysys.com>
9203              Date: Tue, 13 Nov 2001 10:56:20 -0500
9204              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
9205              (Test applied with minor tweaks and ->isa("HASH") omission.)
9206      Branch: perl
9207            ! lib/UNIVERSAL.pm t/op/universal.t
9208 ____________________________________________________________________________
9209 [ 12974] By: ams                                   on 2001/11/13  15:46:07
9210         Log: Subject: [PATCH Benchmark.pm] docco tweaks
9211              From: Barrie Slaymaker <barries@slaysys.com>
9212              Date: Tue, 13 Nov 2001 11:34:45 -0500
9213              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
9214      Branch: perl
9215            ! lib/Benchmark.pm
9216 ____________________________________________________________________________
9217 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
9218         Log: Subject: [PATCH] Attack of the C loops, round 1
9219              From: Richard Soderberg <rs@oregonnet.com>
9220              Date: Mon, 12 Nov 2001 12:07:29 -0800
9221              Message-Id: <200111122007.MAA01994@oregonnet.com>
9222              
9223              Subject: [PATCH] bytecode.pl (tiny patch)
9224              From: Richard Soderberg <rs@oregonnet.com>
9225              Date: Mon, 12 Nov 2001 12:53:24 -0800
9226              Message-Id: <200111122053.MAA06272@oregonnet.com>
9227      Branch: perl
9228            ! bytecode.pl installhtml
9229 ____________________________________________________________________________
9230 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
9231         Log: Subject: [PATCH] Update to Filter::Util::Call
9232              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9233              Date: Sun, 11 Nov 2001 22:33:33 -0000
9234              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
9235              
9236              Use the new CXT* macros.
9237      Branch: perl
9238            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
9239 ____________________________________________________________________________
9240 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
9241         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
9242              From: Michael G Schwern <schwern@pobox.com>
9243              Date: Mon, 12 Nov 2001 20:50:34 -0500
9244              Message-ID: <20011112205034.H2888@blackrider>
9245      Branch: perl
9246            + lib/vmsish.pm lib/vmsish.t
9247            - vms/ext/vmsish.pm vms/ext/vmsish.t
9248            ! MANIFEST vms/descrip_mms.template
9249 ____________________________________________________________________________
9250 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
9251         Log: :utf8 works only with perlio.
9252      Branch: perl
9253            ! lib/open.t
9254 ____________________________________________________________________________
9255 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
9256         Log: Subject: Re: @Config -"des" not quite working on VMS
9257              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9258              Date: Tue, 13 Nov 2001 08:35:13 EST 
9259              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
9260      Branch: perl
9261            ! configure.com
9262 ____________________________________________________________________________
9263 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
9264         Log: Subject: [PATCH] lib/charnames.pm 
9265              From: Jeffrey Friedl <jfriedl@yahoo.com>
9266              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
9267              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
9268      Branch: perl
9269            ! lib/charnames.pm
9270 ____________________________________________________________________________
9271 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
9272         Log: Docs for Mac::err.
9273      Branch: maint-5.6/macperl
9274            ! macos/ext/Mac/err/err.pm
9275 ____________________________________________________________________________
9276 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
9277         Log: Some cleanup; change some globals to references for
9278              possible persistence later.
9279      Branch: maint-5.6/macperl
9280            ! macos/lib/Mac/Glue.pm
9281 ____________________________________________________________________________
9282 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
9283         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
9284      Branch: maint-5.6/macperl
9285            ! macos/ext/Mac/Files/Files.pm
9286 ____________________________________________________________________________
9287 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
9288         Log: Get Mac::Navigation to compile (bug #464684).
9289      Branch: maint-5.6/macperl
9290            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
9291            ! macos/ext/Mac/Navigation/Makefile.PL
9292            ! macos/ext/Mac/Navigation/Navigation.xs
9293            ! macos/macperl/Makefile.mk
9294 ____________________________________________________________________________
9295 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
9296         Log: Add in modules and POD to help menu.
9297      Branch: maint-5.6/macperl
9298            ! macos/macperl/MacPerl.podhelp
9299 ____________________________________________________________________________
9300 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
9301         Log: Update bundled modules.
9302      Branch: maint-5.6/macperl
9303            + macos/bundled_ext/Filter/t/FilterTest.pm
9304            + macos/bundled_ext/List/Util/t/shuffle.t
9305            + macos/bundled_ext/Storable/t/compat06.t
9306            + macos/bundled_ext/Storable/t/st-dump.pl
9307            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
9308            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
9309            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
9310            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
9311            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
9312            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
9313            + macos/bundled_lib/blib/lib/lwpcook.pod
9314            + macos/bundled_lib/t/Filter/Simple/filter.t
9315            + macos/bundled_lib/t/Switch/t/given.t
9316            + macos/bundled_lib/t/Switch/t/nested.t
9317            + macos/bundled_lib/t/Switch/t/switch.t
9318            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
9319            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
9320            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
9321            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
9322            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
9323            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
9324            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
9325            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
9326            + macos/bundled_lib/t/URI/rfc2732.t
9327            + macos/bundled_lib/t/libnet/config.t
9328            + macos/bundled_lib/t/libnet/libnet_t.pl
9329            + macos/bundled_lib/t/libwww-perl/live/google.t
9330            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
9331            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
9332            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
9333            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
9334            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
9335            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
9336            + macos/bundled_lib/t/libwww-perl/live/validator.t
9337            - macos/bundled_ext/Filter/t/MyFilter.pm
9338            - macos/bundled_ext/Storable/t/compat-0.6.t
9339            - macos/bundled_ext/Storable/t/dump.pl
9340            - macos/bundled_ext/Time/Piece/Makefile.PL
9341            - macos/bundled_ext/Time/Piece/Piece.pm
9342            - macos/bundled_ext/Time/Piece/Piece.t
9343            - macos/bundled_ext/Time/Piece/Piece.xs
9344            - macos/bundled_ext/Time/Piece/README
9345            - macos/bundled_ext/Time/Piece/Seconds.pm
9346            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
9347            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
9348            - macos/bundled_lib/blib/lib/Net/PH.pm
9349            - macos/bundled_lib/blib/lib/Net/SNPP.pm
9350            - macos/bundled_lib/blib/lib/Text/Balanced.pod
9351            - macos/bundled_lib/t/Filter/Simple/test.pl
9352            - macos/bundled_lib/t/Switch/test.pl
9353            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
9354            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
9355            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
9356            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
9357            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
9358            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
9359            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
9360            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
9361            - macos/bundled_lib/t/libnet/ph.t
9362            ! (edit 125 files)
9363 ____________________________________________________________________________
9364 [ 12961] By: ams                                   on 2001/11/13  00:45:08
9365         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
9366              From: Michael G Schwern <schwern@pobox.com>
9367              Date: Mon, 12 Nov 2001 20:16:45 -0500
9368              Message-Id: <20011112201644.G2888@blackrider>
9369      Branch: perl
9370            ! pod/perlport.pod
9371 ____________________________________________________________________________
9372 [ 12960] By: ams                                   on 2001/11/12  23:54:00
9373         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
9374              Recoving dup tests for VMS
9375              From: Michael G Schwern <schwern@pobox.com>
9376              Date: Mon, 12 Nov 2001 19:35:33 -0500
9377              Message-Id: <20011112193533.D2888@blackrider>
9378      Branch: perl
9379            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
9380 ____________________________________________________________________________
9381 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
9382         Log: Update Changes.
9383      Branch: perl
9384            ! Changes patchlevel.h
9385 ____________________________________________________________________________
9386 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
9387         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
9388              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
9389              Date: Mon, 12 Nov 2001 12:35:18 EST 
9390              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
9391      Branch: perl
9392            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
9393            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
9394 ____________________________________________________________________________
9395 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
9396         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
9397              From: Barrie Slaymaker <barries@slaysys.com>
9398              Date: Mon, 12 Nov 2001 11:19:52 -0500
9399              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
9400      Branch: perl
9401            ! lib/File/Spec.t lib/File/Spec/Win32.pm
9402 ____________________________________________________________________________
9403 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
9404         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
9405              From: Barrie Slaymaker <barries@slaysys.com>
9406              Date: Mon, 12 Nov 2001 11:07:36 -0500
9407              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
9408      Branch: perl
9409            ! lib/Benchmark.pm
9410 ____________________________________________________________________________
9411 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
9412         Log: Misplaced test, noticed by Barrie Slaymaker.
9413              (We are missing Benchmark tests, then.)
9414      Branch: perl
9415            + ext/Devel/DProf/DProf.t
9416            - lib/Benchmark.t
9417            ! MANIFEST
9418 ____________________________________________________________________________
9419 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
9420         Log: Subject: [PATCH] a few typo fixes 
9421              From: Jeffrey Friedl <jfriedl@yahoo.com>
9422              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
9423              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
9424              
9425              Patching README.foo instead of pod/perlfoo.pod,
9426              not patching Math::BigInt (Tels will take care of that),
9427              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
9428              and perldoc.PL instead of libnetcfg and perldoc, patching
9429              ext/Digest/MD5/t/files.t since MD5.pm was changed.
9430      Branch: perl
9431            ! (edit 109 files)
9432 ____________________________________________________________________________
9433 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
9434         Log: Add a note about the dangers of bad UTF-8.
9435      Branch: perl
9436            ! pod/perlunicode.pod
9437 ____________________________________________________________________________
9438 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
9439         Log: NetWare Nit from Ananth Kesari.
9440      Branch: perl
9441            ! NetWare/config.wc
9442 ____________________________________________________________________________
9443 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
9444         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
9445      Branch: perl
9446            ! ext/Encode/Encode.pm
9447 ____________________________________________________________________________
9448 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
9449         Log: (retracted by #12951)
9450      Branch: perl
9451            ! ext/Encode/Encode.pm
9452 ____________________________________________________________________________
9453 [ 12949] By: ams                                   on 2001/11/12  06:40:18
9454         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
9455              From: Robert Spier <rspier@pobox.com>
9456              Date: Sun, 11 Nov 2001 18:50:18 -0800
9457              Message-Id: <15343.14570.121505.233336@rls.cx>
9458              
9459              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
9460              From: Rick Delaney <rick.delaney@home.com>
9461              Date: 12 Nov 2001 00:15:52 -0500
9462              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
9463      Branch: perl
9464            ! pp_hot.c t/op/taint.t
9465 ____________________________________________________________________________
9466 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
9467         Log: It seems that we actually have this detail implemented
9468              as for as Level 1 Support of Unicode regex support is
9469              concerned: at Level 1 only 1:1 support for loose
9470              (aka caseless, aka caseigoring ) matching is required.
9471      Branch: perl
9472            ! pod/perlunicode.pod
9473 ____________________________________________________________________________
9474 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
9475         Log: (retracted by #12951)
9476      Branch: perl
9477            ! ext/Encode/Encode.pm
9478 ____________________________________________________________________________
9479 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
9480         Log: BOM, bom, Bom.
9481      Branch: perl
9482            ! pod/perlunicode.pod
9483 ____________________________________________________________________________
9484 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
9485         Log: Upgrade to Math::BigInt 1.46.
9486      Branch: perl
9487            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9488            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
9489            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
9490            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
9491            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
9492 ____________________________________________________________________________
9493 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
9494         Log: Subject: Re: PERFORCE change 12943 for review
9495              From: "Philip Newton" <Philip.Newton@gmx.net>
9496              Date: Sun, 11 Nov 2001 20:53:36 +0100
9497              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
9498      Branch: perl
9499            ! pod/perlunicode.pod
9500 ____________________________________________________________________________
9501 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
9502         Log: Doc updates; make the Unicode discussions a little
9503              bit less alarming, and add information about encodings,
9504              surrogates, and BOMs.
9505      Branch: perl
9506            ! pod/perlunicode.pod
9507 ____________________________________________________________________________
9508 [ 12942] By: ams                                   on 2001/11/11  16:45:00
9509         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
9510              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
9511              Date: Mon, 12 Nov 2001 00:22:57 +0900
9512              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
9513      Branch: perl
9514            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
9515            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
9516 ____________________________________________________________________________
9517 [ 12941] By: ams                                   on 2001/11/11  13:01:40
9518         Log: Subject: Re: PERFORCE change 12929 for review
9519              From: "Philip Newton" <Philip.Newton@gmx.net>
9520              Date: Sun, 11 Nov 2001 14:27:44 +0100
9521              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
9522      Branch: perl
9523            ! MANIFEST
9524 ____________________________________________________________________________
9525 [ 12940] By: ams                                   on 2001/11/11  05:06:43
9526         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
9527              From: Michael G Schwern <schwern@pobox.com>
9528              Date: Thu, 8 Nov 2001 22:56:45 -0500
9529              Message-Id: <20011108225645.H5587@blackrider>
9530      Branch: perl
9531            ! t/op/chdir.t
9532 ____________________________________________________________________________
9533 [ 12939] By: ams                                   on 2001/11/11  05:01:00
9534         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
9535              From: Michael G Schwern <schwern@pobox.com>
9536              Date: Sun, 11 Nov 2001 00:54:43 -0500
9537              Message-Id: <20011111005443.A24450@blackrider>
9538      Branch: perl
9539            ! ext/Cwd/t/cwd.t
9540 ____________________________________________________________________________
9541 [ 12938] By: ams                                   on 2001/11/11  03:25:13
9542         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
9543              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
9544              From: "chromatic" <chromatic@rmci.net>
9545              Date: Sat, 10 Nov 2001 21:03:20 -0700
9546              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
9547      Branch: perl
9548            ! lib/File/stat.pm lib/File/stat.t
9549 ____________________________________________________________________________
9550 [ 12937] By: ams                                   on 2001/11/11  02:05:23
9551         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
9552              From: "Craig A. Berry" <craigberry@mac.com>
9553              Date: Sat, 10 Nov 2001 17:23:52 -0600
9554              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
9555      Branch: perl
9556            ! t/op/magic.t
9557 ____________________________________________________________________________
9558 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
9559         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
9560      Branch: perl
9561            ! lib/open.pm lib/open.t
9562 ____________________________________________________________________________
9563 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
9564         Log: The Official name of ASCII.
9565      Branch: perl
9566            ! ext/Encode/Encode.pm
9567 ____________________________________________________________________________
9568 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
9569         Log: The KOI8-R example wasn't quite right.
9570      Branch: perl
9571            ! lib/open.pm lib/open.t
9572 ____________________________________________________________________________
9573 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
9574         Log: Enhance the open pragma to support :utf8, :locale,
9575              and :encoding directly as special cases, and rename
9576              the INOUT to IO.
9577      Branch: perl
9578            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
9579 ____________________________________________________________________________
9580 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
9581         Log: Document the UTF-16 surrogate encoding and decoding.
9582      Branch: perl
9583            ! ext/Encode/Encode.pm
9584 ____________________________________________________________________________
9585 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
9586         Log: A potential recursion breaker.
9587      Branch: perl
9588            ! sv.c
9589 ____________________________________________________________________________
9590 [ 12930] By: ams                                   on 2001/11/10  07:46:53
9591         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
9592              (was Re: perl@12892)
9593              From: "chromatic" <chromatic@rmci.net>
9594              Date: Sat, 10 Nov 2001 01:28:09 -0700
9595              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
9596      Branch: perl
9597            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
9598            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
9599            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
9600            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
9601 ____________________________________________________________________________
9602 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
9603         Log: Add a test for the bytes pragma.
9604      Branch: perl
9605            + lib/bytes.t
9606            ! MANIFEST
9607 ____________________________________________________________________________
9608 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
9609         Log: Doc update.
9610      Branch: perl
9611            ! lib/bytes.pm
9612 ____________________________________________________________________________
9613 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
9614         Log: Cease to exist.
9615      Branch: perl
9616            - lib/Unicode/Normalize.pm
9617 ____________________________________________________________________________
9618 [ 12926] By: ams                                   on 2001/11/10  03:23:16
9619         Log: Subject: [patch] my_setenv speedup + fixes
9620              From: Doug MacEachern <dougm@covalent.net>
9621              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
9622              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
9623      Branch: perl
9624            ! util.c
9625 ____________________________________________________________________________
9626 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
9627         Log: Newline trouble.
9628      Branch: perl
9629            ! lib/ExtUtils/Embed.t
9630 ____________________________________________________________________________
9631 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
9632         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
9633              From: "Craig A. Berry" <craigberry@mac.com>
9634              Date: Fri, 09 Nov 2001 18:13:16 -0600
9635              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
9636      Branch: perl
9637            ! vms/munchconfig.c
9638 ____________________________________________________________________________
9639 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
9640         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
9641              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9642              Date: Sat, 10 Nov 2001 00:10:45 +0100
9643              Message-ID: <20011110001045.A11945@rafael>
9644      Branch: perl
9645            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
9646            + t/run/switchn.t t/run/switchp.t
9647            ! MANIFEST
9648 ____________________________________________________________________________
9649 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
9650         Log: Subject: [PATCH] some tests not cleaning up properly               
9651              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
9652              Date: Fri, 9 Nov 2001 22:13:10 +0100
9653              Message-ID: <20011109221310.A11115@rafael>
9654      Branch: perl
9655            ! ext/Cwd/t/cwd.t t/io/argv.t
9656 ____________________________________________________________________________
9657 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
9658         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
9659              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9660              Date: Fri, 9 Nov 2001 15:07:19 EST
9661              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
9662      Branch: perl
9663            ! lib/ExtUtils/Embed.t
9664 ____________________________________________________________________________
9665 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
9666         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
9667              have been copied so it shouldn't be freed in perl_destruct()
9668      Branch: perl
9669            ! perl.c
9670 ____________________________________________________________________________
9671 [ 12919] By: ams                                   on 2001/11/09  15:36:22
9672         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
9673              From: Michael G Schwern <schwern@pobox.com>
9674              Date: Fri, 9 Nov 2001 00:38:59 -0500
9675              Message-Id: <20011109003859.K5587@blackrider>
9676              (Applied with directory name changes suggested by Craig Berry.)
9677      Branch: perl
9678            ! ext/Cwd/t/cwd.t
9679 ____________________________________________________________________________
9680 [ 12918] By: ams                                   on 2001/11/09  15:29:15
9681         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
9682              From: Michael G Schwern <schwern@pobox.com>
9683              Date: Fri, 9 Nov 2001 01:44:14 -0500
9684              Message-Id: <20011109014414.N5587@blackrider>
9685      Branch: perl
9686            ! vms/ext/filespec.t
9687 ____________________________________________________________________________
9688 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
9689         Log: Update Changes.
9690      Branch: perl
9691            ! Changes patchlevel.h
9692 ____________________________________________________________________________
9693 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
9694         Log: Regen toc.
9695      Branch: perl
9696            ! pod/perltoc.pod
9697 ____________________________________________________________________________
9698 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
9699         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
9700              see http://www.jepstone.net/bjepson//jpl/cvs.html
9701      Branch: perl
9702            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
9703 ____________________________________________________________________________
9704 [ 12914] By: ams                                   on 2001/11/09  14:05:12
9705         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
9706              From: Michael G Schwern <schwern@pobox.com>
9707              Date: Thu, 8 Nov 2001 22:05:49 -0500
9708              Message-Id: <20011108220549.F5587@blackrider>
9709      Branch: perl
9710            ! vms/test.com
9711 ____________________________________________________________________________
9712 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
9713         Log: NetWare update from Ananth Kesari.
9714      Branch: perl
9715            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
9716 ____________________________________________________________________________
9717 [ 12912] By: ams                                   on 2001/11/09  13:40:26
9718         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
9719              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9720              Date: Fri, 9 Nov 2001 14:32:28 +0100
9721              Message-Id: <20011109143228.A18996@rafael>
9722      Branch: perl
9723            ! perl.c
9724 ____________________________________________________________________________
9725 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
9726         Log: FAQ sync.
9727      Branch: perl
9728            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
9729            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
9730            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
9731 ____________________________________________________________________________
9732 [ 12910] By: ams                                   on 2001/11/09  07:33:49
9733         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
9734              From: Michael G Schwern <schwern@pobox.com>
9735              Date: Fri, 9 Nov 2001 00:41:56 -0500
9736              Message-Id: <20011109004156.L5587@blackrider>
9737      Branch: perl
9738            ! lib/File/Find/t/find.t
9739 ____________________________________________________________________________
9740 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
9741         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
9742              The CPAN distribution has both pm and XS implementations,
9743              and for performance reasons we choose the XS.
9744              Another reason to choose the XS is that it doesn't
9745              require Lingua::KO::Hangul::Util, which means that
9746              we can delete that-- which in turn means that Unicode::UCD
9747              cannot expect that: support it, but don't expect.
9748              Ditto Unicode::Collate.
9749              
9750              Note that Unicode::Normalize Makefile.PL and
9751              Normalize.xs have been modified from the CPAN 0.10
9752              versions: the first one to be simpler (no pm) and
9753              clean up the generated unf*.h files, the second one
9754              to quench compiler grumblings.  Must notify Sadahiro
9755              about these changes.
9756      Branch: perl
9757            + ext/Unicode/Normalize/Changes
9758            + ext/Unicode/Normalize/Makefile.PL
9759            + ext/Unicode/Normalize/Normalize.pm
9760            + ext/Unicode/Normalize/Normalize.pod
9761            + ext/Unicode/Normalize/Normalize.xs
9762            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
9763            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
9764            + ext/Unicode/Normalize/t/test.t
9765            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
9766            - lib/Lingua/KO/Hangul/Util/README
9767            - lib/Lingua/KO/Hangul/Util/t/test.t
9768            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
9769            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
9770            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
9771            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
9772            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
9773            ! win32/makefile.mk
9774 ____________________________________________________________________________
9775 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
9776         Log: Test miscounting.
9777      Branch: perl
9778            ! ext/POSIX/t/posix.t
9779 ____________________________________________________________________________
9780 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
9781         Log: Quote the variables in failures messages more nicely.
9782      Branch: perl
9783            ! t/test.pl
9784 ____________________________________________________________________________
9785 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
9786         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
9787              From: Michael G Schwern <schwern@pobox.com>
9788              Date: Thu, 8 Nov 2001 17:24:49 -0500
9789              Message-ID: <20011108172449.A5587@blackrider>
9790              
9791              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
9792              From: "Craig A. Berry" <craigberry@mac.com>
9793              Date: Thu, 8 Nov 2001 16:35:00 -0600
9794              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
9795      Branch: perl
9796            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
9797 ____________________________________________________________________________
9798 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
9799         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
9800              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9801              Date: Thu, 8 Nov 2001 22:52:50 -0000
9802              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
9803      Branch: perl
9804            ! ext/DB_File/t/db-recno.t
9805 ____________________________________________________________________________
9806 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
9807         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
9808              (Probably not an EBCDIC issue the way one would think
9809              since no chr() et alia are used in UCD.pm.)
9810      Branch: perl
9811            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9812 ____________________________________________________________________________
9813 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
9814         Log: Whether overwriting the $self->{...} values (see #12902)
9815              is a good policy or not is debatable, but let's at least
9816              be consistent.
9817      Branch: perl
9818            ! lib/ExtUtils/MM_Unix.pm
9819 ____________________________________________________________________________
9820 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
9821         Log: The MakeMaker argument () quoting patch that sneaked
9822              in at #12883 didn't handle make macros like this $(...).
9823              Leaning toothpicks, we've got them.
9824      Branch: perl
9825            ! lib/ExtUtils/MM_Unix.pm
9826 ____________________________________________________________________________
9827 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
9828         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
9829              From: Michael G Schwern <schwern@pobox.com>
9830              Date: Wed, 7 Nov 2001 02:02:29 -0500
9831              Message-ID: <20011107020229.K2858@blackrider>
9832      Branch: perl
9833            ! t/io/argv.t t/test.pl vms/test.com
9834 ____________________________________________________________________________
9835 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
9836         Log: Subject: [PATCH 20011106.084] -s on #! line 
9837              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9838              Date: Wed, 7 Nov 2001 22:23:39 +0100
9839              Message-ID: <20011107222339.E729@rafael>
9840      Branch: perl
9841            ! embed.h embed.pl perl.c proto.h toke.c
9842 ____________________________________________________________________________
9843 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
9844         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
9845              From: Michael G Schwern <schwern@pobox.com>
9846              Date: Wed, 7 Nov 2001 16:52:49 -0500
9847              Message-ID: <20011107165249.I7346@blackrider>
9848      Branch: perl
9849            ! pod/perlhack.pod
9850 ____________________________________________________________________________
9851 [ 12898] By: ams                                   on 2001/11/08  13:02:19
9852         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
9853              From: Mark-Jason Dominus <mjd@plover.com>
9854              Date: Thu, 08 Nov 2001 08:59:02 -0500
9855              Message-Id: <20011108135902.2275.qmail@plover.com>
9856      Branch: perl
9857            ! INSTALL README README.amiga README.os2 README.vms
9858            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
9859            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
9860 ____________________________________________________________________________
9861 [ 12897] By: ams                                   on 2001/11/08  12:49:28
9862         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
9863              From: mjd@plover.com
9864              Date: 8 Nov 2001 13:33:18 -0000
9865              Message-Id: <20011108133318.1786.qmail@plover.com>
9866      Branch: perl
9867            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
9868            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
9869            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
9870            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
9871            ! pod/perlport.pod pod/perlvar.pod
9872 ____________________________________________________________________________
9873 [ 12896] By: ams                                   on 2001/11/08  11:22:12
9874         Log: open(FH, $file) should strip leading and trailing whitespace.
9875      Branch: perl
9876            ! doio.c
9877 ____________________________________________________________________________
9878 [ 12895] By: ams                                   on 2001/11/08  10:17:14
9879         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
9880              From: "Craig A. Berry" <craigberry@mac.com>
9881              Date: Wed, 07 Nov 2001 13:41:50 -0600
9882              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
9883      Branch: perl
9884            ! t/op/glob.t
9885 ____________________________________________________________________________
9886 [ 12894] By: ams                                   on 2001/11/08  08:32:20
9887         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
9888              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
9889              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
9890              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
9891      Branch: perl
9892            ! makedepend.SH
9893 ____________________________________________________________________________
9894 [ 12893] By: ams                                   on 2001/11/08  08:26:31
9895         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
9896              From: mjd@plover.com
9897              Date: 8 Nov 2001 08:08:07 -0000
9898              Message-Id: <20011108080807.30147.qmail@plover.com>
9899              
9900              Subject: bleadperl perl.pod
9901              From: mjd@plover.com
9902              Date: 8 Nov 2001 08:10:47 -0000
9903              Message-Id: <20011108081047.30178.qmail@plover.com>
9904              
9905              Subject: more bleadperl perl.pod
9906              From: mjd@plover.com
9907              Date: 8 Nov 2001 08:16:28 -0000
9908              Message-Id: <20011108081628.30229.qmail@plover.com>
9909      Branch: perl
9910            ! pod/perl.pod pod/perldebug.pod
9911 ____________________________________________________________________________
9912 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
9913         Log: Tweak for Cray-friendliness from Nicholas Clark.
9914      Branch: perl
9915            ! sv.c
9916 ____________________________________________________________________________
9917 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
9918         Log: VMS patch redo from Charles Lane.
9919      Branch: perl
9920            ! vms/gen_shrfls.pl
9921 ____________________________________________________________________________
9922 [ 12890] By: ams                                   on 2001/11/07  15:16:10
9923         Log: Subject: [ID 20011107.088] two perl pod nits
9924              From: lvirden@cas.org
9925              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
9926              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
9927      Branch: perl
9928            ! pod/perl.pod pod/perlfaq3.pod
9929 ____________________________________________________________________________
9930 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
9931         Log: Update Changes.
9932      Branch: perl
9933            ! Changes patchlevel.h
9934 ____________________________________________________________________________
9935 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
9936         Log: The (emulated) "no utf8" must be in a BEGIN block
9937              to be effective.
9938      Branch: perl
9939            ! lib/CGI/t/html.t
9940 ____________________________________________________________________________
9941 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
9942         Log: "v-strings" is the right term.
9943      Branch: perl
9944            ! pod/perltodo.pod
9945 ____________________________________________________________________________
9946 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
9947         Log: Add vstrings-as-objects need to perltodo.
9948      Branch: perl
9949            ! pod/perltodo.pod
9950 ____________________________________________________________________________
9951 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
9952         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
9953              From: Nicholas Clark <nick@ccl4.org>
9954              Date: Wed, 7 Nov 2001 14:36:32 +0000
9955              Message-ID: <20011107143631.I24980@plum.flirble.org>
9956      Branch: perl
9957            ! t/op/pack.t
9958 ____________________________________________________________________________
9959 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
9960         Log: The Embed test requires a major rewrite for VMS
9961              (plus it reveals a couple of annoying glitches
9962              in buffering), so skip the test for now; from
9963              Charles Lane.
9964      Branch: perl
9965            ! lib/ExtUtils/Embed.t
9966 ____________________________________________________________________________
9967 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
9968         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
9969              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9970              Date: Wed, 7 Nov 2001 09:23:28 EST
9971              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
9972              
9973              (Also i seems that an unrelated experimental patch
9974              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
9975      Branch: perl
9976            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
9977 ____________________________________________________________________________
9978 [ 12882] By: ams                                   on 2001/11/07  05:14:04
9979         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
9980              From: Mark-Jason Dominus <mjd@plover.com>
9981              Date: Wed, 07 Nov 2001 00:43:46 -0500
9982              Message-Id: <20011107054346.14428.qmail@plover.com>
9983      Branch: perl
9984            ! gv.c op.c toke.c
9985 ____________________________________________________________________________
9986 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
9987         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
9988              From: Michael G Schwern <schwern@pobox.com>             
9989              Date: Tue, 6 Nov 2001 22:04:39 -0500
9990              Message-ID: <20011106220439.D2858@blackrider>              
9991      Branch: perl
9992            ! lib/perl5db.pl
9993 ____________________________________________________________________________
9994 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
9995         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
9996              stress))
9997              From: Jonathan Stowe <gellyfish@gellyfish.com>
9998              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
9999              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
10000              
10001              (except for one hunk where indentation differs)
10002      Branch: perl
10003            ! lib/Term/Cap.t
10004 ____________________________________________________________________________
10005 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
10006         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
10007              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10008              Date: Tue, 6 Nov 2001 21:45:01 +0100
10009              Message-ID: <20011106214501.A704@rafael>
10010      Branch: perl
10011            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
10012            ! lib/File/Spec/Win32.pm
10013 ____________________________________________________________________________
10014 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
10015         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
10016              From: Michael G Schwern <schwern@pobox.com>              
10017              Date: Tue, 6 Nov 2001 20:58:45 -0500
10018              Message-ID: <20011106205845.G29411@blackrider>
10019      Branch: perl
10020            ! t/test.pl
10021 ____________________________________________________________________________
10022 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
10023         Log: Subject: making do_sprintf public       
10024              From: Doug MacEachern <dougm@covalent.net>    
10025              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
10026              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
10027      Branch: perl
10028            ! embed.h embed.pl global.sym
10029 ____________________________________________________________________________
10030 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
10031         Log: Update to CGI.pm 2.78.
10032              
10033              TODO: the test suite needs to be merged so that
10034              when in core, the core version is tested, and when
10035              using the CPAN version, testing the CPAN version.
10036              (the changes need to be sent to Lincoln, too...)
10037      Branch: perl
10038            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
10039            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
10040            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
10041            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
10042            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
10043            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
10044 ____________________________________________________________________________
10045 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
10046         Log: Integrate with perlio; (strictly) readonly hashes via XS.
10047      Branch: perl
10048           +> t/lib/access.t
10049           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
10050 ____________________________________________________________________________
10051 [ 12874] By: nick                                  on 2001/11/06  21:05:16
10052         Log: Keep It Simple and Stupid version of readonly hash support.
10053              - Test for SvREAONLY(hv) at a few spots in hv.c
10054              - add the error message to perldiag.pod
10055              - (dubious) add access::readonly() to univeral.c
10056              - add test using above
10057              - fixup ext/B/t/stash.t to account for access:: existing
10058      Branch: perlio
10059            + t/lib/access.t
10060            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
10061 ____________________________________________________________________________
10062 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
10063         Log: Fix incorrect warnings about broken globbing;
10064              from Andy Dougherty.
10065      Branch: perl
10066            ! hints/linux.sh
10067 ____________________________________________________________________________
10068 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
10069         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
10070              toggle-on from the encoding pragma.
10071      Branch: perl
10072            ! regcomp.c regexec.c
10073 ____________________________________________________________________________
10074 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
10075         Log: Retract #12824, doesn't help and is ignored
10076              by Configure anyway.
10077      Branch: perl
10078            ! hints/beos.sh
10079 ____________________________________________________________________________
10080 [ 12870] By: ams                                   on 2001/11/06  10:40:37
10081         Log: Subject: Cosmetic change
10082              From: H.Merijn Brand <h.m.brand@hccnet.nl>
10083              Date: Tue, 06 Nov 2001 12:30:52 +0100
10084              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
10085      Branch: perl
10086            ! README.hpux
10087 ____________________________________________________________________________
10088 [ 12869] By: nick                                  on 2001/11/06  08:26:40
10089         Log: Integrate mainline
10090      Branch: perlio
10091           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
10092           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
10093 ____________________________________________________________________________
10094 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
10095         Log: The parentheses are protected enough.
10096      Branch: perl
10097            ! hints/os390.sh
10098 ____________________________________________________________________________
10099 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
10100         Log: ccflags, not ldflags.
10101      Branch: perl
10102            ! hints/os390.sh
10103 ____________________________________________________________________________
10104 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
10105         Log: ... and the proto to go with #12865.
10106      Branch: perl
10107            ! proto.h
10108 ____________________________________________________________________________
10109 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
10110         Log: Oops.  Luckily nothing was using this symbol yet.
10111      Branch: perl
10112            ! global.sym
10113 ____________________________________________________________________________
10114 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
10115         Log: Implement the encoding pragma for regex literals.
10116      Branch: perl
10117            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
10118 ____________________________________________________________________________
10119 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
10120         Log: More UTF8 EXACT fixing.
10121      Branch: perl
10122            ! regexec.c
10123 ____________________________________________________________________________
10124 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
10125         Log: More re debugging.
10126      Branch: perl
10127            ! regexec.c
10128 ____________________________________________________________________________
10129 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
10130         Log: EXACT correction attempt.  Continued in #12863.
10131      Branch: perl
10132            ! regexec.c
10133 ____________________________________________________________________________
10134 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
10135         Log: Unterminated L<.
10136      Branch: perl
10137            ! ext/DB_File/DB_File.pm
10138 ____________________________________________________________________________
10139 [ 12859] By: nick                                  on 2001/11/05  19:15:17
10140         Log: Integrate mainline
10141      Branch: perlio
10142           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
10143           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
10144           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
10145           +> lib/Math/BigInt/t/sub_mbi.t
10146            - lib/Math/BigInt/t/Math/Subclass.pm
10147            - lib/Math/BigInt/t/subclass.t
10148           !> (integrate 30 files)
10149 ____________________________________________________________________________
10150 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
10151         Log: Regex debugging fixes from Hugo.
10152      Branch: perl
10153            ! regcomp.c regexec.c
10154 ____________________________________________________________________________
10155 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
10156         Log: IRIX: at some point the cc -version has started
10157              to output to stderr, not stdout any more.
10158      Branch: perl
10159            ! hints/irix_6.sh
10160 ____________________________________________________________________________
10161 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
10162         Log: Update Changes.
10163      Branch: perl
10164            ! Changes patchlevel.h
10165 ____________________________________________________________________________
10166 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
10167         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
10168      Branch: perl
10169            ! lib/File/Spec/Unix.pm
10170 ____________________________________________________________________________
10171 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
10172         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
10173              From: rgarciasuarez@free.fr
10174              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
10175              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
10176      Branch: perl
10177            ! lib/File/Spec/Unix.pm
10178 ____________________________________________________________________________
10179 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
10180         Log: Use config.arch in OS/390 where the combination of
10181              IEEE floats and ldflags is tricky.
10182      Branch: perl
10183            ! hints/os390.sh
10184 ____________________________________________________________________________
10185 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
10186         Log: Metaconfig unit change for #12851.
10187      Branch: metaconfig
10188            ! U/modified/Config_sh.U
10189 ____________________________________________________________________________
10190 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
10191         Log: Support a config.arch file, similar to config.over,
10192              but loaded just before it.
10193      Branch: perl
10194            ! Configure INSTALL
10195 ____________________________________________________________________________
10196 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
10197         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
10198              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10199              Date: Mon, 5 Nov 2001 14:26:24 +0100
10200              Message-ID: <20011105142624.C31977@rafael>
10201      Branch: perl
10202            ! lib/Symbol.pm lib/Symbol.t
10203 ____________________________________________________________________________
10204 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
10205         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
10206              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10207              Date: Sun, 4 Nov 2001 22:28:57 +0100
10208              Message-ID: <20011104222857.C696@rafael>
10209      Branch: perl
10210            ! pod/perldebug.pod pod/perlpodspec.pod
10211 ____________________________________________________________________________
10212 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
10213         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
10214      Branch: perl
10215            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
10216 ____________________________________________________________________________
10217 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
10218         Log: Math::Big* test tweaks to work better with core:
10219              but the coast still not clear.
10220      Branch: perl
10221            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
10222            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10223 ____________________________________________________________________________
10224 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
10225         Log: Protect against high load: measure how much wall
10226              clock time went by while sleeping.  Avoids some
10227              false negatives, while may introduce some false
10228              positives.  Life is hard.
10229      Branch: perl
10230            ! ext/Time/HiRes/HiRes.t
10231 ____________________________________________________________________________
10232 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
10233         Log: More forgotten from #12843.
10234      Branch: perl
10235            ! lib/Math/BigInt/t/bigfltpm.inc
10236 ____________________________________________________________________________
10237 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
10238         Log: Forgot from #12843.
10239      Branch: perl
10240            + lib/Math/BigInt/t/bigintpm.inc
10241            ! MANIFEST
10242 ____________________________________________________________________________
10243 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
10244         Log: Upgrade to Math::BigInt 1.45; from Tels.
10245              NOTE: some of the tests are failing but that's because
10246              the core integration is not yet done.
10247      Branch: perl
10248            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
10249            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
10250            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10251            - lib/Math/BigInt/t/Math/Subclass.pm
10252            - lib/Math/BigInt/t/subclass.t
10253            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
10254            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
10255            ! lib/Math/BigInt/t/mbimbf.t
10256 ____________________________________________________________________________
10257 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
10258         Log: VMS: adds capability to control more configuration stuff with
10259              -D and -U switches; parsing config.sh to extract previous config
10260              info in VMS-form, and a rewrite of the "prompt/response" routine;
10261              from Charles Lane.
10262      Branch: perl
10263            ! configure.com
10264 ____________________________________________________________________________
10265 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
10266         Log: Subject: Typo correction in perldebguts.pod
10267              From: mjd@plover.com
10268              Date: 4 Nov 2001 16:20:05 -0000
10269              Message-ID: <20011104162005.16699.qmail@plover.com>
10270      Branch: perl
10271            ! pod/perldebguts.pod
10272 ____________________________________________________________________________
10273 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
10274         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
10275              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10276              Date: Sun, 4 Nov 2001 11:47:30 +0100
10277              Message-ID: <20011104114730.A715@rafael>
10278              
10279              Remove -T from the test, wrong place for that.
10280      Branch: perl
10281            ! lib/File/Temp/t/mktemp.t
10282 ____________________________________________________________________________
10283 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
10284         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
10285              From: Nicholas Clark <nick@ccl4.org>
10286              Date: Sun, 4 Nov 2001 10:41:24 +0000
10287              Message-ID: <20011104104123.U20123@plum.flirble.org>
10288      Branch: perl
10289            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
10290 ____________________________________________________________________________
10291 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
10292         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
10293              From: Michael G Schwern <schwern@pobox.com>
10294              Date: Sat, 3 Nov 2001 15:41:47 -0500
10295              Message-ID: <20011103154147.C600@blackrider>
10296      Branch: perl
10297            ! lib/Term/Cap.t
10298 ____________________________________________________________________________
10299 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
10300         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
10301              From: "Craig A. Berry" <craigberry@mac.com>     
10302              Date: Sat, 03 Nov 2001 16:02:28 -0600
10303              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
10304      Branch: perl
10305            ! ext/Time/HiRes/HiRes.t
10306 ____________________________________________________________________________
10307 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
10308         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
10309              From: "chromatic" <chromatic@rmci.net>
10310              Date: Sat, 03 Nov 2001 12:28:17 -0700
10311              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
10312      Branch: perl
10313            ! lib/Term/Cap.t
10314 ____________________________________________________________________________
10315 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
10316         Log: Don't bother doing POSIX charclass parsing if it
10317              possibly cannot be so.  Prepares way for charclass
10318              syntax like [[abc]||[def]] (or just [[abc][def]])
10319              for union, [[\w]&&[$a]] for intersection,
10320              and [[a-z]&&[^def]] for subtraction.
10321              
10322              Currently /[[a]/ (or /[a[]/) parses as a character
10323              class containing two characters, "[" and "a",
10324              this may have to be broken for the syntax described
10325              above, otherwise we would have to scan the whole pattern
10326              to find out whether the square brackets match pairwise.
10327              Luckily, the special case of "[" doesn't seem to be
10328              documented (as opposed to "]" and "-"), so we may have
10329              better story for breaking it...  One can always use \[
10330              if one wants a literal "[", so there.
10331      Branch: perl
10332            ! regcomp.c
10333 ____________________________________________________________________________
10334 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
10335         Log: Comment correction.
10336      Branch: perl
10337            ! regcomp.c
10338 ____________________________________________________________________________
10339 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
10340         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
10341              The latter is a RedHatism.
10342      Branch: perl
10343            ! lib/ExtUtils/MakeMaker.pm
10344 ____________________________________________________________________________
10345 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
10346         Log: Integrate perlio.
10347      Branch: perl
10348           !> perlio.c
10349 ____________________________________________________________________________
10350 [ 12831] By: nick                                  on 2001/11/03  11:42:15
10351         Log: Integrate mainline
10352      Branch: perlio
10353           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
10354           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
10355           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
10356           !> sv.c t/test.pl
10357 ____________________________________________________________________________
10358 [ 12830] By: nick                                  on 2001/11/03  10:27:34
10359         Log: Fix clone_leak problem.
10360              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
10361              as vestige of calling PerlLIO_dup().
10362      Branch: perlio
10363            ! perlio.c
10364 ____________________________________________________________________________
10365 [ 12829] By: nick                                  on 2001/11/03  09:40:46
10366         Log: Tweaks attempting to locate Doug's clone_leak leak.
10367              - add some PerlIO_debug()
10368              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
10369              - Even if it closing stdout etc. do a fflush()
10370      Branch: perlio
10371            ! perlio.c
10372 ____________________________________________________________________________
10373 [ 12828] By: nick                                  on 2001/11/03  08:34:31
10374         Log: Integrate mainline
10375      Branch: perlio
10376           !> (integrate 54 files)
10377 ____________________________________________________________________________
10378 [ 12827] By: ams                                   on 2001/11/03  03:45:19
10379         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
10380              remove this later). Based on a patch from Robert Spier in
10381              <15330.61459.14452.795263@rls.cx>.
10382      Branch: perl
10383            ! sv.c
10384 ____________________________________________________________________________
10385 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
10386         Log: microperl sync.
10387      Branch: perl
10388            ! doio.c perl.c perl.h perlio.c regexec.c
10389 ____________________________________________________________________________
10390 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
10391         Log: Definitions for the Unicode Newline Guidelines.
10392      Branch: perl
10393            ! perl.h
10394 ____________________________________________________________________________
10395 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
10396         Log: (retracted by #12871)
10397              
10398              There is no csh of any kind in default BeOS.
10399              For the purposes of miniperl globbing, bash
10400              will do.
10401      Branch: perl
10402            ! hints/beos.sh
10403 ____________________________________________________________________________
10404 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
10405         Log: Integrate change #12820 from macperl to maint and blead;
10406              
10407              Fix up (dynaloading) to work properly with multiplicity
10408      Branch: maint-5.6/perl
10409           !> ext/DynaLoader/dl_mac.xs
10410      Branch: perl
10411           !> ext/DynaLoader/dl_mac.xs
10412 ____________________________________________________________________________
10413 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
10414         Log: Several fixes for various exit problems and clearing out
10415              task queue, as well as another (incomplete) go at
10416              fixing error message handling
10417      Branch: maint-5.6/macperl
10418            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
10419 ____________________________________________________________________________
10420 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
10421         Log: Add source files for bleadperl builds
10422      Branch: maint-5.6/macperl
10423            ! macos/Makefile.mk
10424 ____________________________________________________________________________
10425 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
10426         Log: Fix up to work properly with multiplicity
10427      Branch: maint-5.6/macperl
10428            ! ext/DynaLoader/dl_mac.xs
10429 ____________________________________________________________________________
10430 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
10431         Log: Integrate with maintperl.
10432      Branch: maint-5.6/macperl
10433           +> t/op/system.t t/op/system_tests
10434           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
10435           !> pod/perltodo.pod util.c win32/win32.c
10436 ____________________________________________________________________________
10437 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
10438         Log: Locate _PATH_LOG if it's a socket even if not #defined
10439              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
10440              via Nick Clark.
10441      Branch: perl
10442            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
10443 ____________________________________________________________________________
10444 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
10445         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
10446              From: Michael G Schwern <schwern@pobox.com>
10447              Date: Fri, 2 Nov 2001 15:36:41 -0500
10448              Message-ID: <20011102153641.E23234@blackrider>
10449      Branch: perl
10450            ! t/test.pl
10451 ____________________________________________________________________________
10452 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
10453         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
10454              From: merlyn@stonehenge.com (Randal L. Schwartz)
10455              Date: 02 Nov 2001 09:33:34 -0800
10456              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
10457              
10458              (two of the changes)
10459              
10460              Better coexistence with extensions.
10461      Branch: perl
10462            ! ext/Errno/Errno_pm.PL hints/darwin.sh
10463 ____________________________________________________________________________
10464 [ 12815] By: ams                                   on 2001/11/02  16:47:43
10465         Log: Subject: Re: [PATCH] the the double double word word fix fix
10466              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
10467              Date: Fri, 02 Nov 2001 19:43:07 +0100
10468              Message-Id: <3BE2E93B.627C198E@alcatel.at>
10469      Branch: perl
10470            ! pod/perldebug.pod
10471 ____________________________________________________________________________
10472 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
10473         Log: Update Changes.
10474      Branch: perl
10475            ! Changes patchlevel.h
10476 ____________________________________________________________________________
10477 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
10478         Log: More encoding testing.
10479      Branch: perl
10480            ! lib/encoding.pm lib/encoding.t
10481 ____________________________________________________________________________
10482 [ 12812] By: ams                                   on 2001/11/02  15:07:11
10483         Log: Slight modification of #12811.
10484      Branch: perl
10485            ! op.c
10486 ____________________________________________________________________________
10487 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
10488         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
10489              From: Radu Greab <radu@netsoft.ro>
10490              Date: Fri, 2 Nov 2001 15:28:58 +0200
10491              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
10492      Branch: perl
10493            ! op.c t/op/stat.t
10494 ____________________________________________________________________________
10495 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
10496         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
10497              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10498              Date: Thu, 1 Nov 2001 22:35:50 +0100
10499              Message-ID: <20011101223550.A10849@rafael>
10500      Branch: perl
10501            ! lib/ExtUtils/Embed.t
10502 ____________________________________________________________________________
10503 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
10504         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
10505              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10506              Date: 2 Nov 2001 14:48:51 -0000
10507              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
10508      Branch: perl
10509            ! lib/File/Find.pm
10510 ____________________________________________________________________________
10511 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
10512         Log: Add documentation.
10513      Branch: perl
10514            ! embed.pl pod/perlapi.pod utf8.c
10515 ____________________________________________________________________________
10516 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
10517         Log: Unicode: add ToFold mapping.  Not used yet; but basically
10518              a more useful mapping for caseless aka case-ignoring than
10519              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
10520              algorithm for creating the foldings uses equivalence classes,
10521              see http://www.unicode.org/unicode/reports/tr21/
10522              Hopefully this feature will be used in //i.
10523              (The folding tables were introduced by #12689.)
10524      Branch: perl
10525            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
10526            ! utf8.c
10527 ____________________________________________________________________________
10528 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
10529         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
10530              From: "Craig A. Berry" <craigberry@mac.com>
10531              Date: Fri, 02 Nov 2001 00:03:52 -0600
10532              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
10533      Branch: perl
10534            ! lib/AutoSplit.t
10535 ____________________________________________________________________________
10536 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
10537         Log: Subject: Trivial doc patch
10538              From: andreas.koenig@anima.de (Andreas J. Koenig)
10539              Date: 02 Nov 2001 06:11:35 +0100
10540              Message-ID: <m37kt94v08.fsf@anima.de>
10541      Branch: perl
10542            ! pod/perlport.pod
10543 ____________________________________________________________________________
10544 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
10545         Log: Make encoding and charnames pragmas coexist.
10546      Branch: perl
10547            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
10548 ____________________________________________________________________________
10549 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
10550         Log: The basic character classes seem to go untested with Unicode.
10551      Branch: perl
10552            ! t/op/pat.t
10553 ____________________________________________________________________________
10554 [ 12802] By: ams                                   on 2001/11/02  00:39:36
10555         Log: Subject: [PATCH] the the double double word word fix fix
10556              From: Richard Soderberg <rs@oregonnet.com>
10557              Date: Thu, 1 Nov 2001 13:12:03 -0800
10558              Message-Id: <200111012112.NAA23288@oregonnet.com>
10559              
10560              Subject: Re: [PATCH] the the double double word word fix fix
10561              From: Mark-Jason Dominus <mjd@plover.com>
10562              Date: Thu, 01 Nov 2001 16:43:40 -0500
10563              Message-Id: <20011101214340.2044.qmail@plover.com>
10564              
10565              Subject: Re: [PATCH] the the double double word word fix fix
10566              From: Mark-Jason Dominus <mjd@plover.com>
10567              Date: Thu, 01 Nov 2001 16:51:39 -0500
10568              Message-Id: <20011101215139.2196.qmail@plover.com>
10569      Branch: perl
10570            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
10571            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
10572            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
10573            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
10574            ! pod/perltodo.pod pod/perlxstut.pod
10575 ____________________________________________________________________________
10576 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
10577         Log: Comment tweaks.
10578      Branch: perl
10579            ! toke.c
10580 ____________________________________________________________________________
10581 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
10582         Log: FAQ sync.
10583      Branch: perl
10584            ! pod/perlfaq9.pod
10585 ____________________________________________________________________________
10586 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
10587         Log: If an encoding is set by -M/-m, it must be in
10588              effect only for the actual script, not any other
10589              required/-M/-m'ed module, otherwise we enter a nasty
10590              recursion in regexec.c while trying to init the simple
10591              UTF-8 charclasses like PL_utf8_alnum.
10592      Branch: perl
10593            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
10594 ____________________________________________________________________________
10595 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
10596         Log: A bit more descriptive name.
10597      Branch: perl
10598            ! mg.c
10599 ____________________________________________________________________________
10600 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
10601         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
10602              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10603              Date: Wed, 31 Oct 2001 13:47:04 EST
10604              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
10605      Branch: perl
10606            ! ext/Time/HiRes/HiRes.t
10607 ____________________________________________________________________________
10608 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
10609         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
10610              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10611              Date: Wed, 31 Oct 2001 13:43:29 EST
10612              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
10613      Branch: perl
10614            ! mg.c
10615 ____________________________________________________________________________
10616 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
10617         Log: Subject: [PATCH] Various test cleanups
10618              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10619              Date: Tue, 30 Oct 2001 21:56:26 +0100
10620              Message-ID: <20011030215626.A28503@rafael>
10621      Branch: perl
10622            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
10623            ! ext/DB_File/t/db-recno.t ext/Encode.t
10624 ____________________________________________________________________________
10625 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
10626         Log: Update Changes.
10627      Branch: perl
10628            ! Changes patchlevel.h
10629 ____________________________________________________________________________
10630 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
10631         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
10632              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
10633              Date: Wed, 31 Oct 2001 17:16:39 +0100
10634              Message-ID: <20011031171639.A32511@rafael>
10635      Branch: perl
10636            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
10637 ____________________________________________________________________________
10638 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
10639         Log: Skip message nit.
10640      Branch: perl
10641            ! t/io/fs.t
10642 ____________________________________________________________________________
10643 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
10644         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
10645              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10646              Date: 31 Oct 2001 14:49:37 -0000
10647              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
10648      Branch: perl
10649            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
10650 ____________________________________________________________________________
10651 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
10652         Log: Extend the effect of the encoding pragma to chr() and ord().
10653              
10654              TODO: regex literals, reentrancy problems with the utf8
10655              and charnames pragmas.
10656      Branch: perl
10657            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
10658 ____________________________________________________________________________
10659 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
10660         Log: Doc tweaks.
10661      Branch: perl
10662            ! lib/encoding.pm
10663 ____________________________________________________________________________
10664 [ 12788] By: nick                                  on 2001/10/31  08:59:56
10665         Log: Integrate mainline
10666      Branch: perlio
10667           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
10668           !> (integrate 49 files)
10669 ____________________________________________________________________________
10670 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
10671         Log: Forgot new proto.
10672      Branch: perl
10673            ! proto.h
10674 ____________________________________________________________________________
10675 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
10676         Log: Clarification: use encoding cannot be used to
10677              change the default encoding of "your whole script";
10678              only the default encoding of the *data*.  Also, it
10679              seems that "use encoding" does not mix with "use utf8"
10680              (a coredumping recursion ensues).  Should not be a huge
10681              problem since "use utf8" is pretty marginal nowadays.
10682      Branch: perl
10683            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
10684 ____________________________________________________________________________
10685 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
10686         Log: More documentation for the encode pragma.
10687      Branch: perl
10688            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
10689            ! pod/perlapi.pod pod/perlunicode.pod sv.c
10690 ____________________________________________________________________________
10691 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
10692         Log: Thinko in #12783.
10693      Branch: perl
10694            ! sv.c
10695 ____________________________________________________________________________
10696 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
10697         Log: Make sv_recode_to_utf8() a real API: the encoding
10698              is a parameter, instead of a global.  Document the
10699              PERL_ENCODING.
10700      Branch: perl
10701            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
10702            ! toke.c
10703 ____________________________________________________________________________
10704 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
10705         Log: Enable -Mencoding=foobar also for string literals.
10706      Branch: perl
10707            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
10708            ! pod/perlapi.pod proto.h sv.c toke.c
10709 ____________________________________________________________________________
10710 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
10711         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
10712              From: Andy Dougherty <doughera@lafayette.edu>
10713              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
10714              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
10715      Branch: perl
10716            ! ext/POSIX/hints/svr4.pl
10717 ____________________________________________________________________________
10718 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
10719         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
10720              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10721              Date: Mon, 29 Oct 2001 23:11:58 -0000
10722              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
10723              
10724              Add compat.h.
10725      Branch: perl
10726            ! lib/h2xs.t utils/h2xs.PL
10727 ____________________________________________________________________________
10728 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
10729         Log: Subject: PerlIOBuf_dup
10730              From: Nicholas Clark <nick@ccl4.org>              
10731              Date: Mon, 29 Oct 2001 21:52:35 +0000             
10732              Message-ID: <20011029215235.K41204@plum.flirble.org>
10733              
10734              Add prototype.
10735      Branch: perl
10736            ! perliol.h
10737 ____________________________________________________________________________
10738 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
10739         Log: Subject: [PATCH] Make malloc.c errors more useful
10740              From: Richard Soderberg <rs@oregonnet.com>
10741              Date: Mon, 29 Oct 2001 22:28:02 -0800
10742              Message-Id: <200110300628.WAA11025@oregonnet.com>
10743      Branch: perl
10744            ! malloc.c
10745 ____________________________________________________________________________
10746 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
10747         Log: Retract #12776 - the bug 19990906.001 is still valid.
10748      Branch: perl
10749            ! t/run/kill_perl.t
10750 ____________________________________________________________________________
10751 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
10752         Log: (Retracted by #12777)
10753              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
10754              From: Michael G Schwern <schwern@pobox.com> 
10755              Date: Mon, 29 Oct 2001 23:01:08 -0500
10756              Message-ID: <20011029230108.G18053@blackrider>
10757      Branch: perl
10758            ! t/run/kill_perl.t
10759 ____________________________________________________________________________
10760 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
10761         Log: Comment nits.
10762      Branch: perl
10763            ! lib/encoding.t
10764 ____________________________________________________________________________
10765 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
10766         Log: integrate change#12772 from mainline
10767              
10768              Subject: [PATCH] Mommy, what's a pointer cast?
10769      Branch: maint-5.6/perl
10770            ! perl.h
10771 ____________________________________________________________________________
10772 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
10773         Log: Subject: [PATCH] Mommy, what's a pointer cast?
10774              From: Richard Soderberg <rs@oregonnet.com>
10775              Date: Mon, 29 Oct 2001 17:01:10 -0800
10776              Message-Id: <200110300101.RAA31561@oregonnet.com>
10777              
10778              (threads* parts)
10779      Branch: perl
10780            ! ext/threads/shared/shared.xs ext/threads/threads.xs
10781 ____________________________________________________________________________
10782 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
10783         Log: Subject: [PATCH] Mommy, what's a pointer cast?
10784              From: Richard Soderberg <rs@oregonnet.com>
10785              Date: Mon, 29 Oct 2001 17:01:10 -0800
10786              Message-Id: <200110300101.RAA31561@oregonnet.com>
10787              
10788              (the perl.h part)
10789      Branch: perl
10790            ! perl.h
10791 ____________________________________________________________________________
10792 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
10793         Log: Subject: [PATCH] OpenBSD likes signal.h 
10794              From: Richard Soderberg <rs@oregonnet.com>
10795              Date: Mon, 29 Oct 2001 17:00:31 -0800
10796              Message-Id: <200110300100.RAA31533@oregonnet.com>
10797      Branch: perl
10798            ! unixish.h
10799 ____________________________________________________________________________
10800 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
10801         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
10802              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10803              Date: Mon, 29 Oct 2001 23:04:23 -0000
10804              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
10805      Branch: perl
10806            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
10807            ! ext/DB_File/t/db-recno.t
10808 ____________________________________________________________________________
10809 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
10810         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
10811              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
10812              Date: Mon, 29 Oct 2001 12:34:07 -0600
10813              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
10814      Branch: perl
10815            ! ext/Time/HiRes/HiRes.t
10816 ____________________________________________________________________________
10817 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
10818         Log: Update Changes.
10819      Branch: perl
10820            ! Changes patchlevel.h
10821 ____________________________________________________________________________
10822 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
10823         Log: AIX needs an explicit symbol export list.
10824      Branch: perl
10825            ! lib/ExtUtils/Embed.t
10826 ____________________________________________________________________________
10827 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
10828         Log: The test (and the module) would require some
10829              quality hacking time to work on EBCDIC.  Based on
10830              the test results nothing seems to be majorly broken,
10831              the module just seems to have strange assumptions:
10832              got: ''\226\225\205'
10833              expected: ''one'
10834              The \226\225\205 being, of course, 'one', in EBCDIC.
10835      Branch: perl
10836            ! lib/Dumpvalue.t
10837 ____________________________________________________________________________
10838 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
10839         Log: Mark the test known to be failing in EBCDIC.
10840      Branch: perl
10841            ! t/op/tr.t
10842 ____________________________________________________________________________
10843 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
10844         Log: None of the libnet modules are going to work in
10845              EBCDIC without the Convert::EBCDIC.
10846      Branch: perl
10847            ! t/lib/1_compile.t
10848 ____________________________________________________________________________
10849 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
10850         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
10851      Branch: perl
10852            ! t/op/pack.t
10853 ____________________________________________________________________________
10854 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
10855         Log: UTF-EBCDIC ain't UTF-8.
10856      Branch: perl
10857            ! t/op/pack.t
10858 ____________________________________________________________________________
10859 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
10860         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
10861      Branch: perl
10862            ! t/lib/1_compile.t
10863 ____________________________________________________________________________
10864 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
10865         Log: Let's not assume ASCII.
10866      Branch: perl
10867            ! t/op/lc.t
10868 ____________________________________________________________________________
10869 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
10870         Log: Call the new perlio symbols differently.
10871      Branch: perl
10872            ! makedef.pl
10873 ____________________________________________________________________________
10874 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
10875         Log: Don't expect ASCII ordering.
10876      Branch: perl
10877            ! lib/ExtUtils/Manifest.t
10878 ____________________________________________________________________________
10879 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
10880         Log: Forgot from #12756.
10881      Branch: perl
10882            ! perlio.h
10883 ____________________________________________________________________________
10884 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
10885         Log: BeOS tweaks:
10886              - fseeko and ftello can be found by Configure but
10887              we do not seem to have prototypes for them so
10888              let's make up some
10889              - BeOS didn't use to have real sockets (sockets as
10890              filedescriptors) but the BONE package is supposed
10891              to fix this.  I do not know how to detect BONEness,
10892              see hints/beos.sh for a spot that needs to fixed.
10893              - BeOS has O_TEXT != O_BINARY but has no setmode()
10894      Branch: perl
10895            ! hints/beos.sh perlio.c
10896 ____________________________________________________________________________
10897 [ 12755] By: sky                                   on 2001/10/29  12:56:12
10898         Log: Ugly fix to not die when a thread creator is holding locks.
10899      Branch: perl
10900            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10901            ! ext/threads/threads.xs
10902 ____________________________________________________________________________
10903 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
10904         Log: Integrate change #12752 from maintperl;
10905              
10906              croak(Nullch) wasn't printing the contents of ERRSV if there was
10907              no outer eval (bug in change#6125)
10908      Branch: perl
10909           !> util.c
10910 ____________________________________________________________________________
10911 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
10912         Log: Subject: [PATCH h2xs] Use of static data in XS modules
10913              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10914              Date: Sun, 28 Oct 2001 21:19:07 -0000
10915              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
10916              
10917              with nits from Sarathy.
10918      Branch: perl
10919            ! utils/h2xs.PL
10920 ____________________________________________________________________________
10921 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
10922         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
10923              no outer eval (bug in change#6125)
10924      Branch: maint-5.6/perl
10925            ! util.c
10926 ____________________________________________________________________________
10927 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
10928         Log: More todo for the encoding pragma.
10929      Branch: perl
10930            ! lib/encoding.pm
10931 ____________________________________________________________________________
10932 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
10933         Log: Add the encoding pragma to control the "upgrade"
10934              from the native eight bit data to Unicode.
10935              
10936              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
10937      Branch: perl
10938            + lib/encoding.pm lib/encoding.t
10939            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
10940            ! pod/perlunicode.pod pod/perlvar.pod sv.c
10941 ____________________________________________________________________________
10942 [ 12749] By: sky                                   on 2001/10/28  21:02:33
10943         Log: Update documentation.
10944      Branch: perl
10945            ! ext/threads/shared/shared.pm
10946 ____________________________________________________________________________
10947 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
10948         Log: Integrate change #12747 from maintperl;
10949              
10950              finishing touches to system() fixes on windows:
10951              * detect cmd shell correctly even if it had full path in it
10952              * more quoting needed for single-arg system if the argument
10953              really had multiple quoted arguments within it
10954              * be smarter about not calling the shell when the executable
10955              has spaces, but otherwise does not need shell involvement
10956              * add a testsuite (windows-specific currently)
10957      Branch: perl
10958           +> t/op/system.t t/op/system_tests
10959            ! MANIFEST pod/perltodo.pod
10960           !> win32/win32.c
10961 ____________________________________________________________________________
10962 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
10963         Log: finishing touches to system() fixes on windows:
10964              * detect cmd shell correctly even if it had full path in it
10965              * more quoting needed for single-arg system if the argument
10966              really had multiple quoted arguments within it
10967              * be smarter about not calling the shell when the executable
10968              has spaces, but otherwise does not need shell involvement
10969              * add a testsuite (windows-specific currently)
10970      Branch: maint-5.6/perl
10971            + t/op/system.t t/op/system_tests
10972            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
10973 ____________________________________________________________________________
10974 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
10975         Log: Integrate perlio.
10976      Branch: perl
10977           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
10978 ____________________________________________________________________________
10979 [ 12745] By: nick                                  on 2001/10/28  16:08:14
10980         Log: Mingw32 fixup for Embed.t
10981      Branch: perlio
10982            ! lib/ExtUtils/Embed.t
10983 ____________________________________________________________________________
10984 [ 12744] By: nick                                  on 2001/10/28  15:54:14
10985         Log: GCC vs MS 64-bit constant syntax
10986      Branch: perlio
10987            ! ext/Time/HiRes/HiRes.xs
10988 ____________________________________________________________________________
10989 [ 12743] By: nick                                  on 2001/10/28  15:42:55
10990         Log: Integrate mainline
10991      Branch: perlio
10992           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
10993 ____________________________________________________________________________
10994 [ 12742] By: sky                                   on 2001/10/28  14:47:10
10995         Log: Manpage updates.
10996      Branch: perl
10997            ! ext/threads/threads.pm
10998 ____________________________________________________________________________
10999 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
11000         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
11001      Branch: perl
11002            ! lib/ExtUtils/Embed.t
11003 ____________________________________________________________________________
11004 [ 12740] By: nick                                  on 2001/10/28  14:14:24
11005         Log: Integrate mainline
11006      Branch: perlio
11007           !> lib/ExtUtils/Embed.t win32/win32.c
11008 ____________________________________________________________________________
11009 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
11010         Log: Need to be ./executed.
11011      Branch: perl
11012            ! lib/ExtUtils/Embed.t
11013 ____________________________________________________________________________
11014 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
11015         Log: Integrate perlio.
11016      Branch: perl
11017           !> perlio.c win32/win32.h
11018 ____________________________________________________________________________
11019 [ 12737] By: nick                                  on 2001/10/28  13:53:45
11020         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
11021              by gcc -xc++.
11022      Branch: perlio
11023            ! win32/win32.h
11024 ____________________________________________________________________________
11025 [ 12736] By: nick                                  on 2001/10/28  13:50:50
11026         Log: Have :stdio layer update an honour the fd refcnt table.
11027              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
11028      Branch: perlio
11029            ! perlio.c
11030 ____________________________________________________________________________
11031 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
11032         Log: Integrate changes #12724 and #12725 from maintperl;
11033              multiarg system now works.
11034      Branch: perl
11035           !> win32/win32.c
11036 ____________________________________________________________________________
11037 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
11038         Log: Integrate perlio.
11039      Branch: perl
11040           +> lib/ExtUtils/Embed.t
11041           !> MANIFEST perlio.c
11042 ____________________________________________________________________________
11043 [ 12733] By: nick                                  on 2001/10/28  13:07:16
11044         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
11045              least for PERLIO=perlio unthreaded case
11046      Branch: perlio
11047            ! perlio.c
11048 ____________________________________________________________________________
11049 [ 12732] By: nick                                  on 2001/10/28  11:10:24
11050         Log: Typo in exe name
11051      Branch: perlio
11052            ! lib/ExtUtils/Embed.t
11053 ____________________________________________________________________________
11054 [ 12731] By: nick                                  on 2001/10/28  11:09:59
11055         Log: Integrate Mainline
11056      Branch: perlio
11057           !> Changes configure.com ext/DB_File/DB_File.pm
11058           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
11059           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
11060           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
11061           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
11062           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
11063           !> t/TEST t/op/regexp.t win32/buildext.pl
11064 ____________________________________________________________________________
11065 [ 12730] By: nick                                  on 2001/10/28  11:05:35
11066         Log: Fixup Embed.t for Win32/VC++
11067      Branch: perlio
11068            ! lib/ExtUtils/Embed.t
11069 ____________________________________________________________________________
11070 [ 12729] By: nick                                  on 2001/10/28  09:36:20
11071         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
11072              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
11073              ExtUtils::Embed.
11074      Branch: perlio
11075            + lib/ExtUtils/Embed.t
11076            ! MANIFEST
11077 ____________________________________________________________________________
11078 [ 12728] By: sky                                   on 2001/10/28  08:12:53
11079         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
11080              line manually!
11081      Branch: perl
11082            ! lib/ExtUtils/xsubpp
11083 ____________________________________________________________________________
11084 [ 12727] By: sky                                   on 2001/10/28  08:02:09
11085         Log: And here we use the prototypes.
11086      Branch: perl
11087            ! ext/threads/shared/shared.xs
11088 ____________________________________________________________________________
11089 [ 12726] By: sky                                   on 2001/10/28  08:00:48
11090         Log: Support [] style prototypes.
11091      Branch: perl
11092            ! lib/ExtUtils/xsubpp
11093 ____________________________________________________________________________
11094 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
11095         Log: yet another multi-arg system() fix on windows: batch files as the
11096              first argument (i.e. directly executed by CreateProcess()) need
11097              extra quoting to escape shell-shock
11098      Branch: maint-5.6/perl
11099            ! win32/win32.c
11100 ____________________________________________________________________________
11101 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
11102         Log: another multi-arg system() fix on windows: passing empty arguments
11103              now works
11104      Branch: maint-5.6/perl
11105            ! win32/win32.c
11106 ____________________________________________________________________________
11107 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
11108         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
11109              No final #else #error because we do not seem to
11110              be using #error?
11111      Branch: perl
11112            ! op.h
11113 ____________________________________________________________________________
11114 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
11115         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
11116              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
11117              Date: Sat, 27 Oct 2001 23:28:44 EST 
11118              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
11119      Branch: perl
11120            ! ext/Time/HiRes/HiRes.xs
11121 ____________________________________________________________________________
11122 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
11123         Log: Regen perlapi, perltoc.
11124      Branch: perl
11125            ! pod/perlapi.pod pod/perltoc.pod
11126 ____________________________________________________________________________
11127 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
11128         Log: Subject: [PATCH] sv.h documentation
11129              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
11130              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
11131              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
11132      Branch: perl
11133            ! sv.h
11134 ____________________________________________________________________________
11135 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
11136         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
11137              system("nmake -nologo", "clean") and there is no executable
11138              called "nmake -nologo"; this used to "work" pre-change#12559 due
11139              to bugs in multiarg system() that have since been fixed
11140      Branch: perl
11141            ! win32/buildext.pl
11142 ____________________________________________________________________________
11143 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
11144         Log: Update Changes.
11145      Branch: perl
11146            ! Changes patchlevel.h
11147 ____________________________________________________________________________
11148 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
11149         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
11150              From: Richard.Foley@t-online.de (Richard Foley)            
11151              Date: Sun, 28 Oct 2001 00:48:32 +0200
11152              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
11153      Branch: perl
11154            ! pod/perlhack.pod
11155 ____________________________________________________________________________
11156 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
11157         Log: Must store pointers with the right width.
11158      Branch: perl
11159            ! op.h
11160 ____________________________________________________________________________
11161 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
11162         Log: Integrate change #12711 from perlio;
11163              
11164              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
11165              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
11166      Branch: perl
11167           !> perlio.c
11168 ____________________________________________________________________________
11169 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
11170         Log: Subject: [PATCH] make minitest
11171              From: Nicholas Clark <nick@ccl4.org>
11172              Date: Sat, 27 Oct 2001 22:56:16 +0100
11173              Message-ID: <20011027225616.L20275@plum.flirble.org>
11174      Branch: perl
11175            ! t/TEST
11176 ____________________________________________________________________________
11177 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
11178         Log: Patch #12661 missed this.
11179      Branch: perl
11180            ! ext/DB_File/DB_File.pm
11181 ____________________________________________________________________________
11182 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
11183         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
11184              From: "Craig A. Berry" <craigberry@mac.com>
11185              Date: Sat, 27 Oct 2001 16:07:47 -0500
11186              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
11187      Branch: perl
11188            ! configure.com perlio.c
11189 ____________________________________________________________________________
11190 [ 12711] By: nick                                  on 2001/10/27  19:49:25
11191         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
11192              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
11193      Branch: perlio
11194            ! perlio.c
11195 ____________________________________________________________________________
11196 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
11197         Log: Let's not replace reason if there's one already supplied.
11198      Branch: perl
11199            ! t/op/regexp.t
11200 ____________________________________________________________________________
11201 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
11202         Log: is not good.
11203      Branch: perl
11204            ! t/op/regexp.t
11205 ____________________________________________________________________________
11206 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
11207         Log: ldlibpth can exist but be unset.
11208      Branch: perl
11209            ! t/TEST
11210 ____________________________________________________________________________
11211 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
11212         Log: Unicode: property alias naming cleanup.
11213      Branch: perl
11214            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
11215 ____________________________________________________________________________
11216 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
11217         Log: FAQ sync.
11218      Branch: perl
11219            ! pod/perlfaq4.pod
11220 ____________________________________________________________________________
11221 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
11222         Log: Integrate change #12703 from maintperl;
11223              
11224              typemap stuff intervenes before declaration, move it to PREINIT
11225              section
11226              
11227              (an empty integrate, but now the files are in sync
11228              between the branches)
11229      Branch: perl
11230           !> ext/ODBM_File/ODBM_File.xs
11231 ____________________________________________________________________________
11232 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
11233         Log: More PerlIO symbols.
11234      Branch: perl
11235            ! makedef.pl
11236 ____________________________________________________________________________
11237 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
11238         Log: typemap stuff intervenes before declaration, move it to PREINIT
11239              section
11240      Branch: maint-5.6/perl
11241            ! ext/ODBM_File/ODBM_File.xs
11242 ____________________________________________________________________________
11243 [ 12702] By: nick                                  on 2001/10/27  14:09:35
11244         Log: Integrate mainline
11245      Branch: perlio
11246           +> ext/threads/shared/t/av_simple.t
11247           +> ext/threads/shared/t/hv_refs.t
11248           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
11249           !> (integrate 109 files)
11250 ____________________________________________________________________________
11251 [ 12700] By: ams                                   on 2001/10/26  21:22:23
11252         Log: Subject: [PATCH] tweak divide
11253              From: Nicholas Clark <nick@ccl4.org>
11254              Date: Fri, 26 Oct 2001 22:52:17 +0100
11255              Message-Id: <20011026225217.B20275@plum.flirble.org>
11256      Branch: perl
11257            ! pp.c
11258 ____________________________________________________________________________
11259 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
11260         Log: Integrate a buncha things from maintperl.
11261      Branch: maint-5.6/macperl
11262           !> (integrate 32 files)
11263 ____________________________________________________________________________
11264 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
11265         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
11266              From: Andy Dougherty <doughera@lafayette.edu>
11267              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
11268              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
11269      Branch: perl
11270            ! hints/svr4.sh
11271 ____________________________________________________________________________
11272 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
11273         Log: When you're root, many things become writable.
11274      Branch: perl
11275            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
11276 ____________________________________________________________________________
11277 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
11278         Log: Update Changes.
11279      Branch: perl
11280            ! Changes patchlevel.h
11281 ____________________________________________________________________________
11282 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
11283         Log: Term/Cap.t attempts to access the floppy drive for no good reason
11284              on dosish systems
11285      Branch: perl
11286            ! lib/Term/Cap.t
11287 ____________________________________________________________________________
11288 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
11289         Log: fix misleading comment on known inadequacy in B::Terse, and skip
11290              it correctly
11291      Branch: perl
11292            ! ext/B/t/terse.t
11293 ____________________________________________________________________________
11294 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
11295         Log: fix spurious AutoSplit.t failure under windows
11296      Branch: perl
11297            ! lib/AutoSplit.t
11298 ____________________________________________________________________________
11299 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
11300         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
11301      Branch: perl
11302            ! ext/Time/HiRes/HiRes.t
11303 ____________________________________________________________________________
11304 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
11305         Log: More logical to use %04"UVXf" than %"UVuf" since
11306              the Unicode standard prefers hex.
11307      Branch: perl
11308            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
11309            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
11310            ! lib/unicore/mktables utf8.c
11311 ____________________________________________________________________________
11312 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
11313         Log: change#12065 seems to have broken Encode build on windows; fix
11314      Branch: perl
11315            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
11316 ____________________________________________________________________________
11317 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
11318         Log: Unicode: add the case folding table.
11319      Branch: perl
11320            + lib/unicore/To/Fold.pl
11321            ! MANIFEST lib/unicore/mktables
11322 ____________________________________________________________________________
11323 [ 12688] By: sky                                   on 2001/10/26  13:51:29
11324         Log: Get the new functions right, do not export lock since we use builtin lock.
11325              TODO: fix xsubpp to support the new prototypes
11326      Branch: perl
11327            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11328 ____________________________________________________________________________
11329 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
11330         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
11331              as suggested by Sarathy.
11332      Branch: perl
11333            ! mg.c
11334 ____________________________________________________________________________
11335 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
11336         Log: avoid compiler warning
11337      Branch: perl
11338            ! win32/win32.c
11339 ____________________________________________________________________________
11340 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
11341         Log: WinCE update from Rainer Keuchel.
11342      Branch: perl
11343            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
11344            ! wince/wince.c
11345 ____________________________________________________________________________
11346 [ 12684] By: sky                                   on 2001/10/26  13:34:33
11347         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
11348      Branch: perl
11349            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11350 ____________________________________________________________________________
11351 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
11352         Log: More fixes that were made to the core and not in the libnet src
11353      Branch: perl
11354            ! lib/Net/Domain.pm
11355 ____________________________________________________________________________
11356 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
11357         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
11358              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
11359              Date: Fri, 26 Oct 2001 13:55:21 +0200
11360              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
11361              
11362              (plus make the db-recno.t#59 accept both \n and \r\n)
11363      Branch: perl
11364            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11365            ! ext/DB_File/t/db-recno.t
11366 ____________________________________________________________________________
11367 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
11368         Log: Fix tests to be able to run in the core and the CPAN dist
11369      Branch: perl
11370            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
11371            ! lib/Net/t/require.t lib/Net/t/smtp.t
11372 ____________________________________________________________________________
11373 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
11374         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
11375              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11376              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
11377              Date: Fri, 26 Oct 2001 08:34:46 EDT
11378      Branch: perl
11379            ! ext/Time/HiRes/HiRes.t
11380 ____________________________________________________________________________
11381 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
11382         Log: Sync libnet modules with what will be libnet-1.08
11383      Branch: perl
11384            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
11385            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
11386            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
11387            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
11388 ____________________________________________________________________________
11389 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
11390         Log: Integrate maintperl changes #12268 and #12669;
11391              
11392              final touches to the audit for statics and thread-unsafe code
11393              * make DB_File, ODBM_File thread-safe 
11394              * remove unnecessary/dangerous statics and protect others
11395              from not getting accidentally enabled under threaded perls
11396              
11397              windows support functions get_childdir() et al aren't exported
11398              correctly under vanilla build
11399              
11400              Testing under win32 appreciated since changes there had
11401              to be manually merged and I cannot test how badly did I do.
11402      Branch: perl
11403           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
11404           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
11405           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
11406           !> win32/vmem.h win32/win32.c win32/win32iop.h
11407 ____________________________________________________________________________
11408 [ 12677] By: sky                                   on 2001/10/26  12:37:17
11409         Log: More Config::threads to threads::threads changes
11410      Branch: perl
11411            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
11412 ____________________________________________________________________________
11413 [ 12676] By: sky                                   on 2001/10/26  12:31:46
11414         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
11415      Branch: perl
11416            ! ext/threads/threads.pm ext/threads/threads.xs
11417 ____________________________________________________________________________
11418 [ 12675] By: sky                                   on 2001/10/26  12:06:30
11419         Log: Allocing a TLS in runtime is not too hot.
11420      Branch: perl
11421            ! ext/threads/threads.xs
11422 ____________________________________________________________________________
11423 [ 12674] By: sky                                   on 2001/10/26  11:59:09
11424         Log: Don't display debug data.
11425      Branch: perl
11426            ! ext/threads/threads.pm
11427 ____________________________________________________________________________
11428 [ 12673] By: sky                                   on 2001/10/26  11:35:47
11429         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
11430              complete bar support for blessed objects.
11431              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
11432      Branch: perl
11433            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
11434 ____________________________________________________________________________
11435 [ 12672] By: sky                                   on 2001/10/26  11:15:28
11436         Log: Fix case where shared reference does not exist in current thread.
11437      Branch: perl
11438            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
11439 ____________________________________________________________________________
11440 [ 12671] By: sky                                   on 2001/10/26  08:48:52
11441         Log: Support for references in shared arrays.
11442      Branch: perl
11443            ! ext/threads/shared/shared.xs
11444 ____________________________________________________________________________
11445 [ 12670] By: sky                                   on 2001/10/26  08:30:11
11446         Log: Add tests for references in hashes.
11447      Branch: perl
11448            + ext/threads/shared/t/hv_refs.t
11449            ! MANIFEST
11450 ____________________________________________________________________________
11451 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
11452         Log: windows support functions get_childdir() et al aren't exported
11453              correctly under vanilla build
11454      Branch: maint-5.6/perl
11455            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
11456 ____________________________________________________________________________
11457 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
11458         Log: final touches to the audit for statics and thread-unsafe code
11459              * make DB_File, ODBM_File thread-safe 
11460              * remove unnecessary/dangerous statics and protect others
11461              from not getting accidentally enabled under threaded perls
11462      Branch: maint-5.6/perl
11463            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
11464            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
11465            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
11466            ! win32/win32.c
11467 ____________________________________________________________________________
11468 [ 12667] By: ams                                   on 2001/10/26  03:48:36
11469         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
11470              From: "Richard Soderberg" <rs@crystalflame.net>
11471              Date: Thu, 25 Oct 2001 23:42:50 -0400
11472              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
11473      Branch: perl
11474            ! sharedsv.c
11475 ____________________________________________________________________________
11476 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
11477         Log: Integrate change #12664 from maintperl;
11478              
11479              the newest GCCs don't seem to like C<"string1"##STRING2>
11480              so keep it as C<"string1" STRING2> (latter appears to
11481              work everywhere)
11482      Branch: perl
11483           !> ext/DynaLoader/dlutils.c
11484 ____________________________________________________________________________
11485 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
11486         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
11487              From: Chris Nandor <pudge@pobox.com>
11488              Date: Thu, 25 Oct 2001 22:15:03 -0400
11489              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
11490      Branch: perl
11491            ! perl.h
11492 ____________________________________________________________________________
11493 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
11494         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
11495              C<"string1" STRING2> (latter appears to work everywhere)
11496      Branch: maint-5.6/perl
11497            ! ext/DynaLoader/dlutils.c
11498 ____________________________________________________________________________
11499 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
11500         Log: AUTHORS update.
11501      Branch: perl
11502            ! AUTHORS
11503 ____________________________________________________________________________
11504 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
11505         Log: Integrate change #12660 from maintperl;
11506              
11507              make the dMY_CXT stuff available under all of
11508              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
11509      Branch: perl
11510           !> perl.h
11511 ____________________________________________________________________________
11512 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
11513         Log: Subject: [PATCH] DB_File-1.79
11514              From: "Paul Marquess" <paul.marquess@openwave.com>
11515              Date: Fri, 26 Oct 2001 00:03:54 +0100
11516              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
11517      Branch: perl
11518            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
11519            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
11520 ____________________________________________________________________________
11521 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
11522         Log: make the dMY_CXT stuff available under all of
11523              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
11524      Branch: maint-5.6/perl
11525            ! perl.h
11526 ____________________________________________________________________________
11527 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
11528         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
11529              From: Michael G Schwern <schwern@pobox.com>
11530              Date: Thu, 25 Oct 2001 18:28:12 -0400
11531              Message-ID: <20011025182812.M4811@blackrider>
11532      Branch: perl
11533            ! t/run/kill_perl.t
11534 ____________________________________________________________________________
11535 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
11536         Log: STRLEN != int.
11537      Branch: perl
11538            ! regcomp.c regexec.c
11539 ____________________________________________________________________________
11540 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
11541         Log: Subject: [PATCH] remove small IVop redundancy
11542              From: Nicholas Clark <nick@ccl4.org>
11543              Date: Thu, 25 Oct 2001 22:48:28 +0100
11544              Message-ID: <20011025224827.M66471@plum.flirble.org>
11545      Branch: perl
11546            ! pp.c pp_hot.c
11547 ____________________________________________________________________________
11548 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
11549         Log: Metaconfig unit change for #12655.
11550      Branch: metaconfig/U/perl
11551            ! Extensions.U
11552 ____________________________________________________________________________
11553 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
11554         Log: Subject: Re: Not OK @12650
11555              From: Andy Dougherty <doughera@lafayette.edu>
11556              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
11557              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
11558      Branch: perl
11559            ! Configure
11560 ____________________________________________________________________________
11561 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
11562         Log: Integrate changes #12652 and #12653 from maintperl;
11563              
11564              more tweaks to change#12626
11565              * move the boilerplate code over to perl.h and make DynaLoader
11566              use it
11567              * make re, Opcode, File::Glob and B threadsafe
11568              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
11569              C<no re;> anywhere)
11570              
11571              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
11572              
11573              File::Glob required a bit more work in bleadperl
11574              because of ExtUtils::Constant (see the Makefile.PL change)
11575      Branch: perl
11576            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
11577           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
11578           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
11579 ____________________________________________________________________________
11580 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
11581         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
11582      Branch: maint-5.6/perl
11583            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
11584            ! ext/Opcode/Opcode.xs ext/re/re.xs
11585 ____________________________________________________________________________
11586 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
11587         Log: more tweaks to change#12626
11588              * move the boilerplate code over to perl.h and make DynaLoader
11589              use it
11590              * make re, Opcode, File::Glob and B threadsafe
11591              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
11592              C<no re;> anywhere)
11593      Branch: maint-5.6/perl
11594            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
11595            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
11596 ____________________________________________________________________________
11597 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
11598         Log: Metaconfig unit change for #12650.
11599      Branch: metaconfig/U/perl
11600            ! Extensions.U
11601 ____________________________________________________________________________
11602 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
11603         Log: Subject: Re: ithreads doesn't like usedl=n
11604              From: Andy Dougherty <doughera@lafayette.edu>
11605              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
11606              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
11607              
11608              Special-case threads::shared.
11609      Branch: perl
11610            ! Configure
11611 ____________________________________________________________________________
11612 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
11613         Log: Getting fancier...
11614      Branch: perl
11615            ! t/TEST
11616 ____________________________________________________________________________
11617 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
11618         Log: csh - what a pain.
11619      Branch: perl
11620            ! t/TEST
11621 ____________________________________________________________________________
11622 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
11623         Log: Update Changes.
11624      Branch: perl
11625            ! Changes patchlevel.h
11626 ____________________________________________________________________________
11627 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
11628         Log: Allow resetting the locale system for the duration
11629              of the build (Mac OS X default setting LANG=En_US
11630              ist kaputt)
11631      Branch: perl
11632            ! Makefile.SH
11633 ____________________________________________________________________________
11634 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
11635         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
11636      Branch: perl
11637            ! ext/Digest/MD5/t/files.t
11638 ____________________________________________________________________________
11639 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
11640         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
11641              From: Andy Dougherty <doughera@lafayette.edu>
11642              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
11643              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
11644      Branch: perl
11645            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
11646            ! ext/threads/shared/Makefile.PL
11647 ____________________________________________________________________________
11648 [ 12643] By: sky                                   on 2001/10/25  12:28:26
11649         Log: Add support for reference members of hashes.
11650      Branch: perl
11651            ! ext/threads/shared/shared.xs
11652 ____________________________________________________________________________
11653 [ 12642] By: ams                                   on 2001/10/25  12:21:13
11654         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
11655              From: "Norton Allen" <nort@qnx.com>
11656              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
11657              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
11658      Branch: perl
11659            ! ext/Digest/MD5/MD5.xs
11660 ____________________________________________________________________________
11661 [ 12641] By: sky                                   on 2001/10/25  10:27:39
11662         Log: Tests shared hashes.
11663      Branch: perl
11664            + ext/threads/shared/t/hv_simple.t
11665            ! MANIFEST
11666 ____________________________________________________________________________
11667 [ 12640] By: sky                                   on 2001/10/25  10:18:23
11668         Log: Fix threadcounts for arrays and hashes.
11669      Branch: perl
11670            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11671 ____________________________________________________________________________
11672 [ 12639] By: sky                                   on 2001/10/25  10:17:26
11673         Log: Note to self, doing *src_ary++ in a macro that evaluates
11674              the value more than once is a good way to dump core.
11675      Branch: perl
11676            ! sharedsv.c
11677 ____________________________________________________________________________
11678 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
11679         Log: Integrate change #12636 from maintperl; more dl fixups.
11680      Branch: perl
11681           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
11682           !> ext/DynaLoader/dl_vms.xs
11683 ____________________________________________________________________________
11684 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
11685         Log: Like dl_hpux, like dl_dld.
11686      Branch: perl
11687            ! ext/DynaLoader/dl_dld.xs
11688 ____________________________________________________________________________
11689 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
11690         Log: followups to change#12635
11691      Branch: maint-5.6/perl
11692            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
11693            ! ext/DynaLoader/dl_vms.xs
11694 ____________________________________________________________________________
11695 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
11696         Log: add part of change#12634 to the two files that need it; dl_aix.xs
11697              in maint-5.6 doesn't have the branch that had the problem in
11698              mainline
11699      Branch: maint-5.6/perl
11700            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
11701 ____________________________________________________________________________
11702 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
11703         Log: Fixes for #12627.
11704      Branch: perl
11705            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
11706 ____________________________________________________________________________
11707 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
11708         Log: Since pv_uni_display and sv_uni_display are now used
11709              in the re extension, their symbols have to be exported.
11710      Branch: perl
11711            ! embed.pl global.sym
11712 ____________________________________________________________________________
11713 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
11714         Log: Subject:  Re: [PATCH Perl@12567] debug /list
11715              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11716              Date: Tue, 23 Oct 2001 21:40:33 EDT
11717              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
11718      Branch: perl
11719            ! configure.com
11720 ____________________________________________________________________________
11721 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
11722         Log: This takes care of some of the re 'debug' cases but
11723              not all cases since the information whether the pattern
11724              or the target are utf8 seems to be either lost or not
11725              spread widely enough, sigh.
11726      Branch: perl
11727            ! regcomp.c
11728 ____________________________________________________________________________
11729 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
11730         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
11731              From: John Peacock <jpeacock@rowman.com>
11732              Date: Wed, 24 Oct 2001 16:53:29 -0400
11733              Message-ID: <3BD72A49.1508D152@rowman.com>
11734      Branch: perl
11735            ! configure.com
11736 ____________________________________________________________________________
11737 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
11738         Log: Upgrade NetWare and WinCE as in #12626.
11739      Branch: perl
11740            ! NetWare/dl_netware.xs wince/dl_win32.xs
11741 ____________________________________________________________________________
11742 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
11743         Log: Tru64 compiler nit.
11744      Branch: perl
11745            ! ext/threads/shared/shared.xs
11746 ____________________________________________________________________________
11747 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
11748         Log: Integrate change #12626 from maintperl;
11749              make DynaLoader threadsafe by moving all statics into
11750              interpreter-local space
11751              
11752              TODO: Netware, OS/2, WinCE
11753      Branch: perl
11754           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
11755           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
11756           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
11757           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
11758           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
11759           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
11760           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
11761 ____________________________________________________________________________
11762 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
11763         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
11764              space
11765      Branch: maint-5.6/perl
11766            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
11767            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
11768            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
11769            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
11770            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
11771            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
11772            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
11773 ____________________________________________________________________________
11774 [ 12625] By: sky                                   on 2001/10/24  20:05:26
11775         Log: Change #12623 inflicted an infinite hang. Fixed.
11776      Branch: perl
11777            ! ext/threads/shared/shared.xs
11778 ____________________________________________________________________________
11779 [ 12624] By: sky                                   on 2001/10/24  19:06:55
11780         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
11781      Branch: perl
11782            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11783 ____________________________________________________________________________
11784 [ 12623] By: sky                                   on 2001/10/24  18:06:34
11785         Log: We need to do sharedsv_find in the original perl context.
11786      Branch: perl
11787            ! ext/threads/shared/shared.xs
11788 ____________________________________________________________________________
11789 [ 12622] By: sky                                   on 2001/10/24  17:26:51
11790         Log: Add support for basic support for AVs, references not supported yet.
11791              Add test for AVs.
11792              Add more tests to sv_refs
11793              Fix documentation issues.  
11794      Branch: perl
11795            + ext/threads/shared/t/av_simple.t
11796            ! MANIFEST ext/threads/shared/shared.pm
11797            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
11798 ____________________________________________________________________________
11799 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
11800         Log: Dump Unicode better for re 'debug'.  The regprop()
11801              is unfinished since have to figure out how to detect
11802              Unicodeness in there.
11803      Branch: perl
11804            ! regcomp.c regexec.c
11805 ____________________________________________________________________________
11806 [ 12620] By: sky                                   on 2001/10/24  13:18:07
11807         Log: Add support for finding shared arrays and hashes.
11808      Branch: perl
11809            ! sharedsv.c
11810 ____________________________________________________________________________
11811 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
11812         Log: Rewrite sv_uni_display() as pv_uni_display() as
11813              reimplement sv_uni_display() using that.
11814      Branch: perl
11815            ! dump.c embed.h embed.pl proto.h
11816 ____________________________________________________________________________
11817 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
11818         Log: Integrate change #12615 from maintperl;
11819              on Windows, IO::File::new_tmpfile() fails after being called
11820              32767 times because MSVCRT thinks stdio's TMP_MAX is a
11821              process-wide limit
11822      Branch: perl
11823           !> win32/win32.c
11824 ____________________________________________________________________________
11825 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
11826         Log: Don't try to print ints as IVs.
11827      Branch: perl
11828            ! ext/Time/HiRes/HiRes.xs
11829 ____________________________________________________________________________
11830 [ 12616] By: sky                                   on 2001/10/24  11:06:35
11831         Log: We only need to fetch the SV from the backend if the index
11832              is not the same as mg_private.     In theory this could be
11833              a problem if there are an exact multiple of U16 changes
11834              of a shared variable between two access in a given thread,
11835              we choose to avoid theory for now.
11836      Branch: perl
11837            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
11838 ____________________________________________________________________________
11839 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
11840         Log: on Windows, IO::File::new_tmpfile() fails after being called
11841              32767 times because MSVCRT thinks stdio's TMP_MAX is a
11842              process-wide limit
11843      Branch: maint-5.6/perl
11844            ! win32/win32.c
11845 ____________________________________________________________________________
11846 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
11847         Log: Negation and Unicode: sort of solves 20010303.010,
11848              except not quite like reported in the Subject
11849              (Perl_warner is still utf8-ignorant).
11850      Branch: perl
11851            ! pp.c t/lib/warnings/sv
11852 ____________________________________________________________________________
11853 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
11854         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
11855      Branch: perl
11856            ! sv.c t/lib/warnings/sv
11857 ____________________________________________________________________________
11858 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
11859         Log: sv_uni_display(): do not add the "...", let the caller
11860              do it if wanted, and be prepared for more display options.
11861      Branch: perl
11862            ! dump.c embed.h embed.pl proto.h
11863 ____________________________________________________________________________
11864 [ 12611] By: nick                                  on 2001/10/23  20:28:07
11865         Log: Integrate mainline
11866      Branch: perlio
11867           !> Changes configure.com cygwin/cygwin.c
11868           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
11869           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
11870           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
11871           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
11872           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
11873           !> utils/h2xs.PL utils/perldoc.PL
11874 ____________________________________________________________________________
11875 [ 12610] By: sky                                   on 2001/10/23  19:39:24
11876         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
11877              don't call themselves READONLY but still die with modification
11878              attempt. We only call bless for ext and umagic.
11879      Branch: perl
11880            ! sv.c
11881 ____________________________________________________________________________
11882 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
11883         Log: Croak() on negative time; doc tweaks.
11884      Branch: perl
11885            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
11886            ! ext/Time/HiRes/HiRes.xs
11887 ____________________________________________________________________________
11888 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
11889         Log: FAQ sync.
11890      Branch: perl
11891            ! pod/perlfaq4.pod pod/perlfaq7.pod
11892 ____________________________________________________________________________
11893 [ 12607] By: sky                                   on 2001/10/23  18:27:27
11894         Log: Call setmagic on the referent we are blessing.
11895      Branch: perl
11896            ! sv.c
11897 ____________________________________________________________________________
11898 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
11899         Log: Small test nits.
11900      Branch: perl
11901            ! t/op/lc.t
11902 ____________________________________________________________________________
11903 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
11904         Log: Update Changes.
11905      Branch: perl
11906            ! Changes patchlevel.h
11907 ____________________________________________________________________________
11908 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
11909         Log: Make the PerlIO_init() prototypes consistent.
11910      Branch: perl
11911            ! perlio.c
11912 ____________________________________________________________________________
11913 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
11914         Log: Upping the test count is a good idea.
11915      Branch: perl
11916            ! t/op/lc.t
11917 ____________________________________________________________________________
11918 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
11919         Log: Document the final sigma spot.
11920      Branch: perl
11921            ! pp.c
11922 ____________________________________________________________________________
11923 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
11924         Log: Fix multicharacter titlecase (ucfirst).
11925      Branch: perl
11926            ! pod/perlunicode.pod pp.c t/op/lc.t
11927 ____________________________________________________________________________
11928 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
11929         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
11930              From: Mikhail Zabaluev <mhz@alt-linux.org>
11931              Date: Tue, 23 Oct 2001 10:40:37 +0400
11932              Message-ID: <20011023104037.A12761@localhost.localdomain>
11933              
11934              (#12406 replaced with this)
11935      Branch: perl
11936            ! utils/perldoc.PL
11937 ____________________________________________________________________________
11938 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
11939         Log: MacOS Classic updates from Pudge.
11940      Branch: perl
11941            ! lib/File/Spec.t lib/File/Spec/Mac.pm
11942 ____________________________________________________________________________
11943 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
11944         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
11945              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11946              Date: Sun, 14 Oct 2001 23:14:46 +0200
11947              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
11948              
11949              except for the 2->4 changes.
11950      Branch: perl
11951            ! lib/AutoSplit.t
11952 ____________________________________________________________________________
11953 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
11954         Log: integrate macperl contents into maint-5.6
11955      Branch: maint-5.6/perl
11956            ! mg.c
11957           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
11958           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
11959           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
11960           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
11961           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
11962           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
11963           !> t/lib/filefind.t t/lib/filespec.t
11964 ____________________________________________________________________________
11965 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
11966         Log: At some point the #6234 has been lost from the mainline
11967              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
11968      Branch: perl
11969            ! lib/File/Spec/Win32.pm
11970 ____________________________________________________________________________
11971 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
11972         Log: Cygwin seems to round up (or closest, but not down)
11973              for time(), so half of the time (bad pun intended)
11974              Time::HiRes::time() is less than time(), half of
11975              the time it's more.  So let's try harder in the loop.
11976      Branch: perl
11977            ! ext/Time/HiRes/HiRes.t
11978 ____________________________________________________________________________
11979 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
11980         Log: MacOS Classic timeofday(), from Chris Nandor. 
11981      Branch: perl
11982            ! ext/Time/HiRes/HiRes.xs
11983 ____________________________________________________________________________
11984 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
11985         Log: Integrate changes #12580 and #12581 from macperl;
11986              
11987              Fix path construction.
11988              
11989              (Copyright) Nit.
11990      Branch: perl
11991           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
11992 ____________________________________________________________________________
11993 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
11994         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
11995              doesn't seem to help (the error being output to console, maybe?)
11996      Branch: perl
11997            ! lib/Net/Domain.pm
11998 ____________________________________________________________________________
11999 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
12000         Log: Taint the getcwd() result also in Cygwin.
12001              (TODO: which other platforms need the same thing?)
12002      Branch: perl
12003            ! cygwin/cygwin.c
12004 ____________________________________________________________________________
12005 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
12006         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
12007      Branch: perl
12008            ! t/op/taint.t
12009 ____________________________________________________________________________
12010 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
12011         Log: getpwuid() fragility continues.
12012      Branch: perl
12013            ! utils/h2xs.PL
12014 ____________________________________________________________________________
12015 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
12016         Log: getpwuid() might succeed but that's no guarantee
12017              that the $home will be defined.
12018      Branch: perl
12019            ! ext/File/Glob/t/basic.t
12020 ____________________________________________________________________________
12021 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
12022         Log: It's safer to to expand the variable, too... (see #12571)
12023      Branch: perl
12024            ! t/TEST
12025 ____________________________________________________________________________
12026 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
12027         Log: Integrate with maintperl.
12028      Branch: maint-5.6/macperl
12029           !> win32/bin/pl2bat.pl win32/win32.c
12030 ____________________________________________________________________________
12031 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
12032         Log: Oops, forgot to include Win32 ... just as well, since it
12033              seems in bleadperl, change #7764 was not included
12034              (adding C:\temp).  Re-added.  Rip it back out if it
12035              doesn't belong.  :-)
12036      Branch: maint-5.6/macperl
12037            ! lib/File/Spec/Win32.pm
12038 ____________________________________________________________________________
12039 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
12040         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
12041              From: "Craig A. Berry" <craigberry@mac.com>
12042              Date: Mon, 22 Oct 2001 15:25:19 -0500
12043              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
12044      Branch: perl
12045            ! configure.com
12046 ____________________________________________________________________________
12047 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
12048         Log: Add in lots of File::Spec changes, from Thomas Wegner,
12049              and sync with changes from bleadperl.
12050      Branch: maint-5.6/macperl
12051            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
12052            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
12053            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
12054            ! lib/File/Spec/Win32.pm t/lib/filespec.t
12055 ____________________________________________________________________________
12056 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
12057         Log: Sync with latest File::Find and tests from bleadperl.
12058      Branch: maint-5.6/macperl
12059            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
12060 ____________________________________________________________________________
12061 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
12062         Log: Nit.
12063      Branch: maint-5.6/macperl
12064            ! perl.c
12065 ____________________________________________________________________________
12066 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
12067         Log: Fix path construction.
12068      Branch: maint-5.6/macperl
12069            ! ext/DynaLoader/DynaLoader_pm.PL
12070 ____________________________________________________________________________
12071 [ 12579] By: nick                                  on 2001/10/22  19:08:35
12072         Log: Integrate mainline (for Arthurs thread.xs fix)
12073      Branch: perlio
12074           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
12075 ____________________________________________________________________________
12076 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
12077         Log: Fix up exported symbols, move relevant docs
12078              over from macperl.pod.
12079      Branch: maint-5.6/macperl
12080            ! macos/ext/MacPerl/MacPerl.pm
12081 ____________________________________________________________________________
12082 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
12083         Log: Make ADDRESS called optionally as a method.
12084      Branch: maint-5.6/macperl
12085            ! macos/lib/Mac/Glue.pm
12086 ____________________________________________________________________________
12087 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
12088         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
12089              Apple event.
12090      Branch: maint-5.6/macperl
12091            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
12092            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
12093            ! macos/macperl/MPTerminology.aete
12094 ____________________________________________________________________________
12095 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
12096         Log: Clean up some build utilities. Change Entab to Duplicate;
12097              fix docs and error reporting; improve macify() of paths;
12098              remove requirement for Exporter.pm presence.
12099      Branch: maint-5.6/macperl
12100            ! macos/InstallBLIB macos/MacPerlTests.cmd
12101            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
12102 ____________________________________________________________________________
12103 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
12104         Log: Sync Time::HiRes with bleadperl
12105      Branch: maint-5.6/macperl
12106            ! macos/bundled_ext/Time/HiRes/HiRes.pm
12107            ! macos/bundled_ext/Time/HiRes/HiRes.t
12108            ! macos/bundled_ext/Time/HiRes/HiRes.xs
12109 ____________________________________________________________________________
12110 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
12111         Log: Fix up Changes
12112      Branch: maint-5.6/macperl
12113            ! macos/Changes
12114 ____________________________________________________________________________
12115 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
12116         Log: A user might belong to only a single group
12117              (the group equal to the group id).
12118      Branch: perl
12119            ! t/op/groups.t
12120 ____________________________________________________________________________
12121 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
12122         Log: Prepending (instead of replacing with) the pwd is safer. 
12123      Branch: perl
12124            ! t/TEST
12125 ____________________________________________________________________________
12126 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
12127         Log: Be more robust if no hostname or domainname
12128              (especially the latter)
12129      Branch: perl
12130            ! lib/Net/Domain.pm
12131 ____________________________________________________________________________
12132 [ 12569] By: sky                                   on 2001/10/22  17:41:07
12133         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
12134      Branch: perl
12135            ! ext/threads/threads.xs
12136 ____________________________________________________________________________
12137 [ 12568] By: nick                                  on 2001/10/22  16:31:24
12138         Log: Integrate mainline
12139      Branch: perlio
12140           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
12141           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12142           +> ext/threads/shared/t/sv_refs.t
12143           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
12144            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
12145            - lib/unicore/To/SpecUpper.pl
12146           !> (integrate 42 files)
12147 ____________________________________________________________________________
12148 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
12149         Log: Update Changes.
12150      Branch: perl
12151            ! Changes patchlevel.h
12152 ____________________________________________________________________________
12153 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
12154         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
12155              From: Michael G Schwern <schwern@pobox.com>
12156              Date: Mon, 22 Oct 2001 03:48:38 -0400
12157              Message-ID: <20011022034838.B1676@blackrider>
12158      Branch: perl
12159            ! pod/perlvar.pod
12160 ____________________________________________________________________________
12161 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
12162         Log: Pod nits, as suggested by Stas Bekman.
12163      Branch: perl
12164            ! ext/threads/shared/shared.pm ext/threads/threads.pm
12165 ____________________________________________________________________________
12166 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
12167         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
12168              From: "Paul Marquess" <paul.marquess@openwave.com> 
12169              Date: Sun, 21 Oct 2001 21:11:15 +0100
12170              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
12171      Branch: perl
12172            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
12173            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
12174            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
12175            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
12176            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
12177            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
12178            ! ext/SDBM_File/sdbm.t
12179 ____________________________________________________________________________
12180 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
12181         Log: Integrate change #12559 from maintperl;
12182              various fixes for system() and backticks under windows
12183      Branch: perl
12184           !> win32/win32.c
12185 ____________________________________________________________________________
12186 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
12187         Log: Integrate change #12560 from maintperl;
12188              make pl2bat use %0 rather than "%0" (the latter fails to work
12189              in a lot of common cases)
12190      Branch: perl
12191           !> win32/bin/pl2bat.pl
12192 ____________________________________________________________________________
12193 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
12194         Log: Integrate changes #12549 and #12550 from maintperl;
12195              
12196              readline() doesn't work with our variables; it confuses them with
12197              my variables (change#4227 was incomplete)
12198      Branch: perl
12199            ! t/lib/strict/vars
12200           !> t/base/rs.t toke.c
12201 ____________________________________________________________________________
12202 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
12203         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
12204              in a lot of common cases)
12205      Branch: maint-5.6/perl
12206            ! win32/bin/pl2bat.pl
12207 ____________________________________________________________________________
12208 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
12209         Log: various fixes for system() and backticks under windows:
12210              
12211              * avoid munging whitespace that is passed within quotes
12212              * work around a cmd.exe misfeature that made multi-arg
12213              system() unreliable when there is more than one quoted
12214              argument
12215              * make multi-arg system() autoquote arguments as needed
12216              before passing them to the shell (this avoids having to
12217              second guess the shell quoting)
12218              * perl's -Dp switch can be used to trace the innards
12219      Branch: maint-5.6/perl
12220            ! win32/win32.c
12221 ____________________________________________________________________________
12222 [ 12558] By: nick                                  on 2001/10/22  08:58:42
12223         Log: Integrate ithreads buffer flush fix from perlio
12224      Branch: perl
12225           !> ext/threads/t/basic.t perl.c
12226 ____________________________________________________________________________
12227 [ 12557] By: nick                                  on 2001/10/22  08:35:09
12228         Log: All tests pass (legitimately) on ithreads
12229      Branch: perlio
12230            ! ext/threads/t/basic.t perl.c
12231 ____________________________________________________________________________
12232 [ 12556] By: nick                                  on 2001/10/22  06:51:22
12233         Log: Integrate non-ithreads fix to mainline
12234      Branch: perl
12235           !> perlio.c
12236 ____________________________________________________________________________
12237 [ 12555] By: nick                                  on 2001/10/22  06:48:33
12238         Log: Restore non-ithreads build. Interestingly binmode test passes
12239              non-ithreads - so crlf layer is not damaged and ithreads fail
12240              is a symptom ...
12241      Branch: perlio
12242            ! perlio.c
12243 ____________________________________________________________________________
12244 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
12245         Log: Integrate from perlio; restructuring.
12246      Branch: perl
12247           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
12248           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
12249           !> win32/perlhost.h
12250 ____________________________________________________________________________
12251 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
12252         Log: Integrate from maintperl
12253              (Changes 12350, 12496, 12548, 12549, 12550)
12254      Branch: maint-5.6/macperl
12255           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
12256           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
12257 ____________________________________________________________________________
12258 [ 12552] By: nick                                  on 2001/10/21  19:18:12
12259         Log: Win32 PerlIO_cleanup special cases should no longer be required.
12260      Branch: perlio
12261            ! perl.c
12262 ____________________________________________________________________________
12263 [ 12551] By: nick                                  on 2001/10/21  19:16:56
12264         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
12265      Branch: perlio
12266            ! win32/makefile.mk
12267 ____________________________________________________________________________
12268 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
12269         Log: change#12549 wasn't aware of strictures
12270      Branch: maint-5.6/perl
12271            ! t/pragma/strict-vars toke.c
12272 ____________________________________________________________________________
12273 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
12274         Log: readline() doesn't work with our variables; it confuses them with
12275              my variables (change#4227 was incomplete)
12276      Branch: maint-5.6/perl
12277            ! t/base/rs.t toke.c
12278 ____________________________________________________________________________
12279 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
12280         Log: change#12220 appears to have pulled in a mainline change that
12281              isn't applicable to maint-5.6 (some platforms don't taint
12282              cwd)
12283      Branch: maint-5.6/perl
12284            ! t/lib/filefind-taint.t
12285 ____________________________________________________________________________
12286 [ 12547] By: nick                                  on 2001/10/21  17:15:54
12287         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
12288              for them. Call explicit cleanup during destruct process.
12289              - one binmode test is failing
12290              - also ext/threads/t/basic.t fails under make test, and is noisy under
12291              harness. (Threads results are intermingled and don't match order expected.)
12292      Branch: perlio
12293            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
12294            ! perlio.h perliol.h pod/perlapi.pod sv.c
12295 ____________________________________________________________________________
12296 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
12297         Log: Implement multicharacter case mappings where a single
12298              Unicode character can be mapped into several.
12299      Branch: perl
12300            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
12301            - lib/unicore/To/SpecUpper.pl
12302            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
12303            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
12304            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
12305            ! proto.h t/op/lc.t utf8.c
12306 ____________________________________________________________________________
12307 [ 12545] By: sky                                   on 2001/10/21  15:25:16
12308         Log: First support of threads::shared, support shared svs and references.
12309      Branch: perl
12310            + ext/threads/shared/Makefile.PL ext/threads/shared/README
12311            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12312            + ext/threads/shared/t/sv_refs.t
12313            + ext/threads/shared/t/sv_simple.t
12314            ! MANIFEST sharedsv.c
12315 ____________________________________________________________________________
12316 [ 12544] By: nick                                  on 2001/10/21  14:52:35
12317         Log: PerlIO layer table as PL_perlio (per-interpreter)
12318      Branch: perlio
12319            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
12320            ! pod/perlapi.pod sv.c
12321 ____________________________________________________________________________
12322 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
12323         Log: Prettyprinting.
12324      Branch: perl
12325            ! pod/perlunicode.pod
12326 ____________________________________________________________________________
12327 [ 12542] By: ams                                   on 2001/10/21  03:50:25
12328         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
12329              From: "Sean M. Burke" <sburke@cpan.org>
12330              Date: Sat, 20 Oct 2001 17:51:09 -0600
12331              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
12332      Branch: perl
12333            + pod/perlpodspec.pod
12334            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
12335            ! pod/perltoc.pod
12336 ____________________________________________________________________________
12337 [ 12541] By: nick                                  on 2001/10/20  22:23:53
12338         Log: Fix typos in new locking on MemShared
12339              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
12340              - seems to make segfaults more deterministic - suspect they are 
12341              attempt to free() after Interp and Host have gone.
12342      Branch: perlio
12343            ! perlio.c win32/perlhost.h
12344 ____________________________________________________________________________
12345 [ 12540] By: nick                                  on 2001/10/20  21:50:46
12346         Log: Remove the MemShared re-#define (again)
12347      Branch: perlio
12348            ! perlio.c
12349 ____________________________________________________________________________
12350 [ 12539] By: nick                                  on 2001/10/20  21:49:06
12351         Log: Use locks on MemShared
12352      Branch: perlio
12353            ! win32/perlhost.h
12354 ____________________________________________________________________________
12355 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
12356         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
12357              From: "chromatic" <chromatic@rmci.net>
12358              Date: Sat, 20 Oct 2001 11:13:47 -0600
12359              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
12360      Branch: perl
12361            ! installhtml
12362 ____________________________________________________________________________
12363 [ 12537] By: nick                                  on 2001/10/20  16:44:03
12364         Log: Integrate mainline
12365      Branch: perlio
12366           !> (integrate 48 files)
12367 ____________________________________________________________________________
12368 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
12369         Log: Update Changes.
12370      Branch: perl
12371            ! Changes patchlevel.h
12372 ____________________________________________________________________________
12373 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
12374         Log: Upgrade to podlators 1.11, from Russ Allbery.
12375      Branch: perl
12376            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
12377            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
12378            ! pod/pod2man.PL pod/pod2text.PL
12379 ____________________________________________________________________________
12380 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
12381         Log: Integrate perlio change #12532:
12382              introduce and use PerlIO_intmod2str().
12383      Branch: perl
12384           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
12385 ____________________________________________________________________________
12386 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
12387         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
12388      Branch: perl
12389            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
12390 ____________________________________________________________________________
12391 [ 12532] By: nick                                  on 2001/10/20  14:25:37
12392         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
12393              Use for non-PERLIO fdupopen().
12394      Branch: perlio
12395            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
12396 ____________________________________________________________________________
12397 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
12398         Log: Integrate perlio: PerlIO win32 fixes.
12399      Branch: perl
12400           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
12401           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
12402           !> proto.h sv.h win32/win32io.c
12403 ____________________________________________________________________________
12404 [ 12530] By: nick                                  on 2001/10/20  12:53:30
12405         Log: Fixed in two places - p4 resolve
12406      Branch: perlio
12407            ! perlsdio.h
12408 ____________________________________________________________________________
12409 [ 12529] By: nick                                  on 2001/10/20  12:51:05
12410         Log: Fix for ithreads/stdio build
12411      Branch: perlio
12412            ! perlio.c perlsdio.h
12413 ____________________________________________________________________________
12414 [ 12528] By: ams                                   on 2001/10/20  12:13:25
12415         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
12416              From: Michael G Schwern <schwern@pobox.com>
12417              Date: Sat, 20 Oct 2001 01:41:21 -0400
12418              Message-Id: <20011020014121.I3681@blackrider>
12419      Branch: perl
12420            ! installman
12421 ____________________________________________________________________________
12422 [ 12527] By: ams                                   on 2001/10/20  12:09:41
12423         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
12424              From: Michael G Schwern <schwern@pobox.com>
12425              Date: Sat, 20 Oct 2001 02:04:21 -0400
12426              Message-Id: <20011020020421.A11732@blackrider>
12427      Branch: perl
12428            ! lib/Pod/Checker.pm
12429 ____________________________________________________________________________
12430 [ 12526] By: ams                                   on 2001/10/20  11:59:41
12431         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
12432              From: "chromatic" <chromatic@rmci.net>
12433              Date: Fri, 19 Oct 2001 22:46:39 -0600
12434              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
12435      Branch: perl
12436            ! lib/Net/Config.pm
12437 ____________________________________________________________________________
12438 [ 12525] By: nick                                  on 2001/10/20  11:16:18
12439         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
12440              Perl_sv_setsv_flags directly.
12441      Branch: perlio
12442            ! ext/threads/threads.xs
12443 ____________________________________________________________________________
12444 [ 12524] By: nick                                  on 2001/10/20  10:28:17
12445         Log: Add a new flag character 'm' to embed.pl set to represent
12446              "functions" which are really macros. Use it foe the troublesome
12447              sv_setsv() etc. macros in sv.h - changing latter to define
12448              sv_setsv rather than sv_setsv_macro etc.
12449      Branch: perlio
12450            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
12451            ! pod/perlapi.pod proto.h sv.h
12452 ____________________________________________________________________________
12453 [ 12523] By: nick                                  on 2001/10/20  09:17:17
12454         Log: Add comments explaining why win32.h/embed.h are included where they are
12455              in perl.h 
12456      Branch: perlio
12457            ! perl.h
12458 ____________________________________________________________________________
12459 [ 12522] By: nick                                  on 2001/10/20  08:27:44
12460         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
12461              being used yet.
12462      Branch: perlio
12463            ! win32/win32io.c
12464 ____________________________________________________________________________
12465 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
12466         Log: Wording tweaks.
12467      Branch: perl
12468            ! t/TEST
12469 ____________________________________________________________________________
12470 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
12471         Log: Subject: IO module with nonblocking socket connect patch 
12472              From: Raul Dias <raul@dias.com.br>
12473              Date: Fri, 19 Oct 2001 22:45:32 -0300
12474              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
12475      Branch: perl
12476            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
12477 ____________________________________________________________________________
12478 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
12479         Log: Test vertical whitespace combined with /x in \p{}.
12480      Branch: perl
12481            ! t/op/pat.t
12482 ____________________________________________________________________________
12483 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
12484         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
12485              From: Gisle Aas <gisle@ActiveState.com> 
12486              Date: 19 Oct 2001 16:46:02 -0700
12487              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
12488      Branch: perl
12489            ! lib/ExtUtils/MakeMaker.pm
12490 ____________________________________________________________________________
12491 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
12492         Log: No more this symbol.
12493      Branch: perl
12494            ! makedef.pl
12495 ____________________________________________________________________________
12496 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
12497         Log: Integrate change #12511; fix gross win32 build issues.
12498      Branch: perl
12499           !> makedef.pl sv.c
12500 ____________________________________________________________________________
12501 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
12502         Log: Unpack in scalar context should return the first value
12503              returned in list context, as pointed out by Ton Hospel
12504              in 2001-05-21 (this is how it works already in blead,
12505              just adding the test).
12506      Branch: perl
12507            ! t/op/pack.t
12508 ____________________________________________________________________________
12509 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
12510         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
12511              From: "Craig A. Berry" <craigberry@mac.com>
12512              Date: Fri, 19 Oct 2001 16:59:30 -0500
12513              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
12514      Branch: perl
12515            ! utils/perldoc.PL
12516 ____________________________________________________________________________
12517 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
12518         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
12519              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12520              Date: Fri, 19 Oct 2001 17:45:23 EDT
12521              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
12522      Branch: perl
12523            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
12524            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
12525            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
12526            ! vms/vmsish.h
12527 ____________________________________________________________________________
12528 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
12529         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
12530              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12531              Date: Fri, 19 Oct 2001 17:26:35 EDT
12532              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
12533      Branch: perl
12534            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
12535 ____________________________________________________________________________
12536 [ 12511] By: nick                                  on 2001/10/19  19:55:36
12537         Log: Fix gross win32 build issues
12538      Branch: perlio
12539            ! makedef.pl sv.c
12540 ____________________________________________________________________________
12541 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
12542         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
12543              From: David Dyck <dcd@tc.fluke.com>
12544              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
12545              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
12546      Branch: perl
12547            ! lib/File/Find.pm
12548 ____________________________________________________________________________
12549 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
12550         Log: Subject: Re: PerlIO and Encode
12551              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12552              Date: Tue, 16 Oct 2001 01:50:16 +0900
12553              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
12554      Branch: perl
12555            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
12556            ! ext/Encode/Encode/Tcl.t
12557 ____________________________________________________________________________
12558 [ 12508] By: ams                                   on 2001/10/19  17:59:16
12559         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
12560              (See #12499)
12561      Branch: perl
12562            ! pod/perlintro.pod
12563 ____________________________________________________________________________
12564 [ 12507] By: nick                                  on 2001/10/19  16:30:43
12565         Log: Integrate mainline
12566      Branch: perlio
12567           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
12568           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
12569           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
12570           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
12571           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
12572           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
12573           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
12574           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
12575           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
12576           +> win32/config_H.win64
12577            - lib/Test/Utils.pm lib/unicore/mktables.PL
12578            - t/lib/Test/Simple/Catch/More.pm
12579           !> (integrate 84 files)
12580 ____________________________________________________________________________
12581 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
12582         Log: Retract the #10451 which seems to be the cause
12583              of the major leakage from while(){eval"sub{}"}
12584      Branch: perl
12585            ! op.c t/run/kill_perl.t
12586 ____________________________________________________________________________
12587 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
12588         Log: Regen toc.
12589      Branch: perl
12590            ! pod/perltoc.pod
12591 ____________________________________________________________________________
12592 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
12593         Log: Tiny tweaks.
12594      Branch: perl
12595            ! pod/perl.pod
12596 ____________________________________________________________________________
12597 [ 12503] By: ams                                   on 2001/10/19  13:34:24
12598         Log: Subject: Re: perlintro.pod
12599              From: Abe Timmerman <abe@ztreet.demon.nl>
12600              Date: Fri, 19 Oct 2001 14:12:40 +0200
12601              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
12602      Branch: perl
12603            ! pod/perlintro.pod
12604 ____________________________________________________________________________
12605 [ 12502] By: ams                                   on 2001/10/19  13:24:12
12606         Log: Slight reorganisation of references.
12607      Branch: perl
12608            ! pod/perl.pod
12609 ____________________________________________________________________________
12610 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
12611         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
12612              From: Kay Röpke <kroepke@dolphin-services.de>
12613              Date: Fri, 19 Oct 2001 14:04:01 +0200 
12614              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
12615      Branch: perl
12616            ! lib/ExtUtils/MakeMaker.pm
12617 ____________________________________________________________________________
12618 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
12619         Log: Unicode categories continue:
12620              implement Category=, Script=, Block=
12621              (these are based on an upcoming update of TR#18)
12622              Fix a bug where we got two In categories named "old italic",
12623              and another where shortcut for the Is categories wasn't taken.
12624      Branch: perl
12625            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
12626            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
12627            ! pod/perlunicode.pod t/op/pat.t
12628 ____________________________________________________________________________
12629 [ 12499] By: ams                                   on 2001/10/19  01:42:29
12630         Log: Subject: a small patch to perlintro.pod.
12631              From: Autrijus Tang <autrijus@autrijus.org>
12632              Date: Fri, 19 Oct 2001 01:45:51 +0800
12633              Message-Id: <20011019014551.A35625@not.autrijus.org>
12634              (Applied by hand with nits.)
12635      Branch: perl
12636            ! pod/perlintro.pod
12637 ____________________________________________________________________________
12638 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
12639         Log: Subject: [PATCH] OpenBSD hints for ithreads
12640              From: Andy Dougherty <doughera@lafayette.edu>
12641              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
12642              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
12643      Branch: perl
12644            ! hints/openbsd.sh
12645 ____________________________________________________________________________
12646 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
12647         Log: Retract #12446; the problem solved by #12474.
12648      Branch: perl
12649            ! hints/aix.sh
12650 ____________________________________________________________________________
12651 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
12652         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
12653              message and suppress line number info (from Steve Hay
12654              <Steve.Hay@uk.radan.com>)
12655      Branch: maint-5.6/perl
12656            ! lib/Carp/Heavy.pm
12657 ____________________________________________________________________________
12658 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
12659         Log: More documented In categories.
12660      Branch: perl
12661            ! pod/perlunicode.pod
12662 ____________________________________________________________________________
12663 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
12664         Log: Update Changes.
12665      Branch: perl
12666            ! Changes patchlevel.h
12667 ____________________________________________________________________________
12668 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
12669         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
12670      Branch: perl
12671            ! MANIFEST
12672 ____________________________________________________________________________
12673 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
12674         Log: Wrong skip() arguments.
12675      Branch: perl
12676            ! ext/B/t/terse.t
12677 ____________________________________________________________________________
12678 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
12679         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
12680              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12681              Date: Wed, 17 Oct 2001 09:10:53 EDT 
12682              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
12683      Branch: perl
12684            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
12685            ! pod/perlapi.pod vms/vms.c
12686 ____________________________________________________________________________
12687 [ 12490] By: ams                                   on 2001/10/18  09:31:00
12688         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
12689              From: Mark-Jason Dominus <mjd@plover.com>
12690              Date: Thu, 18 Oct 2001 06:25:35 -0400
12691              Message-Id: <20011018102535.19264.qmail@plover.com>
12692      Branch: perl
12693            ! pod/perl.pod
12694 ____________________________________________________________________________
12695 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
12696         Log: Prettyprinting.
12697      Branch: perl
12698            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
12699 ____________________________________________________________________________
12700 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
12701         Log: Regen toc.
12702      Branch: perl
12703            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12704 ____________________________________________________________________________
12705 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
12706         Log: Add perlintro, from Skud.
12707      Branch: perl
12708            + pod/perlintro.pod
12709            ! MANIFEST
12710 ____________________________________________________________________________
12711 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
12712         Log: FAQ sync.
12713      Branch: perl
12714            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
12715            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
12716            ! pod/perlfaq8.pod pod/perlfaq9.pod
12717 ____________________________________________________________________________
12718 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
12719         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
12720              in speed (upto 20% speedup in certain operations) but meanwhile
12721              regexps and arithmetics got slower (5-10%) (according to
12722              perlbench average speedup is negligible, and within measuring
12723              flutter, 1%).  Therefore retracting all the changes
12724              aimed at getting -std1 to compile cleanly:  #12475, #12476,
12725              #12479, #12480, #12481, #12482, #12483, #12484.
12726      Branch: perl
12727            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
12728            ! pp_hot.c pp_sys.c toke.c
12729 ____________________________________________________________________________
12730 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
12731         Log: (retracted by #12485)
12732              Strict ANSI doesn't like the third argument of main()
12733              so enable ignoring it if using ultra picky compiler.
12734      Branch: perl
12735            ! miniperlmain.c
12736 ____________________________________________________________________________
12737 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
12738         Log: (retracted by #12485)
12739              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
12740      Branch: perl
12741            ! perl.h
12742 ____________________________________________________________________________
12743 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
12744         Log: (retracted by #12485)
12745              Add explanatory comment.
12746      Branch: perl
12747            ! mg.c
12748 ____________________________________________________________________________
12749 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
12750         Log: (retracted by #12485)
12751              More dollar$hiding.
12752      Branch: perl
12753            ! doio.c perl.h pp_sys.c
12754 ____________________________________________________________________________
12755 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
12756         Log: (retracted by #12485)
12757              KISS.
12758      Branch: perl
12759            ! mg.c
12760 ____________________________________________________________________________
12761 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
12762         Log: (retracted by #12485)
12763              Thou shalt not #ifdef inside macro invocations,
12764              noticed by Rafael Garcia-Suarez.
12765      Branch: perl
12766            ! mg.c
12767 ____________________________________________________________________________
12768 [ 12478] By: ams                                   on 2001/10/17  18:50:55
12769         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
12770              From: Anton Berezin <tobez@tobez.org>
12771              Date: Wed, 17 Oct 2001 18:25:48 +0200
12772              Message-Id: <20011017182548.A12082@heechee.tobez.org>
12773      Branch: perl
12774            ! pp_sys.c
12775 ____________________________________________________________________________
12776 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
12777         Log: (retracted by #12485)
12778              Unterminated #ifdef.
12779      Branch: perl
12780            ! mg.c
12781 ____________________________________________________________________________
12782 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
12783         Log: (retracted by #12485)
12784              Avoid dollar signs in identifiers (in non-VMS) to
12785              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
12786      Branch: perl
12787            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
12788            ! toke.c
12789 ____________________________________________________________________________
12790 [ 12474] By: ams                                   on 2001/10/17  15:14:50
12791         Log: Subject: Two AIX patches
12792              From: H.Merijn Brand <h.m.brand@hccnet.nl>
12793              Date: Wed, 17 Oct 2001 18:04:35 +0200
12794              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
12795      Branch: perl
12796            ! hints/aix.sh makedef.pl
12797 ____________________________________________________________________________
12798 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
12799         Log: Limiting the Time::HiRes::sleep and usleep to
12800              one second is not a good policy if drop-in
12801              replacement is still a goal.
12802      Branch: perl
12803            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
12804            ! ext/Time/HiRes/HiRes.xs
12805 ____________________________________________________________________________
12806 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
12807         Log: Subject: [PATCH] Test::Simple 0.32
12808              From: Michael G Schwern <schwern@pobox.com> 
12809              Date: Wed, 17 Oct 2001 03:42:41 -0400
12810              Message-ID: <20011017034241.A25038@blackrider>
12811      Branch: perl
12812            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
12813            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
12814            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
12815            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
12816            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
12817            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
12818            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
12819            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
12820            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
12821            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
12822            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
12823            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
12824            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
12825            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
12826            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
12827            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
12828            ! t/lib/Test/Simple/Catch.pm
12829            ! t/lib/Test/Simple/sample_tests/five_fail.plx
12830 ____________________________________________________________________________
12831 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
12832         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
12833              From: Michael G Schwern <schwern@pobox.com> 
12834              Date: Wed, 17 Oct 2001 04:04:13 -0400
12835              Message-ID: <20011017040413.C25550@blackrider>
12836      Branch: perl
12837            ! t/TEST t/harness vms/test.com
12838 ____________________________________________________________________________
12839 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
12840         Log: Regen doc with perlmodstyle added.
12841      Branch: perl
12842            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12843 ____________________________________________________________________________
12844 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
12845         Log: Pod cleanup.
12846      Branch: perl
12847            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
12848 ____________________________________________________________________________
12849 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
12850         Log: Subject: perlmodstyle as a patch
12851              From: Kirrily Robert <skud@infotrope.net>
12852              Date: Tue, 16 Oct 2001 22:47:23 -0400
12853              Message-ID: <20011016224723.A20673@infotrope.net>
12854      Branch: perl
12855            + pod/perlmodstyle.pod
12856            ! MANIFEST
12857 ____________________________________________________________________________
12858 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
12859         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
12860              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
12861              Date: Thu, 6 Sep 2001 11:09:40 +0100
12862              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
12863              
12864              Mention also the develooper p5p archive.
12865      Branch: perl
12866            ! pod/perlhack.pod
12867 ____________________________________________________________________________
12868 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
12869         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
12870              From: Kay Röpke <kroepke@dolphin-services.de>
12871              Date: Tue, 16 Oct 2001 17:23:52 +0200
12872              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
12873      Branch: perl
12874            ! lib/ExtUtils/MakeMaker.pm
12875 ____________________________________________________________________________
12876 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
12877         Log: Add the special casing mappings (from SpecCase.txt)
12878              (except for the hyper special case mappings that have
12879              the condition list); the special casing mappings are
12880              unused for now.  Small tidying up on mktables.
12881      Branch: perl
12882            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
12883            + lib/unicore/To/SpecUpper.pl
12884            ! lib/unicore/mktables
12885 ____________________________________________________________________________
12886 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
12887         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
12888              From: "David H. Adler" <dha@panix.com>       
12889              Date: Tue, 16 Oct 2001 11:59:35 -0400
12890              Message-ID: <20011016115935.A13078@panix.com>
12891              
12892              Subject: [ PATCH ] perldata patch, revised
12893              From: "David H. Adler" <dha@panix.com>     
12894              Date: Tue, 16 Oct 2001 18:26:49 -0400
12895              Message-ID: <20011016182649.C23970@panix.com>
12896      Branch: perl
12897            ! pod/perldata.pod pod/perlop.pod
12898 ____________________________________________________________________________
12899 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
12900         Log: Integrate perlio: PerlIO_dup (for all but Win32).
12901      Branch: perl
12902           !> embed.h embed.pl ext/Encode/Encode.xs
12903           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
12904           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
12905           !> win32/win32io.c
12906 ____________________________________________________________________________
12907 [ 12462] By: nick                                  on 2001/10/16  19:11:30
12908         Log: PerlIOXxxx_dups for all but Win32
12909      Branch: perlio
12910            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12911            ! ext/PerlIO/Via/Via.xs
12912 ____________________________________________________________________________
12913 [ 12461] By: nick                                  on 2001/10/16  18:28:48
12914         Log: Implement PerlIOStdio_dup (explains core dumps - dup
12915              was not setting up a FILE * to be fclosed()).
12916      Branch: perlio
12917            ! perlio.c
12918 ____________________________________________________________________________
12919 [ 12460] By: nick                                  on 2001/10/16  17:31:47
12920         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
12921              overflow.
12922      Branch: perlio
12923            ! perlio.c
12924 ____________________________________________________________________________
12925 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
12926         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
12927              From: "Craig A. Berry" <craigberry@mac.com>
12928              Date: Tue, 16 Oct 2001 13:08:38 -0500
12929              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
12930      Branch: perl
12931            ! configure.com
12932 ____________________________________________________________________________
12933 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
12934         Log: Can't expect too much accuracy from a sleep of one second.
12935              (I think this will also fail with high load.)
12936      Branch: perl
12937            ! ext/Time/HiRes/HiRes.t
12938 ____________________________________________________________________________
12939 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
12940         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
12941              From: "Werner, Randolf" <randolf.werner@sap.com>
12942              Date: Tue, 16 Oct 2001 18:33:02 +0200
12943              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
12944      Branch: perl
12945            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
12946            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
12947 ____________________________________________________________________________
12948 [ 12456] By: nick                                  on 2001/10/16  14:08:16
12949         Log: Builds under ithreads (but fails all threads tests)
12950      Branch: perlio
12951            ! hv.c perlio.c sv.c
12952 ____________________________________________________________________________
12953 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
12954         Log: I think the Perl_sortsv needs *not* be skipped?
12955      Branch: perl
12956            ! makedef.pl
12957 ____________________________________________________________________________
12958 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
12959         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
12960              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
12961              Date: Tue, 16 Oct 2001 15:32:44 +0200
12962              Message-ID: <3BCC531C.11494.3E433F@localhost>
12963      Branch: perl
12964            ! t/op/groups.t
12965 ____________________________________________________________________________
12966 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
12967         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
12968              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
12969              Date: Tue, 16 Oct 2001 15:01:04 +0200
12970              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
12971      Branch: perl
12972            ! t/io/fs.t
12973 ____________________________________________________________________________
12974 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
12975         Log: A forgotten deletion.
12976      Branch: perl
12977            - lib/unicore/mktables.PL
12978 ____________________________________________________________________________
12979 [ 12451] By: nick                                  on 2001/10/16  11:32:48
12980         Log: Skeleton of "PerlIO_dup" coded.
12981              Still-passes all tests non-threaded (well it would wouldn't it!)
12982      Branch: perlio
12983            ! embed.h embed.pl ext/Encode/Encode.xs
12984            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
12985            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
12986            ! win32/win32io.c
12987 ____________________________________________________________________________
12988 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
12989         Log: Document the problem with the swash_fetch() API that affects
12990              more complex case conversions.
12991      Branch: perl
12992            ! lib/utf8_heavy.pl utf8.c
12993 ____________________________________________________________________________
12994 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
12995         Log: Make Time::HiRes::sleep() and usleep() to return
12996              the number of seconds (a floating point value) and 
12997              microseconds (an integer) actually slept (well,
12998              modulo the time spent in measuring the time actually
12999              slept...), to be a better drop-in replacement for
13000              the builtin sleep().  Noticed by Chris Nandor.
13001              
13002              Also make usleep() to croak if fed illegal number
13003              of useconds (anything greater than 1_000_000).
13004      Branch: perl
13005            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
13006            ! ext/Time/HiRes/HiRes.xs
13007 ____________________________________________________________________________
13008 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
13009         Log: A missing SvREFCNT_dec.
13010      Branch: perl
13011            ! perl.c
13012 ____________________________________________________________________________
13013 [ 12447] By: nick                                  on 2001/10/15  20:27:53
13014         Log: Beginings of PerlIO_dup support (unstable)
13015      Branch: perlio
13016            ! perlio.c perliol.h
13017 ____________________________________________________________________________
13018 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
13019         Log: (retracted by #12497)
13020              In AIX vac 5 just can't seem to get regcomp right.
13021      Branch: perl
13022            ! hints/aix.sh
13023 ____________________________________________________________________________
13024 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
13025         Log: Bump the version number to agree with the maintperl one.
13026      Branch: perl
13027            ! lib/Tie/RefHash.pm
13028 ____________________________________________________________________________
13029 [ 12444] By: nick                                  on 2001/10/15  15:59:57
13030         Log: Integrate mainline
13031      Branch: perlio
13032           +> lib/Math/BigInt/t/Math/Subclass.pm
13033           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
13034           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
13035           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
13036           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
13037           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
13038           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
13039           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
13040           +> lib/unicore/mktables
13041            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
13042            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
13043            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
13044            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
13045            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
13046            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
13047            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
13048            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
13049            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
13050            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
13051            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
13052            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
13053            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
13054            - lib/unicore/syllables.txt
13055           !> (integrate 344 files)
13056 ____________________________________________________________________________
13057 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
13058         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
13059      Branch: perl
13060            ! ext/DB_File/DB_File.xs
13061 ____________________________________________________________________________
13062 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
13063         Log: Sync the skip() amounts with the number of tests.
13064      Branch: perl
13065            ! lib/Term/Complete.t
13066 ____________________________________________________________________________
13067 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
13068         Log: Update Changes.
13069      Branch: perl
13070            ! Changes patchlevel.h
13071 ____________________________________________________________________________
13072 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
13073         Log: MacOS Classic catdir() rewrite from Thomas Wegner
13074              (backward incompatibility, but a deliberate one,
13075              the old version simply is broken in its logic),
13076              also documentation updates, and as suggested replicated
13077              the File::Spec::Unix documentation updates also on the
13078              File::Spec documentation.
13079              
13080              TODO: there seems to be duplication of documentation
13081              between File::Spec and File::Spec::Unix.  I think
13082              the ::Unix should be left only with specific UNIXisms,
13083              and all the generic documentation should be in ::Spec.
13084      Branch: perl
13085            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
13086            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
13087            ! lib/File/Spec/Unix.pm
13088 ____________________________________________________________________________
13089 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
13090         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
13091              From: Blair Zajac <blair@orcaware.com>
13092              Date: Mon, 24 Sep 2001 11:48:58 -0700
13093              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
13094              
13095              (the skip() messages)
13096      Branch: perl
13097            ! t/op/magic.t
13098 ____________________________________________________________________________
13099 [ 12438] By: ams                                   on 2001/10/14  23:43:59
13100         Log: Subject: [PATCH] make PerlIO default on VMS
13101              From: "Craig A. Berry" <craigberry@mac.com>
13102              Date: Sun, 14 Oct 2001 15:27:18 -0500
13103              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
13104      Branch: perl
13105            ! configure.com
13106 ____________________________________________________________________________
13107 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
13108         Log: Retract #12436 (Abhijit already did this at #12426)
13109      Branch: perl
13110            ! lib/ExtUtils/MM_Unix.pm
13111 ____________________________________________________________________________
13112 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
13113         Log: (retracted by #12437)
13114              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
13115              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
13116              Date: Sat, 13 Oct 2001 20:33:55 +0200
13117              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
13118      Branch: perl
13119            ! lib/ExtUtils/MM_Unix.pm
13120 ____________________________________________________________________________
13121 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
13122         Log: Subject: h2xs grammar nit
13123              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13124              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
13125              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
13126      Branch: perl
13127            ! utils/h2xs.PL
13128 ____________________________________________________________________________
13129 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
13130         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
13131              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
13132              Date: Sun, 14 Oct 2001 11:25:08 +0100
13133              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
13134      Branch: perl
13135            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
13136            ! warnings.pl
13137 ____________________________________________________________________________
13138 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
13139         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
13140              for File::Spec::Mac::catfile)
13141      Branch: perl
13142            ! lib/h2xs.t
13143 ____________________________________________________________________________
13144 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
13145         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
13146              From: Nicholas Clark <nick@ccl4.org>
13147              Date: Sat, 13 Oct 2001 00:07:31 +0100
13148              Message-ID: <20011013000731.D67535@plum.flirble.org>
13149      Branch: perl
13150            ! lib/h2xs.t utils/h2xs.PL
13151 ____________________________________________________________________________
13152 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
13153         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
13154              before DEFINE and INC), and repent by taking DEFINE and
13155              INC away from PASTHRU.
13156      Branch: perl
13157            ! lib/ExtUtils/MM_Unix.pm
13158 ____________________________________________________________________________
13159 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
13160         Log: More MANIFEST anomalies.
13161      Branch: perl
13162            ! MANIFEST
13163 ____________________________________________________________________________
13164 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
13165         Log: Not that many.
13166      Branch: perl
13167            ! MANIFEST
13168 ____________________________________________________________________________
13169 [ 12428] By: sky                                   on 2001/10/13  20:59:27
13170         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
13171              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13172              Date: Sat, 13 Oct 2001 23:15:55 +0200
13173              Message-ID: <20011013231555.A18071@rafael>
13174      Branch: perl
13175            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
13176            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
13177 ____________________________________________________________________________
13178 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
13179         Log: Rewrite mktables from scratch.
13180              - Cleaner.
13181              - Faster: 15-20 seconds as opposed to several minutes.
13182              - More dynamic: the names of the various categories
13183              such as the linebreak ones are dynamic, not static.
13184              - Is.pl: long names for the general category properties
13185              are now available.
13186              - Ranges (<... ,First>, <..., Last>) from the general
13187              categories work now.
13188              - No more mktables.PL because the mktables.PL is not
13189              and never has been run to create a mktables.
13190              - syllables.txt and Is/Syl*.pl removed: non-standard
13191              (not part of the Unicode), and the whole concept is
13192              being reworked (http://syllabary.sourceforge.net/),
13193              the old way wouldn't even work with the new Syllables.txt
13194              (it would result in 1000+ new categories)
13195      Branch: perl
13196            + lib/unicore/In/163.pl lib/unicore/In/164.pl
13197            + lib/unicore/In/165.pl lib/unicore/In/166.pl
13198            + lib/unicore/In/167.pl lib/unicore/In/168.pl
13199            + lib/unicore/In/169.pl lib/unicore/In/170.pl
13200            + lib/unicore/In/171.pl lib/unicore/Is.pl
13201            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
13202            + lib/unicore/mktables
13203            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
13204            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
13205            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
13206            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
13207            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
13208            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
13209            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
13210            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
13211            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
13212            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
13213            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
13214            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
13215            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
13216            - lib/unicore/syllables.txt
13217            ! (edit 304 files)
13218 ____________________________________________________________________________
13219 [ 12426] By: ams                                   on 2001/10/13  18:05:36
13220         Log: ExtUtils::MM_Unix should ignore comments when searching for
13221              $VERSION.
13222      Branch: perl
13223            ! lib/ExtUtils/MM_Unix.pm
13224 ____________________________________________________________________________
13225 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
13226         Log: Subject: Re: New module XML::Clean
13227              From: andreas.koenig@anima.de (Andreas J. Koenig)
13228              Date: 13 Oct 2001 10:17:09 +0200
13229              Message-ID: <m37ku0t0my.fsf@anima.de>
13230      Branch: perl
13231            ! pod/perlnewmod.pod
13232 ____________________________________________________________________________
13233 [ 12424] By: sky                                   on 2001/10/13  09:39:59
13234         Log: Set thread stack size if needed.
13235      Branch: perl
13236            ! ext/threads/threads.xs
13237 ____________________________________________________________________________
13238 [ 12423] By: sky                                   on 2001/10/13  09:36:49
13239         Log: We do want to set the attribute to joinable even on modern posix
13240              platforms.
13241      Branch: perl
13242            ! ext/threads/threads.xs
13243 ____________________________________________________________________________
13244 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
13245         Log: Subject: [PATCH ext/Data/Dumper.xs]
13246              From: Brian Ingerson <ingy@ttul.org>
13247              Date: Fri, 12 Oct 2001 19:32:35 -0700
13248              Message-ID: <20011012193235.B889@ttul.org>
13249      Branch: perl
13250            ! ext/Data/Dumper/Dumper.xs
13251 ____________________________________________________________________________
13252 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
13253         Log: Update Changes.
13254      Branch: perl
13255            ! Changes patchlevel.h
13256 ____________________________________________________________________________
13257 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
13258         Log: FAQ sync.
13259      Branch: perl
13260            ! pod/perlfaq3.pod pod/perlfaq4.pod
13261 ____________________________________________________________________________
13262 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
13263         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
13264              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
13265              Date: Fri, 12 Oct 2001 11:51:05 -0700
13266              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
13267      Branch: perl
13268            ! lib/File/Copy.pm
13269 ____________________________________________________________________________
13270 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
13271         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
13272              From: "chromatic" <chromatic@rmci.net>     
13273              Date: Thu, 11 Oct 2001 10:57:55 -0600
13274              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
13275              
13276              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
13277              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13278              Date: Thu, 11 Oct 2001 22:34:21 +0200
13279              Message-ID: <20011011223421.A693@rafael>     
13280              
13281              plus undef $Term::Complete::stty as suggested by Rafael.
13282      Branch: perl
13283            ! lib/Term/Complete.pm lib/Term/Complete.t
13284 ____________________________________________________________________________
13285 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
13286         Log: UUnndduupplleexx..
13287      Branch: perl
13288            ! perl.h
13289 ____________________________________________________________________________
13290 [ 12416] By: sky                                   on 2001/10/12  20:16:19
13291         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
13292              From: Andy Dougherty <doughera@lafayette.edu>
13293              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
13294              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
13295              (Potentially only band-aid)
13296      Branch: perl
13297            ! sv.c
13298 ____________________________________________________________________________
13299 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
13300         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
13301              mishandles kill(), and therefore the sigaction test
13302              should be skipped, from Charles Lane.
13303      Branch: perl
13304            ! ext/POSIX/t/sigaction.t
13305 ____________________________________________________________________________
13306 [ 12414] By: sky                                   on 2001/10/12  18:47:49
13307         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
13308      Branch: perl
13309            ! op.h
13310 ____________________________________________________________________________
13311 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
13312         Log: Upgrade to Math::BigInt 1.44 from Tels and
13313              further fixes from John Peacock.
13314      Branch: perl
13315            + lib/Math/BigInt/t/Math/Subclass.pm
13316            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
13317            + lib/Math/BigInt/t/subclass.t
13318            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13319            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
13320            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
13321            ! lib/Math/BigInt/t/mbimbf.t
13322 ____________________________________________________________________________
13323 [ 12412] By: sky                                   on 2001/10/12  18:28:23
13324         Log: perhaps pthread_attr_t really needs to be set for the old api
13325      Branch: perl
13326            ! ext/threads/threads.xs
13327 ____________________________________________________________________________
13328 [ 12411] By: sky                                   on 2001/10/12  18:11:45
13329         Log: pthread_keycreate not pthread_key_create under the here be dragons API
13330      Branch: perl
13331            ! ext/threads/threads.h
13332 ____________________________________________________________________________
13333 [ 12410] By: sky                                   on 2001/10/12  18:07:37
13334         Log: Apperently OLD PTHREADS API is a bit retarded.
13335              This should fix another set of compile failures in HP-UX 10.20.
13336      Branch: perl
13337            ! ext/threads/threads.h ext/threads/threads.xs
13338 ____________________________________________________________________________
13339 [ 12409] By: nick                                  on 2001/10/12  15:30:01
13340         Log: Blind integrate of mainline
13341      Branch: perlio
13342           +> (branch 32 files)
13343            - lib/unicode/README
13344           !> (integrate 121 files)
13345 ____________________________________________________________________________
13346 [ 12408] By: sky                                   on 2001/10/12  14:55:08
13347         Log: Let us avoid being smart for now.
13348      Branch: perl
13349            ! ext/threads/threads.h
13350 ____________________________________________________________________________
13351 [ 12407] By: sky                                   on 2001/10/12  14:38:12
13352         Log: (void*) the argument to make sure we work with picky compilers
13353      Branch: perl
13354            ! ext/threads/threads.xs
13355 ____________________________________________________________________________
13356 [ 12406] By: ams                                   on 2001/10/12  13:26:04
13357         Log: (replaced with #12600)
13358              
13359              Subject: [PATCH 5.6.1 perldoc] use File::Temp
13360              From: Mikhail Zabaluev <mhz@alt-linux.org>
13361              Date: Fri, 12 Oct 2001 12:47:47 +0400
13362              Message-Id: <20011012124747.E13918@localhost.localdomain>
13363      Branch: perl
13364            ! utils/perldoc.PL
13365 ____________________________________________________________________________
13366 [ 12405] By: ams                                   on 2001/10/12  13:05:32
13367         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
13368              From: andreas.koenig@anima.de (Andreas J. Koenig)
13369              Date: 12 Oct 2001 11:12:07 +0200
13370              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
13371      Branch: perl
13372            ! lib/Memoize/t/speed.t
13373 ____________________________________________________________________________
13374 [ 12404] By: sky                                   on 2001/10/12  12:46:15
13375         Log: A) Support OLD_PTHREADS_API
13376              B) Change from using pthread_t to using a TLS to store the
13377              index of the thread in an hash, this is to avoid problems when
13378              in fact pthread_t was not a seralizable type.
13379              Both these changes are because of HP-UX 10.20
13380              This has not been tested on win32 but should work there.
13381              Need to add support for NetWare.
13382      Branch: perl
13383            ! ext/threads/threads.h ext/threads/threads.xs
13384 ____________________________________________________________________________
13385 [ 12403] By: ams                                   on 2001/10/12  07:34:19
13386         Log: Subject: Re: New module XML::Clean
13387              From: andreas.koenig@anima.de (Andreas J. Koenig)
13388              Date: 12 Oct 2001 10:20:35 +0200
13389              Message-Id: <m3elo9uv58.fsf@anima.de>
13390      Branch: perl
13391            ! pod/perlnewmod.pod
13392 ____________________________________________________________________________
13393 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
13394         Log: More HP model tweaks from Merijn.
13395      Branch: perl
13396            ! README.hpux
13397 ____________________________________________________________________________
13398 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
13399         Log: Update Changes.
13400      Branch: perl
13401            ! Changes patchlevel.h
13402 ____________________________________________________________________________
13403 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
13404         Log: HP-UX update from H.Merijn Brand.
13405      Branch: perl
13406            ! README.hpux
13407 ____________________________________________________________________________
13408 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
13409         Log: Subject: [PATCH] fix link rot in README.vms
13410              From: "Craig A. Berry" <craigberry@mac.com>
13411              Date: Wed, 10 Oct 2001 17:17:00 -0500
13412              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
13413      Branch: perl
13414            ! README.vms
13415 ____________________________________________________________________________
13416 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
13417         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
13418              From: "chromatic" <chromatic@rmci.net>
13419              Date: Wed, 10 Oct 2001 15:50:30 -0600
13420              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
13421      Branch: perl
13422            ! lib/Term/Complete.t
13423 ____________________________________________________________________________
13424 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
13425         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
13426              From: "chromatic" <chromatic@rmci.net>
13427              Date: Wed, 10 Oct 2001 15:45:42 -0600
13428              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
13429      Branch: perl
13430            + lib/ExtUtils/Packlist.t
13431            ! MANIFEST
13432 ____________________________________________________________________________
13433 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
13434         Log: VMS needs quotes around the -I option to keep it from
13435              being downcased, from Charles Lane.
13436      Branch: perl
13437            ! t/run/kill_perl.t
13438 ____________________________________________________________________________
13439 [ 12395] By: ams                                   on 2001/10/10  16:22:32
13440         Log: Subject: [PATCH lib/FindBin.pm]
13441              From: Stas Bekman <stas@stason.org>
13442              Date: Tue, 09 Oct 2001 23:57:10 +0800
13443              Message-Id: <3BC31E56.60805@stason.org>
13444      Branch: perl
13445            ! lib/FindBin.pm
13446 ____________________________________________________________________________
13447 [ 12394] By: ams                                   on 2001/10/10  16:09:53
13448         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
13449              From: Abhijit Menon-Sen <ams@wiw.org>
13450              Date: Wed, 10 Oct 2001 21:59:33 +0530
13451              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
13452      Branch: perl
13453            ! ext/Data/Dumper/Dumper.xs
13454 ____________________________________________________________________________
13455 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
13456         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
13457              from Charles Lane.
13458      Branch: perl
13459            ! lib/File/Spec/VMS.pm
13460 ____________________________________________________________________________
13461 [ 12392] By: ams                                   on 2001/10/10  14:49:43
13462         Log: Subject: [PATCH] two s/// bugfixes
13463              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13464              Date: Wed, 10 Oct 2001 17:23:44 +0200
13465              Message-Id: <20011010172344.C22440@rafael>
13466      Branch: perl
13467            ! pp_ctl.c regexec.c t/op/subst.t
13468 ____________________________________________________________________________
13469 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
13470         Log: Fix/improve handling of the [000000] special "root"
13471              directory, by putting cwd in canonical form when doing
13472              abs2rel, and prepending a 000000 to directory "chunks"
13473              if missing from base or path.  Also adjust test to
13474              reflect the (improved) output from abs2rel.
13475              From Charles Lane.
13476      Branch: perl
13477            ! lib/File/Spec.t lib/File/Spec/VMS.pm
13478 ____________________________________________________________________________
13479 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
13480         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
13481              all of the extra VMSish attributes (such as "treat this logical
13482              as a device name") that are necessary to make programs run.
13483              A tainted %ENV does not hinder VMS.  From Charles Lane.
13484      Branch: perl
13485            ! lib/File/Find/t/taint.t
13486 ____________________________________________________________________________
13487 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
13488         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
13489              
13490              o  VMS is case-insensitive, RTL downcases filenames read
13491              by perl... so need to re-upcase filenames like MANIFEST
13492              and MANIFEST.SKIP
13493              
13494              o  Need to convert VMS-style to Unix-style filenames when comparing
13495              names in MANIFEST to names in filesystem.
13496              
13497              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
13498              since VMS won't let you (easily) delete non-empty directories.
13499              
13500              From Charles Lane.
13501      Branch: perl
13502            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
13503 ____________________________________________________________________________
13504 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
13505         Log: Unix and VMS agree on "*" as a "match any number of any chars"
13506              wildcards, but differ ("?"  vs.  "%") for their "match any single
13507              char" wildcard.  This patch changes "?"  chars to "%" before doing a
13508              VMS glob...at no loss of functionality, since "?"  isn't a valid
13509              filename char on VMS.  From Charles Lane.
13510      Branch: perl
13511            ! doio.c
13512 ____________________________________________________________________________
13513 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
13514         Log: (accidentally empty submit; new life as #12390)
13515      Branch: perl
13516            ! lib/File/Find/t/taint.t
13517 ____________________________________________________________________________
13518 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
13519         Log: Even more VMS tweakage from Charles Lane:
13520              
13521              Tweak #1:  splitdir only works on directory part of filespec,
13522              split off volume first
13523              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
13524              (it's a horrible kludge in the run-time library,
13525              improved in later versions). Check the
13526              $Config{'d_setenv'} flag before attempting to set it.
13527      Branch: perl
13528            ! t/op/chdir.t
13529 ____________________________________________________________________________
13530 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
13531         Log: VMS tweakage from Charles Lane.
13532              
13533              . command.com doubles an output line when prompting for extensions
13534              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
13535              . perl5db doesn't clean up after itself
13536      Branch: perl
13537            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
13538 ____________________________________________________________________________
13539 [ 12384] By: sky                                   on 2001/10/09  19:16:11
13540         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
13541              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13542              Date: Tue, 9 Oct 2001 22:10:26 +0200
13543              Message-ID: <20011009221026.A8579@rafael>
13544      Branch: perl
13545            ! pod/perldata.pod
13546 ____________________________________________________________________________
13547 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
13548         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
13549              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13550              Date: 9 Oct 2001 15:15:06 -0000
13551              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
13552      Branch: perl
13553            ! t/op/subst.t
13554 ____________________________________________________________________________
13555 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
13556         Log: Update Changes.
13557      Branch: perl
13558            ! Changes patchlevel.h
13559 ____________________________________________________________________________
13560 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
13561         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
13562              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
13563              when a NULL is passed for the filename string pointer.
13564              From Charles Lane.
13565      Branch: perl
13566            ! vms/vms.c
13567 ____________________________________________________________________________
13568 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
13569         Log: Subject: HP systems update
13570              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13571              Date: Tue, 09 Oct 2001 15:59:22 +0200
13572              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
13573      Branch: perl
13574            ! README.hpux
13575 ____________________________________________________________________________
13576 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
13577         Log: CPAN::Nox does now have a test.
13578      Branch: perl
13579            ! t/lib/1_compile.t
13580 ____________________________________________________________________________
13581 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
13582         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
13583              From: David Dyck <dcd@tc.fluke.com>
13584              Date: Mon, 1 Oct 2001 12:17:36 -0700
13585              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
13586      Branch: perl
13587            ! installperl
13588 ____________________________________________________________________________
13589 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
13590         Log: NetWare update from Ananth Kesari.
13591      Branch: perl
13592            ! NetWare/nwperlsys.h makedef.pl
13593 ____________________________________________________________________________
13594 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
13595         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
13596              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13597              Date: Tue, 9 Oct 2001 08:40:57 EDT
13598              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
13599      Branch: perl
13600            ! lib/File/Find/t/find.t
13601 ____________________________________________________________________________
13602 [ 12374] By: ams                                   on 2001/10/09  05:31:45
13603         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
13604              ExtUtils::Mkbootstrap
13605              From: "chromatic" <chromatic@rmci.net>
13606              Date: Tue, 09 Oct 2001 00:08:37 -0600
13607              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
13608      Branch: perl
13609            + lib/ExtUtils/Mkbootstrap.t
13610            ! MANIFEST
13611 ____________________________________________________________________________
13612 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
13613         Log: Enable more debugging.
13614      Branch: perl
13615            ! lib/utf8_heavy.pl
13616 ____________________________________________________________________________
13617 [ 12372] By: ams                                   on 2001/10/09  02:11:59
13618         Log: #12370 forgot to modify is_gv_magical().
13619      Branch: perl
13620            ! gv.c
13621 ____________________________________________________________________________
13622 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
13623         Log: Make the toupper/lower/title API for Unicode not right
13624              but at least less wrong: prepare for the mapping being
13625              more than just one-character-to-one-character.
13626      Branch: perl
13627            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
13628            ! regexec.c utf8.c
13629 ____________________________________________________________________________
13630 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
13631         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
13632              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13633              Date: Mon, 8 Oct 2001 22:18:23 -0400
13634              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
13635      Branch: perl
13636            ! pod/perlvar.pod t/op/taint.t
13637 ____________________________________________________________________________
13638 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
13639         Log: FAQ sync.
13640      Branch: perl
13641            ! pod/perlfaq3.pod pod/perlfaq4.pod
13642 ____________________________________________________________________________
13643 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
13644         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
13645              From: "chromatic" <chromatic@rmci.net>
13646              Date: Mon, 08 Oct 2001 14:05:32 -0600
13647              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
13648      Branch: perl
13649            ! lib/Term/Cap.t
13650 ____________________________________________________________________________
13651 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
13652         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
13653              From: Michael G Schwern <schwern@pobox.com>
13654              Date: Mon, 8 Oct 2001 17:00:14 -0400
13655              Message-ID: <20011008170014.L17083@blackrider>
13656      Branch: perl
13657            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
13658 ____________________________________________________________________________
13659 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
13660         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
13661              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13662              Date: Mon, 8 Oct 2001 16:01:33 EDT
13663              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
13664      Branch: perl
13665            ! ext/Time/HiRes/HiRes.xs
13666 ____________________________________________________________________________
13667 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
13668         Log: Subject: [PATCH] Autosplit patch for VMS
13669              From: "Craig A. Berry" <craigberry@mac.com>
13670              Date: Mon, 08 Oct 2001 15:40:43 -0500
13671              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
13672      Branch: perl
13673            ! lib/AutoSplit.pm lib/AutoSplit.t
13674 ____________________________________________________________________________
13675 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
13676         Log: Don't assume that everybody is running OS X 10.1 yet;
13677              from Kay Röpke.
13678      Branch: perl
13679            ! hints/darwin.sh
13680 ____________________________________________________________________________
13681 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
13682         Log: Update Changes.
13683      Branch: perl
13684            ! Changes patchlevel.h
13685 ____________________________________________________________________________
13686 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
13687         Log: Retract #12358 for now.
13688      Branch: perl
13689            ! lib/Term/Cap.t
13690 ____________________________________________________________________________
13691 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
13692         Log: Can't figure out what this is testing.
13693              (If it is trying to catch SIGKILL, it should stop
13694              trying because that is by definition impossible.)
13695      Branch: perl
13696            ! lib/sigtrap.t
13697 ____________________________________________________________________________
13698 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
13699         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
13700              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13701              Date: Sun, 30 Sep 2001 21:15:13 +0200
13702              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
13703      Branch: perl
13704            ! lib/ExtUtils/MM_Win32.pm
13705 ____________________________________________________________________________
13706 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
13707         Log: Clarify the ldlibpth part and condense the overall text.
13708      Branch: perl
13709            ! t/TEST
13710 ____________________________________________________________________________
13711 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
13712         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
13713              From: "chromatic" <chromatic@rmci.net>
13714              Date: Sun, 07 Oct 2001 16:59:26 -0600
13715              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
13716      Branch: perl
13717            ! lib/Term/Cap.t
13718 ____________________________________________________________________________
13719 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
13720         Log: Update the list because fo #12265.
13721      Branch: perl
13722            ! t/lib/1_compile.t
13723 ____________________________________________________________________________
13724 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
13725         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
13726              From: Nicholas Clark <nick@ccl4.org>
13727              Date: Sun, 7 Oct 2001 20:53:33 +0100
13728              Message-ID: <20011007205333.S38756@plum.flirble.org>   
13729      Branch: perl
13730            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
13731            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
13732            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
13733            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
13734            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
13735            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
13736            ! lib/Switch/t/switch.t lib/Term/Complete.t
13737            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
13738            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
13739            ! t/op/my_stash.t
13740 ____________________________________________________________________________
13741 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
13742         Log: Integrate patch #12350 from maintperl; typo in
13743              IO::Seekable doc.
13744      Branch: perl
13745           !> ext/IO/lib/IO/Seekable.pm
13746 ____________________________________________________________________________
13747 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
13748         Log: Detypo.
13749      Branch: perl
13750            ! hints/darwin.sh
13751 ____________________________________________________________________________
13752 [ 12353] By: sky                                   on 2001/10/07  17:16:14
13753         Log: Change 12349 didn't really get it right.
13754      Branch: perl
13755            ! lib/Unicode/README
13756 ____________________________________________________________________________
13757 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
13758         Log: If running the harness the dynamic library search path
13759              may need setting.
13760      Branch: perl
13761            ! t/TEST
13762 ____________________________________________________________________________
13763 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
13764         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
13765              in ldflags.
13766      Branch: perl
13767            ! hints/darwin.sh
13768 ____________________________________________________________________________
13769 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
13770         Log: typo in IO::Seekable doc
13771      Branch: maint-5.6/perl
13772            ! ext/IO/lib/IO/Seekable.pm
13773 ____________________________________________________________________________
13774 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
13775         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
13776              doesn't work on Mac OS X 10.1 (when unpacking the tar the
13777              latter gets renamed as lib/unicode:1, assumedly for security
13778              reasons not to overwrite stuff)
13779      Branch: perl
13780            + lib/Unicode/README
13781            - lib/unicode/README
13782            ! MANIFEST
13783 ____________________________________________________________________________
13784 [ 12348] By: ams                                   on 2001/10/07  05:33:40
13785         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
13786              From: "chromatic" <chromatic@rmci.net>
13787              Date: Sat, 06 Oct 2001 21:42:03 -0600
13788              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
13789      Branch: perl
13790            + lib/CPAN/t/Nox.t
13791            ! MANIFEST
13792 ____________________________________________________________________________
13793 [ 12347] By: ams                                   on 2001/10/07  00:48:10
13794         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
13795              From: "chromatic" <chromatic@rmci.net>
13796              Date: Sat, 06 Oct 2001 18:52:10 -0600
13797              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
13798      Branch: perl
13799            + lib/sigtrap.t
13800            ! MANIFEST
13801 ____________________________________________________________________________
13802 [ 12346] By: ams                                   on 2001/10/06  23:14:01
13803         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
13804              h2xs write?)
13805              From: Nicholas Clark <nick@ccl4.org>
13806              Date: Sat, 6 Oct 2001 21:46:43 +0100
13807              Message-Id: <20011006214643.L38756@plum.flirble.org>
13808      Branch: perl
13809            ! utils/h2xs.PL
13810 ____________________________________________________________________________
13811 [ 12345] By: ams                                   on 2001/10/06  17:39:53
13812         Log: Subject: [PATCH] Memoize tests
13813              From: Nicholas Clark <nick@ccl4.org>
13814              Date: Sat, 6 Oct 2001 18:04:21 +0100
13815              Message-Id: <20011006180421.J38756@plum.flirble.org>
13816      Branch: perl
13817            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
13818            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
13819            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
13820            ! lib/Memoize/t/expire_module_n.t
13821            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
13822            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
13823            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
13824            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
13825            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
13826            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
13827 ____________________________________________________________________________
13828 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
13829         Log: Retract the latter part of #12343.
13830      Branch: perl
13831            ! ext/IO/lib/IO/Socket/INET.pm
13832 ____________________________________________________________________________
13833 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
13834         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
13835              From: David Dyck <dcd@tc.fluke.com>
13836              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
13837              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
13838              
13839              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
13840              From: David Dyck <dcd@tc.fluke.com>
13841              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
13842              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
13843      Branch: perl
13844            ! ext/IO/lib/IO/Socket/INET.pm
13845 ____________________________________________________________________________
13846 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
13847         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
13848              From: Robin Barker <rmb1@cise.npl.co.uk>
13849              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
13850              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
13851      Branch: perl
13852            ! t/TEST
13853 ____________________________________________________________________________
13854 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
13855         Log: Don't assume that %x is good for displaying UVs.
13856      Branch: perl
13857            ! dump.c
13858 ____________________________________________________________________________
13859 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
13860         Log: Update Changes.
13861      Branch: perl
13862            ! Changes patchlevel.h
13863 ____________________________________________________________________________
13864 [ 12339] By: ams                                   on 2001/10/05  10:22:34
13865         Log: Subject: [PATCH] perlfunc/select
13866              From: Nicholas Clark <nick@ccl4.org>
13867              Date: Fri, 5 Oct 2001 11:33:58 +0100
13868              Message-Id: <20011005113358.Z38756@plum.flirble.org>
13869      Branch: perl
13870            ! pod/perlfunc.pod
13871 ____________________________________________________________________________
13872 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
13873         Log: Retract #12313 and #12249.
13874      Branch: perl
13875            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
13876            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
13877            ! pod/perlebcdic.pod
13878 ____________________________________________________________________________
13879 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
13880         Log: Subject: [PATCH] perlvms.pod update
13881              From: "Craig A. Berry" <craigberry@mac.com>
13882              Date: Thu, 04 Oct 2001 12:55:52 -0500
13883              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
13884      Branch: perl
13885            ! vms/perlvms.pod
13886 ____________________________________________________________________________
13887 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
13888         Log: Subject: PATCH: Tie::SubstrHash
13889              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13890              Date: Thu, 04 Oct 2001 12:12:41 +0100
13891              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
13892      Branch: perl
13893            ! lib/Tie/SubstrHash.pm
13894 ____________________________________________________________________________
13895 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
13896         Log: Unicode properties saga continues.
13897      Branch: perl
13898            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
13899            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
13900 ____________________________________________________________________________
13901 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
13902         Log: Yet more Unicode properties.
13903      Branch: perl
13904            + lib/unicore/In/137.pl lib/unicore/In/138.pl
13905            + lib/unicore/In/139.pl lib/unicore/In/140.pl
13906            + lib/unicore/In/141.pl lib/unicore/In/142.pl
13907            + lib/unicore/In/143.pl lib/unicore/In/144.pl
13908            + lib/unicore/In/145.pl lib/unicore/In/146.pl
13909            + lib/unicore/In/147.pl lib/unicore/In/148.pl
13910            + lib/unicore/In/149.pl lib/unicore/In/150.pl
13911            + lib/unicore/In/151.pl lib/unicore/In/152.pl
13912            + lib/unicore/In/153.pl lib/unicore/In/154.pl
13913            + lib/unicore/In/155.pl lib/unicore/In/156.pl
13914            + lib/unicore/In/157.pl lib/unicore/In/158.pl
13915            + lib/unicore/In/159.pl lib/unicore/In/160.pl
13916            + lib/unicore/In/161.pl lib/unicore/In/162.pl
13917            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
13918            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
13919            ! pod/perlunicode.pod
13920 ____________________________________________________________________________
13921 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
13922         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
13923              From: "Craig A. Berry" <craigberry@mac.com>
13924              Date: Wed, 03 Oct 2001 17:45:25 -0500
13925              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
13926              
13927              (the lib/Term/Complete.t patched differently by #12332)
13928      Branch: perl
13929            ! lib/ExtUtils/Command.t
13930 ____________________________________________________________________________
13931 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
13932         Log: Restore only if something to restore.
13933      Branch: perl
13934            ! lib/Term/Complete.t
13935 ____________________________________________________________________________
13936 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
13937         Log: Update various resources for credits,
13938              minor icons fixes, and versions.
13939      Branch: maint-5.6/macperl
13940            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
13941            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
13942            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
13943 ____________________________________________________________________________
13944 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
13945         Log: Quiet the warnings about using undef value
13946      Branch: maint-5.6/macperl
13947            ! lib/File/Temp.pm
13948 ____________________________________________________________________________
13949 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
13950         Log: Fix up Ballon Help and Help menu docs (first pass);
13951              remove balloon rez file, and autogenerate with
13952              Balloon2Rez instead.
13953      Branch: maint-5.6/macperl
13954            + macos/macperl/macscripts/Balloon2Rez
13955            - macos/macperl/MPBalloons.r
13956            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
13957 ____________________________________________________________________________
13958 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
13959         Log: Allow overriding of defaults, for change #12327.
13960      Branch: maint-5.6/macperl
13961            ! perl.h
13962 ____________________________________________________________________________
13963 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
13964         Log: Override PerlProc_exit.
13965      Branch: maint-5.6/macperl
13966            ! macos/macish.h
13967 ____________________________________________________________________________
13968 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
13969         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
13970      Branch: maint-5.6/macperl
13971            + macos/bundled_lib/blib/lib/MD5.pm
13972            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
13973            + macos/lib/Mac/AETE/Dialect.pm
13974            + macos/lib/Mac/AETE/Format/Converter.pm
13975            + macos/lib/Mac/AETE/Format/Dictionary.pm
13976            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
13977            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
13978            + macos/lib/Mac/Toolbox.pod
13979            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
13980 ____________________________________________________________________________
13981 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
13982         Log: Sync up silly CVS headers ... I should commit CVS
13983              first to avoid this ...
13984      Branch: maint-5.6/macperl
13985            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
13986            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
13987            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
13988            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
13989 ____________________________________________________________________________
13990 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
13991         Log: Fix Matthias' address, and attributions.
13992      Branch: maint-5.6/macperl
13993            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
13994            ! pod/perlport.pod
13995 ____________________________________________________________________________
13996 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
13997         Log: Fix Matthias' address, and attributions.
13998      Branch: maint-5.6/macperl
13999            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
14000            ! macos/ext/Mac/Components/Components.pm
14001            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
14002            ! macos/ext/Mac/Dialogs/Dialogs.pm
14003            ! macos/ext/Mac/Events/Events.pm
14004            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
14005            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
14006            ! macos/ext/Mac/Gestalt/Gestalt.pm
14007            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
14008            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
14009            ! macos/ext/Mac/Menus/Menus.pm
14010            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
14011            ! macos/ext/Mac/Movies/Movies.pm
14012            ! macos/ext/Mac/Navigation/Navigation.pm
14013            ! macos/ext/Mac/Notification/Notification.pm
14014            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
14015            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
14016            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
14017            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
14018            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
14019            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
14020            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
14021            ! macos/ext/Mac/StandardFile/StandardFile.pm
14022            ! macos/ext/Mac/TextEdit/TextEdit.pm
14023            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
14024            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
14025            ! macos/lib/Mac/LowMem.pm
14026 ____________________________________________________________________________
14027 [ 12322] By: sky                                   on 2001/10/03  18:41:07
14028         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
14029              From: "Craig A. Berry" <craigberry@mac.com>
14030              Date: Wed, 03 Oct 2001 14:30:55 -0500
14031              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
14032      Branch: perl
14033            ! vms/vms.c
14034 ____________________________________________________________________________
14035 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
14036         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
14037              From: "Craig A. Berry" <craigberry@mac.com>
14038              Date: Wed, 03 Oct 2001 14:30:55 -0500
14039              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
14040      Branch: perl
14041            ! vms/vms.c
14042 ____________________________________________________________________________
14043 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
14044         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
14045              only IsL&) and Inherited (negative lookahead good);
14046              add tests for Common, Inherited, and L&.
14047      Branch: perl
14048            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
14049 ____________________________________________________________________________
14050 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
14051         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
14052              (The Unicode standard uses L& quite often.)
14053      Branch: perl
14054            ! lib/utf8_heavy.pl
14055 ____________________________________________________________________________
14056 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
14057         Log: Add the 'Common' Unicode property (code points not
14058              explicitly assigned to any other script).
14059      Branch: perl
14060            + lib/unicore/In/136.pl
14061            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
14062 ____________________________________________________________________________
14063 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
14064         Log: Skip the RV printing test under threads until fixed.
14065      Branch: perl
14066            ! ext/B/t/terse.t
14067 ____________________________________________________________________________
14068 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
14069         Log: Subject: 12309 / cygwin / win2k
14070              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14071              Date: Wed, 03 Oct 2001 15:25:15 +0200
14072              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
14073      Branch: perl
14074            ! makedef.pl
14075 ____________________________________________________________________________
14076 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
14077         Log: Metaconfig unit change for #12314.
14078      Branch: metaconfig
14079            ! U/modified/Head.U
14080 ____________________________________________________________________________
14081 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
14082         Log: Subject: Both cygwin and djgpp on one machine
14083              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14084              Date: Wed, 03 Oct 2001 15:02:59 +0200
14085              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
14086      Branch: perl
14087            ! Configure
14088 ____________________________________________________________________________
14089 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
14090         Log: (retracted by #12338)
14091              
14092              Subject: [PATCH] Code clean up for perlboot.pod
14093              From: Casey West <casey@geeknest.com>
14094              Date: Tue, 2 Oct 2001 19:24:43 -0400
14095              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
14096              
14097              Subject: [PATCH] Code clean up for perlbot.diff
14098              From: Casey West <casey@geeknest.com>
14099              Date: Tue, 2 Oct 2001 19:25:22 -0400
14100              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
14101              
14102              Subject: [PATCH] Code clean up for perlcall.pod
14103              From: Casey West <casey@geeknest.com>
14104              Date: Tue, 2 Oct 2001 19:25:57 -0400
14105              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
14106              
14107              Subject: [PATCH] Code clean up for perldata.pod
14108              From: Casey West <casey@geeknest.com>
14109              Date: Tue, 2 Oct 2001 19:26:29 -0400
14110              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
14111              
14112              Subject: [PATCH] Code clean up for perldbmfilter.pod
14113              From: Casey West <casey@geeknest.com>
14114              Date: Tue, 2 Oct 2001 19:26:59 -0400
14115              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
14116              
14117              Subject: [PATCH] Code clean up for perlebcdic.pod
14118              From: Casey West <casey@geeknest.com>
14119              Date: Tue, 2 Oct 2001 19:27:37 -0400
14120              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
14121      Branch: perl
14122            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
14123            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
14124 ____________________________________________________________________________
14125 [ 12312] By: ams                                   on 2001/10/02  23:43:55
14126         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
14127              From: Michael G Schwern <schwern@pobox.com>
14128              Date: Tue, 2 Oct 2001 17:00:49 -0400
14129              Message-Id: <20011002170049.A9955@blackrider>
14130      Branch: perl
14131            ! lib/ExtUtils/MakeMaker.pm
14132 ____________________________________________________________________________
14133 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
14134         Log: FAQ sync.
14135      Branch: perl
14136            ! pod/perlfaq3.pod
14137 ____________________________________________________________________________
14138 [ 12310] By: nick                                  on 2001/10/02  16:09:49
14139         Log: Integrate mainline
14140      Branch: perlio
14141           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
14142           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
14143           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
14144           !> patchlevel.h t/op/pat.t
14145 ____________________________________________________________________________
14146 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
14147         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
14148              not just one single space.
14149      Branch: perl
14150            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
14151 ____________________________________________________________________________
14152 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
14153         Log: AUTHORS updates.
14154      Branch: perl
14155            ! AUTHORS
14156 ____________________________________________________________________________
14157 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
14158         Log: Update Changes.
14159      Branch: perl
14160            ! Changes patchlevel.h
14161 ____________________________________________________________________________
14162 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
14163         Log: Work around old buggy glibcs for langinfo constants,
14164              from Nicholas Clark and David Dyck.
14165      Branch: perl
14166            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
14167 ____________________________________________________________________________
14168 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
14169         Log: Eradicate Time::Piece; add an example.
14170      Branch: perl
14171            ! ext/I18N/Langinfo/Langinfo.pm
14172 ____________________________________________________________________________
14173 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
14174         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
14175              From: Robert Spier <rspier@pobox.com>
14176              Date: Mon, 1 Oct 2001 23:20:16 -0700
14177              Message-ID: <15289.23712.422087.878224@rls.cx>
14178      Branch: perl
14179            ! lib/Pod/Html.pm
14180 ____________________________________________________________________________
14181 [ 12303] By: sky                                   on 2001/10/02  10:40:57
14182         Log: Fixes obscure bug that manifests itself by.
14183              local $!=0;undef*STDOUT;#segfaults
14184              Has been around for a while. Possible other magic IO vars are
14185              possibly affected aswell. Reported by Jos Boumans.
14186      Branch: perl
14187            ! mg.c
14188 ____________________________________________________________________________
14189 [ 12302] By: nick                                  on 2001/10/02  09:00:52
14190         Log: Integrate mainline
14191      Branch: perlio
14192           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
14193           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
14194           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
14195 ____________________________________________________________________________
14196 [ 12301] By: nick                                  on 2001/10/02  08:40:57
14197         Log: Integrate mainline + lib/open.t patch from Chromatic
14198      Branch: perlio
14199           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
14200            ! lib/open.t
14201           !> (integrate 29 files)
14202 ____________________________________________________________________________
14203 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
14204         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
14205              Until it has, better stop early if someone requests threads.
14206      Branch: perl
14207            ! hints/darwin.sh
14208 ____________________________________________________________________________
14209 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
14210         Log: Subject: [ID 20011001.011] redundant code in t/TEST
14211              From: David Dyck <dcd@tc.fluke.com>
14212              Date: Mon, 1 Oct 2001 12:56:24 -0700
14213              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
14214      Branch: perl
14215            ! t/TEST
14216 ____________________________________________________________________________
14217 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
14218         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
14219              From: "chromatic" <chromatic@rmci.net>
14220              Date: Mon, 01 Oct 2001 12:27:12 -0600
14221              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
14222      Branch: perl
14223            ! lib/Term/Cap.t
14224 ____________________________________________________________________________
14225 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
14226         Log: UNICOS testing patches from Nicholas Clark.
14227      Branch: perl
14228            ! t/op/arith.t t/op/pack.t
14229 ____________________________________________________________________________
14230 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
14231         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
14232              From: "chromatic" <chromatic@rmci.net>
14233              Date: Mon, 01 Oct 2001 10:21:51 -0600
14234              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
14235      Branch: perl
14236            ! lib/open.t
14237 ____________________________________________________________________________
14238 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
14239         Log: Make missing the RADIXCHAR a softer, gentler error.
14240      Branch: perl
14241            ! ext/I18N/Langinfo/Langinfo.t
14242 ____________________________________________________________________________
14243 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
14244         Log: Nuke also the LANG because of glibc.
14245      Branch: perl
14246            ! lib/open.t
14247 ____________________________________________________________________________
14248 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
14249         Log: Also the ^Is is optional.
14250      Branch: perl
14251            ! pod/perlunicode.pod t/op/pat.t
14252 ____________________________________________________________________________
14253 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
14254         Log: Be careful to pull chars from the varargs stack when
14255              formatting chars.
14256      Branch: perl
14257            ! regcomp.c
14258 ____________________________________________________________________________
14259 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
14260         Log: sortsv not in place anymore, noticed by John P. Linderman.
14261      Branch: perl
14262            ! pod/perlapi.pod pp_ctl.c
14263 ____________________________________________________________________________
14264 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
14265         Log: Make the diagnostic messages more neutral.
14266      Branch: perl
14267            ! ext/B/t/terse.t
14268 ____________________________________________________________________________
14269 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
14270         Log: Forgotten from #12288.
14271      Branch: perl
14272            ! ext/Data/Dumper/Dumper.pm
14273 ____________________________________________________________________________
14274 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
14275         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
14276              From: Brian Ingerson <ingy@ttul.org>
14277              Date: Sun, 30 Sep 2001 21:45:56 -0700
14278              Message-ID: <20010930214556.D26392@ttul.org>
14279              
14280              (remember also the #12289)
14281      Branch: perl
14282            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
14283 ____________________________________________________________________________
14284 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
14285         Log: More Unicode property tests for the abbreviated
14286              general properties.
14287      Branch: perl
14288            ! t/op/pat.t
14289 ____________________________________________________________________________
14290 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
14291         Log: Further tweaks to the Unicode properties.
14292      Branch: perl
14293            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
14294 ____________________________________________________________________________
14295 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
14296         Log: Retract #12284.
14297      Branch: perl
14298            ! lib/Term/Cap.t
14299 ____________________________________________________________________________
14300 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
14301         Log: (Retracted by #12285)
14302      Branch: perl
14303            ! lib/Term/Cap.t
14304 ____________________________________________________________________________
14305 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
14306         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
14307              From: "chromatic" <chromatic@rmci.net>  
14308              Date: Sun, 30 Sep 2001 16:10:02 -0600
14309              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
14310      Branch: perl
14311            + lib/Term/Cap.t
14312            ! MANIFEST
14313 ____________________________________________________________________________
14314 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
14315         Log: Use stty -g to restore the terminal state, do not even
14316              try to run the tests if stty -g is not available.
14317      Branch: perl
14318            ! lib/Term/Complete.t
14319 ____________________________________________________________________________
14320 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
14321         Log: Cleanup utf8_heavy; allow dropping the In prefix from
14322              Unicode script/block properties.
14323      Branch: perl
14324            ! lib/utf8_heavy.pl
14325 ____________________________________________________________________________
14326 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
14327         Log: Retract the #12259 for now.
14328      Branch: perl
14329            ! embed.h embed.pl sv.h
14330 ____________________________________________________________________________
14331 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
14332         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
14333      Branch: perl
14334            + lib/Text/TabsWrap/CHANGELOG
14335            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
14336 ____________________________________________________________________________
14337 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
14338         Log: #12272 wasn't right, it introduced an extra ().
14339      Branch: perl
14340            ! lib/utf8_heavy.pl
14341 ____________________________________________________________________________
14342 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
14343         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
14344              From: Jonathan Stowe <gellyfish@gellyfish.com>
14345              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
14346              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
14347      Branch: perl
14348            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
14349 ____________________________________________________________________________
14350 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
14351         Log: Subject: Patch to put qsortsv in the public API
14352              From: Brian Ingerson <ingy@ttul.org>
14353              Date: Sat, 29 Sep 2001 17:41:13 -0700
14354              Message-ID: <20010929174113.A30223@ttul.org>
14355      Branch: perl
14356            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
14357 ____________________________________________________________________________
14358 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
14359         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
14360              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14361              Date: Sat, 29 Sep 2001 23:54:48 +0200
14362              Message-ID: <20010929235448.A5017@rafael>
14363      Branch: perl
14364            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
14365 ____________________________________________________________________________
14366 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
14367         Log: FAQ sync.
14368      Branch: perl
14369            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14370            ! pod/perlfaq9.pod
14371 ____________________________________________________________________________
14372 [ 12273] By: bailey                                on 2001/09/29  23:43:46
14373         Log: Resync with mainline
14374      Branch: vmsperl
14375           +> (branch 1207 files)
14376            - (delete 324 files)
14377           !> (integrate 866 files)
14378 ____________________________________________________________________________
14379 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
14380         Log: Nasty recursion trap if one would match Unicode.
14381      Branch: perl
14382            ! lib/utf8_heavy.pl
14383 ____________________________________________________________________________
14384 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
14385         Log: More Unicode todo.
14386      Branch: perl
14387            ! pod/perltodo.pod
14388 ____________________________________________________________________________
14389 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
14390         Log: Explain a bit the new more flexible \p\P syntax.
14391      Branch: perl
14392            ! pod/perlunicode.pod
14393 ____________________________________________________________________________
14394 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
14395         Log: More leniency to the \p and \P: now can have whitespace
14396              between the property definition and the curlies; now can
14397              invert the property by having a caret between the open
14398              curly and the property.
14399      Branch: perl
14400            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
14401 ____________________________________________________________________________
14402 [ 12268] By: nick                                  on 2001/09/29  17:39:26
14403         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
14404              one test (lib/open.t) fails
14405      Branch: perlio
14406           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
14407           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
14408           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
14409           +> lib/Tie/Scalar.t lib/open.t
14410            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
14411            - ext/B/Stash.t
14412           !> (integrate 62 files)
14413 ____________________________________________________________________________
14414 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
14415         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
14416      Branch: perl
14417            ! t/op/chdir.t
14418 ____________________________________________________________________________
14419 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
14420         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
14421              From: "Craig A. Berry" <craigberry@mac.com> 
14422              Date: Sat, 29 Sep 2001 09:35:33 -0500
14423              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
14424      Branch: perl
14425            ! t/op/chdir.t
14426 ____________________________________________________________________________
14427 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
14428         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
14429              From: "chromatic" <chromatic@rmci.net>
14430              Date: Fri, 28 Sep 2001 21:20:12 -0600
14431              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
14432      Branch: perl
14433            + lib/Tie/Scalar.t
14434            ! MANIFEST lib/Tie/Scalar.pm
14435 ____________________________________________________________________________
14436 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
14437         Log: Allow for more flexibility in the \p{In...} names, now
14438              case doesn't matter, and any space or dash can be
14439              matched by any space, dash, underbar, or empty.
14440              (may be going too far on leniency)
14441      Branch: perl
14442            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
14443            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
14444            ! t/op/pat.t
14445 ____________________________________________________________________________
14446 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
14447         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
14448              From: "chromatic" <chromatic@rmci.net>
14449              Date: Fri, 28 Sep 2001 17:39:50 -0600
14450              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
14451      Branch: perl
14452            + lib/open.t
14453            ! MANIFEST
14454 ____________________________________________________________________________
14455 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
14456         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
14457              From: "Craig A. Berry" <craigberry@mac.com>
14458              Date: Fri, 28 Sep 2001 16:24:51 -0500
14459              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
14460      Branch: perl
14461            ! ext/File/Glob/t/basic.t
14462 ____________________________________________________________________________
14463 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
14464         Log: Subject: [DOC PATCH] Carp.pm pod typo
14465              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14466              Date: Fri, 28 Sep 2001 23:14:51 +0200
14467              Message-ID: <20010928231451.E16889@rafael>
14468      Branch: perl
14469            ! lib/Carp.pm
14470 ____________________________________________________________________________
14471 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
14472         Log: Subject: [PATCH] Allow an @INC hook to set %INC
14473              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14474              Date: Fri, 28 Sep 2001 22:18:13 +0200
14475              Message-ID: <20010928221813.A16889@rafael>
14476      Branch: perl
14477            ! pp_ctl.c
14478 ____________________________________________________________________________
14479 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
14480         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
14481              From: Nicholas Clark <nick@ccl4.org>
14482              Date: Fri, 28 Sep 2001 23:39:33 +0100
14483              Message-ID: <20010928233933.C23673@plum.flirble.org>
14484      Branch: perl
14485            ! embed.h embed.pl sv.h
14486 ____________________________________________________________________________
14487 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
14488         Log: Update Changes.
14489      Branch: perl
14490            ! Changes patchlevel.h
14491 ____________________________________________________________________________
14492 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
14493         Log: Move the B tests to B/t.
14494      Branch: perl
14495            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
14496            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
14497            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
14498            - ext/B/Showlex.t ext/B/Stash.t
14499            ! MANIFEST
14500 ____________________________________________________________________________
14501 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
14502         Log: Forgot from #12254.
14503      Branch: perl
14504            + ext/B/B/Terse.t
14505 ____________________________________________________________________________
14506 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
14507         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
14508              From: "chromatic" <chromatic@rmci.net>
14509              Date: Thu, 27 Sep 2001 23:22:17 -0600
14510              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
14511      Branch: perl
14512            ! MANIFEST
14513 ____________________________________________________________________________
14514 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
14515         Log: Test numbering mismatch.
14516      Branch: perl
14517            ! t/op/chdir.t
14518 ____________________________________________________________________________
14519 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
14520         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
14521              From: "Craig A. Berry" <craigberry@mac.com>
14522              Date: Wed, 26 Sep 2001 17:43:14 -0500
14523              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
14524      Branch: perl
14525            ! iperlsys.h t/op/chdir.t
14526 ____________________________________________________________________________
14527 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
14528         Log: Subject: [PATCH gv.c] make __ANON__ global
14529              From: Robin Barker <rmb1@cise.npl.co.uk>
14530              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
14531              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
14532      Branch: perl
14533            ! gv.c t/op/anonsub.t t/op/runlevel.t
14534 ____________________________________________________________________________
14535 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
14536         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
14537              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14538              Date: Thu, 27 Sep 2001 22:34:32 +0200
14539              Message-ID: <20010927223432.A1485@rafael>
14540      Branch: perl
14541            ! ext/B/B/Terse.pm
14542 ____________________________________________________________________________
14543 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
14544         Log: (retracted by #12338)
14545              
14546              Subject: [PATCH] Cleanup of perldsc.pod      
14547              From: Casey West <casey@geeknest.com>
14548              Date: Thu, 27 Sep 2001 11:13:17 -0400
14549              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
14550      Branch: perl
14551            ! pod/perldsc.pod
14552 ____________________________________________________________________________
14553 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
14554         Log: Not everyone is using ithreads...
14555      Branch: perl
14556            ! ext/Devel/Peek/Peek.t
14557 ____________________________________________________________________________
14558 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
14559         Log: Document the nss_delete core dump workaround for HP-UX
14560              and Solaris, bug IDs 20010805.018 and 20010629.004.
14561      Branch: perl
14562            ! README.hpux README.solaris
14563 ____________________________________________________________________________
14564 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
14565         Log: Dump Unicode hash keys also as Unicode,
14566              not just as a byte string.
14567      Branch: perl
14568            ! dump.c ext/Devel/Peek/Peek.t
14569 ____________________________________________________________________________
14570 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
14571         Log: Integrate changes #12241 and #12242 from macperl:
14572              
14573              Remove unneeded disabling of umask() calls
14574              
14575              Note (get|set)sockopt are available.
14576      Branch: perl
14577           !> lib/File/Temp.pm pod/perlport.pod
14578 ____________________________________________________________________________
14579 [ 12244] By: sky                                   on 2001/09/27  08:53:00
14580         Log: Flush buffers on thread closedown.
14581      Branch: perl
14582            ! ext/threads/threads.xs
14583 ____________________________________________________________________________
14584 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
14585         Log: Dump SvUTF8(sv)s also as \x{...}.
14586              
14587              TODO: dump the SvUTF8() hash keys similarly. 
14588      Branch: perl
14589            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
14590 ____________________________________________________________________________
14591 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
14592         Log: Note (get|set)sockopt are available.
14593      Branch: maint-5.6/macperl
14594            ! pod/perlport.pod
14595 ____________________________________________________________________________
14596 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
14597         Log: Remove unneeded disabling of umask() calls
14598      Branch: maint-5.6/macperl
14599            ! lib/File/Temp.pm
14600 ____________________________________________________________________________
14601 [ 12240] By: sky                                   on 2001/09/26  18:44:56
14602         Log: Documention update
14603      Branch: perl
14604            ! ext/threads/threads.pm
14605 ____________________________________________________________________________
14606 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
14607         Log: Update Changes.
14608      Branch: perl
14609            ! Changes patchlevel.h
14610 ____________________________________________________________________________
14611 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
14612         Log: Check that all environment variables are tainted.
14613      Branch: perl
14614            ! t/op/taint.t
14615 ____________________________________________________________________________
14616 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
14617         Log: Manual integration error in #12235.
14618      Branch: perl
14619            ! lib/File/DosGlob.t
14620 ____________________________________________________________________________
14621 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
14622         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
14623              From: "chromatic" <chromatic@rmci.net>
14624              Date: Tue, 25 Sep 2001 23:57:07 -0600
14625              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
14626      Branch: perl
14627            ! perlio.c
14628 ____________________________________________________________________________
14629 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
14630         Log: Integrate macperl changes from Chris Nandor:
14631              12192 11817 11815 11813 11778 11775
14632              
14633              Update CPAN.pm to work with new Mac::BuildTools instead
14634              of ExtUtils::MM_MacOS "orphan" functions
14635              
14636              Fix test
14637              
14638              Make syntax check report in MPW style, fix tests
14639              to use Mac::err=unix to get normal-style error
14640              messages.
14641              
14642              More module and test ports from Thomas Wegner et al
14643              
14644              Fix open of /dev/null for Mac OS
14645              
14646              Allow for platforms to override formatting of errors
14647              on output from Matthias Neeracher (core files)
14648      Branch: perl
14649            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
14650            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
14651            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
14652           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
14653           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
14654           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
14655 ____________________________________________________________________________
14656 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
14657         Log: grrr.
14658      Branch: perl
14659            ! t/op/gv.t
14660 ____________________________________________________________________________
14661 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
14662         Log: Retract #12232.
14663      Branch: perl
14664            ! t/op/gv.t
14665 ____________________________________________________________________________
14666 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
14667         Log: (Retracted by #12233.)
14668      Branch: perl
14669            ! t/op/gv.t
14670 ____________________________________________________________________________
14671 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
14672         Log: Detypo.
14673      Branch: perl
14674            ! ext/Encode/Makefile.PL
14675 ____________________________________________________________________________
14676 [ 12230] By: sky                                   on 2001/09/26  11:36:23
14677         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
14678              We are using a "delay" here because we do not want to depend on thread synchronization issues.
14679      Branch: perl
14680            + ext/threads/t/stress_cv.t
14681            ! MANIFEST ext/threads/t/stress_string.t
14682 ____________________________________________________________________________
14683 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
14684         Log: NetWare tweak from Ananth Kesari.
14685      Branch: perl
14686            ! NetWare/t/Readme.txt
14687 ____________________________________________________________________________
14688 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
14689         Log: Trick to fool case-blind filesystems.
14690      Branch: perl
14691            ! ext/Encode/Makefile.PL
14692 ____________________________________________________________________________
14693 [ 12227] By: sky                                   on 2001/09/26  11:06:50
14694         Log: Threads can start executing in a different order than they were
14695              created.... so we cannot ok() inside the threadstarter.
14696      Branch: perl
14697            ! ext/threads/t/stress_string.t
14698 ____________________________________________________________________________
14699 [ 12226] By: sky                                   on 2001/09/26  07:41:45
14700         Log: Add in stress_string.t to stress test threads a bit more.
14701      Branch: perl
14702            + ext/threads/t/stress_string.t
14703            ! MANIFEST
14704 ____________________________________________________________________________
14705 [ 12225] By: sky                                   on 2001/09/26  07:04:21
14706         Log: Fix negative refcount introduced by #12223.
14707      Branch: perl
14708            ! ext/threads/threads.xs
14709 ____________________________________________________________________________
14710 [ 12224] By: sky                                   on 2001/09/26  06:57:58
14711         Log: Update documentation to match change #12223
14712      Branch: perl
14713            ! sharedsv.c
14714 ____________________________________________________________________________
14715 [ 12223] By: sky                                   on 2001/09/26  06:54:32
14716         Log: Use a separate interpreter for the sharedsv space. Another
14717              negative sv leak. Sigh.
14718      Branch: perl
14719            ! sharedsv.c
14720 ____________________________________________________________________________
14721 [ 12222] By: sky                                   on 2001/09/26  05:58:35
14722         Log: Do the environ assignment in perl_contruct to match perl_destruct.
14723              Now we don't need to perl_parse/perl_run. However environ is a
14724              global....
14725      Branch: perl
14726            ! perl.c
14727 ____________________________________________________________________________
14728 [ 12221] By: sky                                   on 2001/09/26  05:41:02
14729         Log: Move the creation of PL_strtab to perl_construct so we can work
14730              with HV and HEs without running perl_parse.
14731      Branch: perl
14732            ! perl.c
14733 ____________________________________________________________________________
14734 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
14735         Log: integrate macperl changes into maint-5.6
14736      Branch: maint-5.6/perl
14737           !> (integrate 26 files)
14738 ____________________________________________________________________________
14739 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
14740         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
14741              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
14742      Branch: maint-5.6/macperl
14743            ! macos/ext/Mac/Fonts/Fonts.xs
14744            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
14745 ____________________________________________________________________________
14746 [ 12218] By: ams                                   on 2001/09/25  23:31:33
14747         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
14748              From: Nicholas Clark <nick@ccl4.org>
14749              Date: Wed, 26 Sep 2001 01:20:20 +0100
14750              Message-Id: <20010926012020.B48092@plum.flirble.org>
14751      Branch: perl
14752            ! lib/AutoSplit.t
14753 ____________________________________________________________________________
14754 [ 12217] By: ams                                   on 2001/09/25  22:33:05
14755         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
14756              From: "Craig A. Berry" <craigberry@mac.com>
14757              Date: Tue, 25 Sep 2001 18:08:42 -0500
14758              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
14759      Branch: perl
14760            ! vms/vms.c
14761 ____________________________________________________________________________
14762 [ 12216] By: ams                                   on 2001/09/25  21:41:01
14763         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
14764              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
14765              From: Michael G Schwern <schwern@pobox.com>
14766              Date: Wed, 26 Sep 2001 00:38:21 -0400
14767              Message-Id: <20010926003821.A627@blackrider>
14768      Branch: perl
14769            ! lib/AutoSplit.t
14770 ____________________________________________________________________________
14771 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
14772         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
14773              From: Michael G Schwern <schwern@pobox.com>
14774              Date: Tue, 25 Sep 2001 17:43:49 -0400
14775              Message-ID: <20010925174349.B19534@blackrider>
14776      Branch: perl
14777            ! lib/Test/Simple.pm lib/Test/Utils.pm
14778 ____________________________________________________________________________
14779 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
14780         Log: Integrate changes from bleadperl.
14781      Branch: maint-5.6/macperl
14782           !> pod/perlport.pod
14783 ____________________________________________________________________________
14784 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
14785         Log: skip($mess) should result in one skip.
14786      Branch: perl
14787            ! t/test.pl
14788 ____________________________________________________________________________
14789 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
14790         Log: Integrate change #12200 from maintperl.
14791      Branch: maint-5.6/macperl
14792           !> win32/perlhost.h
14793 ____________________________________________________________________________
14794 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
14795         Log: Fix file types to "apple"
14796      Branch: maint-5.6/macperl
14797            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
14798            ! macos/ext/Mac/SAT/t/Collision.rsrc
14799 ____________________________________________________________________________
14800 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
14801         Log: Fix rsrc file as snd file; fix path in t file.
14802      Branch: maint-5.6/macperl
14803            ! macos/ext/Mac/Notification/t/Notification.rsrc
14804            ! macos/ext/Mac/Notification/t/Notification.t
14805 ____________________________________________________________________________
14806 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
14807         Log: Sync up with File::Find from bleadperl.
14808      Branch: maint-5.6/macperl
14809            ! lib/File/Find.pm t/lib/filefind-taint.t
14810 ____________________________________________________________________________
14811 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
14812         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
14813              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
14814              of hundreds)
14815      Branch: maint-5.6/macperl
14816            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
14817            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
14818            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
14819 ____________________________________________________________________________
14820 [ 12207] By: nick                                  on 2001/09/25  19:04:36
14821         Log: Integrate mainline (untested while modem is up)
14822      Branch: perlio
14823           +> lib/AutoSplit.t t/test.pl
14824            - lib/warnings/register.t
14825           !> (integrate 28 files)
14826 ____________________________________________________________________________
14827 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
14828         Log: perldiag entry for #12205.
14829      Branch: perl
14830            ! pod/perldiag.pod
14831 ____________________________________________________________________________
14832 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
14833         Log: Subject: [PATCH] warning on v-string in use/require
14834              From: John Peacock <jpeacock@rowman.com>
14835              Date: Mon, 24 Sep 2001 17:29:03 -0400
14836              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
14837      Branch: perl
14838            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
14839 ____________________________________________________________________________
14840 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
14841         Log: perltooc et al updates.
14842      Branch: perl
14843            ! plan9/mkfile pod/roffitall
14844 ____________________________________________________________________________
14845 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
14846         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
14847              From: Michael G Schwern <schwern@pobox.com>
14848              Date: Sun, 23 Sep 2001 00:07:12 -0400
14849              Message-ID: <20010923000712.A7005@blackrider>
14850      Branch: perl
14851            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
14852 ____________________________________________________________________________
14853 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
14854         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
14855              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14856              Date: Wed, 26 Sep 2001 01:25:10 +0900
14857              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
14858      Branch: perl
14859            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
14860            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
14861            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
14862 ____________________________________________________________________________
14863 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
14864         Log: Integrate change #12200 from maintperl;
14865              on windows, virtualized environment could propagate deleted variables
14866              into children if they happen to be at the very end of the table
14867      Branch: perl
14868           !> win32/perlhost.h
14869 ____________________________________________________________________________
14870 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
14871         Log: on windows, virtualized environment could propagate deleted variables
14872              into children if they happen to be at the very end of the table
14873              (thanks for succinct test case from Johan Holmberg, and fix from
14874              Doug Lankshear)
14875      Branch: maint-5.6/perl
14876            ! win32/perlhost.h
14877 ____________________________________________________________________________
14878 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
14879         Log: avoid the use of ftime() (it does a useless, potentially
14880              expensive call to GetTimeZoneInformation()); this potentially
14881              also results in three more digits of precision from
14882              Time::HiRes::time()
14883      Branch: perl
14884            ! ext/Time/HiRes/HiRes.xs
14885 ____________________________________________________________________________
14886 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
14887         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
14888              
14889              Note: io/binmode is failing, have to figure out why.
14890      Branch: perl
14891            + t/test.pl
14892            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
14893            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
14894            ! t/run/exit.t
14895 ____________________________________________________________________________
14896 [ 12197] By: ams                                   on 2001/09/25  13:48:55
14897         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
14898              From: Nicholas Clark <nick@ccl4.org>
14899              Date: Tue, 25 Sep 2001 00:37:40 +0100
14900              Message-Id: <20010925003740.S4971@plum.flirble.org>
14901              (Further changes expected.)
14902      Branch: perl
14903            + lib/AutoSplit.t
14904            ! MANIFEST
14905 ____________________________________________________________________________
14906 [ 12196] By: sky                                   on 2001/09/25  13:37:12
14907         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
14908              _ftime to try and be more robust.
14909      Branch: perl
14910            ! ext/Time/HiRes/HiRes.xs
14911 ____________________________________________________________________________
14912 [ 12194] By: ams                                   on 2001/09/25  11:40:00
14913         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
14914              From: "Craig A. Berry" <craigberry@mac.com>
14915              Date: Mon, 24 Sep 2001 17:54:20 -0500
14916              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
14917      Branch: perl
14918            ! vms/descrip_mms.template
14919 ____________________________________________________________________________
14920 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
14921         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
14922              not working, cursor not spinning (Bug #422129); external
14923              editor problems (Bug #456329); escape/cmd-. not activating
14924              "Cancel" in Save dialog box (Bug #446960); Runtimes not
14925              executing on launch (Bug #464441).
14926      Branch: maint-5.6/macperl
14927            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
14928            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
14929            ! macos/macperl/MacPerl.r
14930 ____________________________________________________________________________
14931 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
14932         Log: Update CPAN.pm to work with new Mac::BuildTools instead
14933              of ExtUtils::MM_MacOS "orphan" functions
14934      Branch: maint-5.6/macperl
14935            ! lib/CPAN.pm
14936 ____________________________________________________________________________
14937 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
14938         Log: Fix up another xsubpp problem (Matthias Neeracher)
14939      Branch: maint-5.6/macperl
14940            ! macos/xsubpp
14941 ____________________________________________________________________________
14942 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
14943         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
14944      Branch: maint-5.6/macperl
14945            ! macos/lib/ExtUtils/MM_MacOS.pm
14946 ____________________________________________________________________________
14947 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
14948         Log: Fix up Makefiles for more Mac:: modules (and prepare for
14949              static build ...?)
14950      Branch: maint-5.6/macperl
14951            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
14952            ! macos/macperl/Makefile.mk
14953 ____________________________________________________________________________
14954 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
14955         Log: Fix up tests
14956      Branch: maint-5.6/macperl
14957            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
14958 ____________________________________________________________________________
14959 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
14960         Log: Make malloc smarter, fix bugs.  (Bug #404030)
14961      Branch: maint-5.6/macperl
14962            ! macos/icemalloc.c macos/icemalloc.h
14963 ____________________________________________________________________________
14964 [ 12186] By: nick                                  on 2001/09/24  19:18:17
14965         Log: Integrate mainline
14966      Branch: perlio
14967           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
14968           +> lib/filetest.t
14969           !> (integrate 30 files)
14970 ____________________________________________________________________________
14971 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
14972         Log: Retract #12136, the warnings::register is already
14973              tested by t/lib/warnings/9enabled, as pointed out
14974              by Paul Marquess.
14975      Branch: perl
14976            - lib/warnings/register.t
14977            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
14978 ____________________________________________________________________________
14979 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
14980         Log: fix Time::HiRes implementation of gettimeofday() on windows
14981              (HiRes.t#14 now passes)
14982      Branch: perl
14983            ! ext/Time/HiRes/HiRes.xs
14984 ____________________________________________________________________________
14985 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
14986         Log: File::Spec::catfile() canonifies everything to blackslashes on
14987              windows :-(
14988      Branch: perl
14989            ! lib/ExtUtils/Manifest.t
14990 ____________________________________________________________________________
14991 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
14992         Log: test number mismatch
14993      Branch: perl
14994            ! t/op/magic.t
14995 ____________________________________________________________________________
14996 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
14997         Log: ok().
14998      Branch: perl
14999            ! t/op/pack.t
15000 ____________________________________________________________________________
15001 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
15002         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
15003              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15004      Branch: perl
15005            ! pp_pack.c t/op/pack.t
15006 ____________________________________________________________________________
15007 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
15008         Log: Update Changes.
15009      Branch: perl
15010            ! Changes patchlevel.h
15011 ____________________________________________________________________________
15012 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
15013         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
15014              From: Michael G Schwern <schwern@pobox.com>
15015              Date: Mon, 24 Sep 2001 11:12:13 -0400
15016              Message-ID: <20010924111213.G27885@blackrider>
15017      Branch: perl
15018            ! lib/ExtUtils/Manifest.pm
15019 ____________________________________________________________________________
15020 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
15021         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
15022              From: Michael G Schwern <schwern@pobox.com> 
15023              Date: Mon, 24 Sep 2001 11:02:07 -0400
15024              Message-ID: <20010924110207.E27885@blackrider>
15025      Branch: perl
15026            ! vms/test.com
15027 ____________________________________________________________________________
15028 [ 12176] By: ams                                   on 2001/09/24  14:01:59
15029         Log: Update Changes.
15030      Branch: perl
15031            ! Changes
15032 ____________________________________________________________________________
15033 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
15034         Log: Various cleanups.
15035      Branch: perl
15036            ! ext/threads/Makefile.PL ext/threads/threads.xs
15037 ____________________________________________________________________________
15038 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
15039         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
15040      Branch: maint-5.6/macperl
15041           !> (integrate 33 files)
15042 ____________________________________________________________________________
15043 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
15044         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
15045              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15046              Date: Mon, 24 Sep 2001 20:04:58 +0900
15047              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
15048      Branch: perl
15049            ! ext/Encode/Encode/gb2312.enc
15050 ____________________________________________________________________________
15051 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
15052         Log: Clarifying comment to #12164.
15053      Branch: perl
15054            ! lib/Cwd.pm
15055 ____________________________________________________________________________
15056 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
15057         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
15058              From: Nicholas Clark <nick@ccl4.org>
15059              Date: Sun, 23 Sep 2001 23:00:56 +0100
15060              Message-ID: <20010923230055.Y4971@plum.flirble.org>
15061              
15062              (with "sample_constants" changed to "fallback")
15063      Branch: perl
15064            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
15065            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
15066            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
15067            ! lib/h2xs.t utils/h2xs.PL
15068 ____________________________________________________________________________
15069 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
15070         Log: Metaconfig unit change for #12167.
15071      Branch: metaconfig
15072            ! U/modified/Cppsym.U
15073 ____________________________________________________________________________
15074 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
15075         Log: Add a few glibc cpp symbols to probe for.
15076      Branch: perl
15077            ! Configure
15078 ____________________________________________________________________________
15079 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
15080         Log: DJGPP tweaks for Laszlo Molnar.
15081      Branch: perl
15082            ! djgpp/djgppsed.sh dosish.h
15083 ____________________________________________________________________________
15084 [ 12165] By: ams                                   on 2001/09/24  10:07:08
15085         Log: Subject: [PATCH t/op/inccode.t] More tests
15086              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15087              Date: 24 Sep 2001 10:01:44 -0000
15088              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
15089      Branch: perl
15090            ! t/op/inccode.t
15091 ____________________________________________________________________________
15092 [ 12164] By: ams                                   on 2001/09/24  09:43:29
15093         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
15094              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
15095              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
15096              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
15097      Branch: perl
15098            ! lib/Cwd.pm
15099 ____________________________________________________________________________
15100 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
15101         Log: 1_compile updates.
15102      Branch: perl
15103            ! t/lib/1_compile.t
15104 ____________________________________________________________________________
15105 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
15106         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
15107              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15108              Date: Wed, 19 Sep 2001 22:47:14 +0200
15109              Message-ID: <20010919224714.A6382@rafael>
15110      Branch: perl
15111            ! pod/perlvar.pod pp_ctl.c
15112 ____________________________________________________________________________
15113 [ 12161] By: ams                                   on 2001/09/23  17:40:02
15114         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
15115              filetest Pragma
15116              From: "chromatic" <chromatic@rmci.net>
15117              Date: Sun, 23 Sep 2001 12:07:25 -0600
15118              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
15119      Branch: perl
15120            + lib/filetest.t
15121            ! MANIFEST t/lib/1_compile.t
15122 ____________________________________________________________________________
15123 [ 12160] By: ams                                   on 2001/09/23  16:32:11
15124         Log: Additional minor chdir() tweak.
15125      Branch: perl
15126            ! pod/perlfunc.pod
15127 ____________________________________________________________________________
15128 [ 12159] By: ams                                   on 2001/09/23  16:25:01
15129         Log: Subject: PATCH lib/ExtUtils/Command.t
15130              From: Abe Timmerman <abe@ztreet.demon.nl>
15131              Date: Sun, 23 Sep 2001 19:11:44 +0200
15132              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
15133      Branch: perl
15134            ! lib/ExtUtils/Command.t
15135 ____________________________________________________________________________
15136 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
15137         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
15138              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15139              Date: Sun, 23 Sep 2001 02:02:26 +0200
15140              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
15141      Branch: perl
15142            ! makedef.pl
15143 ____________________________________________________________________________
15144 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
15145         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
15146              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
15147              Date: Sat, 22 Sep 2001 12:54:39 -0500
15148              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
15149      Branch: perl
15150            ! t/op/study.t
15151 ____________________________________________________________________________
15152 [ 12156] By: nick                                  on 2001/09/23  07:48:44
15153         Log: Integrate mainline
15154      Branch: perlio
15155            - check83.pl
15156           !> ext/Encode/Encode/2022-cn.enc
15157 ____________________________________________________________________________
15158 [ 12155] By: nick                                  on 2001/09/23  07:48:01
15159         Log: Integrate mainline
15160      Branch: perlio
15161           +> (branch 64 files)
15162            - ext/Encode/Encode/cns11643-1.enc
15163            - ext/Encode/Encode/cns11643-2.enc
15164            - ext/Encode/Encode/iso2022-cn.enc
15165            - ext/Encode/Encode/iso2022-jp.enc
15166            - ext/Encode/Encode/iso2022-jp1.enc
15167            - ext/Encode/Encode/iso2022-jp2.enc
15168            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
15169            - ext/Encode/Encode/iso8859-1.enc
15170            - ext/Encode/Encode/iso8859-1.ucm
15171            - ext/Encode/Encode/iso8859-10.enc
15172            - ext/Encode/Encode/iso8859-10.ucm
15173            - ext/Encode/Encode/iso8859-13.enc
15174            - ext/Encode/Encode/iso8859-13.ucm
15175            - ext/Encode/Encode/iso8859-14.enc
15176            - ext/Encode/Encode/iso8859-14.ucm
15177            - ext/Encode/Encode/iso8859-15.enc
15178            - ext/Encode/Encode/iso8859-15.ucm
15179            - ext/Encode/Encode/iso8859-16.enc
15180            - ext/Encode/Encode/iso8859-16.ucm
15181            - ext/Encode/Encode/iso8859-2.enc
15182            - ext/Encode/Encode/iso8859-2.ucm
15183            - ext/Encode/Encode/iso8859-3.enc
15184            - ext/Encode/Encode/iso8859-3.ucm
15185            - ext/Encode/Encode/iso8859-4.enc
15186            - ext/Encode/Encode/iso8859-4.ucm
15187            - ext/Encode/Encode/iso8859-5.enc
15188            - ext/Encode/Encode/iso8859-5.ucm
15189            - ext/Encode/Encode/iso8859-6.enc
15190            - ext/Encode/Encode/iso8859-6.ucm
15191            - ext/Encode/Encode/iso8859-7.enc
15192            - ext/Encode/Encode/iso8859-7.ucm
15193            - ext/Encode/Encode/iso8859-8.enc
15194            - ext/Encode/Encode/iso8859-8.ucm
15195            - ext/Encode/Encode/iso8859-9.enc
15196            - ext/Encode/Encode/iso8859-9.ucm
15197            - ext/Encode/Encode/isoir-197.enc
15198            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
15199            - t/lib/sample-tests/header_at_end
15200            - t/lib/sample-tests/header_at_end_fail
15201           !> (integrate 174 files)
15202 ____________________________________________________________________________
15203 [ 12154] By: ams                                   on 2001/09/23  07:11:46
15204         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
15205              by Blair Zajac.
15206      Branch: perl
15207            ! pod/perlfunc.pod
15208 ____________________________________________________________________________
15209 [ 12153] By: ams                                   on 2001/09/23  06:56:32
15210         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
15211              Forgotten deprecation of *glob{FILEHANDLE}?
15212              From: "chromatic" <chromatic@rmci.net>
15213              Date: Sat, 22 Sep 2001 21:27:56 -0600
15214              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
15215      Branch: perl
15216            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
15217 ____________________________________________________________________________
15218 [ 12152] By: ams                                   on 2001/09/23  06:42:58
15219         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
15220              From: Michael G Schwern <schwern@pobox.com>
15221              Date: Sun, 23 Sep 2001 03:34:39 -0400
15222              Message-Id: <20010923033439.E7005@blackrider>
15223      Branch: perl
15224            ! lib/File/Find.pm
15225 ____________________________________________________________________________
15226 [ 12151] By: ams                                   on 2001/09/23  06:37:57
15227         Log: Subject: Re: t/op/magic.t missing tests on Win32
15228              From: Michael G Schwern <schwern@pobox.com>
15229              Date: Sat, 22 Sep 2001 20:29:09 -0400
15230              Message-Id: <20010922202909.I18223@blackrider>
15231      Branch: perl
15232            ! t/op/magic.t
15233 ____________________________________________________________________________
15234 [ 12150] By: ams                                   on 2001/09/23  06:36:26
15235         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
15236              Dumpvalue.pm
15237              From: "chromatic" <chromatic@rmci.net>
15238              Date: Sat, 22 Sep 2001 19:41:31 -0600
15239              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
15240      Branch: perl
15241            + lib/Dumpvalue.t
15242            ! MANIFEST lib/Dumpvalue.pm
15243 ____________________________________________________________________________
15244 [ 12149] By: ams                                   on 2001/09/23  06:25:35
15245         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
15246              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15247              Date: Sun, 23 Sep 2001 15:27:56 +0900
15248              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
15249      Branch: perl
15250            ! ext/Encode/Encode/2022-cn.enc
15251 ____________________________________________________________________________
15252 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
15253         Log: Manual eror in #12147.
15254      Branch: perl
15255            ! win32/win32.c
15256 ____________________________________________________________________________
15257 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
15258         Log: Integrate change #12146 from maintperl;
15259              win32_chdir() et al don't handle a NULL argument gracefully
15260      Branch: perl
15261           !> win32/perlhost.h win32/win32.c
15262 ____________________________________________________________________________
15263 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
15264         Log: win32_chdir() et al don't handle a NULL argument gracefully
15265      Branch: maint-5.6/perl
15266            ! win32/perlhost.h win32/win32.c
15267 ____________________________________________________________________________
15268 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
15269         Log: typo in change#12026
15270      Branch: maint-5.6/perl
15271            ! op.c
15272 ____________________________________________________________________________
15273 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
15274         Log: Subject: [PATCH] Re: scalar context unpack bugs
15275              From: Nicholas Clark <nick@ccl4.org>
15276              Date: Sat, 22 Sep 2001 23:07:56 +0100
15277              Message-ID: <20010922230755.O4971@plum.flirble.org>
15278      Branch: perl
15279            ! pp_pack.c t/op/pack.t
15280 ____________________________________________________________________________
15281 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
15282         Log: Try ExtUtils::Command.t everywhere, not just on Win32
15283              (as suggested by NI-S).  Also allow running it either
15284              in t/ or in the main directory.
15285      Branch: perl
15286            ! lib/ExtUtils/Command.t
15287 ____________________________________________________________________________
15288 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
15289         Log: Update the test on warnings/register.t.
15290      Branch: perl
15291            ! t/lib/1_compile.t
15292 ____________________________________________________________________________
15293 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
15294         Log: The code is now almost tidy enough to keep the IRIX cc happy.
15295      Branch: perl
15296            ! hints/irix_6.sh
15297 ____________________________________________________________________________
15298 [ 12140] By: ams                                   on 2001/09/22  17:26:32
15299         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
15300              use_ithreads
15301              From: "Craig A. Berry" <craigberry@mac.com>
15302              Date: Sat, 22 Sep 2001 13:15:32 -0500
15303              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
15304      Branch: perl
15305            ! configure.com
15306 ____________________________________________________________________________
15307 [ 12139] By: ams                                   on 2001/09/22  16:44:08
15308         Log: Do what perl_clone() does for sharedsv functions.
15309      Branch: perl
15310            ! embed.pl proto.h
15311 ____________________________________________________________________________
15312 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
15313         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
15314              (suggested by Sarathy, extensions shouldn't be dabbling with
15315              op structures, so binary backward compatibility should not be
15316              an issue.)
15317      Branch: perl
15318            ! hints/irix_6.sh op.h
15319 ____________________________________________________________________________
15320 [ 12137] By: ams                                   on 2001/09/22  16:21:05
15321         Log: More cleanups. (What's PERL_DECL_PROT?)
15322      Branch: perl
15323            ! embed.pl proto.h sharedsv.h
15324 ____________________________________________________________________________
15325 [ 12136] By: ams                                   on 2001/09/22  15:14:34
15326         Log: (Retracted by #12185)
15327              
15328              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
15329              Add Tests for warnings::register, Doc Update
15330              From: "chromatic" <chromatic@rmci.net>
15331              Date: Sat, 22 Sep 2001 09:43:20 -0600
15332              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
15333      Branch: perl
15334            + lib/warnings/register.t
15335            ! MANIFEST lib/warnings/register.pm
15336 ____________________________________________________________________________
15337 [ 12135] By: ams                                   on 2001/09/22  15:07:50
15338         Log: `@foo' should be @foo for consistency.
15339      Branch: perl
15340            ! pod/perldiag.pod
15341 ____________________________________________________________________________
15342 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
15343         Log: (Retracted by #12138)
15344              
15345              Add -woff (turn warning off) 3187:
15346              "A pointer is converted to a smaller integer."
15347              This happens when your pointers are 64-bit: then every case
15348              of converting pointers to PADOFFSETs (explicitly 32-bit)
15349              faces truncation (even explicit use of INT2PTR doesn't help).
15350              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
15351              Changing PADOFFSET from U32 to UV would help, but that
15352              would break binary backward compatibility of BASEOP and padop
15353              (assuming you have been using 64-bit pointers).
15354      Branch: perl
15355            ! hints/irix_6.sh
15356 ____________________________________________________________________________
15357 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
15358         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
15359              but the name comes from the inside the file, not from the file
15360              name, and Rumanian is the name of the language.
15361      Branch: perl
15362            + ext/Encode/Encode/macRumanian.enc
15363            - ext/Encode/Encode/macRomania.enc
15364            ! MANIFEST
15365 ____________________________________________________________________________
15366 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
15367         Log: Rename perltootc as perltooc for 8.3-friedliness.
15368      Branch: perl
15369            + pod/perltooc.pod
15370            - pod/perltootc.pod
15371            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
15372            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
15373            ! pod/perltoot.pod
15374 ____________________________________________________________________________
15375 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
15376         Log: Find more conflicts by lowercasing.
15377      Branch: perl
15378            + Porting/check83.pl
15379            - check83.pl
15380            ! MANIFEST
15381 ____________________________________________________________________________
15382 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
15383         Log: The AIX cc 5.0.0.0 is simply too buggy.
15384      Branch: perl
15385            ! hints/aix.sh
15386 ____________________________________________________________________________
15387 [ 12129] By: ams                                   on 2001/09/22  12:35:38
15388         Log: Uninteresting cleanup.
15389      Branch: perl
15390            ! form.h
15391 ____________________________________________________________________________
15392 [ 12128] By: ams                                   on 2001/09/22  12:28:48
15393         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
15394              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
15395              Date: Sat, 22 Sep 2001 14:29:13 +0100
15396              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
15397      Branch: perl
15398            ! cv.h
15399 ____________________________________________________________________________
15400 [ 12127] By: ams                                   on 2001/09/22  12:04:28
15401         Log: What's a backet?
15402      Branch: perl
15403            ! dump.c
15404 ____________________________________________________________________________
15405 [ 12126] By: ams                                   on 2001/09/22  10:02:34
15406         Log: Removed duplicated tests #19 and #20.
15407      Branch: perl
15408            ! t/op/do.t
15409 ____________________________________________________________________________
15410 [ 12125] By: ams                                   on 2001/09/22  03:58:41
15411         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
15412              From: Michael Carman <mjcarman@home.com>
15413              Date: Fri, 21 Sep 2001 17:54:05 -0500
15414              Message-Id: <3BABC50D.6040202@home.com>
15415              (Applied with some changes.)
15416      Branch: perl
15417            ! pod/perlmod.pod
15418 ____________________________________________________________________________
15419 [ 12124] By: ams                                   on 2001/09/22  03:44:19
15420         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
15421              From: Michael G Schwern <schwern@pobox.com>
15422              Date: Fri, 21 Sep 2001 19:20:40 -0400
15423              Message-Id: <20010921192040.E5494@blackrider>
15424      Branch: perl
15425            ! t/op/chdir.t
15426 ____________________________________________________________________________
15427 [ 12123] By: ams                                   on 2001/09/22  03:41:08
15428         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
15429              From: Blair Zajac <blair@orcaware.com>
15430              Date: Fri, 21 Sep 2001 15:13:04 -0700
15431              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
15432      Branch: perl
15433            ! t/op/chdir.t
15434 ____________________________________________________________________________
15435 [ 12122] By: ams                                   on 2001/09/22  03:37:07
15436         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
15437              20010920.007
15438              From: Michael G Schwern <schwern@pobox.com>
15439              Date: Fri, 21 Sep 2001 17:59:03 -0400
15440              Message-Id: <20010921175903.V5494@blackrider>
15441      Branch: perl
15442            ! t/op/do.t
15443 ____________________________________________________________________________
15444 [ 12121] By: ams                                   on 2001/09/22  03:30:38
15445         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
15446              suite on WinCE)
15447              From: Michael G Schwern <schwern@pobox.com>
15448              Date: Fri, 21 Sep 2001 19:41:03 -0400
15449              Message-Id: <20010921194103.G5494@blackrider>
15450      Branch: perl
15451            ! pod/perlport.pod
15452 ____________________________________________________________________________
15453 [ 12120] By: ams                                   on 2001/09/22  03:28:06
15454         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
15455              From: Michael G Schwern <schwern@pobox.com>
15456              Date: Fri, 21 Sep 2001 17:33:35 -0400
15457              Message-Id: <20010921173335.T5494@blackrider>
15458              ($ENV{FOO}=undef hunk not applied.)
15459      Branch: perl
15460            ! t/op/magic.t
15461 ____________________________________________________________________________
15462 [ 12119] By: ams                                   on 2001/09/22  03:02:26
15463         Log: Subject: [PATCH] perldiag.pod
15464              From: Peter Scott <Peter@PSDT.com>
15465              Date: Fri, 21 Sep 2001 18:54:50 -0700
15466              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
15467              (Moved to the right place.)
15468      Branch: perl
15469            ! pod/perldiag.pod
15470 ____________________________________________________________________________
15471 [ 12118] By: ams                                   on 2001/09/21  20:05:29
15472         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
15473              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15474              Date: Fri, 21 Sep 2001 22:36:54 +0200
15475              Message-Id: <20010921223654.A12742@rafael>
15476      Branch: perl
15477            ! t/op/do.t
15478 ____________________________________________________________________________
15479 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
15480         Log: Restore things as they were before
15481              the backward compatibility police notices.
15482      Branch: perl
15483            ! lib/Cwd.pm
15484 ____________________________________________________________________________
15485 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
15486         Log: More Cwd from Schwern: make also OS/2 and DOS
15487              Cwd agree with File::Spec (that is, native path
15488              syntax using \ instead of / -- backward compatibility
15489              polic warning) and stop Win32 from using bsd_realpath().
15490      Branch: perl
15491            ! lib/Cwd.pm
15492 ____________________________________________________________________________
15493 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
15494         Log: Subject: [PATCH @12110] RE: Untested libraries update
15495              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
15496              Date: Fri, 21 Sep 2001 18:21:07 +0100
15497              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
15498      Branch: perl
15499            ! lib/warnings/register.pm
15500 ____________________________________________________________________________
15501 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
15502         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
15503              From: Michael G Schwern <schwern@pobox.com>
15504              Date: Thu, 20 Sep 2001 22:54:02 -0400
15505              Message-ID: <20010920225402.A3611@blackrider>
15506      Branch: perl
15507            ! lib/Cwd.pm
15508 ____________________________________________________________________________
15509 [ 12113] By: ams                                   on 2001/09/21  17:08:24
15510         Log: Subject: [PATCH] avoid v-strings with require/use
15511              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15512              Date: Fri, 21 Sep 2001 12:34:40 -0400
15513              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
15514      Branch: perl
15515            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
15516            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
15517            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
15518            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
15519            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
15520            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
15521            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
15522            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
15523            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
15524            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
15525            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
15526            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
15527            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
15528            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
15529            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
15530            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
15531            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
15532            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
15533            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
15534 ____________________________________________________________________________
15535 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
15536         Log: Update Changes.
15537      Branch: perl
15538            ! Changes patchlevel.h
15539 ____________________________________________________________________________
15540 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
15541         Log: Make AIX and Tru64 compilers happy.  
15542      Branch: perl
15543            ! ext/threads/threads.h ext/threads/threads.xs
15544 ____________________________________________________________________________
15545 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
15546         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
15547              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15548              Date: 21 Sep 2001 09:16:37 -0000
15549              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
15550      Branch: perl
15551            ! toke.c
15552 ____________________________________________________________________________
15553 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
15554         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
15555              From: Michael G Schwern <schwern@pobox.com>
15556              Date: Thu, 20 Sep 2001 21:21:34 -0400
15557              Message-ID: <20010920212134.Y28291@blackrider>
15558      Branch: perl
15559            ! pp_sys.c
15560 ____________________________________________________________________________
15561 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
15562         Log: Subject: Re: GDB Debugging Macros from mod_perl
15563              From: rspier@pobox.com (Robert Spier)
15564              Date: Thu, 20 Sep 2001 22:45:03 -0700
15565              Message-ID: <15274.54239.413929.49430@rls.cx>
15566      Branch: perl
15567            ! pod/perltodo.pod
15568 ____________________________________________________________________________
15569 [ 12105] By: sky                                   on 2001/09/21  10:33:34
15570         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
15571              timezone! GetSystemTime should be available on all Win32 
15572              platforms we support. Perhaps Time::HiRes should be extended to
15573              support WinCE and Novell?
15574      Branch: perl
15575            ! ext/Time/HiRes/HiRes.xs
15576 ____________________________________________________________________________
15577 [ 12104] By: sky                                   on 2001/09/21  08:12:39
15578         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
15579      Branch: perl
15580            ! ext/threads/threads.h ext/threads/threads.xs
15581 ____________________________________________________________________________
15582 [ 12103] By: sky                                   on 2001/09/21  07:57:41
15583         Log: Rename the *thread* functions to Perl_* to avoid clashes.
15584              Notably on AIX but could become a problem on other platforms.
15585      Branch: perl
15586            ! ext/threads/threads.h ext/threads/threads.xs
15587 ____________________________________________________________________________
15588 [ 12102] By: sky                                   on 2001/09/21  07:35:30
15589         Log: Add the shared sv space to the global vars.
15590              Fix problems compiling on win32.
15591      Branch: perl
15592            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
15593            ! sharedsv.c sharedsv.h
15594 ____________________________________________________________________________
15595 [ 12101] By: ams                                   on 2001/09/21  00:19:55
15596         Log: Subject: [PATCH] win32/Makefile warning fix
15597              From: Blair Zajac <blair@orcaware.com>
15598              Date: Thu, 20 Sep 2001 18:15:43 -0700
15599              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
15600      Branch: perl
15601            ! win32/Makefile
15602 ____________________________________________________________________________
15603 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
15604         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
15605              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15606              Date: Thu, 20 Sep 2001 18:36:22 +0200
15607              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
15608      Branch: perl
15609            ! lib/ExtUtils/Command.t
15610 ____________________________________________________________________________
15611 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
15612         Log: Cant spl wirth a dam.
15613      Branch: perl
15614            ! intrpvar.h
15615 ____________________________________________________________________________
15616 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
15617         Log: Don't use C++ comments.
15618      Branch: perl
15619            ! ext/threads/threads.xs
15620 ____________________________________________________________________________
15621 [ 12097] By: ams                                   on 2001/09/20  21:42:07
15622         Log: Change #12044 didn't.
15623      Branch: perl
15624            ! lib/constant.pm
15625 ____________________________________________________________________________
15626 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
15627         Log: Metaconfig unit changes for #12095.
15628      Branch: metaconfig
15629            ! U/modified/Myinit.U U/modified/libs.U
15630 ____________________________________________________________________________
15631 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
15632         Log: Remove iconv references since we are not using it
15633              and not going to; regen perltoc, perlmodlib.
15634              (Some references still linger in perltoc, have to figure
15635              out where they are coming from.)
15636      Branch: perl
15637            ! Configure NetWare/config.wc NetWare/config_H.wc
15638            ! Porting/Glossary Porting/config.sh Porting/config_H
15639            ! config_h.SH configure.com epoc/config.sh perl.h
15640            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
15641            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15642            ! vos/config.ga.h win32/config.bc win32/config.gc
15643            ! win32/config.vc win32/config_H.bc win32/config_H.gc
15644            ! win32/config_H.vc wince/config.ce wince/config.h
15645            ! wince/config_H.ce
15646 ____________________________________________________________________________
15647 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
15648         Log: Subject: [PATCH docs] Re: ARGV and read
15649              From: Dave Mitchell <davem@fdgroup.co.uk>
15650              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
15651              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
15652      Branch: perl
15653            ! pod/perltodo.pod pod/perlvar.pod
15654 ____________________________________________________________________________
15655 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
15656         Log: Fresh copies from the cvs.perl.org perlfaq repository.
15657      Branch: perl
15658            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15659            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15660            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15661            ! pod/perlfaq9.pod
15662 ____________________________________________________________________________
15663 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
15664         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
15665              From: Nicholas Clark <nick@ccl4.org>
15666              Date: Thu, 20 Sep 2001 14:27:08 +0100
15667              Message-ID: <20010920142708.X4971@plum.flirble.org>
15668      Branch: perl
15669            ! pp_pack.c t/op/pack.t
15670 ____________________________________________________________________________
15671 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
15672         Log: The sharedsv_space* are variables, not code.  Duh.
15673      Branch: perl
15674            ! intrpvar.h makedef.pl
15675 ____________________________________________________________________________
15676 [ 12090] By: ams                                   on 2001/09/20  11:26:06
15677         Log: Subject: [patch lib/lib_pm.PL]
15678              From: Stas Bekman <stas@stason.org>
15679              Date: Thu, 20 Sep 2001 18:48:53 +0800
15680              Message-Id: <3BA9C995.6010302@stason.org>
15681              (Applied by hand.)
15682      Branch: perl
15683            ! lib/lib_pm.PL
15684 ____________________________________________________________________________
15685 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
15686         Log: Only 21 tests, skipping or not.
15687      Branch: perl
15688            ! lib/ExtUtils/Command.t
15689 ____________________________________________________________________________
15690 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
15691         Log: New exported symbols.
15692      Branch: perl
15693            ! makedef.pl
15694 ____________________________________________________________________________
15695 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
15696         Log: Update Changes.
15697      Branch: perl
15698            ! Changes patchlevel.h
15699 ____________________________________________________________________________
15700 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
15701         Log: Correct numbering of the tests is useful.
15702      Branch: perl
15703            ! ext/threads/t/basic.t
15704 ____________________________________________________________________________
15705 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
15706         Log: More tests now too.
15707      Branch: perl
15708            ! lib/ExtUtils/Command.t
15709 ____________________________________________________________________________
15710 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
15711         Log: More tests now.
15712      Branch: perl
15713            ! ext/threads/t/basic.t
15714 ____________________________________________________________________________
15715 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
15716         Log: The test assumed 7-bit ASCII.  Now it "just"
15717              assumes 8-bit whatever.
15718      Branch: perl
15719            ! t/op/crypt.t
15720 ____________________________________________________________________________
15721 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
15722         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
15723              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15724              Date: Wed, 19 Sep 2001 11:45:28 +0200
15725              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
15726              
15727              Lvalue casts are not portable.
15728      Branch: perl
15729            ! ext/threads/threads.xs
15730 ____________________________________________________________________________
15731 [ 12081] By: sky                                   on 2001/09/19  10:17:52
15732         Log: Make the basic test contain only realy basic API tests
15733              Seems to be a problem with detach.
15734      Branch: perl
15735            ! ext/threads/t/basic.t
15736 ____________________________________________________________________________
15737 [ 12080] By: ams                                   on 2001/09/19  01:23:55
15738         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
15739              From: Michael G Schwern <schwern@pobox.com>
15740              Date: Tue, 18 Sep 2001 19:53:48 -0400
15741              Message-Id: <20010918195348.M585@blackrider>
15742              
15743              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
15744              From: Michael G Schwern <schwern@pobox.com>
15745              Date: Tue, 18 Sep 2001 22:07:13 -0400
15746              Message-Id: <20010918220713.B19616@blackrider>
15747      Branch: perl
15748            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
15749            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
15750            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
15751            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
15752            ! lib/Test/Tutorial.pod
15753 ____________________________________________________________________________
15754 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
15755         Log: Indent the test a bit.
15756      Branch: perl
15757            ! ext/threads/t/basic.t
15758 ____________________________________________________________________________
15759 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
15760         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
15761              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15762              Date: Tue, 18 Sep 2001 18:06:44 +0200
15763              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
15764      Branch: perl
15765            ! win32/win32.c
15766 ____________________________________________________________________________
15767 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
15768         Log: Subject: stat access time is wrong on Win95
15769              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15770              Date: Tue, 18 Sep 2001 21:59:24 +0200
15771              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
15772      Branch: perl
15773            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
15774 ____________________________________________________________________________
15775 [ 12076] By: ams                                   on 2001/09/18  22:11:25
15776         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
15777              From: Michael G Schwern <schwern@pobox.com>
15778              Date: Tue, 18 Sep 2001 18:47:14 -0400
15779              Message-Id: <20010918184714.I585@blackrider>
15780      Branch: perl
15781            ! t/op/crypt.t
15782 ____________________________________________________________________________
15783 [ 12075] By: sky                                   on 2001/09/18  19:29:37
15784         Log: two test failures
15785              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15786              Message-ID: <20010918221702.A17408@rafael>
15787              partly applied, #12074 already fixed half the patch
15788      Branch: perl
15789            ! ext/threads/t/basic.t
15790 ____________________________________________________________________________
15791 [ 12074] By: sky                                   on 2001/09/18  18:49:03
15792         Log: Fixes test case failure introduced by #12071, the warning is
15793              now correctly spelled :-)
15794      Branch: perl
15795            ! ext/IO/lib/IO/t/io_sel.t
15796 ____________________________________________________________________________
15797 [ 12073] By: sky                                   on 2001/09/18  18:46:22
15798         Log: Make the test behave properly!
15799      Branch: perl
15800            ! ext/threads/t/basic.t
15801 ____________________________________________________________________________
15802 [ 12072] By: ams                                   on 2001/09/18  18:44:59
15803         Log: OP_RCATLINE is an SVOP, not a BASEOP.
15804      Branch: perl
15805            ! opcode.h opcode.pl
15806 ____________________________________________________________________________
15807 [ 12071] By: ams                                   on 2001/09/18  18:06:27
15808         Log: Deprecate != Depreciate.
15809      Branch: perl
15810            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
15811            ! lib/Pod/ParseUtils.pm
15812 ____________________________________________________________________________
15813 [ 12070] By: ams                                   on 2001/09/18  15:14:58
15814         Log: Subject: [PATCH] Getopt::Std cleanup
15815              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15816              Date: Tue, 18 Sep 2001 17:32:13 +0200
15817              Message-Id: <20010918173213.C777@rafael>
15818      Branch: perl
15819            ! lib/Getopt/Std.pm lib/Getopt/Std.t
15820 ____________________________________________________________________________
15821 [ 12069] By: sky                                   on 2001/09/18  14:56:33
15822         Log: Forgot the makefile
15823      Branch: perl
15824            + ext/threads/Makefile.PL
15825 ____________________________________________________________________________
15826 [ 12068] By: sky                                   on 2001/09/18  14:13:26
15827         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
15828              The test will fail because of Test.pm not knowing about threads. 
15829              basic needs to be manually tested
15830              compile time warnings on IV2PTR conversions need to be fixed
15831      Branch: perl
15832            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
15833            + ext/threads/threads.h ext/threads/threads.pm
15834            + ext/threads/threads.xs
15835            ! MANIFEST
15836 ____________________________________________________________________________
15837 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
15838         Log: DJGPP tweak from Laszlo Molnar.
15839      Branch: perl
15840            ! djgpp/config.over
15841 ____________________________________________________________________________
15842 [ 12066] By: sky                                   on 2001/09/18  10:24:31
15843         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
15844      Branch: perl
15845            ! sharedsv.c sharedsv.h
15846 ____________________________________________________________________________
15847 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
15848         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
15849              ditto ^cns.
15850      Branch: perl
15851            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
15852            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
15853            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
15854            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
15855            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
15856            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
15857            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
15858            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
15859            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
15860            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
15861            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
15862            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
15863            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
15864            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
15865            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
15866            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
15867            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
15868            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
15869            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
15870            + ext/Encode/Encode/ir-197.enc
15871            - ext/Encode/Encode/cns11643-1.enc
15872            - ext/Encode/Encode/cns11643-2.enc
15873            - ext/Encode/Encode/iso2022-cn.enc
15874            - ext/Encode/Encode/iso2022-jp.enc
15875            - ext/Encode/Encode/iso2022-jp1.enc
15876            - ext/Encode/Encode/iso2022-jp2.enc
15877            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
15878            - ext/Encode/Encode/iso8859-1.enc
15879            - ext/Encode/Encode/iso8859-1.ucm
15880            - ext/Encode/Encode/iso8859-10.enc
15881            - ext/Encode/Encode/iso8859-10.ucm
15882            - ext/Encode/Encode/iso8859-11.enc
15883            - ext/Encode/Encode/iso8859-11.ucm
15884            - ext/Encode/Encode/iso8859-13.enc
15885            - ext/Encode/Encode/iso8859-13.ucm
15886            - ext/Encode/Encode/iso8859-14.enc
15887            - ext/Encode/Encode/iso8859-14.ucm
15888            - ext/Encode/Encode/iso8859-15.enc
15889            - ext/Encode/Encode/iso8859-15.ucm
15890            - ext/Encode/Encode/iso8859-16.enc
15891            - ext/Encode/Encode/iso8859-16.ucm
15892            - ext/Encode/Encode/iso8859-2.enc
15893            - ext/Encode/Encode/iso8859-2.ucm
15894            - ext/Encode/Encode/iso8859-3.enc
15895            - ext/Encode/Encode/iso8859-3.ucm
15896            - ext/Encode/Encode/iso8859-4.enc
15897            - ext/Encode/Encode/iso8859-4.ucm
15898            - ext/Encode/Encode/iso8859-5.enc
15899            - ext/Encode/Encode/iso8859-5.ucm
15900            - ext/Encode/Encode/iso8859-6.enc
15901            - ext/Encode/Encode/iso8859-6.ucm
15902            - ext/Encode/Encode/iso8859-7.enc
15903            - ext/Encode/Encode/iso8859-7.ucm
15904            - ext/Encode/Encode/iso8859-8.enc
15905            - ext/Encode/Encode/iso8859-8.ucm
15906            - ext/Encode/Encode/iso8859-9.enc
15907            - ext/Encode/Encode/iso8859-9.ucm
15908            - ext/Encode/Encode/isoir-197.enc
15909            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
15910 ____________________________________________________________________________
15911 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
15912         Log: Must Uppercase.
15913      Branch: perl
15914            ! ext/Encode/Encode.pm
15915 ____________________________________________________________________________
15916 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
15917         Log: Add various encodings.
15918      Branch: perl
15919            + ext/Encode/Encode/iso8859-11.enc
15920            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
15921            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
15922            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
15923            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
15924            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
15925            + ext/Encode/Encode/viscii.ucm
15926            ! MANIFEST ext/Encode/Encode.pm
15927 ____________________________________________________________________________
15928 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
15929         Log: lib/unicode relic.
15930      Branch: perl
15931            ! ext/Encode/compile
15932 ____________________________________________________________________________
15933 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
15934         Log: Subject: [PATCH] Re: filename problems
15935              From: Michael G Schwern <schwern@pobox.com>
15936              Date: Mon, 17 Sep 2001 17:26:26 -0400
15937              Message-ID: <20010917172626.Q585@blackrider>
15938      Branch: perl
15939            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
15940            - t/lib/sample-tests/header_at_end
15941            - t/lib/sample-tests/header_at_end_fail
15942            ! MANIFEST lib/Test/Harness/t/test-harness.t
15943 ____________________________________________________________________________
15944 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
15945         Log: Explicitly explain the 1e9 seconds, not everybody
15946              is a C geek.
15947      Branch: perl
15948            ! ext/Time/HiRes/HiRes.pm
15949 ____________________________________________________________________________
15950 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
15951         Log: Explain an apparent bug reported by
15952              Richard J. Barbalace <rjbarbal@MIT.EDU>,
15953              with additional explanation from Gisle Aas.
15954      Branch: perl
15955            ! ext/Time/HiRes/HiRes.pm
15956 ____________________________________________________________________________
15957 [ 12058] By: ams                                   on 2001/09/17  19:52:01
15958         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
15959              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15960              Date: Mon, 17 Sep 2001 22:48:05 +0200
15961              Message-Id: <20010917224805.C11744@rafael>
15962      Branch: perl
15963            ! t/lib/warnings/op t/lib/warnings/pp
15964 ____________________________________________________________________________
15965 [ 12057] By: ams                                   on 2001/09/17  16:51:18
15966         Log: Its a nit!
15967      Branch: perl
15968            ! sv.h
15969 ____________________________________________________________________________
15970 [ 12056] By: ams                                   on 2001/09/17  16:47:55
15971         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
15972              From: "Craig A. Berry" <craigberry@mac.com>
15973              Date: Mon, 17 Sep 2001 12:34:20 -0500
15974              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
15975      Branch: perl
15976            ! vms/vms.c
15977 ____________________________________________________________________________
15978 [ 12055] By: ams                                   on 2001/09/17  16:05:15
15979         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
15980              From: Gisle Aas <gisle@ActiveState.com>
15981              Date: 16 Apr 2001 16:20:34 -0700
15982              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
15983              (Applied by hand.)
15984      Branch: perl
15985            ! lib/CPAN.pm lib/CPAN/Nox.pm
15986 ____________________________________________________________________________
15987 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
15988         Log: Update Changes.
15989      Branch: perl
15990            ! Changes patchlevel.h
15991 ____________________________________________________________________________
15992 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
15993         Log: Adding new files to the MANIFEST is always nice.
15994      Branch: perl
15995            ! MANIFEST
15996 ____________________________________________________________________________
15997 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
15998         Log: Reindent the PerlIO files (suggested by NI-S), used
15999              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
16000              (GNU indent).  Note that wholesale re-indenting might
16001              be nice, but that would break nice formatting/alignment
16002              of assignments, equality testing, and complex boolean
16003              expressions with lots of &s and |s.
16004      Branch: perl
16005            ! perlio.c perlio.h perliol.h
16006 ____________________________________________________________________________
16007 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
16008         Log: Add a script for being 8.3-polite.
16009              The found conflicts are being worked on.
16010      Branch: perl
16011            + check83.pl
16012            ! MANIFEST Porting/pumpkin.pod
16013 ____________________________________________________________________________
16014 [ 12050] By: sky                                   on 2001/09/17  12:44:36
16015         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
16016              finding it.
16017      Branch: perl
16018            ! sv.c
16019 ____________________________________________________________________________
16020 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
16021         Log: Bump up versions because of #12041.
16022      Branch: perl
16023            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
16024            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
16025            ! lib/Time/localtime.pm
16026 ____________________________________________________________________________
16027 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
16028         Log: Bump the version number because of #12042.
16029      Branch: perl
16030            ! lib/CPAN/FirstTime.pm
16031 ____________________________________________________________________________
16032 [ 12047] By: ams                                   on 2001/09/17  11:21:40
16033         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
16034              From: Abhijit Menon-Sen <ams@wiw.org>
16035              Date: Mon, 17 Sep 2001 17:44:12 +0530
16036              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
16037      Branch: perl
16038            ! op.c
16039 ____________________________________________________________________________
16040 [ 12046] By: sky                                   on 2001/09/17  07:14:17
16041         Log: Subject: Re: t/op/ver.t using skip() improperly
16042              From: "chromatic" <chromatic@rmci.net>
16043              Date: Mon, 17 Sep 2001 00:22:29 -0600
16044              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
16045      Branch: perl
16046            ! t/op/ver.t
16047 ____________________________________________________________________________
16048 [ 12045] By: nick                                  on 2001/09/17  07:12:14
16049         Log: Integrate mainline
16050      Branch: perlio
16051           +> t/op/chdir.t
16052           !> (integrate 117 files)
16053 ____________________________________________________________________________
16054 [ 12044] By: ams                                   on 2001/09/17  05:49:53
16055         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
16056              From: Ilmari Karonen <iltzu@sci.fi>
16057              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
16058              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
16059              (And $VERSION = '1.05'.)
16060      Branch: perl
16061            ! lib/constant.pm
16062 ____________________________________________________________________________
16063 [ 12043] By: ams                                   on 2001/09/17  05:44:50
16064         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
16065              From: Michael G Schwern <schwern@pobox.com>
16066              Date: Mon, 17 Sep 2001 07:49:04 +0200
16067              Message-Id: <20010917074904.V1588@blackrider>
16068              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
16069      Branch: perl
16070            + t/op/chdir.t
16071            ! MANIFEST pp_sys.c
16072 ____________________________________________________________________________
16073 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
16074         Log: Subject: Re: CPAN.pm needs some hacking 
16075              From: "chromatic" <chromatic@rmci.net>
16076              Date: Sun, 16 Sep 2001 16:46:29 -0600
16077              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
16078      Branch: perl
16079            ! lib/CPAN/FirstTime.pm
16080 ____________________________________________________________________________
16081 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
16082         Log: Change use|require 5.005_64 to use|require 5.6.1.
16083      Branch: perl
16084            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
16085            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16086            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16087            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
16088            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
16089            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16090            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
16091            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
16092            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
16093            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
16094            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
16095            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
16096            ! lib/base.pm lib/fields.pm
16097 ____________________________________________________________________________
16098 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
16099         Log: Bump up version numbers.
16100              
16101              TODO 1: double check that pre-5.6.1 CPAN.pm:s
16102              don't try to download 5.8.0 because of the
16103              version numbers.  Mainly this means using _00
16104              in the core version numbers.
16105              
16106              TODO 2: the "use 5.005_64" in many modules
16107              needs to be changed to, say, "use 5.6.1".
16108      Branch: perl
16109            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
16110            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
16111            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
16112            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
16113            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
16114            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
16115            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16116            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
16117            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
16118            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
16119            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
16120 ____________________________________________________________________________
16121 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
16122         Log: Use UCHARAT() as suggested by Inaba Hiroto.
16123      Branch: perl
16124            ! regexec.c
16125 ____________________________________________________________________________
16126 [ 12038] By: ams                                   on 2001/09/16  15:16:24
16127         Log: Subject: [PATCH] Re: Core module version numbers review
16128              From: Peter Scott <Peter@PSDT.com>
16129              Date: Sun, 16 Sep 2001 09:09:58 -0700
16130              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
16131      Branch: perl
16132            ! lib/perl5db.pl
16133 ____________________________________________________________________________
16134 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
16135         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
16136              not yet fully implemented.
16137      Branch: perl
16138            ! pod/perlfunc.pod pod/perlunicode.pod
16139 ____________________________________________________________________________
16140 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
16141         Log: Subject: [patch] plug PL_beginav_save leak
16142              From: Doug MacEachern <dougm@covalent.net>
16143              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
16144              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
16145      Branch: perl
16146            ! perl.c
16147 ____________________________________________________________________________
16148 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
16149         Log: (accidentally empty checkin)
16150      Branch: perl
16151            ! sv.c
16152 ____________________________________________________________________________
16153 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
16154         Log: Subject: [patch] ithreads+PL_beginav_save
16155              From: Doug MacEachern <dougm@covalent.net>
16156              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
16157              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
16158      Branch: perl
16159            ! sv.c
16160 ____________________________________________________________________________
16161 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
16162         Log: Subject: [PATCH] h2xs.PL with C::Scan
16163              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16164              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
16165              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
16166      Branch: perl
16167            ! utils/h2xs.PL
16168 ____________________________________________________________________________
16169 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
16170         Log: Elaborate (well, make more vague, really) #12030.
16171      Branch: perl
16172            ! pod/perltodo.pod pod/perlunicode.pod
16173 ____________________________________________________________________________
16174 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
16175         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
16176              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16177              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
16178              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
16179      Branch: perl
16180            ! regexec.c
16181 ____________________________________________________________________________
16182 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
16183         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
16184              are not yet complete.
16185      Branch: perl
16186            ! pod/perltodo.pod pod/perlunicode.pod
16187 ____________________________________________________________________________
16188 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
16189         Log: Document what's still to be done on the regular expression
16190              Unicode support, based on the UTR#18.
16191      Branch: perl
16192            ! pod/perltodo.pod pod/perlunicode.pod
16193 ____________________________________________________________________________
16194 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
16195         Log: Regen headers.
16196      Branch: perl
16197            ! embedvar.h perlapi.h
16198 ____________________________________________________________________________
16199 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
16200         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
16201              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16202              Date: Sun, 09 Sep 2001 18:41:54 +0100
16203              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
16204      Branch: perl
16205            ! Porting/findvars ext/ByteLoader/bytecode.h
16206            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
16207            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
16208 ____________________________________________________________________________
16209 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
16210         Log: enable most warnings for windows build; fix the various typecasting
16211              nits that showed up (no bugfixes here)
16212      Branch: maint-5.6/perl
16213            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
16214            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
16215            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
16216            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
16217            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
16218            ! x2p/walk.c
16219 ____________________________________________________________________________
16220 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
16221         Log: Integrate change #12024 from maintperl
16222              (a local() precedence bug)
16223      Branch: perl
16224           !> lib/ExtUtils/Install.pm
16225 ____________________________________________________________________________
16226 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
16227         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
16228              change#8642
16229      Branch: maint-5.6/perl
16230            ! lib/ExtUtils/Install.pm
16231 ____________________________________________________________________________
16232 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
16233         Log: Update Changes.
16234      Branch: perl
16235            ! Changes patchlevel.h
16236 ____________________________________________________________________________
16237 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
16238         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
16239              From: "chromatic" <chromatic@rmci.net>
16240              Date: Fri, 14 Sep 2001 09:44:57 -0600 
16241              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
16242      Branch: perl
16243            ! lib/ExtUtils/Manifest.t
16244 ____________________________________________________________________________
16245 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
16246         Log: Hopefully better skipping of the Complete.t tests
16247              in case of not a tty. 
16248      Branch: perl
16249            ! lib/Term/Complete.t t/op/stat.t
16250 ____________________________________________________________________________
16251 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
16252         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
16253              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16254              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
16255              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
16256      Branch: perl
16257            ! regexec.c t/op/pat.t
16258 ____________________________________________________________________________
16259 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
16260         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
16261              From: Robin Barker <rmb1@cise.npl.co.uk>
16262              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
16263              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
16264      Branch: perl
16265            ! pod/perlport.pod
16266 ____________________________________________________________________________
16267 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
16268         Log: NetWare tweaks from Ananth Kesari.
16269      Branch: perl
16270            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
16271            ! NetWare/nwutil.h
16272 ____________________________________________________________________________
16273 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
16274         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
16275              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16276              Date: Fri, 14 Sep 2001 10:51:13 +0200
16277              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
16278      Branch: perl
16279            ! pod/perlport.pod
16280 ____________________________________________________________________________
16281 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
16282         Log: Subject: Re: [PATCH 2 pl2pm.PL]
16283              From: Joe Smith <Joe.Smith@inwap.com>
16284              Date: Fri, 14 Sep 2001 00:13:32 -0700
16285              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
16286              
16287              Eradicate qu.
16288      Branch: perl
16289            ! keywords.h keywords.pl utils/pl2pm.PL
16290 ____________________________________________________________________________
16291 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
16292         Log: Retract #12013, didn't go over too well in Tru64.
16293      Branch: perl
16294            ! embed.h embed.pl sv.h
16295 ____________________________________________________________________________
16296 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
16297         Log: Subject: [PATCH] Execute files of debugger commands
16298              From: Peter Scott <Peter@PSDT.com>
16299              Date: Thu, 13 Sep 2001 15:26:31 -0700
16300              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
16301      Branch: perl
16302            ! lib/perl5db.pl pod/perldebug.pod
16303 ____________________________________________________________________________
16304 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
16305         Log: (Retracted by #12015)
16306              Subject: [proposed PATCH] Re: perl@11920
16307              From: Nicholas Clark <nick@ccl4.org>
16308              Date: Wed, 12 Sep 2001 23:46:09 +0100
16309              Message-ID: <20010912234609.H4971@plum.flirble.org>     
16310      Branch: perl
16311            ! embed.h embed.pl sv.h
16312 ____________________________________________________________________________
16313 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
16314         Log: ucblib shouldn't be linked against in nonstop-ux,
16315              from Tom Bates.
16316      Branch: perl
16317            ! hints/nonstopux.sh
16318 ____________________________________________________________________________
16319 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
16320         Log: Do stty only if we have stty.
16321              
16322              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
16323      Branch: perl
16324            ! lib/Term/Complete.pm
16325 ____________________________________________________________________________
16326 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
16327         Log: Skip the test if not running on a tty.
16328      Branch: perl
16329            ! lib/Term/Complete.t
16330 ____________________________________________________________________________
16331 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
16332         Log: Regen headers.
16333      Branch: perl
16334            ! embed.h opcode.h pod/perlapi.pod proto.h
16335 ____________________________________________________________________________
16336 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
16337         Log: Subject: [PATCH op.c] Re: perl@12003
16338              From: Robin Barker <rmb1@cise.npl.co.uk>
16339              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
16340              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
16341      Branch: perl
16342            ! op.c
16343 ____________________________________________________________________________
16344 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
16345         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
16346              From: Robin Barker <rmb1@cise.npl.co.uk>
16347              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
16348              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
16349      Branch: perl
16350            ! sv.c
16351 ____________________________________________________________________________
16352 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
16353         Log: Upgrade to Memoize 0.66.
16354      Branch: perl
16355            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
16356            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
16357            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
16358 ____________________________________________________________________________
16359 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
16360         Log: Subject: [ID 20010912.007] substr reference core dump
16361              From: me-01@ton.iguana.be
16362              Date: 12 Sep 2001 14:11:16 -0000
16363              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
16364      Branch: perl
16365            ! mg.c
16366 ____________________________________________________________________________
16367 [ 12004] By: ams                                   on 2001/09/12  01:13:49
16368         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
16369              From: Ilmari Karonen <iltzu@sci.fi>
16370              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
16371              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
16372      Branch: perl
16373            ! pod/perlfaq4.pod
16374 ____________________________________________________________________________
16375 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
16376         Log: Update Changes.
16377      Branch: perl
16378            ! Changes patchlevel.h
16379 ____________________________________________________________________________
16380 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
16381         Log: NetWare update from Ananth Kesari.
16382      Branch: perl
16383            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
16384            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
16385 ____________________________________________________________________________
16386 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
16387         Log: Retract #11984: div() being redefined, and 1397
16388              failing on 64-bit platforms.
16389      Branch: perl
16390            ! lib/Math/BigInt/Calc.pm
16391 ____________________________________________________________________________
16392 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
16393         Log: Metaconfig unit change for #11999.
16394      Branch: metaconfig
16395            ! U/protos/d_lseekproto.U
16396 ____________________________________________________________________________
16397 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
16398         Log: The lseek fix (#11991) was no fix.
16399      Branch: perl
16400            ! Configure
16401 ____________________________________________________________________________
16402 [ 11998] By: sky                                   on 2001/09/11  07:52:06
16403         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
16404              From: Matt Sergeant <MSergeant@star.net.uk>
16405              Date: Tue, 11 Sep 2001 09:22:32 +0100
16406              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
16407      Branch: perl
16408            ! ext/Encode/Encode.pm
16409 ____________________________________________________________________________
16410 [ 11997] By: sky                                   on 2001/09/11  06:35:29
16411         Log: Sometimes dTHX is added because it is needed on non 
16412              gnuc platforms, but not needed there. This uses GCC
16413              to silence GCC specific warnings by marking pTHX as 
16414              unused.
16415      Branch: perl
16416            ! perl.h
16417 ____________________________________________________________________________
16418 [ 11996] By: nick                                  on 2001/09/11  06:25:27
16419         Log: Integrate mainline
16420      Branch: perlio
16421            - ext/POSIX/sigaction.t lib/File/Find/taint.t
16422           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
16423 ____________________________________________________________________________
16424 [ 11995] By: nick                                  on 2001/09/11  06:23:39
16425         Log: Part Integrate mainline
16426      Branch: perlio
16427           +> (branch 69 files)
16428            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
16429            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
16430            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
16431            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
16432            - lib/Switch/t/switch_case.t lib/Test/Harness.t
16433            - lib/Test/More/Changes lib/Test/More/t/More.t
16434            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
16435            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
16436            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
16437            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
16438            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
16439            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
16440            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
16441            - t/lib/Test/More/Catch.pm wince/perl.ico
16442           !> (integrate 197 files)
16443 ____________________________________________________________________________
16444 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
16445         Log: Subject: Re: [PATCH] Encode.pm docs fix
16446              From: Gisle Aas <gisle@ActiveState.com>
16447              Date: 10 Sep 2001 11:27:02 -0700
16448              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
16449      Branch: perl
16450            ! ext/Encode/Encode.pm
16451 ____________________________________________________________________________
16452 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
16453         Log: Fix unpack U to be the reverse of pack U
16454              (but implement unpack U0U as a backdoor to get
16455              the UTF-8 malformed warnings from un-UTF-8 data)
16456      Branch: perl
16457            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
16458 ____________________________________________________________________________
16459 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
16460         Log: Metaconfig unit change for #11991;
16461              delete an unused unit (d_strtoull.U is the one used)
16462      Branch: metaconfig
16463            ! U/protos/d_lseekproto.U
16464      Branch: metaconfig/U/perl
16465            - strtoull.U
16466 ____________________________________________________________________________
16467 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
16468         Log: Subject: [PATCH] Configure not recording lseek proto
16469              From: Blair Zajac <blair@orcaware.com>
16470              Date: Mon, 10 Sep 2001 17:52:37 -0700
16471              Message-ID: <3B9D6055.BA334A31@orcaware.com>
16472              
16473              plus regen Configure.
16474      Branch: perl
16475            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16476            ! config_h.SH uconfig.h
16477 ____________________________________________________________________________
16478 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
16479         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?)))                  
16480              From: Nicholas Clark <nick@ccl4.org>
16481              Date: Tue, 11 Sep 2001 00:00:31 +0100
16482              Message-ID: <20010911000031.G1512@plum.flirble.org>
16483      Branch: perl
16484            + t/op/qq.t
16485            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
16486 ____________________________________________________________________________
16487 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
16488         Log: Subject: [PATCH] Building on win32 w/o perlio
16489              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16490              Date: Mon, 10 Sep 2001 23:38:46 +0200
16491              Message-ID: <3B9D4F06.14433.2C37644@localhost>
16492      Branch: perl
16493            ! perl.c win32/Makefile win32/makefile.mk
16494 ____________________________________________________________________________
16495 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
16496         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
16497              From: "chromatic" <chromatic@rmci.net>
16498              Date: Mon, 10 Sep 2001 15:14:01 -0600
16499              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
16500      Branch: perl
16501            + lib/CGI/t/push.t
16502            ! MANIFEST
16503 ____________________________________________________________________________
16504 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
16505         Log: Subject: avoiding hoardes of zombies
16506              From: Nicholas Clark <nick@ccl4.org>
16507              Date: Mon, 10 Sep 2001 22:00:40 +0100
16508              Message-ID: <20010910220040.C1512@plum.flirble.org>
16509      Branch: perl
16510            ! pod/perlipc.pod
16511 ____________________________________________________________________________
16512 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
16513         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
16514              From: John Peacock <jpeacock@rowman.com>
16515              Date: Mon, 10 Sep 2001 16:34:30 -0400
16516              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
16517      Branch: perl
16518            ! sv.c t/op/ver.t utf8.h
16519 ____________________________________________________________________________
16520 [ 11985] By: ams                                   on 2001/09/10  23:20:13
16521         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
16522      Branch: perl
16523            ! MANIFEST
16524 ____________________________________________________________________________
16525 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
16526         Log: (Retracted by #12001)
16527              Subject: Calc with USE_MUL/USE_DIV
16528              From: Tels <perl_dummy@bloodgate.com>
16529              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
16530              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
16531      Branch: perl
16532            ! lib/Math/BigInt/Calc.pm
16533 ____________________________________________________________________________
16534 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
16535         Log: Subject: [PATCH op.c] Re: perl@11978
16536              From: Robin Barker <rmb1@cise.npl.co.uk>
16537              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
16538              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
16539              
16540              Format errors.
16541      Branch: perl
16542            ! op.c
16543 ____________________________________________________________________________
16544 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
16545         Log: Switch PADOFFSET back to U32 both because of binary backward
16546              compatibility and because Arthur seems to have been fixing the
16547              problems with naughty integer-pointer casting.
16548      Branch: perl
16549            ! op.h
16550 ____________________________________________________________________________
16551 [ 11981] By: ams                                   on 2001/09/10  16:31:43
16552         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
16553              Fix Pod Typo, Add Test for ExtUtils::Command
16554              From: "chromatic" <chromatic@rmci.net>
16555              Date: Mon, 10 Sep 2001 11:20:56 -0600
16556              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
16557      Branch: perl
16558            + lib/ExtUtils/Command.t
16559            ! MANIFEST lib/ExtUtils/Command.pm
16560 ____________________________________________________________________________
16561 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
16562         Log: Subject: [PATCH] Encode.pm docs fix
16563              From: Matt Sergeant <MSergeant@star.net.uk>
16564              Date: Mon, 10 Sep 2001 15:24:01 +0100
16565              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
16566      Branch: perl
16567            ! ext/Encode/Encode.pm
16568 ____________________________________________________________________________
16569 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
16570         Log: Update Changes.
16571      Branch: perl
16572            ! Changes patchlevel.h
16573 ____________________________________________________________________________
16574 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
16575         Log: Revert #11973, the dTHX seems to be needed in there
16576              for threaded builds.
16577      Branch: perl
16578            ! perlio.c
16579 ____________________________________________________________________________
16580 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
16581         Log: Detypo.
16582      Branch: perl
16583            ! pod/perlguts.pod
16584 ____________________________________________________________________________
16585 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
16586         Log: Further Class::Struct patching from Damian.
16587              
16588              The new new semantics are:
16589              
16590              * If you pass an initializer for a nested object, it has to be:
16591              a) a reference to an object of that class, or      
16592              b) a reference to an object of a subclass of that class, or
16593              c) a reference to a hash of arguments to be passed to the
16594              class's constructor
16595              * If you pass no initializer for a nested object, the attribute
16596              is initialized to C<undef>
16597      Branch: perl
16598            ! lib/Class/Struct.pm
16599 ____________________________________________________________________________
16600 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
16601         Log: Skip the crypt test if no crypt.
16602      Branch: perl
16603            ! t/op/crypt.t
16604 ____________________________________________________________________________
16605 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
16606         Log: Warn against using bare v-strings as IP addresses
16607              (okay if using the wrappers from Socket)
16608      Branch: perl
16609            ! pod/perldata.pod pod/perlport.pod
16610 ____________________________________________________________________________
16611 [ 11973] By: sky                                   on 2001/09/10  11:57:58
16612         Log: Remove unused dTHX. Silenced another warning.
16613      Branch: perl
16614            ! perlio.c
16615 ____________________________________________________________________________
16616 [ 11972] By: sky                                   on 2001/09/10  11:54:25
16617         Log: Silence some more warnings INT2PTR.
16618      Branch: perl
16619            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
16620 ____________________________________________________________________________
16621 [ 11971] By: sky                                   on 2001/09/10  11:21:50
16622         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
16623      Branch: perl
16624            ! cop.h
16625 ____________________________________________________________________________
16626 [ 11970] By: sky                                   on 2001/09/10  11:17:25
16627         Log: Apply INT2PTR with force to silence warnings from
16628              PM_GETRE and friends. No more warnings with 64bit 
16629              IVs and 32bit pointers.    
16630      Branch: perl
16631            ! op.c op.h perl.c
16632 ____________________________________________________________________________
16633 [ 11969] By: sky                                   on 2001/09/10  10:13:02
16634         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
16635      Branch: perl
16636            ! pod/perlguts.pod
16637 ____________________________________________________________________________
16638 [ 11968] By: sky                                   on 2001/09/10  10:02:51
16639         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
16640              Rename to custop_op_name to Perl_custom_op_name to match perlapi
16641              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
16642              perl_clone.
16643      Branch: perl
16644            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
16645 ____________________________________________________________________________
16646 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
16647         Log: Using strlen() not good on embedded nul bytes.
16648      Branch: perl
16649            ! regcomp.c
16650 ____________________________________________________________________________
16651 [ 11966] By: ams                                   on 2001/09/09  21:06:13
16652         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
16653              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16654              Date: Mon, 13 Aug 2001 22:51:59 +0200
16655              Message-ID: <20010813225159.C6681@rafael>
16656              (Applied with several tweaks.)
16657      Branch: perl
16658            ! embed.h embed.pl proto.h toke.c
16659 ____________________________________________________________________________
16660 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
16661         Log: The exact error message is system-dependent.
16662      Branch: perl
16663            ! lib/ExtUtils/Manifest.t
16664 ____________________________________________________________________________
16665 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
16666         Log: Add Windows and Mac Sami support to Encode
16667              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
16668      Branch: perl
16669            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
16670            ! MANIFEST
16671 ____________________________________________________________________________
16672 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
16673         Log: Use the tried method.
16674      Branch: perl
16675            ! pod/perlport.pod
16676 ____________________________________________________________________________
16677 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
16678         Log: Can't count parentheses.
16679      Branch: perl
16680            ! ext/IO/lib/IO/Socket/INET.pm
16681 ____________________________________________________________________________
16682 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
16683         Log: perlport additions: 1 while unlink, add/delete directory
16684              entries and permissions, cygwin stat funkiness (from Michael
16685              Schwern and Nicholas Clark)
16686      Branch: perl
16687            ! pod/perlport.pod
16688 ____________________________________________________________________________
16689 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
16690         Log: blib does have a detectable test.
16691      Branch: perl
16692            ! t/lib/1_compile.t
16693 ____________________________________________________________________________
16694 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
16695         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
16696              From: "chromatic" <chromatic@rmci.net>
16697              Date: Sat, 08 Sep 2001 19:33:42 -0600
16698              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
16699      Branch: perl
16700            + lib/Term/Complete.t
16701            ! MANIFEST
16702 ____________________________________________________________________________
16703 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
16704         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
16705              From: Michael G Schwern <schwern@pobox.com> 
16706              Date: Sat, 8 Sep 2001 02:40:26 -0400
16707              Message-ID: <20010908024026.A26283@blackrider>
16708      Branch: perl
16709            + lib/Test/Tutorial.pod
16710            ! MANIFEST
16711 ____________________________________________________________________________
16712 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
16713         Log: Try to look up protocol (by name) only iff it has non-numbers:
16714              nice if the server is in a chrooted environment (no /etc/protocols,
16715              server code using hardcorded protocol numbers like 6 for tcp),
16716              suggested by John Holdsworth <coldwave@bigfoot.com>.
16717              In other words, if we are given a number, why look it up again
16718              (by number)?
16719      Branch: perl
16720            ! ext/IO/lib/IO/Socket/INET.pm
16721 ____________________________________________________________________________
16722 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
16723         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
16724              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16725              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
16726              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
16727              
16728              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
16729              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16730              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
16731              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
16732              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
16733              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16734              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
16735              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
16736      Branch: perl
16737            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
16738 ____________________________________________________________________________
16739 [ 11955] By: ams                                   on 2001/09/09  02:54:21
16740         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
16741              From: "Craig A. Berry" <craigberry@mac.com>
16742              Date: Sat, 08 Sep 2001 19:02:16 -0500
16743              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
16744      Branch: perl
16745            ! lib/CGI/t/carp.t
16746 ____________________________________________________________________________
16747 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
16748         Log: Documentation tweaks; think the IP address as an opaque string.
16749      Branch: perl
16750            ! ext/Socket/Socket.pm
16751 ____________________________________________________________________________
16752 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
16753         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
16754              From: Michael G Schwern <schwern@pobox.com>
16755              Date: Sat, 8 Sep 2001 19:45:46 -0400
16756              Message-ID: <20010908194546.C9193@blackrider>
16757      Branch: perl
16758            + lib/blib.t
16759            ! MANIFEST lib/blib.pm t/lib/1_compile.t
16760 ____________________________________________________________________________
16761 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
16762         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
16763              From: "chromatic" <chromatic@rmci.net>
16764              Date: Sat, 08 Sep 2001 12:31:44 -0600
16765              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
16766      Branch: perl
16767            + lib/CGI/t/fast.t
16768            ! MANIFEST
16769 ____________________________________________________________________________
16770 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
16771         Log: The Socket tests were wrong: they were assuming too much.
16772      Branch: perl
16773            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
16774 ____________________________________________________________________________
16775 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
16776         Log: Retract the portability changes since they
16777              seem to have opened a can of worms... will
16778              go back to UNICOS/mk and do the bare minimum
16779              required to get the tests working.
16780      Branch: perl
16781            ! ext/Socket/Socket.xs
16782 ____________________________________________________________________________
16783 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
16784         Log: PADOFFSET is used to cast pointers into integers,
16785              if pointers are 64 bits and U32 32 bits,
16786              bad things may happen, or at least warnings issued.
16787      Branch: perl
16788            ! op.h
16789 ____________________________________________________________________________
16790 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
16791         Log: Still more Socket portability tweaking.
16792              Now Socket.t seems to be happy in all of
16793              Linux/x86, Tru64/alpha, Solaris/sparc,
16794              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
16795              
16796              Addendum: it seems that io_multihomed, io_sock, and hostent
16797              were broken in little-endians (linux/x86 and tru64/alpha)
16798              because of this change.  Argh.
16799      Branch: perl
16800            ! ext/Socket/Socket.xs
16801 ____________________________________________________________________________
16802 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
16803         Log: More portability kicking on inet_ntoa().
16804      Branch: perl
16805            ! ext/Socket/Socket.xs
16806 ____________________________________________________________________________
16807 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
16808         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
16809              From: Michael G Schwern <schwern@pobox.com> 
16810              Date: Fri, 7 Sep 2001 23:06:51 -0400
16811              Message-ID: <20010907230651.R606@blackrider>
16812      Branch: perl
16813            + lib/ExtUtils/Manifest.t
16814            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
16815 ____________________________________________________________________________
16816 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
16817         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
16818              From: "chromatic" <chromatic@rmci.net>
16819              Date: Fri, 07 Sep 2001 17:53:15 -0600      
16820              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
16821      Branch: perl
16822            + lib/ExtUtils/testlib.t
16823            ! MANIFEST
16824 ____________________________________________________________________________
16825 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
16826         Log: Thinko.
16827      Branch: perl
16828            ! lib/integer.t
16829 ____________________________________________________________________________
16830 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
16831         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
16832              From: "Craig A. Berry" <craigberry@mac.com>
16833              Date: Fri, 07 Sep 2001 15:30:03 -0500
16834              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
16835      Branch: perl
16836            ! lib/CGI/Carp.pm
16837 ____________________________________________________________________________
16838 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
16839         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
16840              From: Michael G Schwern <schwern@pobox.com>
16841              Date: Fri, 7 Sep 2001 15:38:13 -0400
16842              Message-ID: <20010907153813.K606@blackrider>
16843      Branch: perl
16844            ! lib/ExtUtils/MM_Unix.pm
16845 ____________________________________________________________________________
16846 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
16847         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
16848              From: Robin Barker <rmb1@cise.npl.co.uk>
16849              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
16850              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
16851      Branch: perl
16852            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
16853 ____________________________________________________________________________
16854 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
16855         Log: Clean up 1_compile.t; move tests to more consistent
16856              places (t/ subdirectories); add integer.t (much of
16857              the pragma is tested elsewhere but there is no one
16858              centralized place)
16859      Branch: perl
16860            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
16861            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
16862            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
16863            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
16864            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
16865            - lib/File/Find/find.t lib/File/Find/taint.t
16866            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
16867 ____________________________________________________________________________
16868 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
16869         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
16870              From: "chromatic" <chromatic@rmci.net>
16871              Date: Fri, 07 Sep 2001 10:17:40 -0600
16872              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
16873      Branch: perl
16874            ! lib/File/Find/taint.t
16875 ____________________________________________________________________________
16876 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
16877         Log: Update Changes.
16878      Branch: perl
16879            ! Changes patchlevel.h
16880 ____________________________________________________________________________
16881 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
16882         Log: Rename the old threading tutorial, start a new one,
16883              regen toc.
16884      Branch: perl
16885            + pod/perlothrtut.pod
16886            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
16887            ! pod/perltoc.pod
16888 ____________________________________________________________________________
16889 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
16890         Log: vars very much has a test.
16891      Branch: perl
16892            ! t/lib/1_compile.t
16893 ____________________________________________________________________________
16894 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
16895         Log: Subject: Re: wince/perl.ico marked as binary
16896              From: Nicholas Clark <nick@ccl4.org>
16897              Date: Fri, 7 Sep 2001 13:54:40 +0100
16898              Message-ID: <20010907135439.D39150@plum.flirble.org>
16899              
16900              and wince/Makefile.ce change from Rainer Keuchel.
16901      Branch: perl
16902            + wince/makeico.pl
16903            ! MANIFEST wince/Makefile.ce
16904 ____________________________________________________________________________
16905 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
16906         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
16907              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16908              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
16909              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
16910      Branch: perl
16911            ! regexec.c
16912 ____________________________________________________________________________
16913 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
16914         Log: (Replaced by #11934)
16915              Subject: Re: [PATCH regexec.c] more general .* and .*?
16916              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16917              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
16918              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
16919      Branch: perl
16920            ! regexec.c
16921 ____________________________________________________________________________
16922 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
16923         Log: The #11931 patching misbehaved.
16924      Branch: perl
16925            ! lib/Test/Harness/t/test-harness.t
16926 ____________________________________________________________________________
16927 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
16928         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
16929              From: Michael G Schwern <schwern@pobox.com>
16930              Date: Fri, 7 Sep 2001 03:30:41 -0400
16931              Message-ID: <20010907033041.A2796@blackrider>
16932      Branch: perl
16933            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
16934            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
16935            + t/lib/sample-tests/header_at_end_fail
16936            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
16937            - lib/Test/Harness.t
16938            ! MANIFEST lib/Test/Harness.pm t/TEST
16939 ____________________________________________________________________________
16940 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
16941         Log: Subject: [PATCH] Digest::MD5 update
16942              From: Gisle Aas <gisle@ActiveState.com>
16943              Date: 06 Sep 2001 23:32:56 -0700
16944              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
16945      Branch: perl
16946            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
16947            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
16948 ____________________________________________________________________________
16949 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
16950         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
16951              From: "chromatic" <chromatic@rmci.net>
16952              Date: Thu, 06 Sep 2001 23:11:44 -0600
16953              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
16954      Branch: perl
16955            + lib/less.t
16956            ! MANIFEST t/lib/1_compile.t
16957 ____________________________________________________________________________
16958 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
16959         Log: The binary file must somehow differently stored.
16960      Branch: perl
16961            - wince/perl.ico
16962            ! MANIFEST
16963 ____________________________________________________________________________
16964 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
16965         Log: Add more modules to the list of modules that have tests,
16966              Schwern's wallet is getting more nervous.
16967              (Run t/lib/1_compile.t manually to see which modules
16968              are lacking tests, or the tests can't be run for some
16969              reason or another, such as the Net:: modules)
16970      Branch: perl
16971            ! t/lib/1_compile.t
16972 ____________________________________________________________________________
16973 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
16974         Log: Try to make Socket::inet_ntoa() more robust.
16975      Branch: perl
16976            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
16977 ____________________________________________________________________________
16978 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
16979         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
16980              From: chromatic <chromatic@rmci.net>       
16981              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
16982              Message-Id: <01090522580506.19590@firewheel>           
16983      Branch: perl
16984            ! lib/English.t
16985 ____________________________________________________________________________
16986 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
16987         Log: Subject: Re: perlvar manpage and localizing special vars
16988              From: Stas Bekman <stas@stason.org>
16989              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
16990              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
16991      Branch: perl
16992            ! pod/perlvar.pod
16993 ____________________________________________________________________________
16994 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
16995         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
16996              From: Robin Barker <rmb1@cise.npl.co.uk>
16997              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
16998              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
16999      Branch: perl
17000            ! lib/ExtUtils/MakeMaker.pm
17001 ____________________________________________________________________________
17002 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
17003         Log: Symbol missing; AIX unhappy.
17004      Branch: perl
17005            ! makedef.pl
17006 ____________________________________________________________________________
17007 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
17008         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
17009              Reported in 5.61, seems to work okay in blead.
17010      Branch: perl
17011            ! t/run/kill_perl.t
17012 ____________________________________________________________________________
17013 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
17014         Log: Update Changes.
17015      Branch: perl
17016            ! Changes patchlevel.h
17017 ____________________________________________________________________________
17018 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
17019         Log: Document the bad assumptions currently breaking
17020              the Socket.t tests 10, 11, and 13 in UNICOS.
17021      Branch: perl
17022            ! ext/Socket/Socket.xs
17023 ____________________________________________________________________________
17024 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
17025         Log: Subject: [PATCH x2p] make OPTIMIZE=...
17026              From: Robin Barker <rmb1@cise.npl.co.uk>
17027              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
17028              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
17029      Branch: perl
17030            ! x2p/Makefile.SH x2p/cflags.SH
17031 ____________________________________________________________________________
17032 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
17033         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
17034              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
17035              Date: Thu, 6 Sep 2001 11:09:40 +0100
17036              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
17037              
17038              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
17039              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17040              Date: 6 Sep 2001 10:14:38 -0000
17041              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
17042      Branch: perl
17043            ! pod/perlfaq1.pod pod/perlhack.pod
17044 ____________________________________________________________________________
17045 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
17046         Log: Subject: Extra NUL is Data::Dumper output - patch
17047              From: Tony Cook <tony@develop-help.com>
17048              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
17049              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
17050      Branch: perl
17051            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
17052 ____________________________________________________________________________
17053 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
17054         Log: Avoid redefinition warning
17055              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
17056              from
17057              perl -w -Ilib -MCwd -e ''
17058      Branch: perl
17059            ! lib/Cwd.pm
17060 ____________________________________________________________________________
17061 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
17062         Log: Update the is_tainted() example implementation.
17063      Branch: perl
17064            ! pod/perlsec.pod
17065 ____________________________________________________________________________
17066 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
17067         Log: Missing) in #11912.
17068      Branch: perl
17069            ! lib/Test/Simple/t/fail.t
17070 ____________________________________________________________________________
17071 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
17072         Log: Rewhack Test-Simple into core harness.
17073      Branch: perl
17074            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
17075            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
17076            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
17077            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
17078            ! lib/Test/Simple/t/skipall.t
17079 ____________________________________________________________________________
17080 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
17081         Log: Workaround for the new Exporter 'feature'.
17082      Branch: perl
17083            ! lib/Test/More.pm
17084 ____________________________________________________________________________
17085 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
17086         Log: Re-introduce pure-Perl fall-back for abs_path,
17087              re-introduce #11898.
17088      Branch: perl
17089            ! lib/Cwd.pm lib/File/Find.pm
17090 ____________________________________________________________________________
17091 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
17092         Log: More tests.
17093      Branch: perl
17094            ! lib/Exporter.t
17095 ____________________________________________________________________________
17096 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
17097         Log: Retract #11898 for now because it introduces
17098              a rather nasty depencency: when B is being built,
17099              MakeMaker is used.  MakeMaker uses File::Find.
17100              File::Find uses Cwd::getcwd()...which doesn't
17101              exist yet.
17102      Branch: perl
17103            ! lib/File/Find.pm
17104 ____________________________________________________________________________
17105 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
17106         Log: New test welcome.
17107      Branch: perl
17108            + lib/Test/Simple/t/simple.t
17109 ____________________________________________________________________________
17110 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
17111         Log: Old test begone.
17112      Branch: perl
17113            - lib/Attribute/Handlers/test.pl
17114 ____________________________________________________________________________
17115 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
17116         Log: Test-Simple syncup from Schwern.
17117      Branch: perl
17118            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
17119            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
17120            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
17121            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
17122            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
17123            - lib/Test/More/Changes lib/Test/More/t/More.t
17124            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17125            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17126            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
17127            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
17128            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
17129            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
17130            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
17131            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
17132            ! t/lib/Test/Simple/sample_tests/death.plx
17133            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
17134            ! t/lib/Test/Simple/sample_tests/extras.plx
17135            ! t/lib/Test/Simple/sample_tests/five_fail.plx
17136            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
17137            ! t/lib/Test/Simple/sample_tests/one_fail.plx
17138            ! t/lib/Test/Simple/sample_tests/require.plx
17139            ! t/lib/Test/Simple/sample_tests/success.plx
17140            ! t/lib/Test/Simple/sample_tests/too_few.plx
17141            ! t/lib/Test/Simple/sample_tests/two_fail.plx
17142 ____________________________________________________________________________
17143 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
17144         Log: Integrate File::Find changes from bleadperl
17145      Branch: maint-5.6/macperl
17146            ! lib/File/Find.pm t/lib/filefind-taint.t
17147 ____________________________________________________________________________
17148 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
17149         Log: Integrate 11847 from maint-5.6/perl
17150      Branch: maint-5.6/macperl
17151           !> sv.c
17152 ____________________________________________________________________________
17153 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
17154         Log: In UNICOS division yada yada.
17155      Branch: perl
17156            ! t/op/override.t
17157 ____________________________________________________________________________
17158 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
17159         Log: In UNICOS division is really lossy, better use
17160              a tolerance test.
17161      Branch: perl
17162            ! ext/Time/HiRes/HiRes.t
17163 ____________________________________________________________________________
17164 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
17165         Log: In UNICOS sigaction() sets an extra flag
17166              ("the signal has been registered for all the processes in
17167              a multitasking group.")
17168      Branch: perl
17169            ! ext/POSIX/sigaction.t
17170 ____________________________________________________________________________
17171 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
17172         Log: Documentation micropatch from Damian.
17173      Branch: perl
17174            ! lib/Attribute/Handlers.pm
17175 ____________________________________________________________________________
17176 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
17177         Log: (Retracted by #11908)
17178              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
17179              From: Michael G Schwern <schwern@pobox.com>
17180              Date: Wed, 5 Sep 2001 15:58:21 -0400
17181              Message-ID: <20010905155821.I632@blackrider>
17182      Branch: perl
17183            ! lib/File/Find.pm lib/File/Find/taint.t
17184 ____________________________________________________________________________
17185 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
17186         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
17187              From: Michael G Schwern <schwern@pobox.com>
17188              Date: Wed, 5 Sep 2001 19:16:31 -0400
17189              Message-ID: <20010905191631.E11386@blackrider>
17190      Branch: perl
17191            + lib/CGI/t/carp.t
17192            ! MANIFEST
17193 ____________________________________________________________________________
17194 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
17195         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
17196              From: chromatic <chromatic@rmci.net>
17197              Date: Wed, 5 Sep 2001 18:08:07 -0600
17198              Message-Id: <01090518080700.19590@firewheel>
17199      Branch: perl
17200            ! lib/English.pm
17201 ____________________________________________________________________________
17202 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
17203         Log: Fix a typo #11889 and add a test for the same.
17204      Branch: perl
17205            ! ext/Socket/Socket.t ext/Socket/Socket.xs
17206 ____________________________________________________________________________
17207 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
17208         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
17209              From: "Craig A. Berry" <craigberry@mac.com>
17210              Date: Wed, 05 Sep 2001 17:48:54 -0500
17211              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
17212      Branch: perl
17213            ! lib/warnings.t t/run/kill_perl.t
17214 ____________________________________________________________________________
17215 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
17216         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
17217              From: Michael G Schwern <schwern@pobox.com>
17218              Date: Wed, 5 Sep 2001 17:22:25 -0400
17219              Message-ID: <20010905172225.C11386@blackrider>
17220      Branch: perl
17221            ! t/run/kill_perl.t
17222 ____________________________________________________________________________
17223 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
17224         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
17225              From: Nicholas Clark <nick@ccl4.org>
17226              Date: Wed, 5 Sep 2001 20:54:24 +0100
17227              Message-ID: <20010905205424.C25120@plum.flirble.org>
17228      Branch: perl
17229            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
17230 ____________________________________________________________________________
17231 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
17232         Log: Forgotten thing.
17233      Branch: perl
17234            ! uconfig.h
17235 ____________________________________________________________________________
17236 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
17237         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
17238              From: chromatic <chromatic@rmci.net>               
17239              Date: Wed, 5 Sep 2001 13:22:08 -0600
17240              Message-Id: <01090513220807.10587@firewheel> 
17241      Branch: perl
17242            ! lib/English.pm
17243 ____________________________________________________________________________
17244 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
17245         Log: inet_ntoa() tweaks:
17246              - don't allow addresses with > 255 characters
17247              - indent the HP-UX workaround
17248              - don't leak memory
17249      Branch: perl
17250            ! ext/Socket/Socket.xs
17251 ____________________________________________________________________________
17252 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
17253         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
17254              <xwu@theeducationcenter.com>
17255      Branch: perl
17256            ! lib/File/Find.pm
17257 ____________________________________________________________________________
17258 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
17259         Log: Typo nits.
17260      Branch: perl
17261            ! lib/File/Find.pm
17262 ____________________________________________________________________________
17263 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
17264         Log: -Wall nit.
17265      Branch: perl
17266            ! op.c
17267 ____________________________________________________________________________
17268 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
17269         Log: Update to Scalar-List-Utils 1.05
17270      Branch: perl
17271            ! ext/List/Util/ChangeLog ext/List/Util/README
17272            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
17273 ____________________________________________________________________________
17274 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
17275         Log: Update Changes.
17276      Branch: perl
17277            ! Changes patchlevel.h
17278 ____________________________________________________________________________
17279 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
17280         Log: Update to Scalar-List-Utils 1.04
17281      Branch: perl
17282            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
17283            ! ext/List/Util/lib/List/Util.pm
17284            ! ext/List/Util/lib/Scalar/Util.pm
17285 ____________________________________________________________________________
17286 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
17287         Log: Metaconfigify #11724.
17288      Branch: metaconfig
17289            ! U/threads/archname.U
17290 ____________________________________________________________________________
17291 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
17292         Log: The MacOS reference is okay, no reason to hide it.
17293      Branch: perl
17294            ! lib/Cwd.pm
17295 ____________________________________________________________________________
17296 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
17297         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
17298              From: Michael G Schwern <schwern@pobox.com>
17299              Date: Tue, 4 Sep 2001 15:30:10 -0400
17300              Message-ID: <20010904153010.H26466@blackrider> 
17301              
17302              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
17303      Branch: perl
17304            ! ext/Cwd/Makefile.PL lib/Cwd.pm
17305 ____________________________________________________________________________
17306 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
17307         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.))
17308              From: Michael G Schwern <schwern@pobox.com>
17309              Date: Tue, 4 Sep 2001 17:39:13 -0400
17310              Message-ID: <20010904173913.C626@blackrider>
17311      Branch: perl
17312            ! lib/Cwd.pm
17313 ____________________________________________________________________________
17314 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
17315         Log: Subject: Re: Perl_pp_* in public API?
17316              From: "Craig A. Berry" <craigberry@mac.com>
17317              Date: Tue, 4 Sep 2001 21:51:29 -0500
17318              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
17319      Branch: perl
17320            ! ext/List/Util/Util.xs
17321 ____________________________________________________________________________
17322 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
17323         Log: From Damian: Class::Struct was unable to define
17324              recursive classes.  After the patch an object reference
17325              (rather than a hash) is required to initialize
17326              an object attribute.  If no such initializer is given to
17327              the constructor, object attributes are now default
17328              initialized to C<undef>.
17329      Branch: perl
17330            ! lib/Class/Struct.pm lib/Class/Struct.t
17331 ____________________________________________________________________________
17332 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
17333         Log: Subject: Re: sv_catpvfn and sv_setpvfn
17334              From: Richard Soderberg <rs@oregonnet.com>
17335              Date: Tue, 4 Sep 2001 15:16:47 -0700
17336              Message-Id: <200109042216.PAA17858@oregonnet.com>
17337      Branch: perl
17338            ! pod/perlclib.pod pod/perlguts.pod
17339 ____________________________________________________________________________
17340 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
17341         Log: NetWare updates from Ananth Kesari.
17342      Branch: perl
17343            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
17344            ! NetWare/nw5thread.h
17345 ____________________________________________________________________________
17346 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
17347         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?))
17348              From: Nicholas Clark <nick@ccl4.org>
17349              Date: Tue, 4 Sep 2001 22:42:50 +0100
17350              Message-ID: <20010904224250.P25120@plum.flirble.org>
17351      Branch: perl
17352            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
17353            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
17354            ! t/op/oct.t toke.c
17355 ____________________________________________________________________________
17356 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
17357         Log: Fix Cwd::getcwd() not being tainted, as noticed
17358              by Schwern.
17359      Branch: perl
17360            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
17361            - ext/Cwd/Cwd.t
17362            ! MANIFEST ext/Cwd/Cwd.xs util.c
17363 ____________________________________________________________________________
17364 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
17365         Log: Retract #11870 and volatilize the right destruct_level.
17366              Silly thinko pointed out by Sarathy.
17367      Branch: perl
17368            ! intrpvar.h perl.c
17369 ____________________________________________________________________________
17370 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
17371         Log: At least a temporary fix for the mysterious scope core dumps
17372              in Tru64 from Graham.
17373      Branch: perl
17374            ! ext/List/Util/Util.xs
17375 ____________________________________________________________________________
17376 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
17377         Log: (Retracted by #11872)
17378      Branch: perl
17379            ! intrpvar.h
17380 ____________________________________________________________________________
17381 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
17382         Log: Quench a -Wall gripe noticed by Robin Barker.
17383      Branch: perl
17384            ! op.c
17385 ____________________________________________________________________________
17386 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
17387         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
17388              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17389              Date: Wed, 05 Sep 2001 02:01:32 +0900
17390              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
17391      Branch: perl
17392            ! lib/Unicode/UCD.pm
17393 ____________________________________________________________________________
17394 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
17395         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
17396              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17397              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
17398              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
17399      Branch: perl
17400            ! gv.c
17401 ____________________________________________________________________________
17402 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
17403         Log: Update Changes.
17404      Branch: perl
17405            ! Changes patchlevel.h
17406 ____________________________________________________________________________
17407 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
17408         Log: Add the \[$@%&*] prototype support.
17409      Branch: perl
17410            ! op.c pod/perlsub.pod t/comp/proto.t
17411 ____________________________________________________________________________
17412 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
17413         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
17414              From: Michael G Schwern <schwern@pobox.com>
17415              Date: Mon, 3 Sep 2001 18:59:01 -0400
17416              Message-ID: <20010903185901.Z9233@blackrider>
17417      Branch: perl
17418            ! lib/CGI/t/form.t
17419 ____________________________________________________________________________
17420 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
17421         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
17422              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17423              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
17424              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
17425      Branch: perl
17426            ! gv.c
17427 ____________________________________________________________________________
17428 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
17429         Log: More srand entry tweakage based on Randal's suggestion.
17430      Branch: perl
17431            ! pod/perlfunc.pod
17432 ____________________________________________________________________________
17433 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
17434         Log: Subject: [PATCH] 'main' *is* a reserved word
17435              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17436              Date: Mon, 3 Sep 2001 22:55:41 +0200
17437              Message-ID: <20010903225541.A24097@rafael>
17438      Branch: perl
17439            ! toke.c
17440 ____________________________________________________________________________
17441 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
17442         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
17443              From: Peter Prymmer <pvhp@best.com>
17444              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
17445              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
17446      Branch: perl
17447            ! README.vms configure.com
17448 ____________________________________________________________________________
17449 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
17450         Log: Subject: Re: A slightly better default seed?   
17451              From: Michael G Schwern <schwern@pobox.com>
17452              Date: Mon, 3 Sep 2001 18:08:15 -0400 
17453              Message-ID: <20010903180815.W9233@blackrider>
17454      Branch: perl
17455            ! t/op/srand.t
17456 ____________________________________________________________________________
17457 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
17458         Log: Add sharedsv.o to microperl object files.
17459      Branch: perl
17460            ! Makefile.micro
17461 ____________________________________________________________________________
17462 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
17463         Log: AUTHORS updates and
17464              
17465              Subject: [PATCH] Just some preening :-)        
17466              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
17467              Date: Tue, 4 Sep 2001 14:16:59 +0100
17468              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
17469      Branch: perl
17470            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
17471 ____________________________________________________________________________
17472 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
17473         Log: Typo fix and slight rewording.
17474      Branch: perl
17475            ! pod/perlfunc.pod
17476 ____________________________________________________________________________
17477 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
17478         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
17479      Branch: perl
17480            ! pod/perlfaq4.pod
17481 ____________________________________________________________________________
17482 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
17483         Log: The helper file changed name.
17484      Branch: perl
17485            ! MANIFEST
17486 ____________________________________________________________________________
17487 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
17488         Log: Update to Scalar-List-Utils 1.03
17489      Branch: perl
17490            + ext/List/Util/t/shuffle.t
17491            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
17492            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
17493            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
17494            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
17495            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
17496            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
17497            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
17498            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
17499 ____________________________________________________________________________
17500 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
17501         Log: Make crypt() do something more sane for Unicode
17502              (take crypt() of the low eight bits of the characters,
17503              instead of taking crypt() of the UTF-8 of the scalar);
17504              add a test for crypt().
17505      Branch: perl
17506            + t/op/crypt.t
17507            ! MANIFEST pod/perlfunc.pod pp.c
17508 ____________________________________________________________________________
17509 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
17510         Log: Reorganize the srand entry.
17511      Branch: perl
17512            ! pod/perlfunc.pod
17513 ____________________________________________________________________________
17514 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
17515         Log: Remove the tests that assume something about
17516              calling srand() without arguments multiple times.
17517      Branch: perl
17518            ! t/op/srand.t
17519 ____________________________________________________________________________
17520 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
17521         Log: Upgrade to Math::BigInt 1.42.
17522      Branch: perl
17523            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17524            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
17525            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
17526            ! lib/Math/BigInt/t/mbimbf.t
17527 ____________________________________________________________________________
17528 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
17529         Log: integrate change#11847 from maint-5.6
17530              
17531              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
17532      Branch: perl
17533            ! sv.c
17534 ____________________________________________________________________________
17535 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
17536         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
17537      Branch: maint-5.6/perl
17538            ! sv.c
17539 ____________________________________________________________________________
17540 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
17541         Log: As far as I can tell these functions have been Unicodified.
17542      Branch: perl
17543            ! doop.c
17544 ____________________________________________________________________________
17545 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
17546         Log: Update to Storable 1.0.13.
17547      Branch: perl
17548            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
17549            ! ext/Storable/Storable.xs
17550 ____________________________________________________________________________
17551 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
17552         Log: Patch the Filter::Simple test to work with
17553              the core test suite (since the FilterTest.pm
17554              is in t/lib, not in lib).
17555      Branch: perl
17556            ! lib/Filter/Simple/t/filter.t
17557 ____________________________________________________________________________
17558 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
17559         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
17560      Branch: perl
17561            + t/lib/FilterTest.pm
17562            - t/lib/MyFilter.pm
17563 ____________________________________________________________________________
17564 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
17565         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
17566              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
17567              Text::Balanced 1.86.
17568      Branch: perl
17569            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
17570            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
17571            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
17572            + lib/Switch/t/nested.t lib/Switch/t/switch.t
17573            + lib/Text/Balanced/Changes lib/Text/Balanced/README
17574            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
17575            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
17576            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
17577            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
17578            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
17579            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
17580            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
17581            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
17582            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
17583            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
17584            ! MANIFEST lib/Attribute/Handlers.pm
17585            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
17586            ! lib/Attribute/Handlers/demo/Demo.pm
17587            ! lib/Attribute/Handlers/demo/Descriptions.pm
17588            ! lib/Attribute/Handlers/demo/MyClass.pm
17589            ! lib/Attribute/Handlers/demo/demo.pl
17590            ! lib/Attribute/Handlers/demo/demo2.pl
17591            ! lib/Attribute/Handlers/demo/demo3.pl
17592            ! lib/Attribute/Handlers/demo/demo4.pl
17593            ! lib/Attribute/Handlers/demo/demo_call.pl
17594            ! lib/Attribute/Handlers/demo/demo_chain.pl
17595            ! lib/Attribute/Handlers/demo/demo_cycle.pl
17596            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
17597            ! lib/Attribute/Handlers/demo/demo_phases.pl
17598            ! lib/Attribute/Handlers/demo/demo_range.pl
17599            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
17600            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
17601            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
17602            ! lib/Text/Balanced.pm
17603 ____________________________________________________________________________
17604 [ 11841] By: sky                                   on 2001/09/03  11:04:15
17605         Log: Forgot to add a file with Change #11840
17606      Branch: perl
17607            + t/op/srand.t
17608 ____________________________________________________________________________
17609 [ 11840] By: sky                                   on 2001/09/03  11:02:04
17610         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
17611              From: Michael G Schwern <schwern@pobox.com>
17612              Date: Mon, 3 Sep 2001 07:43:00 -0400
17613              Message-ID: <20010903074300.E9233@blackrider>
17614      Branch: perl
17615            ! MANIFEST pod/perlfunc.pod t/op/rand.t
17616 ____________________________________________________________________________
17617 [ 11839] By: sky                                   on 2001/09/03  10:47:11
17618         Log: Document the changes with regards to running of END blocks.
17619              And DESTROY on global objects are called in perl_destruct()!
17620      Branch: perl
17621            ! pod/perl572delta.pod pod/perlembed.pod
17622 ____________________________________________________________________________
17623 [ 11838] By: sky                                   on 2001/09/03  09:34:44
17624         Log: Subject: [PATCH t/op/time.t] Partial cleanup
17625              From: Michael G Schwern <schwern@pobox.com>
17626              Date: Mon, 3 Sep 2001 06:29:42 -0400
17627              Message-ID: <20010903062942.C9233@blackrider>
17628      Branch: perl
17629            ! t/op/time.t
17630 ____________________________________________________________________________
17631 [ 11837] By: sky                                   on 2001/09/03  09:30:02
17632         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
17633              From: Michael G Schwern <schwern@pobox.com>
17634              Date: Mon, 3 Sep 2001 06:24:13 -0400
17635              Message-ID: <20010903062413.B9233@blackrider>
17636      Branch: perl
17637            ! t/op/rand.t
17638 ____________________________________________________________________________
17639 [ 11836] By: sky                                   on 2001/09/03  07:56:47
17640         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
17641              From: Michael G Schwern <schwern@pobox.com>
17642              Date: Sun, 2 Sep 2001 21:38:43 -0400
17643              Message-ID: <20010902213843.L2711@blackrider>
17644      Branch: perl
17645            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
17646            ! MANIFEST
17647 ____________________________________________________________________________
17648 [ 11835] By: nick                                  on 2001/09/03  06:20:06
17649         Log: Integrate mainline
17650      Branch: perlio
17651           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
17652            - t/op/misc.t
17653           !> (integrate 187 files)
17654 ____________________________________________________________________________
17655 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
17656         Log: Update Changes.
17657      Branch: perl
17658            ! Changes patchlevel.h
17659 ____________________________________________________________________________
17660 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
17661         Log: Slight tweaks.
17662      Branch: perl
17663            ! t/run/kill_perl.t
17664 ____________________________________________________________________________
17665 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
17666         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
17667      Branch: perl
17668            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
17669 ____________________________________________________________________________
17670 [ 11831] By: sky                                   on 2001/09/02  12:10:42
17671         Log: Change #11828 wasn't complete, this updates to intest path
17672      Branch: perl
17673            ! t/run/kill_perl.t
17674 ____________________________________________________________________________
17675 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
17676         Log: 's's's.
17677      Branch: perl
17678            ! Changes
17679 ____________________________________________________________________________
17680 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
17681         Log: Update Changes.
17682      Branch: perl
17683            ! Changes patchlevel.h
17684 ____________________________________________________________________________
17685 [ 11828] By: sky                                   on 2001/09/02  11:53:56
17686         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
17687              From: Michael G Schwern <schwern@pobox.com>
17688              Date: Sat, 1 Sep 2001 20:18:58 -0400
17689              Message-ID: <20010901201858.X606@blackrider>
17690              +MANIFEST Fix
17691      Branch: perl
17692            + t/run/kill_perl.t
17693            - t/op/misc.t t/run/segfault.t
17694            ! MANIFEST
17695 ____________________________________________________________________________
17696 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
17697         Log: Subject: [PATCH] lib/Time/Local.pm
17698              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17699              Date: Sun, 2 Sep 2001 06:50:01 -0500
17700              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
17701      Branch: perl
17702            ! lib/Time/Local.pm
17703 ____________________________________________________________________________
17704 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
17705         Log: Tick off Unicode collation and the normalization from
17706              the todo list.
17707      Branch: perl
17708            ! pod/perltodo.pod
17709 ____________________________________________________________________________
17710 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
17711         Log: Update to Unicode 3.1.1.
17712      Branch: perl
17713            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
17714            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
17715            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
17716            ! lib/unicore/PropList.txt lib/unicore/README.perl
17717            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
17718            ! lib/unicore/rename lib/unicore/version
17719 ____________________________________________________________________________
17720 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
17721         Log: Slight doc tweaks for the module.
17722      Branch: perl
17723            ! lib/Unicode/UCD.pm
17724 ____________________________________________________________________________
17725 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
17726         Log: Rename the variable: it *used* to be (wrongly) that the
17727              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
17728              but that is no more the case: PL_reg_match_utf8 is better.
17729      Branch: perl
17730            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
17731            ! regexec.c sv.c thrdvar.h
17732 ____________________________________________________________________________
17733 [ 11822] By: ams                                   on 2001/09/02  02:54:50
17734         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
17735              From: Ilmari Karonen <iltzu@sci.fi>
17736              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
17737              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
17738              (op/sub_lval.t updated to take new error message into account.)
17739      Branch: perl
17740            ! op.c t/op/sub_lval.t
17741 ____________________________________________________________________________
17742 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
17743         Log: remove stray CRs in files; keep all files with UNIX line-ends
17744              (Porting/makerel adds CRs to the files that need it in the
17745              distribution)
17746      Branch: perl
17747            ! NetWare/t/NWScripts.pl README.dos
17748            ! ext/Encode/Encode/cns11643-1.enc
17749            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
17750            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
17751 ____________________________________________________________________________
17752 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
17753         Log: some remnants of change#11803
17754      Branch: perl
17755            ! ext/ByteLoader/byterun.h perl.h
17756 ____________________________________________________________________________
17757 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
17758         Log: Update to Unicode::Collate 0.08.
17759      Branch: perl
17760            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
17761            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
17762 ____________________________________________________________________________
17763 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
17764         Log: Test tweaks.
17765      Branch: perl
17766            ! t/op/pat.t
17767 ____________________________________________________________________________
17768 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
17769         Log: Fix test
17770      Branch: maint-5.6/macperl
17771            ! t/lib/b.t
17772 ____________________________________________________________________________
17773 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
17774         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
17775              warnings in Config.pm with -W; increase default and
17776              minimum RAM; bump version number.
17777      Branch: maint-5.6/macperl
17778            + macos/lib/Mac/LowMem.pm
17779            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
17780            ! macos/configpm macos/macperl/MacPerl.r
17781 ____________________________________________________________________________
17782 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
17783         Log: Make syntax check report in MPW style, fix tests
17784              to use Mac::err=unix to get normal-style error
17785              messages.
17786      Branch: maint-5.6/macperl
17787            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
17788            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
17789 ____________________________________________________________________________
17790 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
17791         Log: Make MPW-style errors optional (but the default); add
17792              MacPerl::ErrorFormat() function and Mac::err pragma
17793      Branch: maint-5.6/macperl
17794            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
17795            + macos/ext/Mac/err/err.xs
17796            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
17797            ! macos/macish.c macos/macish.h macos/macperl.sym
17798 ____________________________________________________________________________
17799 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
17800         Log: More module and test ports from Thomas Wegner et al
17801      Branch: maint-5.6/macperl
17802            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17803            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
17804            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
17805            ! t/op/magic.t
17806 ____________________________________________________________________________
17807 [ 11812] By: sky                                   on 2001/09/01  17:19:30
17808         Log: Subject: [PATCH t/op/concat.t] cleanup
17809              From: Michael G Schwern <schwern@pobox.com>
17810              Date: Sat, 1 Sep 2001 14:06:28 -0400
17811              Message-ID: <20010901140628.C606@blackrider>
17812      Branch: perl
17813            ! t/op/concat.t
17814 ____________________________________________________________________________
17815 [ 11811] By: sky                                   on 2001/09/01  12:25:29
17816         Log: Change #11805 didn't update the MANIFEST
17817      Branch: perl
17818            ! MANIFEST
17819 ____________________________________________________________________________
17820 [ 11810] By: sky                                   on 2001/09/01  11:52:44
17821         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
17822              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17823              Date: Sat, 1 Sep 2001 14:50:14 +0200
17824              Message-ID: <20010901145014.A691@rafael>
17825      Branch: perl
17826            ! t/op/inccode.t
17827 ____________________________________________________________________________
17828 [ 11809] By: sky                                   on 2001/09/01  11:49:22
17829         Log: Subject: PATCH: ExtUtils::MakeMaker
17830              From: Tony Bowden <tony@kasei.com>
17831              Date: Sat, 1 Sep 2001 10:33:53 +0100
17832              Message-ID: <20010901103353.A13863@soto.kasei.com>
17833              Manually applied
17834      Branch: perl
17835            ! lib/ExtUtils/MakeMaker.pm
17836 ____________________________________________________________________________
17837 [ 11808] By: sky                                   on 2001/09/01  11:39:13
17838         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
17839              From: mike808@users.sourceforge.net
17840              Date: Sat, 1 Sep 101 11:27:50 GMT
17841              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
17842              With little tweak
17843      Branch: perl
17844            ! lib/Term/Cap.pm
17845 ____________________________________________________________________________
17846 [ 11807] By: ams                                   on 2001/09/01  11:31:16
17847         Log: Subject: oct() and hex()
17848              From: Nicholas Clark <nick@ccl4.org>
17849              Date: Fri, 31 Aug 2001 23:14:13 +0100
17850              Message-Id: <20010831231413.J4950@plum.flirble.org>
17851      Branch: perl
17852            ! pod/perlclib.pod
17853 ____________________________________________________________________________
17854 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
17855         Log: Integrate change 11801 from maintperl
17856      Branch: maint-5.6/macperl
17857            ! perl.c
17858 ____________________________________________________________________________
17859 [ 11805] By: sky                                   on 2001/08/31  21:35:10
17860         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
17861              From: Michael G Schwern <schwern@pobox.com>
17862              Date: Fri, 31 Aug 2001 15:36:28 -0400
17863              Message-ID: <20010831153628.B598@blackrider>
17864              Check for things which used to segfault
17865      Branch: perl
17866            + t/run/segfault.t
17867 ____________________________________________________________________________
17868 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
17869         Log: integrate change#11801 from maint-5.6
17870              
17871              remove age-old UNICOS "workaround" that introduces a static, and
17872              hence an egregious race condition for threaded builds (*sigh*
17873              beats me why this kludge wasn't guarded by a UNICOS-specific
17874              #define *sigh*)
17875      Branch: perl
17876            ! perl.c
17877 ____________________________________________________________________________
17878 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
17879         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
17880              working in 5.7.x
17881      Branch: perl
17882            - objXSUB.h
17883            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
17884            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
17885            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
17886            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
17887            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
17888            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
17889            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
17890            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
17891            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
17892            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
17893            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
17894            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
17895            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
17896            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
17897            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
17898            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
17899            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
17900            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
17901            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
17902            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
17903            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
17904            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
17905 ____________________________________________________________________________
17906 [ 11802] By: ams                                   on 2001/08/31  18:11:32
17907         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
17908              From: "Philip Newton" <Philip.Newton@gmx.net>
17909              Date: Fri, 31 Aug 2001 21:12:56 +0200
17910              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
17911      Branch: perl
17912            ! pod/perldiag.pod
17913 ____________________________________________________________________________
17914 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
17915         Log: remove age-old UNICOS "workaround" that introduces a static, and
17916              hence an egregious race condition for threaded builds (*sigh*
17917              beats me why this kludge wasn't guarded by a UNICOS-specific
17918              #define *sigh*)
17919      Branch: maint-5.6/perl
17920            ! perl.c
17921 ____________________________________________________________________________
17922 [ 11800] By: sky                                   on 2001/08/31  17:30:26
17923         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
17924              Might break on platforms where bool is larger than 8 bites ???
17925      Branch: perl
17926            ! regcomp.c
17927 ____________________________________________________________________________
17928 [ 11799] By: ams                                   on 2001/08/31  12:15:44
17929         Log: Integrate 11778 into mainline.
17930      Branch: perl
17931            ! t/base/term.t
17932 ____________________________________________________________________________
17933 [ 11798] By: sky                                   on 2001/08/31  11:31:44
17934         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
17935              supposed to happen.
17936      Branch: perl
17937            ! regcomp.c
17938 ____________________________________________________________________________
17939 [ 11797] By: sky                                   on 2001/08/31  11:28:17
17940         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
17941              From: "John P. Linderman" <jpl@research.att.com>
17942              Date: Fri, 31 Aug 2001 08:20:35 -0400
17943              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
17944              Fixes test 14 which could fail randomly in rare cases.
17945      Branch: perl
17946            ! ext/Time/HiRes/HiRes.t regcomp.c
17947 ____________________________________________________________________________
17948 [ 11796] By: ams                                   on 2001/08/31  01:13:07
17949         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
17950              From: Nicholas Clark <nick@ccl4.org>
17951              Date: Thu, 30 Aug 2001 23:21:50 +0100
17952              Message-Id: <20010830232150.D4950@plum.flirble.org>
17953      Branch: perl
17954            ! ext/Sys/Syslog/Makefile.PL
17955 ____________________________________________________________________________
17956 [ 11795] By: ams                                   on 2001/08/30  23:53:23
17957         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
17958              patching example
17959              From: Michael G Schwern <schwern@pobox.com>
17960              Date: Thu, 30 Aug 2001 17:02:08 -0400
17961              Message-Id: <20010830170208.M2318@blackrider>
17962      Branch: perl
17963            ! pod/perlhack.pod
17964 ____________________________________________________________________________
17965 [ 11794] By: ams                                   on 2001/08/30  19:35:36
17966         Log: Subject: [PATCH] pp_modulo
17967              From: Nicholas Clark <nick@ccl4.org>
17968              Date: Thu, 30 Aug 2001 18:20:54 +0100
17969              Message-Id: <20010830182053.A4950@plum.flirble.org>
17970      Branch: perl
17971            ! pp.c t/op/64bitint.t
17972 ____________________________________________________________________________
17973 [ 11793] By: sky                                   on 2001/08/30  13:02:48
17974         Log: 11792 wasn't complete
17975      Branch: perl
17976            ! makedef.pl regcomp.c
17977 ____________________________________________________________________________
17978 [ 11792] By: sky                                   on 2001/08/30  12:21:11
17979         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
17980      Branch: perl
17981            ! makedef.pl
17982 ____________________________________________________________________________
17983 [ 11791] By: sky                                   on 2001/08/30  10:08:02
17984         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
17985      Branch: perl
17986            ! config_h.SH
17987 ____________________________________________________________________________
17988 [ 11790] By: sky                                   on 2001/08/30  08:22:31
17989         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
17990              on the pad. Fixes coredumps in cleanups introduced by
17991              Change 11755  
17992      Branch: perl
17993            ! op.c perl.c sv.h
17994 ____________________________________________________________________________
17995 [ 11789] By: sky                                   on 2001/08/29  19:01:47
17996         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
17997              This is a replacement implmentation that works on HPUX.
17998              This bug should probably be fixed in GCC.
17999      Branch: perl
18000            ! ext/Socket/Socket.xs
18001 ____________________________________________________________________________
18002 [ 11788] By: ams                                   on 2001/08/29  17:35:33
18003         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
18004              From: Nicholas Clark <nick@ccl4.org>
18005              Date: Wed, 29 Aug 2001 18:21:56 +0100
18006              Message-Id: <20010829182156.O4950@plum.flirble.org>
18007      Branch: perl
18008            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
18009 ____________________________________________________________________________
18010 [ 11787] By: sky                                   on 2001/08/29  10:42:54
18011         Log: Added test for pack_addr_in and unpack_addr_in
18012              Nitpik in test 10
18013      Branch: perl
18014            ! ext/Socket/Socket.t
18015 ____________________________________________________________________________
18016 [ 11786] By: sky                                   on 2001/08/29  10:28:14
18017         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
18018              Trying to catch errors on HP-UX
18019      Branch: perl
18020            ! ext/Socket/Socket.t
18021 ____________________________________________________________________________
18022 [ 11785] By: sky                                   on 2001/08/29  09:07:03
18023         Log: make sure USE_THREADS is defined so external apps work
18024      Branch: perl
18025            ! config_h.SH
18026 ____________________________________________________________________________
18027 [ 11784] By: sky                                   on 2001/08/29  08:06:12
18028         Log: Subject: Re: The hitlist of untested modules.
18029              From: Jonathan Stowe <gellyfish@gellyfish.com>
18030              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
18031              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
18032              Start of tests for Shell.pm (make Schwern poorer!)
18033      Branch: perl
18034            + lib/Shell.t
18035            ! MANIFEST
18036 ____________________________________________________________________________
18037 [ 11783] By: sky                                   on 2001/08/29  07:37:50
18038         Log: END{} can change the return value even if we die from BEGIN{}
18039      Branch: perl
18040            ! miniperlmain.c
18041 ____________________________________________________________________________
18042 [ 11782] By: ams                                   on 2001/08/29  06:32:17
18043         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
18044              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18045              Date: Wed, 29 Aug 2001 09:18:17 +0200
18046              Message-Id: <20010829091817.A4453@rafael>
18047      Branch: perl
18048            ! t/op/inccode.t
18049 ____________________________________________________________________________
18050 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
18051         Log: Delete xsubpp.patch, as full copy exists now
18052      Branch: maint-5.6/macperl
18053            - macos/xsubpp.patch
18054 ____________________________________________________________________________
18055 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
18056         Log: Add Changes file
18057      Branch: maint-5.6/macperl
18058            + macos/Changes
18059 ____________________________________________________________________________
18060 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
18061         Log: Add Mac version of xsubpp as separate file
18062      Branch: maint-5.6/macperl
18063            + macos/xsubpp
18064            ! macos/Makefile.mk
18065 ____________________________________________________________________________
18066 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
18067         Log: Fix open of /dev/null for Mac OS
18068      Branch: maint-5.6/macperl
18069            ! t/base/term.t
18070 ____________________________________________________________________________
18071 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
18072         Log: Various patches: enable more tests; skip CVS in PerlInstall;
18073              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
18074      Branch: maint-5.6/macperl
18075            ! macos/MacPerlTests.cmd macos/PerlInstall
18076            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
18077 ____________________________________________________________________________
18078 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
18079         Log: Allow for platforms to override formatting of errors
18080              on output from Matthias Neeracher (Mac files)
18081      Branch: maint-5.6/macperl
18082            ! macos/macish.c macos/macish.h
18083 ____________________________________________________________________________
18084 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
18085         Log: Allow for platforms to override formatting of errors
18086              on output from Matthias Neeracher (core files)
18087      Branch: maint-5.6/macperl
18088            ! perl.h pp_ctl.c util.c
18089 ____________________________________________________________________________
18090 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
18091         Log: Add some param checking, from reports by Kevin Reid.
18092      Branch: maint-5.6/macperl
18093            ! macos/ext/Mac/Controls/Controls.pm
18094            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
18095 ____________________________________________________________________________
18096 [ 11773] By: ams                                   on 2001/08/28  23:54:57
18097         Log: Subject: [PATCH] make coretest
18098              From: Paul Johnson <paul@pjcj.net>
18099              Date: Wed, 29 Aug 2001 00:11:38 +0200
18100              Message-Id: <20010829001138.B12169@pjcj.net>
18101              (Applied without the change to perlhack.pod. This should
18102              probably stay undocumented.)
18103      Branch: perl
18104            ! Makefile.SH t/TEST
18105 ____________________________________________________________________________
18106 [ 11772] By: sky                                   on 2001/08/28  13:01:20
18107         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
18108              From: Michael G Schwern <schwern@pobox.com>
18109              Date: Tue, 28 Aug 2001 09:57:39 -0400
18110              Message-ID: <20010828095738.E17775@blackrider>
18111      Branch: perl
18112            ! pod/perlhack.pod t/op/pack.t
18113 ____________________________________________________________________________
18114 [ 11771] By: sky                                   on 2001/08/28  11:20:13
18115         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
18116              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18117              Date: Tue, 28 Aug 2001 14:23:43 +0200
18118              Message-ID: <20010828142343.A19299@rafael>
18119      Branch: perl
18120            ! pod/perlvar.pod pp_ctl.c
18121 ____________________________________________________________________________
18122 [ 11770] By: ams                                   on 2001/08/28  10:13:21
18123         Log: Subject: [PATCH] odd typo in op.h
18124              From: Nicholas Clark <nick@ccl4.org>
18125              Date: Tue, 28 Aug 2001 12:10:26 +0100
18126              Message-Id: <20010828121026.V4950@plum.flirble.org>
18127      Branch: perl
18128            ! op.h
18129 ____________________________________________________________________________
18130 [ 11769] By: sky                                   on 2001/08/28  08:09:16
18131         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
18132              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
18133              Date: Tue, 28 Aug 2001 02:22:20 +0300
18134              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
18135      Branch: perl
18136            ! ext/B/B/Lint.pm
18137 ____________________________________________________________________________
18138 [ 11768] By: ams                                   on 2001/08/28  00:47:35
18139         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
18140              From: Michael G Schwern <schwern@pobox.com>
18141              Date: Mon, 27 Aug 2001 21:24:44 -0400
18142              Message-Id: <20010827212444.F12582@blackrider>
18143      Branch: perl
18144            ! pod/perlhack.pod t/op/pack.t
18145 ____________________________________________________________________________
18146 [ 11767] By: ams                                   on 2001/08/27  23:59:48
18147         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
18148              From: Michael G Schwern <schwern@pobox.com>
18149              Date: Mon, 27 Aug 2001 20:12:29 -0400
18150              Message-Id: <20010827201229.D12582@blackrider>
18151      Branch: perl
18152            ! pod/perlhack.pod t/op/pack.t
18153 ____________________________________________________________________________
18154 [ 11766] By: ams                                   on 2001/08/27  23:39:40
18155         Log: Update Changes.
18156      Branch: perl
18157            ! Changes
18158 ____________________________________________________________________________
18159 [ 11765] By: ams                                   on 2001/08/27  22:53:10
18160         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
18161              From: Michael G Schwern <schwern@pobox.com>
18162              Date: Mon, 27 Aug 2001 19:47:30 -0400
18163              Message-Id: <20010827194730.C12582@blackrider>
18164      Branch: perl
18165            ! t/op/inccode.t
18166 ____________________________________________________________________________
18167 [ 11764] By: ams                                   on 2001/08/27  22:46:21
18168         Log: Subject: [PATCH] new tests for the coderef-in-@INC
18169              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18170              Date: Mon, 27 Aug 2001 22:36:27 +0200
18171              Message-Id: <20010827223627.C690@rafael>
18172              
18173              Subject: Re: [PATCH] new tests for the coderef-in-@INC
18174              From: Nicholas Clark <nick@ccl4.org>
18175              Date: Tue, 28 Aug 2001 00:02:46 +0100
18176              Message-Id: <20010828000245.R4950@plum.flirble.org>
18177      Branch: perl
18178            + t/op/inccode.t
18179            ! MANIFEST
18180 ____________________________________________________________________________
18181 [ 11763] By: ams                                   on 2001/08/27  22:41:09
18182         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
18183              bleadperl on fire, Win95+4NT)
18184              From: Michael G Schwern <schwern@pobox.com>
18185              Date: Mon, 27 Aug 2001 16:54:42 -0400
18186              Message-Id: <20010827165442.F9436@blackrider>
18187      Branch: perl
18188            ! lib/warnings.t
18189 ____________________________________________________________________________
18190 [ 11762] By: sky                                   on 2001/08/27  19:19:17
18191         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
18192              avaible at compile time. This broke the compilation of 
18193              Net/Ping.pm
18194      Branch: perl
18195            ! lib/Net/Ping.pm
18196 ____________________________________________________________________________
18197 [ 11761] By: sky                                   on 2001/08/27  18:34:48
18198         Log: Removed tripple definitions of CUSTOM_OP functions.
18199      Branch: perl
18200            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
18201 ____________________________________________________________________________
18202 [ 11760] By: sky                                   on 2001/08/27  18:21:27
18203         Log: Regen headers
18204      Branch: perl
18205            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
18206            ! perlapi.h proto.h
18207 ____________________________________________________________________________
18208 [ 11759] By: ams                                   on 2001/08/27  16:31:53
18209         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
18210              From: "chromatic" <chromatic@rmci.net>
18211              Date: Mon, 27 Aug 2001 11:17:09 -0600
18212              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
18213      Branch: perl
18214            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
18215 ____________________________________________________________________________
18216 [ 11758] By: sky                                   on 2001/08/27  15:16:42
18217         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
18218              Thanks to H. Merijn Brand for the patch.
18219              Some of the comments and or guards might be removable in perl.h now.
18220      Branch: perl
18221            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
18222            ! Porting/Glossary Porting/config_H README.threads config_h.SH
18223            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
18224            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
18225            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
18226            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
18227            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
18228            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
18229            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
18230            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
18231            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
18232            ! win32/config_H.vc win32/perllib.c win32/win32.h
18233            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
18234            ! wince/config.h wince/config_H.ce wince/win32.h
18235            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
18236 ____________________________________________________________________________
18237 [ 11757] By: sky                                   on 2001/08/27  13:39:16
18238         Log: Subject: GNU ld parses arguments different
18239              From: H.Merijn Brand <h.m.brand@hccnet.nl>
18240              Date: Mon, 27 Aug 2001 16:25:51 +0200
18241              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
18242      Branch: perl
18243            ! hints/hpux.sh
18244 ____________________________________________________________________________
18245 [ 11756] By: sky                                   on 2001/08/27  13:18:45
18246         Log: Subject: Custom Ops
18247              From: Simon Cozens <simon@netthink.co.uk>
18248              Date: Sat, 25 Aug 2001 17:45:09 +0100
18249              Message-ID: <20010825174509.A5752@netthink.co.uk>
18250              I also added a fix to Opcode.pm to quite test cases.
18251      Branch: perl
18252            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
18253            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
18254 ____________________________________________________________________________
18255 [ 11755] By: sky                                   on 2001/08/27  05:37:17
18256         Log: Plugs a memory leak on destruction of regular expressions
18257              introcued by #11274.
18258              PL_regex_padav now has an AV as it's first entry with a list
18259              of freed regex_padav slots that it will reuse on creating
18260              new PMOPs.
18261      Branch: perl
18262            ! op.c perl.c
18263 ____________________________________________________________________________
18264 [ 11754] By: ams                                   on 2001/08/26  14:38:52
18265         Log: Subject: [PATCH] t/io/binmode.t
18266              From: Nicholas Clark <nick@ccl4.org>
18267              Date: Sun, 26 Aug 2001 12:03:05 +0100
18268              Message-Id: <20010826120305.C4950@plum.flirble.org>
18269              
18270              (Also a nitpick in #11752 to t/op/universal.t)
18271      Branch: perl
18272            ! t/io/binmode.t t/op/universal.t
18273 ____________________________________________________________________________
18274 [ 11753] By: ams                                   on 2001/08/26  08:19:34
18275         Log: Subject: [PATCH] op/universal.t failing
18276              From: Nicholas Clark <nick@ccl4.org>
18277              Date: Sun, 26 Aug 2001 09:48:22 +0100
18278              Message-Id: <20010826094822.B4950@plum.flirble.org>
18279      Branch: perl
18280            ! t/op/universal.t
18281 ____________________________________________________________________________
18282 [ 11752] By: ams                                   on 2001/08/25  22:46:13
18283         Log: Subject: Re: 'can' with undefined subs
18284              From: Tony Bowden <tony@kasei.com>
18285              Date: Sat, 25 Aug 2001 14:58:17 +0100
18286              Message-Id: <20010825145817.A11788@soto.kasei.com>
18287              (Applied with minor modifications.)
18288      Branch: perl
18289            ! t/op/universal.t
18290 ____________________________________________________________________________
18291 [ 11751] By: ams                                   on 2001/08/25  18:28:43
18292         Log: Subject: Re: 'can' with undefined subs
18293              From: Tony Bowden <tony@kasei.com>
18294              Date: Sat, 25 Aug 2001 15:13:14 +0100
18295              Message-Id: <20010825151314.B11788@soto.kasei.com>
18296      Branch: perl
18297            ! lib/UNIVERSAL.pm
18298 ____________________________________________________________________________
18299 [ 11750] By: nick                                  on 2001/08/25  15:24:15
18300         Log: Integrate mainline
18301      Branch: perlio
18302           +> t/io/binmode.t
18303           !> (integrate 26 files)
18304 ____________________________________________________________________________
18305 [ 11749] By: nick                                  on 2001/08/25  14:55:41
18306         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
18307              From:  John Peacock <jpeacock@rowman.com>
18308              Date:  Wed, 22 Aug 2001 12:05:28 -0400
18309              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
18310      Branch: perl
18311            ! pod/perlhack.pod
18312 ____________________________________________________________________________
18313 [ 11748] By: nick                                  on 2001/08/25  14:53:04
18314         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
18315              From:  Michael G Schwern <schwern@pobox.com>
18316              Date:  Wed, 22 Aug 2001 19:22:45 -0400
18317              Message-Id:  <20010822192245.U619@blackrider>
18318      Branch: perl
18319            ! MANIFEST
18320 ____________________________________________________________________________
18321 [ 11747] By: nick                                  on 2001/08/25  14:52:33
18322         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
18323              From:  Nicholas Clark <nick@ccl4.org>
18324              Date:  Wed, 22 Aug 2001 23:29:06 +0100
18325              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
18326      Branch: perl
18327            + t/io/binmode.t
18328            ! perlio.c pod/perlfunc.pod
18329 ____________________________________________________________________________
18330 [ 11744] By: nick                                  on 2001/08/25  14:37:33
18331         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
18332              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18333              Date:  Fri, 24 Aug 2001 22:10:42 +0200
18334              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
18335      Branch: perl
18336            ! x2p/a2py.c x2p/walk.c
18337 ____________________________________________________________________________
18338 [ 11743] By: nick                                  on 2001/08/25  14:32:47
18339         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
18340              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18341              Date:  Fri, 24 Aug 2001 23:34:13 +0200
18342              Message-Id:  <20010824233413.A1285@rafael>
18343      Branch: perl
18344            ! pod/perlfunc.pod pod/perlvar.pod
18345 ____________________________________________________________________________
18346 [ 11742] By: ams                                   on 2001/08/25  13:16:02
18347         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
18348              From: Nicholas Clark <nick@ccl4.org>
18349              Date: Sat, 25 Aug 2001 14:50:07 +0100
18350              Message-Id: <20010825145007.L41464@plum.flirble.org>
18351      Branch: perl
18352            ! pp_ctl.c
18353 ____________________________________________________________________________
18354 [ 11741] By: nick                                  on 2001/08/24  07:08:45
18355         Log: When applying patch via Porting/apply fails, do p4 refresh
18356              to get old files back.
18357      Branch: perl
18358            ! Porting/apply
18359 ____________________________________________________________________________
18360 [ 11740] By: ams                                   on 2001/08/24  04:47:24
18361         Log: #11739 was incomplete.
18362      Branch: perl
18363            ! pod/perldiag.pod
18364 ____________________________________________________________________________
18365 [ 11739] By: ams                                   on 2001/08/24  04:09:40
18366         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
18367              From: "Philip Newton" <Philip.Newton@gmx.net>
18368              Date: Fri, 24 Aug 2001 07:08:34 +0200
18369      Branch: perl
18370            ! pod/perldiag.pod
18371 ____________________________________________________________________________
18372 [ 11738] By: ams                                   on 2001/08/24  02:19:42
18373         Log: Fixed Doug Wilson's email address.
18374      Branch: perl
18375            ! AUTHORS
18376 ____________________________________________________________________________
18377 [ 11737] By: ams                                   on 2001/08/24  00:10:13
18378         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
18379              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18380              Date: Thu, 23 Aug 2001 22:22:58 +0200
18381              Message-Id: <20010823222258.A901@rafael>
18382      Branch: perl
18383            ! pod/perldiag.pod
18384 ____________________________________________________________________________
18385 [ 11736] By: ams                                   on 2001/08/24  00:05:02
18386         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
18387              From: "Craig A. Berry" <craigberry@mac.com>
18388              Date: Thu, 23 Aug 2001 19:07:45 -0500
18389              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
18390      Branch: perl
18391            ! configure.com
18392 ____________________________________________________________________________
18393 [ 11735] By: sky                                   on 2001/08/23  13:42:07
18394         Log: Backed out 11732, it breaks lib/strict.t 
18395      Branch: perl
18396            ! op.c
18397 ____________________________________________________________________________
18398 [ 11734] By: sky                                   on 2001/08/23  11:45:59
18399         Log: Removed toy from 17133 after Matt Sargeants request.
18400      Branch: perl
18401            ! pod/perlfaq4.pod
18402 ____________________________________________________________________________
18403 [ 11733] By: sky                                   on 2001/08/23  11:36:29
18404         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
18405              From: Robin Houston <robin@kitsite.com>
18406              Date: Wed, 22 Aug 2001 23:06:16 +0100
18407              Message-ID: <20010822230616.A254@robin.kitsite.com>
18408      Branch: perl
18409            ! pod/perlfaq4.pod
18410 ____________________________________________________________________________
18411 [ 11732] By: sky                                   on 2001/08/23  10:36:02
18412         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
18413              From: Simon Cozens <simon@netthink.co.uk>
18414              Date: Thu, 23 Aug 2001 12:06:36 +0100
18415              Message-ID: <20010823120636.A9961@netthink.co.uk>
18416      Branch: perl
18417            ! op.c
18418 ____________________________________________________________________________
18419 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
18420         Log: fix broken windows build
18421      Branch: perl
18422            ! perl.h
18423 ____________________________________________________________________________
18424 [ 11730] By: ams                                   on 2001/08/22  21:35:30
18425         Log: Subject: [PATCH] io/tell.t doesn't chdir t
18426              From: Nicholas Clark <nick@ccl4.org>
18427              Date: Wed, 22 Aug 2001 23:25:58 +0100
18428              Message-Id: <20010822232557.Y82818@plum.flirble.org>
18429      Branch: perl
18430            ! t/io/tell.t
18431 ____________________________________________________________________________
18432 [ 11729] By: ams                                   on 2001/08/22  20:32:21
18433         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
18434              questions)
18435              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18436              Date: Wed, 22 Aug 2001 17:09:04 -0400
18437              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
18438              (Oops, forgot File::Spec::Unix in the previous patch.)
18439      Branch: perl
18440            ! lib/File/Spec/Unix.pm
18441 ____________________________________________________________________________
18442 [ 11728] By: ams                                   on 2001/08/22  20:25:41
18443         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
18444              questions)
18445              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18446              Date: Wed, 22 Aug 2001 17:09:04 -0400
18447              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
18448      Branch: perl
18449            ! lib/File/Spec.pm
18450 ____________________________________________________________________________
18451 [ 11727] By: ams                                   on 2001/08/22  19:43:30
18452         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
18453              From: John Peacock <jpeacock@rowman.com>
18454              Date: Wed, 22 Aug 2001 12:35:52 -0400
18455              Message-Id: <3B83DF68.5D89DC81@rowman.com>
18456              (Adds proper tests for $], notwithstanding Subject. +nitpick)
18457      Branch: perl
18458            ! t/op/ver.t
18459 ____________________________________________________________________________
18460 [ 11726] By: ams                                   on 2001/08/22  19:36:39
18461         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
18462              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
18463              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
18464              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
18465      Branch: perl
18466            ! lib/diagnostics.pm lib/diagnostics.t
18467 ____________________________________________________________________________
18468 [ 11725] By: ams                                   on 2001/08/22  19:25:01
18469         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
18470              From: Nicholas Clark <nick@ccl4.org>
18471              Date: Wed, 22 Aug 2001 20:59:05 +0100
18472              Message-Id: <20010822205905.U82818@plum.flirble.org>
18473      Branch: perl
18474            ! pp.c t/op/64bitint.t t/op/arith.t
18475 ____________________________________________________________________________
18476 [ 11724] By: ams                                   on 2001/08/22  10:02:33
18477         Log: Subject: Configure blooper
18478              From: H.Merijn Brand <h.m.brand@hccnet.nl>
18479              Date: Wed, 22 Aug 2001 12:38:35 +0200
18480              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
18481      Branch: perl
18482            ! Configure
18483 ____________________________________________________________________________
18484 [ 11723] By: ams                                   on 2001/08/21  16:17:53
18485         Log: Subject: [PATCH] installperl -help
18486              From: Nicholas Clark <nick@ccl4.org>
18487              Date: Tue, 21 Aug 2001 17:34:23 +0100
18488              Message-Id: <20010821173423.F82818@plum.flirble.org>
18489      Branch: perl
18490            ! installperl
18491 ____________________________________________________________________________
18492 [ 11722] By: ams                                   on 2001/08/20  07:46:31
18493         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
18494              From: Ilmari Karonen <iltzu@sci.fi>
18495              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
18496              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
18497      Branch: perl
18498            ! pod/perlvar.pod
18499 ____________________________________________________________________________
18500 [ 11721] By: nick                                  on 2001/08/20  06:24:31
18501         Log: Integrate mainline
18502      Branch: perlio
18503           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
18504           +> lib/Lingua/KO/Hangul/Util/Changes
18505           +> lib/Lingua/KO/Hangul/Util/README
18506           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
18507           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
18508           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
18509           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
18510           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
18511           +> lib/Unicode/Normalize/t/test.t
18512            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
18513           !> (integrate 55 files)
18514 ____________________________________________________________________________
18515 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
18516         Log: Integrate Change #11599 from maint-5.6/perl
18517      Branch: maint-5.6/macperl
18518           !> README.win32
18519 ____________________________________________________________________________
18520 [ 11719] By: ams                                   on 2001/08/18  21:21:42
18521         Log: Add Porting/apply to MANIFEST.
18522      Branch: perl
18523            ! MANIFEST
18524 ____________________________________________________________________________
18525 [ 11718] By: sky                                   on 2001/08/18  14:38:01
18526         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
18527              Better solution would be to make 5005threaded perl use
18528              the same system as ithreads do
18529      Branch: perl
18530            ! perl.h
18531 ____________________________________________________________________________
18532 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
18533         Log: New try for ID 20010407.006: detach the semantics
18534              "was the last match target UTF8" into its own variable.
18535      Branch: perl
18536            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
18537            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
18538 ____________________________________________________________________________
18539 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
18540         Log: UTF8 flag should be meaningful only when POK.
18541      Branch: perl
18542            ! dump.c
18543 ____________________________________________________________________________
18544 [ 11715] By: sky                                   on 2001/08/18  11:45:16
18545         Log: USE_THREADS and USE_ITHREADS are never true at the same time
18546      Branch: perl
18547            ! perl.h
18548 ____________________________________________________________________________
18549 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
18550         Log: Retract #11712 for now.  The real fix would probably
18551              be something like making PL_reg_sv a copy (PV + UTF8)
18552              of the matched/substituted string (note: not just a SvPOK
18553              string, for example the stringified form of a ROK would
18554              be applicable)  Beware of leaks.
18555      Branch: perl
18556            ! pp_hot.c t/op/pat.t
18557 ____________________________________________________________________________
18558 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
18559         Log: UTF8 wasn't printing for PVMGs.
18560      Branch: perl
18561            ! dump.c
18562 ____________________________________________________________________________
18563 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
18564         Log: (Retracted by #11714)
18565              
18566              Okay analysis, debatable fix.  (The fix will inc
18567              the refcount of all temporary match objects,
18568              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
18569              which will then cause griping at untie() time
18570              ("inner references remain").
18571              
18572              Fix for ID 20010407.006: PL_reg_sv got wiped out
18573              by freetemps if the match target was a temporary
18574              (like function_call() =~ /.../), which in turn meant
18575              that the $1 et al stopped working if they had UTF-8
18576              in them.  Therefore bump up the refcount of PL_reg_sv.
18577      Branch: perl
18578            ! pp_hot.c t/op/pat.t
18579 ____________________________________________________________________________
18580 [ 11711] By: ams                                   on 2001/08/17  20:32:08
18581         Log: Subject: [PATCH] doesn't compile, was perl@11710
18582              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18583              Date: Fri, 17 Aug 2001 23:21:10 +0200
18584              Message-Id: <20010817232110.C7041@rafael> 
18585      Branch: perl
18586            ! sharedsv.c
18587 ____________________________________________________________________________
18588 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
18589         Log: Update Changes.
18590      Branch: perl
18591            ! Changes patchlevel.h
18592 ____________________________________________________________________________
18593 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
18594         Log: Upgrade to libnet 1.0704.
18595      Branch: perl
18596            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
18597            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
18598            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
18599            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
18600            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
18601            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
18602            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
18603 ____________________________________________________________________________
18604 [ 11708] By: sky                                   on 2001/08/17  13:34:04
18605         Log: Let perl_clone copy PL_exit_flags
18606      Branch: perl
18607            ! sv.c
18608 ____________________________________________________________________________
18609 [ 11707] By: sky                                   on 2001/08/17  12:28:41
18610         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
18611      Branch: perl
18612            ! sharedsv.c sharedsv.h
18613 ____________________________________________________________________________
18614 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
18615         Log: The metaconfig unit change for #11705.
18616      Branch: metaconfig/U/perl
18617            ! Extensions.U
18618 ____________________________________________________________________________
18619 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
18620         Log: Allow the threads extension to be found if present.
18621      Branch: perl
18622            ! Configure
18623 ____________________________________________________________________________
18624 [ 11704] By: nick                                  on 2001/08/17  11:47:54
18625         Log: Mail -> change script (pre-alpha)
18626      Branch: perl
18627            + Porting/apply
18628 ____________________________________________________________________________
18629 [ 11703] By: sky                                   on 2001/08/17  07:11:24
18630         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
18631              Thanks to Tom Hospel for pointing out my error.
18632      Branch: perl
18633            ! op.h
18634 ____________________________________________________________________________
18635 [ 11702] By: sky                                   on 2001/08/17  04:18:11
18636         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.
18637      Branch: perl
18638            ! embed.pl miniperlmain.c perl.c perl.h proto.h
18639 ____________________________________________________________________________
18640 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
18641         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
18642              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
18643      Branch: perl
18644            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
18645            + lib/Lingua/KO/Hangul/Util/README
18646            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
18647            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
18648            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
18649            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
18650            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
18651            + lib/Unicode/Normalize/t/test.t
18652            ! MANIFEST
18653 ____________________________________________________________________________
18654 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
18655         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
18656              Date: Thu, 16 Aug 2001 22:46:15 -0500
18657              From: "Craig A. Berry" <craigberry@mac.com>
18658              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
18659      Branch: perl
18660            ! configure.com numeric.c
18661 ____________________________________________________________________________
18662 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
18663         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
18664              of the usual suspects (like getpwent) but not for others
18665              (like localtime and rand).  The _r versions are available
18666              for all of them, so let's use them.
18667      Branch: perl
18668            ! perl.h
18669 ____________________________________________________________________________
18670 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
18671         Log: (Accidental apply; thankfully empty.)
18672      Branch: perl
18673            ! hints/os390.sh
18674 ____________________________________________________________________________
18675 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
18676         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
18677              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18678              Date: Thu, 16 Aug 2001 16:27:49 +0100
18679              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
18680      Branch: perl
18681            ! regexec.c t/op/re_tests
18682 ____________________________________________________________________________
18683 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
18684         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
18685              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18686              Date: Thu, 16 Aug 2001 18:50:01 +0100
18687              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
18688      Branch: perl
18689            ! pp_hot.c t/op/pat.t
18690 ____________________________________________________________________________
18691 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
18692         Log: Subject: [PATCH] *time_r again
18693              From: "Arthur Bergman" <arthur@contiller.se>
18694              Date: Thu, 16 Aug 2001 16:01:54 +0200
18695              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
18696      Branch: perl
18697            ! op.h
18698 ____________________________________________________________________________
18699 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
18700         Log: system() and backtick error handling cleanup from Craig A. Berry.
18701      Branch: perl
18702            ! vms/vms.c
18703 ____________________________________________________________________________
18704 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
18705         Log: change#10334 leaks memory, copies string when it doesn't
18706              need to
18707      Branch: perl
18708            ! perl.c
18709 ____________________________________________________________________________
18710 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
18711         Log: One more twist to the sprintf + utf8 testing.
18712      Branch: perl
18713            ! t/op/misc.t
18714 ____________________________________________________________________________
18715 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
18716         Log: Fix for 20010407.008 sprintf removes utf8-ness.
18717      Branch: perl
18718            ! pp.c t/op/misc.t
18719 ____________________________________________________________________________
18720 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
18721         Log: Subject: [PATCH] *time_r fixes
18722              From: "Arthur Bergman" <arthur@contiller.se>
18723              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
18724              Date: Thu, 16 Aug 2001 14:22:27 +0200
18725      Branch: perl
18726            ! op.h
18727 ____________________________________________________________________________
18728 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
18729         Log: Upgrade to CGI.pm 2.77.
18730      Branch: perl
18731            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
18732            ! lib/CGI/t/function.t
18733 ____________________________________________________________________________
18734 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
18735         Log: Document the bytes-to-Unicode upgrading.
18736      Branch: perl
18737            ! pod/perlunicode.pod
18738 ____________________________________________________________________________
18739 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
18740         Log: Add a test for Unicode sprintf.
18741      Branch: perl
18742            ! t/op/misc.t
18743 ____________________________________________________________________________
18744 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
18745         Log: Add Unicode tests for index/rindex.
18746      Branch: perl
18747            ! t/op/index.t
18748 ____________________________________________________________________________
18749 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
18750         Log: Document a bit the art of minimizing the installation,
18751              based on the p5p discussion.
18752      Branch: perl
18753            ! INSTALL
18754 ____________________________________________________________________________
18755 [ 11684] By: nick                                  on 2001/08/15  15:03:31
18756         Log: Integrate mainline
18757      Branch: perlio
18758           +> sharedsv.c sharedsv.h
18759           !> (integrate 53 files)
18760 ____________________________________________________________________________
18761 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
18762         Log: Update Changes.
18763      Branch: perl
18764            ! Changes patchlevel.h
18765 ____________________________________________________________________________
18766 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
18767         Log: The #11673 necessitated a test tweak.
18768      Branch: perl
18769            ! t/io/utf8.t
18770 ____________________________________________________________________________
18771 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
18772         Log: Also UNICOS is in the general case unable to silently
18773              handle fp overflows.
18774      Branch: perl
18775            ! numeric.c
18776 ____________________________________________________________________________
18777 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
18778         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
18779              NV_EPSILON #defined.
18780      Branch: perl
18781            ! perl.h
18782 ____________________________________________________________________________
18783 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
18784         Log: Re-establish the fp overflow detection for VAX VMS; there
18785              is no easy way to have the IEEE fp silent overflow semantics.
18786              (in Alpha VMS we still will use IEEE fp by default-- but it
18787              is still possible to configure Perl to use G_FLOAT)
18788      Branch: perl
18789            ! numeric.c
18790 ____________________________________________________________________________
18791 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
18792         Log: Subject: [PATCH] pp_lock 
18793              From: "Arthur Bergman" <arthur@contiller.se>
18794              Date: Wed, 15 Aug 2001 11:52:16 +0200
18795              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
18796      Branch: perl
18797            ! pp.c
18798 ____________________________________________________________________________
18799 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
18800         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
18801              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18802              Date: Wed, 15 Aug 2001 11:32:11 +0100
18803              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
18804      Branch: perl
18805            ! regcomp.c t/op/re_tests
18806 ____________________________________________________________________________
18807 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
18808         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
18809              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18810              Date: Wed, 15 Aug 2001 10:33:49 +0100
18811              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
18812      Branch: perl
18813            ! regexec.c t/op/re_tests
18814 ____________________________________________________________________________
18815 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
18816         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
18817              From: Barrie Slaymaker <barries@slaysys.com>
18818              Date: Tue, 14 Aug 2001 14:32:25 -0400
18819              Message-ID: <20010814143225.A19822@jester.slaysys.com>
18820      Branch: perl
18821            ! lib/File/Spec.t lib/File/Spec/Unix.pm
18822 ____________________________________________________________________________
18823 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
18824         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
18825              From: Peter Prymmer <pvhp@forte.com>
18826              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
18827              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
18828      Branch: perl
18829            ! README.vms configure.com
18830 ____________________________________________________________________________
18831 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
18832         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
18833              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18834              Date: Tue, 14 Aug 2001 21:23:27 +0200
18835              Message-ID: <20010814212327.A1919@rafael>
18836      Branch: perl
18837            ! doio.c
18838 ____________________________________________________________________________
18839 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
18840         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
18841              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
18842              Date: Tue, 14 Aug 2001 22:30:11 +0200
18843              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
18844              
18845              Combination of nmake, quoting, and Perl expanded $( in here-doc.
18846      Branch: perl
18847            ! ext/SDBM_File/Makefile.PL
18848 ____________________________________________________________________________
18849 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
18850         Log: Todo updates.
18851      Branch: perl
18852            ! pod/perltodo.pod
18853 ____________________________________________________________________________
18854 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
18855         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
18856              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
18857              Date: Mon, 13 Aug 2001 23:15:01 +0200
18858              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
18859      Branch: perl
18860            ! sv.c
18861 ____________________________________________________________________________
18862 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
18863         Log: Subject: [PATCH] [b-]showlex.t
18864              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18865              Date: Sun, 12 Aug 2001 22:24:51 +0200
18866              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
18867              
18868              The 4nt command shell will expand the % in command line
18869              no matter what quoting is attempted, changed the % to @.
18870      Branch: perl
18871            ! ext/B/Showlex.t
18872 ____________________________________________________________________________
18873 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
18874         Log: Subject: [PATCH] magic.t
18875              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
18876              Date: Sun, 12 Aug 2001 20:49:27 +0200
18877              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
18878      Branch: perl
18879            ! t/op/magic.t
18880 ____________________________________________________________________________
18881 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
18882         Log: Add sharedsv* to the DOSish platforms; plus add
18883              some WinCE files to the list of DOSish files.
18884      Branch: perl
18885            ! NetWare/Makefile Porting/makerel win32/Makefile
18886            ! win32/makefile.mk wince/Makefile.ce
18887 ____________________________________________________________________________
18888 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
18889         Log: More DOSish files.
18890      Branch: perl
18891            ! Porting/makerel
18892 ____________________________________________________________________________
18893 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
18894         Log: Strip CRs from the WinCE files.  Now we need to
18895              figure out in which CRs are really needed: probably
18896              Makefile.ce and the README files, at least, probably
18897              also the registry.bat.
18898      Branch: perl
18899            ! wince/Makefile.ce wince/README.compile wince/README.perlce
18900            ! wince/config.h wince/include/cectype.h wince/include/errno.h
18901            ! wince/include/sys/stat.h wince/include/sys/types.h
18902            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
18903            ! wince/perldll.def wince/registry.bat wince/wince.h
18904            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
18905 ____________________________________________________________________________
18906 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
18907         Log: Add some files to DOSish and writables.
18908      Branch: perl
18909            ! Porting/makerel
18910 ____________________________________________________________________________
18911 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
18912         Log: Compile failure message tidying.
18913      Branch: perl
18914            ! t/lib/1_compile.t
18915 ____________________________________________________________________________
18916 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
18917         Log: The new sharedsv* should be exported only if usethreads.
18918      Branch: perl
18919            ! makedef.pl
18920 ____________________________________________________________________________
18921 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
18922         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
18923              From: Peter Prymmer <pvhp@forte.com>
18924              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
18925              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
18926      Branch: perl
18927            ! README.os390
18928 ____________________________________________________________________________
18929 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
18930         Log: Update Changes.
18931      Branch: perl
18932            ! Changes patchlevel.h
18933 ____________________________________________________________________________
18934 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
18935         Log: Subject: [PATHC] sharedsv.[c|h]
18936              From: "Artur Bergman" <artur@contiller.se>
18937              Date: Mon, 13 Aug 2001 14:38:41 +0200
18938              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
18939              
18940              Subject: [PATCH] embed.pl
18941              From: Arthur Bergman <arthur@contiller.se>
18942              Date: Mon, 13 Aug 2001 14:38:14 +0200
18943              Message-ID: <B79D96D6.3088%arthur@contiller.se>
18944              
18945              Subject: [PATCH] sharedsv cleanups
18946              From: "Arthur Bergman" <arthur@contiller.se>
18947              Date: Mon, 13 Aug 2001 15:14:25 +0200
18948              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
18949              
18950              Plus few tweaks: _init needs to be Adp, the prototypes
18951              should not be revealed unless using ithreads, #endif FOO
18952              must be #endif /* FOO */, adding (parentheses) around
18953              do { } while doesn't work too well.
18954      Branch: perl
18955            + sharedsv.c sharedsv.h
18956            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
18957            ! perl.h perlapi.c pod/perlapi.pod proto.h
18958 ____________________________________________________________________________
18959 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
18960         Log: Subject: Re: END {} blocks run in perl_run
18961              From: Arthur Bergman <arthur@contiller.se>
18962              Date: Mon, 13 Aug 2001 11:11:30 +0200
18963              Message-ID: <B79D6661.3068%arthur@contiller.se>
18964      Branch: perl
18965            ! perl.c
18966 ____________________________________________________________________________
18967 [ 11657] By: nick                                  on 2001/08/13  09:03:02
18968         Log: Integrate mainline
18969      Branch: perlio
18970           +> (branch 326 files)
18971            - (delete 330 files)
18972           !> (integrate 85 files)
18973 ____________________________________________________________________________
18974 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
18975         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
18976              and the Perl will be built to do that by default (adding that
18977              will break scripts having non-UTF-8 binary data, such as Latin-1.)
18978      Branch: perl
18979            ! op.c toke.c utf8.h
18980 ____________________________________________________________________________
18981 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
18982         Log: Unnecessary downgrades.
18983      Branch: perl
18984            ! doop.c
18985 ____________________________________________________________________________
18986 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
18987         Log: Failure not true anymore (probably caused by my broken setup).
18988      Branch: perl
18989            ! t/op/pat.t
18990 ____________________________________________________________________________
18991 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
18992         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
18993              stopped working).
18994      Branch: perl
18995            ! op.h pp_ctl.c regcomp.c
18996 ____________________________________________________________________________
18997 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
18998         Log: There is no IN_UTF8.
18999      Branch: perl
19000            ! utf8.h
19001 ____________________________________________________________________________
19002 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
19003         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
19004      Branch: perl
19005            ! op.c op.h pp_ctl.c regcomp.c
19006 ____________________________________________________________________________
19007 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
19008         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
19009              and a test tweak.
19010      Branch: perl
19011            ! op.c t/pod/find.t
19012 ____________________________________________________________________________
19013 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
19014         Log: Todo updates and fixes.
19015      Branch: perl
19016            ! pod/perltodo.pod
19017 ____________________________________________________________________________
19018 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
19019         Log: Mark tests (and one module) having explicit Latin-1
19020              (and one file having explicit UTF-8) with an explicit
19021              'no utf8' (and one explicit 'use utf8').
19022              
19023              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
19024      Branch: perl
19025            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
19026            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
19027            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
19028 ____________________________________________________________________________
19029 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
19030         Log: Subject: SV: END {} blocks run in perl_run
19031              From: "Arthur Bergman" <arthur@contiller.se>
19032              Date: Sun, 12 Aug 2001 00:34:28 +0200 
19033              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
19034      Branch: perl
19035            ! miniperlmain.c perl.c
19036 ____________________________________________________________________________
19037 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
19038         Log: Typos in #11645.
19039      Branch: perl
19040            ! perl.h
19041 ____________________________________________________________________________
19042 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
19043         Log: On ithreads default to use_reentrant except on naturally
19044              threadsafe platforms.
19045      Branch: perl
19046            ! perl.h
19047 ____________________________________________________________________________
19048 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
19049         Log: (Hopefully) a fix for 20010723.004: make install needs
19050              write permission in build directory.  The problem was
19051              probably caused by overeager sprinkling of the lib/re.pm
19052              dependencies (which was done to guarantee lib/re.pm being
19053              uptodate for parallel makes: now solved by funneling that
19054              through an explicit recursive make in the preplibrary target).
19055      Branch: perl
19056            ! Makefile.SH
19057 ____________________________________________________________________________
19058 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
19059         Log: Dispell the "use utf8" superstition.
19060      Branch: perl
19061            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
19062            ! pod/perlunicode.pod
19063 ____________________________________________________________________________
19064 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
19065         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
19066              From: "Abigail" <abigail@foad.org> 
19067              Date: Sat, 11 Aug 2001 23:49:49 +0200
19068              Message-ID: <20010811214950.23255.qmail@foad.org>
19069      Branch: perl
19070            ! t/op/taint.t
19071 ____________________________________________________________________________
19072 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
19073         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
19074              From: Abhijit Menon-Sen <ams@wiw.org>
19075              Date: Sat, 11 Aug 2001 06:18:19 +0530
19076              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
19077      Branch: perl
19078            ! mg.c
19079 ____________________________________________________________________________
19080 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
19081         Log: Test for change #11639.
19082      Branch: perl
19083            ! t/op/tiehandle.t
19084 ____________________________________________________________________________
19085 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
19086         Log: Subject: Re: Can't localize *FH, then tie it
19087              From: Abhijit Menon-Sen <ams@wiw.org>
19088              Date: Sun, 12 Aug 2001 16:08:06 +0530
19089              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
19090      Branch: perl
19091            ! pp_hot.c pp_sys.c
19092 ____________________________________________________________________________
19093 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
19094         Log: Drop all the unnecessary "use utf8" clauses and some of
19095              the unnecessary "use bytes" ones.
19096              
19097              TODO: scour the documentation for unnecessary "use utf8"
19098              and prominently display it in perldelta when the time comes.
19099              ("use utf8" should be necessary ONLY if one wants the script
19100              to be in UTF-8.)  Also should be checked in some non-ASCII
19101              non-Latin-1 platform, like EBCDIC.
19102      Branch: perl
19103            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
19104            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
19105 ____________________________________________________________________________
19106 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
19107         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
19108              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
19109              in Unicode handling.
19110      Branch: perl
19111            + t/op/lc.t
19112            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
19113 ____________________________________________________________________________
19114 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
19115         Log: Thinko: we want the flags for native cc, not gcc.
19116      Branch: perl
19117            ! hints/dec_osf.sh
19118 ____________________________________________________________________________
19119 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
19120         Log: (retracted by 13077)
19121              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
19122              From: Robin Houston <robin@kitsite.com>
19123              Date: Fri, 10 Aug 2001 14:42:02 +0100
19124              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
19125      Branch: perl
19126            ! pp.c
19127 ____________________________________________________________________________
19128 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
19129         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
19130              From: Abhijit Menon-Sen <ams@wiw.org>
19131              Date: Sat, 11 Aug 2001 16:31:04 +0530
19132              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
19133      Branch: perl
19134            ! op.c
19135 ____________________________________________________________________________
19136 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
19137         Log: Get rid of indread, from Abhijit Menon-Sen.
19138      Branch: perl
19139            ! pp_sys.c
19140 ____________________________________________________________________________
19141 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
19142         Log: CRLFgngngn.
19143      Branch: perl
19144            ! win32/Makefile win32/makefile.mk
19145 ____________________________________________________________________________
19146 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
19147         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
19148      Branch: perl
19149            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
19150            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
19151            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
19152            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
19153            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
19154            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
19155            ! win32/Makefile win32/makefile.mk
19156 ____________________________________________________________________________
19157 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
19158         Log: Avoid #elif (less portable than #else #if).
19159      Branch: perl
19160            ! handy.h
19161 ____________________________________________________________________________
19162 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
19163         Log: Subject: patch for perlvar.pod
19164              From: mah@everybody.org (Mark A. Hershberger)
19165              Date: 08 Aug 2001 17:03:16 -0500
19166              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
19167      Branch: perl
19168            ! pod/perlvar.pod
19169 ____________________________________________________________________________
19170 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
19171         Log: cpp commands must start (the # must be) at the column #0.
19172      Branch: perl
19173            ! op.c
19174 ____________________________________________________________________________
19175 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
19176         Log: If using gcc -B/foo/bar makedepend would give
19177              unnecessary warnings about unused -B/foo/bar.
19178      Branch: perl
19179            ! makedepend.SH
19180 ____________________________________________________________________________
19181 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
19182         Log: Update Changes.
19183      Branch: perl
19184            ! Changes patchlevel.h
19185 ____________________________________________________________________________
19186 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
19187         Log: s/z/tz/
19188      Branch: perl
19189            ! pod/perlfaq2.pod
19190 ____________________________________________________________________________
19191 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
19192         Log: Article nit.
19193      Branch: perl
19194            ! pod/perlfaq2.pod
19195 ____________________________________________________________________________
19196 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
19197         Log: Rename lib/unicode files to lib/unicore to avoid
19198              conflicts between core lib/unicode and Unicode::
19199              files in case-ignoring filesystems.
19200      Branch: perl
19201            + (add 325 files)
19202            - (delete 324 files)
19203            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
19204 ____________________________________________________________________________
19205 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
19206         Log: Upgrade to Math::BigInt 1.41.
19207      Branch: perl
19208            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
19209 ____________________________________________________________________________
19210 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
19211         Log: Subject: [PATCH] remove PL_na from typemap
19212              From: James <james@rf.net>
19213              Date: Mon, 06 Aug 2001 20:23:15 -0700
19214              Message-ID: <3B6F5F23.A31A81B1@rf.net>
19215              
19216              (had to be manually applied)
19217      Branch: perl
19218            ! lib/ExtUtils/typemap
19219 ____________________________________________________________________________
19220 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
19221         Log: The metaconfig unit changes for #11618.
19222      Branch: metaconfig/U/perl
19223            + d_fpclassl.U i_fp.U
19224 ____________________________________________________________________________
19225 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
19226         Log: Forgot this from #11618.
19227              
19228              NOTE: wince/config_H.ce needs updating.
19229      Branch: perl
19230            ! wince/config.ce
19231 ____________________________________________________________________________
19232 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
19233         Log: Introduce more floating point classifying APIs;
19234              try to define (most importantly) Perl_is{inf,nan}(x).
19235              
19236              For this first cut, assume none such APIs exist in non-UNIXoid
19237              platforms-- this is of course too unkind: Win32 rumoredly has
19238              _fpclass() and _isnan(), and VMS/VOS very probably have some
19239              of the APIs available.     The only thing Perl uses at the moment
19240              is Perl_isnan() (has been in use for a while now).
19241              
19242              NOTE: the Win32 and NetWare config_h.?c need regenerating.
19243      Branch: perl
19244            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
19245            ! Porting/config_H config_h.SH configure.com epoc/config.sh
19246            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
19247            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19248            ! vos/config.ga.h win32/config.bc win32/config.gc
19249            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19250            ! win32/config_H.vc wince/config.ce wince/config.h
19251 ____________________________________________________________________________
19252 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
19253         Log: Integrate change #11519 from perlio:
19254              
19255              Avoid testing for (non-)existance of "encoding(xxxx)"
19256              layer is called "encoding" the (xxxx) is an argument.
19257      Branch: perl
19258           !> lib/open.pm
19259 ____________________________________________________________________________
19260 [ 11616] By: nick                                  on 2001/08/09  07:50:24
19261         Log: Integrate mainline
19262      Branch: perlio
19263           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
19264           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
19265           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
19266           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
19267            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
19268            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
19269           !> (integrate 79 files)
19270 ____________________________________________________________________________
19271 [ 11615] By: nick                                  on 2001/08/09  06:23:44
19272         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
19273              layer is called "encoding" the (xxxx) is an argument.
19274      Branch: perlio
19275            ! lib/open.pm
19276 ____________________________________________________________________________
19277 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
19278         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
19279              From: Paul Johnson <paul@pjcj.net>
19280              Date: Wed, 8 Aug 2001 23:54:17 +0200
19281              Message-ID: <20010808235417.O1006@pjcj.net>
19282      Branch: perl
19283            ! ext/B/B/Concise.pm
19284 ____________________________________________________________________________
19285 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
19286         Log: Make VMS use IEEE math by default; reorder Tru64 hints
19287              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
19288              exception semantics) is always set if using (the new) cc.
19289      Branch: perl
19290            ! configure.com hints/dec_osf.sh
19291 ____________________________________________________________________________
19292 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
19293         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
19294              From: Abhijit Menon-Sen <ams@wiw.org>
19295              Date: Tue, 7 Aug 2001 17:16:05 +0530
19296              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
19297      Branch: perl
19298            ! pp_sys.c
19299 ____________________________________________________________________________
19300 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
19301         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
19302              From: "Craig A. Berry" <craigberry@mac.com>
19303              Date: Tue, 07 Aug 2001 22:27:47 -0500
19304              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
19305      Branch: perl
19306            ! t/run/exit.t
19307 ____________________________________________________________________________
19308 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
19309         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
19310              From: "Craig A. Berry" <craigberry@mac.com>
19311              Date: Tue, 07 Aug 2001 20:01:53 -0500
19312              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
19313      Branch: perl
19314            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
19315 ____________________________________________________________________________
19316 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
19317         Log: Update the magazine information.
19318      Branch: perl
19319            ! pod/perlfaq2.pod
19320 ____________________________________________________________________________
19321 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
19322         Log: Ignore SIGFPE everywhere.
19323      Branch: perl
19324            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
19325 ____________________________________________________________________________
19326 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
19327         Log: With permission, change the licensing of the docs by
19328              TomC (and Gnat) to comply with the rest of Perl.
19329      Branch: perl
19330            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19331            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19332            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19333            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
19334            ! pod/perltootc.pod
19335 ____________________________________________________________________________
19336 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
19337         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
19338              From: Andy Dougherty <doughera@lafayette.edu>
19339              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
19340              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
19341      Branch: perl
19342            ! hints/openbsd.sh
19343 ____________________________________________________________________________
19344 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
19345         Log: Subject: [PATCH] Makefile.SH test_prep dependency
19346              From: Andy Dougherty <doughera@lafayette.edu>
19347              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
19348              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
19349      Branch: perl
19350            ! Makefile.SH
19351 ____________________________________________________________________________
19352 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
19353         Log: Don't autogenerate the headers et alia,
19354              make regen_headers explicitly.
19355      Branch: perl
19356            ! Makefile.SH
19357 ____________________________________________________________________________
19358 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
19359         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
19360              From: Gurusamy Sarathy <gsar@ActiveState.com> 
19361              Date: Tue, 07 Aug 2001 08:33:26 -0700
19362              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
19363              
19364              Unnecessary dependency.
19365      Branch: perl
19366            ! embed.pl
19367 ____________________________________________________________________________
19368 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
19369         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
19370              From: Abhijit Menon-Sen <ams@wiw.org>
19371              Date: Tue, 7 Aug 2001 09:10:54 +0530
19372              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
19373      Branch: perl
19374            ! pp_hot.c
19375 ____________________________________________________________________________
19376 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
19377         Log: Subject: [PATCH perl@11597] B && BEGIN handling
19378              From: "James A. Duncan" <jduncan@fotango.com>
19379              Date: Mon, 6 Aug 2001 17:29:11 +0100
19380              Message-ID: <20010806172911.A2071@fotango.com>
19381              
19382              (the intrpvar.h addition moved to the end for bincompat)
19383      Branch: perl
19384            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
19385 ____________________________________________________________________________
19386 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
19387         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
19388      Branch: perl
19389           !> README.win32
19390 ____________________________________________________________________________
19391 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
19392         Log: fix URLs for fcrypt.c
19393      Branch: maint-5.6/perl
19394            ! README.win32
19395 ____________________________________________________________________________
19396 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
19397         Log: Yet another way to say Infinity: HP-UX calls its "++".
19398      Branch: perl
19399            ! lib/Math/BigInt/t/bigintpm.t
19400 ____________________________________________________________________________
19401 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
19402         Log: Update Changes.
19403      Branch: perl
19404            ! Changes patchlevel.h
19405 ____________________________________________________________________________
19406 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
19407         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
19408      Branch: perl
19409            ! pod/perlfaq5.pod
19410 ____________________________________________________________________________
19411 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
19412         Log: The #11593 wasn't right.
19413      Branch: perl
19414            ! lib/Math/BigInt/t/bigintpm.t
19415 ____________________________________________________________________________
19416 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
19417         Log: Subject: [PATCH: perl@11564] introducing perlivp
19418              From: Prymmer/Kahn <pvhp@best.com>
19419              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
19420              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
19421              
19422              Subject: Re: [PATCH: perl@11564] introducing perlivp
19423              From: Prymmer/Kahn <pvhp@best.com>
19424              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
19425              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
19426      Branch: perl
19427            + utils/perlivp.PL
19428            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
19429            ! win32/Makefile win32/makefile.mk
19430 ____________________________________________________________________________
19431 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
19432         Log: libcs are confused what to call Infinity.
19433      Branch: perl
19434            ! lib/Math/BigInt/t/bigintpm.t
19435 ____________________________________________________________________________
19436 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
19437         Log: Avoid SIGFPE in Tru64.
19438      Branch: perl
19439            ! numeric.c
19440 ____________________________________________________________________________
19441 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
19442         Log: Upgrade to Math::BigInt 1.40.
19443              
19444              NOTE: this patch necessitates doing something about
19445              infinity handling since the new bigintpm.t tests use
19446              infinity, which causes SIGFPEs at least in Tru64.
19447      Branch: perl
19448            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19449            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
19450            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
19451            ! lib/Math/BigInt/t/mbimbf.t
19452 ____________________________________________________________________________
19453 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
19454         Log: remove hardcoded cmd shell in testsuite
19455      Branch: perl
19456            ! t/op/glob.t t/op/magic.t t/op/stat.t
19457 ____________________________________________________________________________
19458 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
19459         Log: 4-arg select() was busted on windows because change#8178 didn't
19460              make it into mainline
19461      Branch: perl
19462            ! perl.h win32/include/sys/socket.h
19463 ____________________________________________________________________________
19464 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
19465         Log: Rename the Getopt::Long tests to be as they are
19466              in the Getopt::Long official distribution.
19467      Branch: perl
19468            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
19469            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
19470            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
19471            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
19472            ! MANIFEST
19473 ____________________________________________________________________________
19474 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
19475         Log: Upgrade to Getopt::Long 2.26.
19476      Branch: perl
19477            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
19478            ! MANIFEST lib/Getopt/Long.pm
19479 ____________________________________________________________________________
19480 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
19481         Log: Retract #10874 (the hack should be unnecessary by now)
19482      Branch: perl
19483            ! lib/Test/Harness.pm
19484 ____________________________________________________________________________
19485 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
19486         Log: avoid temp file littering in tests
19487      Branch: perl
19488            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
19489 ____________________________________________________________________________
19490 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
19491         Log: Subject: warning in sv.c: double format, NV arg
19492              From: "Philip Newton" <Philip.Newton@gmx.net>
19493              Date: Sun, 5 Aug 2001 19:41:07 +0200
19494              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
19495      Branch: perl
19496            ! sv.c
19497 ____________________________________________________________________________
19498 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
19499         Log: fix POSIX.t#13 for windos
19500      Branch: perl
19501            ! ext/POSIX/POSIX.t
19502 ____________________________________________________________________________
19503 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
19504         Log: Add a test for PerlIO::Via.
19505      Branch: perl
19506            + ext/PerlIO/t/via.t
19507            ! MANIFEST ext/PerlIO/Via/Via.pm
19508 ____________________________________________________________________________
19509 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
19510         Log: flock() and link() are not available on Windows 9x
19511      Branch: perl
19512            ! win32/config_sh.PL
19513 ____________________________________________________________________________
19514 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
19515         Log: Some Tru64 C compilers have C++ components that confuse
19516              the ccversion parsing.
19517      Branch: perl
19518            ! hints/dec_osf.sh
19519 ____________________________________________________________________________
19520 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
19521         Log: (Reintroduce #11125)
19522              
19523              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
19524              From: Alan Burlison <Alan.Burlison@sun.com> 
19525              Date: Tue, 03 Jul 2001 15:20:13 +0100   
19526              Message-ID: <3B41D49D.A923D4F9@sun.com> 
19527      Branch: perl
19528            ! lib/ExtUtils/MM_Unix.pm
19529 ____________________________________________________________________________
19530 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
19531         Log: Little pointer juggling for HP-UX cc to avoid
19532              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
19533              followed by
19534              "error 1549: Modifiable lvalue required for assignment operator."
19535      Branch: perl
19536            ! hv.c
19537 ____________________________________________________________________________
19538 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
19539         Log: Continuation of #11575: SANY_SEEN completely deprecated,
19540              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
19541              plus a fix for the bug.
19542      Branch: perl
19543            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
19544 ____________________________________________________________________________
19545 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
19546         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
19547              From: Doug MacEachern <dougm@covalent.net>
19548              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
19549              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
19550      Branch: perl
19551            ! sv.c
19552 ____________________________________________________________________________
19553 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
19554         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
19555              the new CANY is the \C.  The problem reported and the
19556              test case supplied in
19557              
19558              Subject: UTF-8 bugs in string length & single line regex matches
19559              From: "Daniel P. Berrange" <dan@berrange.com>
19560              Date: Fri, 3 Aug 2001 11:39:33 +0100
19561              Message-ID: <20010803113932.A19318@berrange.com>
19562      Branch: perl
19563            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
19564            ! t/op/pat.t
19565 ____________________________________________________________________________
19566 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
19567         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
19568              From: Doug MacEachern <dougm@covalent.net>
19569              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
19570              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
19571      Branch: perl
19572            ! perl.c regexec.c
19573 ____________________________________________________________________________
19574 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
19575         Log: The #11572 didn't up the test count.
19576      Branch: perl
19577            ! t/op/length.t
19578 ____________________________________________________________________________
19579 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
19580         Log: Subject: UTF-8 bugs in string length & single line regex matches
19581              From: "Daniel P. Berrange" <dan@berrange.com>
19582              Date: Fri, 3 Aug 2001 11:39:33 +0100         
19583              Message-ID: <20010803113932.A19318@berrange.com>
19584              
19585              (the mg_length() fix)
19586      Branch: perl
19587            ! mg.c t/op/length.t
19588 ____________________________________________________________________________
19589 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
19590         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
19591              From: Abhijit Menon-Sen <ams@wiw.org>
19592              Date: Sat, 4 Aug 2001 16:56:35 +0530
19593              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
19594      Branch: perl
19595            ! hv.c
19596 ____________________________________________________________________________
19597 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
19598         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
19599              From: Abhijit Menon-Sen <ams@wiw.org>
19600              Date: Sat, 4 Aug 2001 16:16:03 +0530
19601              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
19602      Branch: perl
19603            ! hv.c
19604 ____________________________________________________________________________
19605 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
19606         Log: Subject: Re: [patch] refcount re ops
19607              From: Abhijit Menon-Sen <ams@wiw.org>
19608              Date: Sat, 4 Aug 2001 08:54:55 +0530
19609              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
19610      Branch: perl
19611            ! sv.c
19612 ____________________________________________________________________________
19613 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
19614         Log: Subject: [patch] refcount re ops
19615              From: Doug MacEachern <dougm@covalent.net>
19616              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
19617              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
19618      Branch: perl
19619            ! regcomp.c sv.c
19620 ____________________________________________________________________________
19621 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
19622         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
19623              From: Doug MacEachern <dougm@covalent.net>
19624              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
19625              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
19626      Branch: perl
19627            ! perl.c regexec.c
19628 ____________________________________________________________________________
19629 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
19630         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
19631              From: "Craig A. Berry" <craigberry@mac.com> 
19632              Date: Fri, 03 Aug 2001 16:16:16 -0500
19633              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
19634      Branch: perl
19635            ! t/op/misc.t
19636 ____________________________________________________________________________
19637 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
19638         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
19639              From: John Kristian <jmk2001@engineer.com>
19640              Date: Fri, 03 Aug 2001 00:59:08 -0700
19641              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
19642      Branch: perl
19643            ! win32/win32.c
19644 ____________________________________________________________________________
19645 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
19646         Log: Update Changes.
19647      Branch: perl
19648            ! Changes patchlevel.h
19649 ____________________________________________________________________________
19650 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
19651         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
19652              From: "Craig A. Berry" <craigberry@mac.com>
19653              Date: Thu, 02 Aug 2001 23:15:24 -0500
19654              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
19655      Branch: perl
19656            ! ext/B/Stash.t
19657 ____________________________________________________________________________
19658 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
19659         Log: Subject: [patch] plug PL_cshname leak
19660              From: Doug MacEachern <dougm@covalent.net>
19661              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
19662              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
19663      Branch: perl
19664            ! sv.c
19665 ____________________________________________________________________________
19666 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
19667         Log: Subject: [patch] plug PL_sh_path leak
19668              From: Doug MacEachern <dougm@covalent.net>
19669              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
19670              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
19671      Branch: perl
19672            ! sv.c
19673 ____________________________________________________________________________
19674 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
19675         Log: Subject: [patch] plug PL_regex_padav leaks
19676              From: Doug MacEachern <dougm@covalent.net>
19677              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
19678              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
19679      Branch: perl
19680            ! op.c op.h perl.c
19681 ____________________________________________________________________________
19682 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
19683         Log: Subject: [patch] plug PL_origargv leak
19684              From: Doug MacEachern <dougm@covalent.net>
19685              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
19686              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
19687      Branch: perl
19688            ! perl.c
19689 ____________________________________________________________________________
19690 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
19691         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
19692              From: Abhijit Menon-Sen <ams@wiw.org>
19693              Date: Fri, 3 Aug 2001 06:38:11 +0530
19694              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
19695      Branch: perl
19696            ! hv.c
19697 ____________________________________________________________________________
19698 [ 11557] By: nick                                  on 2001/08/03  08:17:38
19699         Log: Integrate mainline
19700      Branch: perlio
19701           +> (branch 47 files)
19702            - lib/Switch/test.pl
19703           !> (integrate 49 files)
19704 ____________________________________________________________________________
19705 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
19706         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
19707              From: "Craig A. Berry" <craigberry@mac.com>
19708              Date: Thu, 02 Aug 2001 12:56:19 -0500
19709              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
19710      Branch: perl
19711            ! ext/B/Showlex.t
19712 ____________________________________________________________________________
19713 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
19714         Log: Be more careful about non-existent files.
19715      Branch: perl
19716            ! lib/File/Copy.pm
19717 ____________________________________________________________________________
19718 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
19719         Log: Subject: [PATCH resend] deparse empty formats
19720              From: Robin Houston <robin@kitsite.com> 
19721              Date: Thu, 2 Aug 2001 14:32:36 +0100
19722              Message-ID: <20010802143236.A894@robin.kitsite.com>
19723      Branch: perl
19724            ! ext/B/B/Deparse.pm
19725 ____________________________________________________________________________
19726 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
19727         Log: Subject: [patch] ithreads + refto fix improvement
19728              From: Doug MacEachern <dougm@covalent.net>
19729              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
19730              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
19731      Branch: perl
19732            ! pp.c
19733 ____________________________________________________________________________
19734 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
19735         Log: Readability nit from Abhijit.
19736      Branch: perl
19737            ! op.c
19738 ____________________________________________________________________________
19739 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
19740         Log: setproctitle() API version nit from Anton Berezin.
19741      Branch: perl
19742            ! mg.c
19743 ____________________________________________________________________________
19744 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
19745         Log: Add PerlCE to the docs.
19746      Branch: perl
19747            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
19748            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
19749 ____________________________________________________________________________
19750 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
19751         Log: Integrate the PerlCE (WinCE Perl) port;
19752              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
19753      Branch: perl
19754            + README.ce wince/FindExt.pm wince/Makefile.ce
19755            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
19756            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
19757            + wince/bin/search.pl wince/config.ce wince/config.h
19758            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
19759            + wince/dl_win32.xs wince/include/arpa/inet.h
19760            + wince/include/cectype.h wince/include/errno.h
19761            + wince/include/netdb.h wince/include/sys/socket.h
19762            + wince/include/sys/stat.h wince/include/sys/types.h
19763            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
19764            + wince/perl.rc wince/perldll.def wince/perllib.c
19765            + wince/perlmain.c wince/registry.bat wince/runperl.c
19766            + wince/splittree.pl wince/win32.h wince/win32iop.h
19767            + wince/win32thread.c wince/win32thread.h wince/wince.c
19768            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
19769            + wince/xdistclean.ksh wince/xmakediffs.ksh
19770            ! MANIFEST perl.c perl.h perlio.c
19771 ____________________________________________________________________________
19772 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
19773         Log: setproctitle() made simpler.  (This assumes the string is
19774              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
19775              should be used.  Note len, not len + 1.)  BSD-fu from Anton
19776              Berezin.
19777      Branch: perl
19778            ! mg.c
19779 ____________________________________________________________________________
19780 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
19781         Log: Subject: [PATCH] -Wall cleanup: op.c
19782              From: Richard Soderberg <rs@oregonnet.com>
19783              Date: Thu, 2 Aug 2001 00:17:09 -0700
19784              Message-Id: <200108020717.AAA26895@oregonnet.com>
19785              
19786              Subject: [PATCH] -Wall cleanup: sv.c
19787              From: Richard Soderberg <rs@oregonnet.com>
19788              Date: Thu, 2 Aug 2001 00:49:21 -0700
19789              Message-Id: <200108020749.AAA27492@oregonnet.com>
19790      Branch: perl
19791            ! op.c sv.c
19792 ____________________________________________________________________________
19793 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
19794         Log: Update Changes.
19795      Branch: perl
19796            ! Changes patchlevel.h
19797 ____________________________________________________________________________
19798 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
19799         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
19800              From: Doug MacEachern <dougm@covalent.net>
19801              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
19802              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
19803      Branch: perl
19804            ! op.c
19805 ____________________________________________________________________________
19806 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
19807         Log: The #11541 didn't work under threads.
19808      Branch: perl
19809            ! op.c
19810 ____________________________________________________________________________
19811 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
19812         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
19813              From: Hugo <hv@crypt.compulink.co.uk>
19814              Date: Fri, 22 Jun 2001 01:19:08 +0100 
19815              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
19816              
19817              (Skip tests if accept() failed)
19818      Branch: perl
19819            ! ext/IO/lib/IO/t/io_unix.t
19820 ____________________________________________________________________________
19821 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
19822         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
19823              From: "Stian Seeberg" <sseeberg@nimsoft.no>
19824              Date: Mon, 30 Jul 2001 12:28:07 +0200
19825              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
19826      Branch: perl
19827            ! perl.h
19828 ____________________________________________________________________________
19829 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
19830         Log: Subject: Pluggable optimizer
19831              From: Simon Cozens <simon@netthink.co.uk>
19832              Date: Wed, 1 Aug 2001 13:57:02 -0700
19833              Message-ID: <20010801135702.I10442@netthink.co.uk>
19834      Branch: perl
19835            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
19836 ____________________________________________________________________________
19837 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
19838         Log: Subject: [ID 20010801.039] perlre.pod message typo
19839              From: Autrijus Tang <autrijus@geb.elixus.org>
19840              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
19841              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
19842      Branch: perl
19843            ! pod/perlre.pod
19844 ____________________________________________________________________________
19845 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
19846         Log: Test for change #11536.
19847      Branch: perl
19848            ! t/op/tiehandle.t
19849 ____________________________________________________________________________
19850 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
19851         Log: More test fixups for #11537.
19852      Branch: perl
19853            ! t/lib/warnings/4lint t/lib/warnings/9enabled
19854 ____________________________________________________________________________
19855 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
19856         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
19857              From: Doug MacEachern <dougm@covalent.net>
19858              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
19859              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
19860      Branch: perl
19861            ! op.c t/TestInit.pm
19862 ____________________________________________________________________________
19863 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
19864         Log: Subject: [patch] ithreads + refto bug
19865              From: Doug MacEachern <dougm@covalent.net>
19866              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
19867              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
19868              
19869              (Test in change #11539)
19870      Branch: perl
19871            ! pp.c
19872 ____________________________________________________________________________
19873 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
19874         Log: Subject: [PATCH: perl@11523] fixups for t/harness
19875              From: Prymmer/Kahn <pvhp@best.com>
19876              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
19877              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
19878      Branch: perl
19879            ! t/harness
19880 ____________________________________________________________________________
19881 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
19882         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
19883              From: Prymmer/Kahn <pvhp@best.com>
19884              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
19885              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
19886      Branch: perl
19887            ! win32/Makefile win32/makefile.mk
19888 ____________________________________________________________________________
19889 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
19890         Log: Need to know the number of tests.
19891      Branch: perl
19892            ! t/run/exit.t
19893 ____________________________________________________________________________
19894 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
19895         Log: Subject: Re: new exit tests on VMS
19896              From: "Craig A. Berry" <craigberry@mac.com>
19897              Date: Tue, 31 Jul 2001 12:19:29 -0500
19898              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
19899      Branch: perl
19900            ! t/run/exit.t
19901 ____________________________________________________________________________
19902 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
19903         Log: Retract #11530 (the dTHX is needed under threads)
19904      Branch: perl
19905            ! perlio.c
19906 ____________________________________________________________________________
19907 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
19908         Log: (Retracted by #11531)
19909      Branch: perl
19910            ! perlio.c
19911 ____________________________________________________________________________
19912 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
19913         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
19914              From: Richard Soderberg <rs@crystalflame.net>
19915              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
19916              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
19917      Branch: perl
19918            ! unixish.h
19919 ____________________________________________________________________________
19920 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
19921         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
19922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19923              Date: Tue, 31 Jul 2001 05:39:09 -0400
19924              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
19925              
19926              (with a note about the case of UV being equal to long long)
19927      Branch: perl
19928            ! utils/h2xs.PL
19929 ____________________________________________________________________________
19930 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
19931         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
19932              From: "Craig A. Berry" <craigberry@mac.com>
19933              Date: Tue, 31 Jul 2001 14:57:43 -0500
19934              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
19935      Branch: perl
19936            ! t/io/fs.t
19937 ____________________________________________________________________________
19938 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
19939         Log: Fix for
19940              
19941              Subject: [ID 20010116.001] File::Copy truncates orig file 
19942              From: arbor@al37al08.telecel.pt
19943              Date: Tue, 16 Jan 2001 11:43:02 GMT
19944              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
19945              
19946              (copy($foo, $foo) would truncate $foo)
19947      Branch: perl
19948            ! lib/File/Copy.pm lib/File/Copy.t
19949 ____________________________________________________________________________
19950 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
19951         Log: Metaconfig unit change for #11524.
19952      Branch: metaconfig/U/perl
19953            ! Extras.U
19954 ____________________________________________________________________________
19955 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
19956         Log: Multiple modules didn't work; plus typo fixes.
19957      Branch: perl
19958            ! Configure
19959 ____________________________________________________________________________
19960 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
19961         Log: Update Changes.
19962      Branch: perl
19963            ! Changes patchlevel.h
19964 ____________________________________________________________________________
19965 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
19966         Log: Regen perlapi.
19967      Branch: perl
19968            ! pod/perlapi.pod
19969 ____________________________________________________________________________
19970 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
19971         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
19972              From: Dave Mitchell <davem@fdgroup.co.uk>
19973              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
19974              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
19975      Branch: perl
19976            ! sv.c
19977 ____________________________________________________________________________
19978 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
19979         Log: Regen toc.
19980      Branch: perl
19981            ! pod/perltoc.pod
19982 ____________________________________________________________________________
19983 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
19984         Log: Regen Porting stuff.
19985      Branch: perl
19986            ! Porting/Glossary Porting/config.sh Porting/config_H
19987 ____________________________________________________________________________
19988 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
19989         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
19990              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19991              Date: Tue, 31 Jul 2001 05:34:38 -0400
19992              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
19993      Branch: perl
19994            ! utils/h2xs.PL
19995 ____________________________________________________________________________
19996 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
19997         Log: Metaconfig unit change for #11516. 
19998      Branch: metaconfig/U/perl
19999            ! gccvers.U
20000 ____________________________________________________________________________
20001 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
20002         Log: Add -Wall in cflags, not in Configure.
20003              (This way -Wall affects only the core and the core XS,
20004              not user modules' XS.  Concern from Paul Marquess,
20005              implementation idea from Andy Dougherty.)
20006      Branch: perl
20007            ! Configure cflags.SH
20008 ____________________________________________________________________________
20009 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
20010         Log: Metaconfig unit changes for #11514.
20011      Branch: metaconfig
20012            + U/modified/sysman.U
20013            ! U/installdirs/man1dir.U
20014 ____________________________________________________________________________
20015 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
20016         Log: Subject: Configure's detection of system manual
20017              From: Sean Dague <sean@dague.net> 
20018              Date: Sun, 13 May 2001 15:53:15 -0400
20019              Message-ID: <20010513155315.A15833@underhill.dague.net>
20020      Branch: perl
20021            ! Configure
20022 ____________________________________________________________________________
20023 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
20024         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
20025              From: Autrijus Tang <autrijus@autrijus.org> 
20026              Date: Thu, 21 Jun 2001 23:56:48 +0800
20027              Message-Id: <20010621235648.A57340@not.autrijus.org>
20028      Branch: perl
20029            ! pod/perlobj.pod
20030 ____________________________________________________________________________
20031 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
20032         Log: Subject: Typo in DB_File.pm
20033              From: "Philip Newton" <Philip.Newton@gmx.net>
20034              Date: Tue, 31 Jul 2001 06:19:35 +0200
20035              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
20036      Branch: perl
20037            ! ext/DB_File/DB_File.pm
20038 ____________________________________________________________________________
20039 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
20040         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
20041              From: "Stephen P. Potter" <spp@spotter.yi.org>
20042              Date: Wed, 30 May 2001 13:59:34 -0400
20043              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
20044      Branch: perl
20045            ! pod/perlre.pod
20046 ____________________________________________________________________________
20047 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
20048         Log: eval "format foo=" would loop indefinitely; reported in
20049              
20050              Subject: A load of old rubbish
20051              From: Mike Guy <mjtg@cam.ac.uk>
20052              Date: Mon, 14 May 2001 16:12:22 +0100
20053              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
20054              
20055              (The core dumps reported in there already fixed.)
20056      Branch: perl
20057            ! toke.c
20058 ____________________________________________________________________________
20059 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
20060         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
20061      Branch: perl
20062            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
20063            + lib/Switch/t/switch_case.t
20064            - lib/Switch/test.pl
20065            ! MANIFEST lib/Switch.pm
20066 ____________________________________________________________________________
20067 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
20068         Log: Subject: [PATCH @11505] DB_File-1.78
20069              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
20070              Date: Mon, 30 Jul 2001 22:54:37 +0100
20071              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
20072      Branch: perl
20073            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20074            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
20075 ____________________________________________________________________________
20076 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
20077         Log: Explain in more detail why -pipe and -fno-common are good.
20078      Branch: perl
20079            ! hints/darwin.sh
20080 ____________________________________________________________________________
20081 [ 11506] By: nick                                  on 2001/07/30  14:32:23
20082         Log: Integrate mainline
20083      Branch: perlio
20084           !> INSTALL Makefile.SH doio.c hints/darwin.sh
20085 ____________________________________________________________________________
20086 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
20087         Log: Perl hasn't been putting man pages into $prefix/lib for
20088              a long time now; pointed out by Andy Dougherty. 
20089      Branch: perl
20090            ! hints/darwin.sh
20091 ____________________________________________________________________________
20092 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
20093         Log: Document the extras Configure option.
20094      Branch: perl
20095            ! INSTALL
20096 ____________________________________________________________________________
20097 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
20098         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
20099              everywhere.
20100      Branch: perl
20101           !> doio.c
20102 ____________________________________________________________________________
20103 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
20104         Log: Doubly guard against invoking CPAN if no extras defined,
20105              pointed out by H. Merijn Brand.
20106      Branch: perl
20107            ! Makefile.SH
20108 ____________________________________________________________________________
20109 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
20110         Log: Fix O_RDONLY check to check for O_RDONLY.
20111      Branch: maint-5.6/macperl
20112            ! doio.c
20113 ____________________________________________________________________________
20114 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
20115         Log: Integrate miscellaneous changes from maint-5.6/perl.
20116      Branch: maint-5.6/macperl
20117           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
20118 ____________________________________________________________________________
20119 [ 11499] By: nick                                  on 2001/07/30  06:52:42
20120         Log: Integrate mainline
20121      Branch: perlio
20122           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
20123           +> win32/sync_ext.pl
20124            - win32/sncfnmcs.pl
20125           !> (integrate 71 files)
20126 ____________________________________________________________________________
20127 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
20128         Log: Update Changes.
20129      Branch: perl
20130            ! Changes patchlevel.h
20131 ____________________________________________________________________________
20132 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
20133         Log: Now Configure -Dextras=Foo::Bar and "make install" will
20134              fetch and install Foo::Bar.
20135      Branch: perl
20136            ! Makefile.SH
20137 ____________________________________________________________________________
20138 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
20139         Log: Metaconfig unit change for #11495.
20140      Branch: metaconfig/U/perl
20141            ! Extras.U
20142 ____________________________________________________________________________
20143 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
20144         Log: extras.make, extras.test, and extras.install make targets.
20145      Branch: perl
20146            ! Configure Makefile.SH
20147 ____________________________________________________________________________
20148 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
20149         Log: Metaconfig unit change for #11493.
20150      Branch: metaconfig/U/perl
20151            ! Extras.U
20152 ____________________________________________________________________________
20153 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
20154         Log: Better to have the list of extras in $extras than 'define'.
20155      Branch: perl
20156            ! Configure
20157 ____________________________________________________________________________
20158 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
20159         Log: The metaconfig unit change for #11490.
20160      Branch: metaconfig/U/perl
20161            + Extras.U
20162 ____________________________________________________________________________
20163 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
20164         Log: Missed from #11490 (the required dependency).
20165      Branch: perl
20166            ! Makefile.SH
20167 ____________________________________________________________________________
20168 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
20169         Log: Add the support of asking for extra modules or bundles of modules
20170              to be fetched from the CPAN and installed as a part of the Perl
20171              build process.  None of this installation is yet really done;
20172              only the list is asked, and saved away in extras.lst for
20173              the build and installation process to worry about later.
20174      Branch: perl
20175            ! Configure
20176 ____________________________________________________________________________
20177 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
20178         Log: Beginnings of better Inf and NaN support.
20179              At least toke.c and sv.c still need quite a bit of work.
20180      Branch: perl
20181            ! numeric.c perl.h
20182 ____________________________________________________________________________
20183 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
20184         Log: Top-level Makefile didn't honour OPTIMIZE.
20185      Branch: perl
20186            ! Makefile.SH
20187 ____________________________________________________________________________
20188 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
20189         Log: Update Changes.
20190      Branch: perl
20191            ! Changes patchlevel.h
20192 ____________________________________________________________________________
20193 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
20194         Log: Use Search::Dict 1.02 interface for charinfo().
20195      Branch: perl
20196            ! lib/UnicodeCD.pm
20197 ____________________________________________________________________________
20198 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
20199         Log: Now also allow transforming the read lines before comparing them.
20200              (This will help UnicodeCD.) 
20201      Branch: perl
20202            ! lib/Search/Dict.pm
20203 ____________________________________________________________________________
20204 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
20205         Log: Remove tiehandle code.
20206      Branch: perl
20207            ! lib/UnicodeCD.pm
20208 ____________________________________________________________________________
20209 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
20210         Log: Allow specifying a comparison function for Search::Dict::look().
20211      Branch: perl
20212            ! lib/Search/Dict.pm
20213 ____________________________________________________________________________
20214 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
20215         Log: Small UnicodeCD tweaks.
20216      Branch: perl
20217            ! lib/UnicodeCD.pm lib/UnicodeCD.t
20218 ____________________________________________________________________________
20219 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
20220         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
20221              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20222              Date: Tue, 24 Jul 2001 01:51:32 +0900
20223              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
20224      Branch: perl
20225            ! lib/UnicodeCD.pm lib/UnicodeCD.t
20226 ____________________________________________________________________________
20227 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
20228         Log: Subject: [PATCH] installperl
20229              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
20230              Date: Fri, 27 Jul 2001 19:05:04 -0700
20231              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
20232      Branch: perl
20233            ! installperl
20234 ____________________________________________________________________________
20235 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
20236         Log: Subject: [PATCH] Set proper compatibility versions in core
20237              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
20238              Date: Fri, 27 Jul 2001 20:01:49 -0700
20239              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
20240      Branch: perl
20241            ! Makefile.SH
20242 ____________________________________________________________________________
20243 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
20244         Log: Metaconfig unit change for #11477.
20245      Branch: metaconfig/U/perl
20246            ! dlsrc.U
20247 ____________________________________________________________________________
20248 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
20249         Log: Subject: [PATCH] Darwin: -fpic not so good
20250              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
20251              Date: Fri, 27 Jul 2001 18:57:38 -0700
20252              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
20253      Branch: perl
20254            ! Configure
20255 ____________________________________________________________________________
20256 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
20257         Log: Subject: [PATCH] Clean up Darwin hints
20258              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
20259              Date: Fri, 27 Jul 2001 19:13:15 -0700
20260              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
20261      Branch: perl
20262            ! hints/darwin.sh
20263 ____________________________________________________________________________
20264 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
20265         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
20266              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
20267              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
20268              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
20269      Branch: perl
20270            ! pod/perlfunc.pod pp.c t/op/split.t
20271 ____________________________________________________________________________
20272 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
20273         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
20274              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
20275              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
20276              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
20277      Branch: perl
20278            ! pod/perlvar.pod
20279 ____________________________________________________________________________
20280 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
20281         Log: Subject: [PATCH] fixes to constant.pm documentation
20282              From: Ilmari Karonen <iltzu@sci.fi>
20283              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
20284              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
20285      Branch: perl
20286            ! lib/constant.pm
20287 ____________________________________________________________________________
20288 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
20289         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
20290              From: "Philip Newton" <Philip.Newton@gmx.net>
20291              Date: Fri, 27 Jul 2001 07:51:10 +0200
20292              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
20293      Branch: perl
20294            ! pod/perlport.pod
20295 ____________________________________________________________________________
20296 [ 11471] By: nick                                  on 2001/07/26  06:23:32
20297         Log: Subject:  [PATCH] Doc fix for perlguts / threading
20298              From:  Arthur Bergman <arthur@contiller.se>
20299              Date:  Wed, 25 Jul 2001 11:28:23 +0200
20300              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
20301      Branch: perl
20302            ! pod/perlguts.pod
20303 ____________________________________________________________________________
20304 [ 11470] By: nick                                  on 2001/07/26  06:21:06
20305         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
20306              From:  Philip Newton <Philip.Newton@gmx.net>
20307              Date:  Wed, 25 Jul 2001 08:19:47 +0200
20308              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
20309      Branch: perl
20310            ! INSTALL
20311 ____________________________________________________________________________
20312 [ 11469] By: nick                                  on 2001/07/26  06:20:25
20313         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
20314              From:  Philip Newton <Philip.Newton@gmx.net>
20315              Date:  Wed, 25 Jul 2001 08:12:48 +0200
20316              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
20317      Branch: perl
20318            ! INSTALL
20319 ____________________________________________________________________________
20320 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
20321         Log: More +x.
20322      Branch: perl
20323            ! Porting/makerel
20324 ____________________________________________________________________________
20325 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
20326         Log: Update Changes.
20327      Branch: perl
20328            ! Changes patchlevel.h
20329 ____________________________________________________________________________
20330 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
20331         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
20332              From: "Philip Newton" <Philip.Newton@gmx.net>
20333              Date: Tue, 24 Jul 2001 06:45:55 +0200
20334              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
20335      Branch: perl
20336            ! os2/perlrexx.c
20337 ____________________________________________________________________________
20338 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
20339         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
20340              From: Peter Prymmer <pvhp@forte.com>
20341              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
20342              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
20343      Branch: perl
20344            ! pod/perlport.pod t/io/fs.t vms/test.com
20345 ____________________________________________________________________________
20346 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
20347         Log: Workaround on Cwd bootstrap problem.
20348      Branch: perl
20349            ! lib/ExtUtils/MakeMaker.pm
20350 ____________________________________________________________________________
20351 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
20352         Log: When in Rome, quote like the Romans do.
20353      Branch: perl
20354            ! cflags.SH
20355 ____________________________________________________________________________
20356 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
20357         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
20358              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20359              Date: Mon, 23 Jul 2001 19:29:49 -0400
20360              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
20361      Branch: perl
20362            + os2/perlrexx.c
20363            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
20364            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
20365            ! t/op/write.t
20366 ____________________________________________________________________________
20367 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
20368         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
20369              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20370              Date: Mon, 23 Jul 2001 18:43:42 -0400
20371              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
20372      Branch: perl
20373            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
20374 ____________________________________________________________________________
20375 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
20376         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
20377              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20378              Date: Mon, 23 Jul 2001 18:33:16 -0400
20379              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
20380      Branch: perl
20381            ! lib/ExtUtils/MakeMaker.pm
20382 ____________________________________________________________________________
20383 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
20384         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
20385              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20386              Date: Mon, 23 Jul 2001 18:20:35 -0400
20387              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
20388      Branch: perl
20389            ! Makefile.SH cflags.SH
20390 ____________________________________________________________________________
20391 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
20392         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
20393              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
20394              Date: Mon, 23 Jul 2001 11:32:17 -0500
20395              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
20396      Branch: perl
20397            ! lib/ExtUtils/MakeMaker.pm
20398 ____________________________________________________________________________
20399 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
20400         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
20401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20402              Date: Mon, 23 Jul 2001 18:13:20 -0400
20403              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
20404      Branch: perl
20405            ! lib/perl5db.pl
20406 ____________________________________________________________________________
20407 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
20408         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
20409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20410              Date: Mon, 23 Jul 2001 18:07:40 -0400
20411              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
20412      Branch: perl
20413            ! op.c
20414 ____________________________________________________________________________
20415 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
20416         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
20417              From: "Craig A. Berry" <craigberry@mac.com>
20418              Date: Mon, 23 Jul 2001 15:35:06 -0500
20419              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
20420      Branch: perl
20421            ! util.c
20422 ____________________________________________________________________________
20423 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
20424         Log: Subject: [PATCH perlfaq9.pod typo]
20425              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
20426              Date: Mon, 23 Jul 2001 07:49:05 -0700
20427              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
20428      Branch: perl
20429            ! pod/perlfaq9.pod
20430 ____________________________________________________________________________
20431 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
20432         Log: Subject: win32\sncfnmcs.pl corrections
20433              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
20434              Date: Mon, 23 Jul 2001 12:56:54 +0200
20435              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
20436              
20437              Rename the script a little bit more sensibly.
20438      Branch: perl
20439            + win32/sync_ext.pl
20440            - win32/sncfnmcs.pl
20441            ! MANIFEST README.win32
20442 ____________________________________________________________________________
20443 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
20444         Log: Test tweak.
20445      Branch: perl
20446            ! ext/B/Deparse.t
20447 ____________________________________________________________________________
20448 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
20449         Log: Metaconfig unit tweak for #11450.
20450      Branch: metaconfig/U/perl
20451            ! Mksymlinks.U
20452 ____________________________________________________________________________
20453 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
20454         Log: Too volatile failsafe check.
20455      Branch: perl
20456            ! Configure
20457 ____________________________________________________________________________
20458 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
20459         Log: Further doc tweaks.
20460      Branch: perl
20461            ! lib/UnicodeCD.pm
20462 ____________________________________________________________________________
20463 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
20464         Log: Doc tweaks.
20465      Branch: perl
20466            ! lib/UnicodeCD.pm
20467 ____________________________________________________________________________
20468 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
20469         Log: Doc tweakery from Abhijit.
20470      Branch: perl
20471            ! Porting/repository.pod
20472 ____________________________________________________________________________
20473 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
20474         Log: An accidental empty line.
20475      Branch: perl
20476            ! MANIFEST
20477 ____________________________________________________________________________
20478 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
20479         Log: Missing MANIFESTations.
20480      Branch: perl
20481            ! MANIFEST
20482 ____________________________________________________________________________
20483 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
20484         Log: Update Changes.
20485      Branch: perl
20486            ! Changes patchlevel.h
20487 ____________________________________________________________________________
20488 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
20489         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
20490              From: Mike Guy <mjtg@cam.ac.uk>
20491              Date: Fri, 20 Jul 2001 16:12:49 +0100
20492              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
20493      Branch: perl
20494            ! Porting/pumpkin.pod
20495 ____________________________________________________________________________
20496 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
20497         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
20498              From: Peter Prymmer <pvhp@forte.com>
20499              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
20500              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
20501      Branch: perl
20502            ! pod/perlhack.pod
20503 ____________________________________________________________________________
20504 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
20505         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
20506              From: Michael G Schwern <schwern@pobox.com>
20507              Date: Fri, 20 Jul 2001 20:22:35 -0400
20508              Message-ID: <20010720202235.O4498@blackrider>
20509      Branch: perl
20510            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
20511            ! lib/Test/t/todo.t
20512 ____________________________________________________________________________
20513 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
20514         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
20515              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
20516              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
20517              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
20518      Branch: perl
20519            ! ext/POSIX/POSIX.pod
20520 ____________________________________________________________________________
20521 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
20522         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
20523              From: Mark-Jason Dominus <mjd@plover.com>
20524              Date: Fri, 20 Jul 2001 23:16:54 -0400
20525              Message-ID: <20010721031654.21877.qmail@plover.com>
20526      Branch: perl
20527            ! ext/POSIX/POSIX.pod
20528 ____________________________________________________________________________
20529 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
20530         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
20531              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20532              Date: Sun, 22 Jul 2001 14:56:09 +0200
20533              Message-ID: <20010722145609.A766@rafael>
20534      Branch: perl
20535            ! ext/B/O.pm
20536 ____________________________________________________________________________
20537 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
20538         Log: Subject: regexec.c #define cleanup
20539              From: Mark-Jason Dominus <mjd@plover.com>
20540              Date: Sat, 21 Jul 2001 18:33:25 -0400
20541              Message-ID: <20010721223325.3069.qmail@plover.com>
20542      Branch: perl
20543            ! regexec.c
20544 ____________________________________________________________________________
20545 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
20546         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
20547              From: Prymmer/Kahn <pvhp@best.com>
20548              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
20549              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
20550      Branch: perl
20551            ! t/io/fs.t
20552 ____________________________________________________________________________
20553 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
20554         Log: Typo in #11432.
20555      Branch: perl
20556            ! ext/POSIX/POSIX.t
20557 ____________________________________________________________________________
20558 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
20559         Log: Integrate (manually) change #11424 from macperl.
20560      Branch: perl
20561            ! ext/Filter/t/call.t
20562 ____________________________________________________________________________
20563 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
20564         Log: Integrate change #11408 from macperl.
20565      Branch: perl
20566           !> README.macos pod/perlport.pod
20567 ____________________________________________________________________________
20568 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
20569         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
20570      Branch: perl
20571           +> macos/MacPerlTests.cmd macos/xsubpp.patch
20572            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
20573            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
20574            ! ext/POSIX/POSIX.t
20575 ____________________________________________________________________________
20576 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
20577         Log: pod/*.t tests not picked up by t/TEST either
20578      Branch: maint-5.6/perl
20579            ! t/TEST
20580 ____________________________________________________________________________
20581 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
20582         Log: better tweak for change#11429 (windows has both / and \ separated
20583              paths in @INC at that point)
20584      Branch: maint-5.6/perl
20585            ! t/pod/testp2pt.pl
20586 ____________________________________________________________________________
20587 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
20588         Log: MacOS pod test tweak needs \Escape
20589      Branch: maint-5.6/perl
20590            ! t/pod/testp2pt.pl
20591 ____________________________________________________________________________
20592 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
20593         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
20594              resulting duplicate output, but t/harness isn't)
20595      Branch: maint-5.6/perl
20596            ! t/run/runenv.t
20597 ____________________________________________________________________________
20598 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
20599         Log: t/harness wasn't picking up all the tests
20600      Branch: maint-5.6/perl
20601            ! t/harness
20602 ____________________________________________________________________________
20603 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
20604         Log: update MANIFEST for new file
20605      Branch: maint-5.6/perl
20606            ! MANIFEST
20607 ____________________________________________________________________________
20608 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
20609         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
20610              the exception of the macperl/macos/... tree
20611      Branch: maint-5.6/perl
20612           +> t/lib/filefind-taint.t
20613           !> (integrate 72 files)
20614 ____________________________________________________________________________
20615 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
20616         Log: Fix test.
20617      Branch: maint-5.6/macperl
20618            ! macos/bundled_ext/Filter/t/call.t
20619 ____________________________________________________________________________
20620 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
20621         Log: Make perl fork()-safe (in a slightly limited way) even on
20622              platforms that don't have pthread_atfork() (extension of
20623              the fix in change#11151).
20624              
20625              Note that this will not help extensions that call fork()
20626              directly in C, or that link to libraries that call fork()
20627              directly.  Such cases must be fixed to either call
20628              PerlProc_fork(), or call atfork_lock() in parent before the
20629              calling the function that forks and call atfork_unlock()
20630              in both parent and child immediately after the fork().
20631              (There are no worries if C code calls exec() in the child
20632              immediately after a fork().  Only cases where the child
20633              calls perl's API functions (including New()) after the
20634              fork() are problematic.)
20635              
20636              This change also eliminates the use of vfork() from perl,
20637              since all such uses were violating the severe restrictions
20638              on modifying the state of the process between the vfork()
20639              and the exec().
20640              
20641              This is a modified version of patches suggested by Abhijit
20642              Menon-Sen and Richard Soderberg.
20643      Branch: perl
20644            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
20645            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
20646 ____________________________________________________________________________
20647 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
20648         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
20649              Switch, and Text::Balanced.
20650      Branch: maint-5.6/macperl
20651            + macos/bundled_ext/Filter/Util/Call/Call.pm
20652            + macos/bundled_ext/Filter/Util/Call/Call.xs
20653            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
20654            + macos/bundled_ext/Filter/t/MyFilter.pm
20655            + macos/bundled_ext/Filter/t/call.t
20656            + macos/bundled_ext/Filter/t/filter-util.pl
20657            + macos/bundled_lib/blib/lib/Class/ISA.pm
20658            + macos/bundled_lib/blib/lib/Digest.pm
20659            + macos/bundled_lib/blib/lib/Filter/Simple.pm
20660            + macos/bundled_lib/blib/lib/Switch.pm
20661            + macos/bundled_lib/blib/lib/Text/Balanced.pm
20662            + macos/bundled_lib/blib/lib/Text/Balanced.pod
20663            + macos/bundled_lib/t/Class/ISA/test.pl
20664            + macos/bundled_lib/t/Digest/Digest.t
20665            + macos/bundled_lib/t/Filter/Simple/test.pl
20666            + macos/bundled_lib/t/Switch/test.pl
20667            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
20668            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
20669            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
20670            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
20671            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
20672            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
20673            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
20674            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
20675 ____________________________________________________________________________
20676 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
20677         Log: Add Filter::Util::Call to config/make files; edit utils
20678              to recognize the module (it was descended too far down).
20679              Bump version to 5.6.1a4.
20680      Branch: maint-5.6/macperl
20681            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
20682            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
20683            ! macos/macperl/Makefile.mk macos/xsubpp.patch
20684 ____________________________________________________________________________
20685 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
20686         Log: Make DB_File the default for MLDBM on MacOS.
20687      Branch: maint-5.6/macperl
20688            ! macos/bundled_lib/blib/lib/MLDBM.pm
20689 ____________________________________________________________________________
20690 [ 11419] By: nick                                  on 2001/07/20  14:51:03
20691         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
20692              From:  Simon Cozens <simon@netthink.co.uk>
20693              Date:  Fri, 20 Jul 2001 11:42:35 -0400
20694              Message-Id:  <20010720114235.A5235@netthink.co.uk>
20695      Branch: perl
20696            ! lib/UnicodeCD.pm
20697 ____________________________________________________________________________
20698 [ 11418] By: nick                                  on 2001/07/20  14:48:12
20699         Log: Subject:  [PATCH regcomp.h] adds a comment
20700              From:  Abhijit Menon-Sen <ams@wiw.org>
20701              Date:  Fri, 20 Jul 2001 21:05:37 +0530
20702              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
20703      Branch: perl
20704            ! regcomp.h
20705 ____________________________________________________________________________
20706 [ 11417] By: nick                                  on 2001/07/20  14:16:38
20707         Log: Subject:  [PATCH 5.7.2] INSTALL updates
20708              From:  Andy Dougherty <doughera@lafayette.edu>
20709              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
20710              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
20711      Branch: perl
20712            ! INSTALL
20713 ____________________________________________________________________________
20714 [ 11416] By: nick                                  on 2001/07/20  06:44:44
20715         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
20716              From:  Russ Allbery <rra@stanford.edu>
20717              Date:  19 Jul 2001 15:52:37 -0700
20718              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
20719      Branch: perl
20720            ! lib/Pod/Man.pm
20721 ____________________________________________________________________________
20722 [ 11415] By: nick                                  on 2001/07/20  06:35:11
20723         Log: Subject:  [PATCH] defer op_seq allocation
20724              From:  Abhijit Menon-Sen <ams@wiw.org>
20725              Date:  Thu, 19 Jul 2001 22:12:24 +0530
20726              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
20727      Branch: perl
20728            ! op.c
20729 ____________________________________________________________________________
20730 [ 11414] By: nick                                  on 2001/07/20  06:23:36
20731         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
20732              From:  Abhijit Menon-Sen <ams@wiw.org>
20733              Date:  Fri, 20 Jul 2001 01:18:50 +0530
20734              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
20735              (Private e-mail)
20736      Branch: perl
20737            ! ext/Time/HiRes/HiRes.xs
20738 ____________________________________________________________________________
20739 [ 11413] By: nick                                  on 2001/07/20  06:18:53
20740         Log: Integrate mainline
20741      Branch: perlio
20742           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
20743            - t/base/commonsense.t
20744           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
20745           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
20746           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
20747           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
20748           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
20749           !> win32/win32.c
20750 ____________________________________________________________________________
20751 [ 11412] By: nick                                  on 2001/07/19  06:44:27
20752         Log: Integrate win32/perlhost.h from maintenance branch.
20753              (Rest of $ENV{PATH} / system() fix.)
20754      Branch: perl
20755           !> win32/perlhost.h
20756 ____________________________________________________________________________
20757 [ 11411] By: nick                                  on 2001/07/19  06:41:34
20758         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
20759              From:  Philip Newton <Philip.Newton@gmx.net>
20760              Date:  Wed, 18 Jul 2001 21:43:57 +0200
20761              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
20762      Branch: perl
20763            ! pod/perlhack.pod
20764 ____________________________________________________________________________
20765 [ 11410] By: nick                                  on 2001/07/19  06:39:35
20766         Log: Subject:  Security hole in taint checking in open()
20767              From:  deekoo@tentacle.net
20768              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
20769              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
20770      Branch: perl
20771            ! doio.c
20772 ____________________________________________________________________________
20773 [ 11409] By: nick                                  on 2001/07/19  06:28:08
20774         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
20775              From:  Abhijit Menon-Sen <ams@wiw.org>
20776              Date:  Thu, 19 Jul 2001 04:30:43 +0530
20777              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
20778      Branch: perl
20779            ! ext/Time/HiRes/HiRes.xs
20780 ____________________________________________________________________________
20781 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
20782         Log: Update docs with latest implementation information and new URLs.
20783      Branch: maint-5.6/macperl
20784            ! README.macos pod/perlport.pod
20785 ____________________________________________________________________________
20786 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
20787         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
20788              Fix BuildRules to accept optimization variables.
20789      Branch: maint-5.6/macperl
20790            + macos/bundled_ext/Digest/MD5/Makefile.mk
20791            ! macos/BuildRules.mk macos/Makefile.mk
20792            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
20793            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
20794 ____________________________________________________________________________
20795 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
20796         Log: Integrate changes 11399,11401
20797      Branch: maint-5.6/macperl
20798           !> win32/perlhost.h win32/win32.c
20799 ____________________________________________________________________________
20800 [ 11405] By: nick                                  on 2001/07/18  06:50:33
20801         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
20802              from perl5.6*
20803      Branch: perl
20804           !> win32/perlhost.h win32/win32.c
20805 ____________________________________________________________________________
20806 [ 11404] By: nick                                  on 2001/07/18  06:43:59
20807         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
20808              From:  hv@crypt0.demon.co.uk
20809              Date:  Wed, 18 Jul 2001 05:58:46 +0100
20810              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
20811      Branch: perl
20812            ! ext/POSIX/POSIX.t
20813 ____________________________________________________________________________
20814 [ 11403] By: nick                                  on 2001/07/18  06:38:57
20815         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
20816              From:  hv@crypt0.demon.co.uk
20817              Date:  Wed, 18 Jul 2001 05:21:54 +0100
20818              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
20819      Branch: perl
20820            ! numeric.c t/op/arith.t
20821 ____________________________________________________________________________
20822 [ 11402] By: nick                                  on 2001/07/18  06:19:17
20823         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
20824              From:  mjd@plover.com
20825              Date:  17 Jul 2001 17:59:20 -0000
20826              Message-Id:  <20010717175920.8177.qmail@plover.com>
20827      Branch: perl
20828            ! pod/perlre.pod
20829 ____________________________________________________________________________
20830 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
20831         Log: thinko in change#11400 (duh)
20832      Branch: maint-5.6/perl
20833            ! win32/perlhost.h
20834 ____________________________________________________________________________
20835 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
20836         Log: change#11399 revealed another unrelated bug; this is just a temporary
20837              bandaid
20838      Branch: maint-5.6/perl
20839            ! win32/perlhost.h
20840 ____________________________________________________________________________
20841 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
20842         Log: fix bugs in handling of the virtualized environment under windows;
20843              there were bugs in propagating any changes to %ENV down to the real
20844              environment when such changes happened in the toplevel process
20845              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
20846              problem identification, and for a part of the fix)
20847      Branch: maint-5.6/perl
20848            ! win32/perlhost.h win32/win32.c
20849 ____________________________________________________________________________
20850 [ 11398] By: nick                                  on 2001/07/17  08:26:35
20851         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
20852              From: Peter Prymmer <pvhp@forte.com>
20853              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
20854              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
20855              
20856              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
20857              should not depend on existance of Config.pm
20858      Branch: perl
20859           +> t/lib/commonsense.t
20860            - t/base/commonsense.t
20861            ! MANIFEST t/README
20862 ____________________________________________________________________________
20863 [ 11397] By: nick                                  on 2001/07/17  08:09:58
20864         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
20865              From:  Michael G Schwern <schwern@pobox.com>
20866              Date:  Mon, 16 Jul 2001 18:20:31 -0400
20867              Message-Id:  <20010716182031.A1128@blackrider>
20868      Branch: perl
20869            ! pod/perlhack.pod
20870 ____________________________________________________________________________
20871 [ 11396] By: nick                                  on 2001/07/17  08:04:11
20872         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
20873              From:  Gwyn Judd <b.judd@xtra.co.nz>
20874              Date:  Tue, 17 Jul 2001 20:55:58 +1200
20875              Message-Id:  <20010717205558.A3107@thislove>
20876      Branch: perl
20877            ! pod/perlfunc.pod
20878 ____________________________________________________________________________
20879 [ 11395] By: nick                                  on 2001/07/17  08:02:22
20880         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
20881              From:  Peter Prymmer <pvhp@forte.com>
20882              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
20883              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
20884      Branch: perl
20885            ! t/op/sprintf.t
20886 ____________________________________________________________________________
20887 [ 11394] By: nick                                  on 2001/07/17  07:57:06
20888         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
20889              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
20890              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
20891              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
20892      Branch: perl
20893            ! gv.c
20894 ____________________________________________________________________________
20895 [ 11392] By: nick                                  on 2001/07/17  07:50:12
20896         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
20897              From:  Coral <coral@moonlight.crystalflame.net>
20898              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
20899              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
20900      Branch: perl
20901            ! pp_sys.c thread.h
20902 ____________________________________________________________________________
20903 [ 11391] By: nick                                  on 2001/07/17  07:34:28
20904         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
20905              From:  Jonathan Stowe <gellyfish@gellyfish.com>
20906              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
20907              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
20908      Branch: perl
20909            ! utils/h2xs.PL
20910 ____________________________________________________________________________
20911 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
20912         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
20913              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
20914              and Mac::Apps::Launch, which don't work, and Time::HiRes and
20915              Time::Piece, which don't yet work.
20916      Branch: maint-5.6/macperl
20917            + (add 154 files)
20918 ____________________________________________________________________________
20919 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
20920         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
20921              Also add hack to get around missing setenv for PERL5DB.
20922      Branch: maint-5.6/macperl
20923            ! macos/macish.c macos/macish.h
20924 ____________________________________________________________________________
20925 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
20926         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
20927      Branch: maint-5.6/macperl
20928            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
20929            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
20930 ____________________________________________________________________________
20931 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
20932         Log: Fix up some configuration and make options, add extra
20933              extensions.
20934      Branch: maint-5.6/macperl
20935            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
20936            ! macos/macperl/Makefile.mk
20937 ____________________________________________________________________________
20938 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
20939         Log: From Change 11374 in maintperl.
20940      Branch: maint-5.6/macperl
20941           !> utils/h2ph.PL
20942 ____________________________________________________________________________
20943 [ 11385] By: nick                                  on 2001/07/16  14:12:58
20944         Log: Back out change to h2xs till it passes its test.
20945      Branch: perl
20946            ! utils/h2xs.PL
20947 ____________________________________________________________________________
20948 [ 11384] By: nick                                  on 2001/07/16  14:00:10
20949         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
20950              From:  Jonathan Stowe <gellyfish@gellyfish.com>
20951              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
20952              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
20953      Branch: perl
20954            ! utils/h2xs.PL
20955 ____________________________________________________________________________
20956 [ 11383] By: nick                                  on 2001/07/16  13:53:12
20957         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
20958              From:  Robin Houston <robin@kitsite.com>
20959              Date:  Sun, 15 Jul 2001 18:22:31 +0100
20960              Message-Id:  <20010715182230.A11174@robin>
20961      Branch: perl
20962            ! hints/darwin.sh
20963 ____________________________________________________________________________
20964 [ 11382] By: nick                                  on 2001/07/16  13:52:49
20965         Log: Subject:  [PATCH perl@11372] re_dup
20966              From:  Radu Greab <radu@netsoft.ro>
20967              Date:  Sun, 15 Jul 2001 04:50:06 +0300
20968              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
20969      Branch: perl
20970            ! sv.c
20971 ____________________________________________________________________________
20972 [ 11379] By: nick                                  on 2001/07/16  13:35:39
20973         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
20974              From:  Robin Houston <robin@kitsite.com>
20975              Date:  Sat, 14 Jul 2001 14:28:50 +0100
20976              Message-Id:  <20010714142850.A10205@robin>
20977      Branch: perl
20978            ! ext/B/B/Deparse.pm
20979 ____________________________________________________________________________
20980 [ 11378] By: nick                                  on 2001/07/16  13:30:36
20981         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
20982              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
20983              Date:  Sat, 14 Jul 2001 22:17:42 +0900
20984              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
20985      Branch: perl
20986            + ext/Encode/Encode/euc-jp-0212.enc
20987            ! ext/Encode/Encode/Tcl.pm
20988 ____________________________________________________________________________
20989 [ 11377] By: nick                                  on 2001/07/16  13:17:28
20990         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
20991              From:  Andy Dougherty <doughera@lafayette.edu>
20992              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
20993              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
20994      Branch: perl
20995            ! hints/darwin.sh hints/rhapsody.sh
20996 ____________________________________________________________________________
20997 [ 11376] By: nick                                  on 2001/07/16  09:05:00
20998         Log: Integrate mainline
20999      Branch: perlio
21000           +> ext/Encode/Encode/7bit-greek.enc
21001           +> ext/Encode/Encode/7bit-latin1.enc
21002           +> ext/Encode/Encode/cns11643-1.enc
21003           +> ext/Encode/Encode/cns11643-2.enc
21004           +> ext/Encode/Encode/iso2022-cn.enc
21005           +> ext/Encode/Encode/iso2022-jp1.enc
21006           +> ext/Encode/Encode/iso2022-jp2.enc
21007           !> Changes Configure MANIFEST Makefile.SH
21008           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
21009           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
21010           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
21011           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
21012           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
21013 ____________________________________________________________________________
21014 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
21015         Log: integrate change#11374 from maint-5.6
21016              
21017              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
21018      Branch: perl
21019           !> utils/h2ph.PL
21020 ____________________________________________________________________________
21021 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
21022         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
21023      Branch: maint-5.6/perl
21024            ! utils/h2ph.PL
21025 ____________________________________________________________________________
21026 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
21027         Log: Update Changes.
21028      Branch: perl
21029            ! Changes patchlevel.h
21030 ____________________________________________________________________________
21031 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
21032         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
21033              From: Jonathan Stowe <gellyfish@gellyfish.com>
21034              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
21035              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
21036      Branch: perl
21037            ! utils/h2xs.PL
21038 ____________________________________________________________________________
21039 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
21040         Log: Subject: patch to add DEL to [:cntrl:]
21041              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21042              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
21043              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
21044      Branch: perl
21045            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
21046 ____________________________________________________________________________
21047 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
21048         Log: Metaconfig unit change for #11369; plus a dependency nit.
21049      Branch: metaconfig
21050            ! U/compline/nblock_io.U
21051      Branch: metaconfig/U/perl
21052            ! Extensions.U
21053 ____________________________________________________________________________
21054 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
21055         Log: #include <stdlib.h> so that exit() is prototyped,
21056              noticed by Hugo.
21057      Branch: perl
21058            ! Configure
21059 ____________________________________________________________________________
21060 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
21061         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
21062              From: Peter Prymmer <pvhp@forte.com>
21063              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
21064              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
21065      Branch: perl
21066            ! t/op/sprintf.t
21067 ____________________________________________________________________________
21068 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
21069         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
21070              From: Peter Prymmer <pvhp@forte.com>
21071              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
21072              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
21073      Branch: perl
21074            ! ext/Encode/Encode/Tcl.t
21075 ____________________________________________________________________________
21076 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
21077         Log: Add information about gcc 3.0 basic block profiling.
21078      Branch: perl
21079            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
21080 ____________________________________________________________________________
21081 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
21082         Log: Subject: Error in lib/PerlIO/Via.pm ?
21083              From: Mark-Jason Dominus <mjd@plover.com>
21084              Date: Fri, 13 Jul 2001 15:55:41 -0400
21085              Message-ID: <20010713195541.26751.qmail@plover.com>
21086      Branch: perl
21087            ! ext/PerlIO/Via/Via.pm
21088 ____________________________________________________________________________
21089 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
21090         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
21091              section from the Compiler section.
21092      Branch: perl
21093            ! myconfig.SH
21094 ____________________________________________________________________________
21095 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
21096         Log: Handle glibc style of constant definitions using enum
21097              with intervening #defines; from Brendan O'Dea.
21098      Branch: perl
21099            ! utils/h2ph.PL
21100 ____________________________________________________________________________
21101 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
21102         Log: Add LC_MESSAGES to the locale_h export tag (it already is
21103              in the Makefile.PL and thusly eligible for an XS constant)
21104              (see also maintperl #10543)
21105      Branch: perl
21106            ! ext/POSIX/POSIX.pm
21107 ____________________________________________________________________________
21108 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
21109         Log: Subject: Re: [patch] re_dup
21110              From: Abhijit Menon-Sen <ams@wiw.org>
21111              Date: Fri, 13 Jul 2001 21:41:09 +0530
21112              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
21113      Branch: perl
21114            ! sv.c
21115 ____________________________________________________________________________
21116 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
21117         Log: Subject: [patch] re_dup
21118              From: Doug MacEachern <dougm@covalent.net>
21119              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
21120              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
21121      Branch: perl
21122            ! sv.c
21123 ____________________________________________________________________________
21124 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
21125         Log: Update Changes.
21126      Branch: perl
21127            ! Changes patchlevel.h
21128 ____________________________________________________________________________
21129 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
21130         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
21131              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
21132              Date: Sat, 14 Jul 2001 00:06:30 +0900
21133              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
21134      Branch: perl
21135            + ext/Encode/Encode/7bit-greek.enc
21136            + ext/Encode/Encode/7bit-latin1.enc
21137            + ext/Encode/Encode/cns11643-1.enc
21138            + ext/Encode/Encode/cns11643-2.enc
21139            + ext/Encode/Encode/iso2022-cn.enc
21140            + ext/Encode/Encode/iso2022-jp1.enc
21141            + ext/Encode/Encode/iso2022-jp2.enc
21142            ! MANIFEST ext/Encode/Encode/Tcl.pm
21143            ! ext/Encode/Encode/iso2022-kr.enc
21144 ____________________________________________________________________________
21145 [ 11357] By: nick                                  on 2001/07/13  14:24:06
21146         Log: Blind integrate mainline (as of 5.7.2?)
21147      Branch: perlio
21148           !> AUTHORS Changes Porting/config.sh Porting/config_H
21149           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
21150           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
21151           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21152           !> win32/makefile.mk
21153 ____________________________________________________________________________
21154 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
21155         Log: Snip away the devel patchlevel.
21156      Branch: perl
21157            ! patchlevel.h
21158 ____________________________________________________________________________
21159 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
21160         Log: Bump the version to 5.7.2.
21161      Branch: perl
21162            ! Porting/config.sh Porting/config_H patchlevel.h
21163            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
21164            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21165            ! win32/makefile.mk
21166 ____________________________________________________________________________
21167 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
21168         Log: Update Changes.
21169      Branch: perl
21170            ! Changes
21171 ____________________________________________________________________________
21172 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
21173         Log: Reword.
21174      Branch: perl
21175            ! AUTHORS
21176 ____________________________________________________________________________
21177 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
21178         Log: AUTHORS update.
21179      Branch: perl
21180            ! AUTHORS
21181 ____________________________________________________________________________
21182 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
21183         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
21184              unless ithreads.
21185      Branch: perl
21186            ! makedef.pl
21187 ____________________________________________________________________________
21188 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
21189         Log: Integrate perlio.
21190      Branch: perl
21191           !> win32/distclean.bat
21192 ____________________________________________________________________________
21193 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
21194         Log: Test the encoding transform only iff we have PerlIO,
21195              noticed by H. Merijn Brand.
21196      Branch: perl
21197            ! ext/PerlIO/t/encoding.t
21198 ____________________________________________________________________________
21199 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
21200         Log: README.netware tweaks from Ananth Kesari.
21201      Branch: perl
21202            ! README.netware
21203 ____________________________________________________________________________
21204 [ 11346] By: nick                                  on 2001/07/13  09:18:51
21205         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
21206              to avoid /unicode vs /Unicode issues.
21207      Branch: perlio
21208            ! win32/distclean.bat
21209 ____________________________________________________________________________
21210 [ 11345] By: nick                                  on 2001/07/13  06:24:18
21211         Log: Integrate mainline
21212      Branch: perlio
21213           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
21214            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
21215           !> (integrate 63 files)
21216 ____________________________________________________________________________
21217 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
21218         Log: Add d_bincompat5005 information to perl -V.
21219      Branch: perl
21220            ! myconfig.SH
21221 ____________________________________________________________________________
21222 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
21223         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
21224              From: Abhijit Menon-Sen <ams@wiw.org>
21225              Date: Fri, 13 Jul 2001 07:12:36 +0530
21226              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
21227      Branch: perl
21228            ! sv.c
21229 ____________________________________________________________________________
21230 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
21231         Log: Remove unicode::distinct, as per Inaba Hiroto.
21232      Branch: perl
21233            - lib/unicode/distinct.pm
21234            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
21235            ! t/lib/1_compile.t
21236 ____________________________________________________________________________
21237 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
21238         Log: Paging for Dr Octothorpe.
21239      Branch: perl
21240            ! pod/perlfaq4.pod
21241 ____________________________________________________________________________
21242 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
21243         Log: cut-n-paste error noticed by mjd.
21244      Branch: perl
21245            ! pod/perlfaq4.pod
21246 ____________________________________________________________________________
21247 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
21248         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
21249              From: Peter Prymmer <pvhp@forte.com>
21250              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
21251              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
21252      Branch: perl
21253            ! pod/perlfaq4.pod
21254 ____________________________________________________________________________
21255 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
21256         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
21257              From: Randall Gellens <randy@qualcomm.com>
21258              Date: Thu, 12 Jul 2001 16:56:23 -0700
21259              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
21260      Branch: perl
21261            ! Porting/repository.pod
21262 ____________________________________________________________________________
21263 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
21264         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
21265      Branch: perl
21266            ! thread.h
21267 ____________________________________________________________________________
21268 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
21269         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
21270              From: coral <coral@moonlight.crystalflame.net>
21271              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
21272              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
21273      Branch: perl
21274            ! thread.h
21275 ____________________________________________________________________________
21276 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
21277         Log: Metaconfig unit change for #11134.
21278      Branch: metaconfig
21279            + U/threads/d_pthread_atfork.U
21280 ____________________________________________________________________________
21281 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
21282         Log: Add HAS_PTHREAD_ATFORK.
21283      Branch: perl
21284            ! Configure NetWare/config.wc NetWare/config_H.wc
21285            ! Porting/Glossary Porting/config.sh Porting/config_H
21286            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
21287            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
21288            ! vos/config.ga.def vos/config.ga.h win32/config.bc
21289            ! win32/config.gc win32/config.vc win32/config_H.bc
21290            ! win32/config_H.gc win32/config_H.vc
21291 ____________________________________________________________________________
21292 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
21293         Log: Subject: [PATCH] File::Copy fails on tied handles
21294              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
21295              Date: Thu, 12 Jul 2001 15:18:51 -0700
21296              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
21297      Branch: perl
21298            ! lib/File/Copy.pm
21299 ____________________________________________________________________________
21300 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
21301         Log: Subject: [PATCH] Langinfo.t
21302              From: Nicholas Clark <nick@ccl4.org>
21303              Date: Thu, 12 Jul 2001 23:55:38 +0100
21304              Message-ID: <20010712235538.M5827@plum.flirble.org>
21305      Branch: perl
21306            ! ext/I18N/Langinfo/Langinfo.t
21307 ____________________________________________________________________________
21308 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
21309         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
21310              From: Peter Prymmer <pvhp@forte.com>
21311              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
21312              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
21313      Branch: perl
21314            ! pod/perl572delta.pod
21315 ____________________________________________________________________________
21316 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
21317         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
21318              From: Abhijit Menon-Sen <ams@wiw.org>
21319              Date: Fri, 13 Jul 2001 05:21:16 +0530
21320              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
21321      Branch: perl
21322            ! sv.c
21323 ____________________________________________________________________________
21324 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
21325         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
21326              From: Abhijit Menon-Sen <ams@wiw.org>
21327              Date: Fri, 13 Jul 2001 03:04:25 +0530
21328              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
21329      Branch: perl
21330            ! av.c
21331 ____________________________________________________________________________
21332 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
21333         Log: s/^M$//g
21334      Branch: perl
21335            ! win32/Makefile win32/makefile.mk
21336 ____________________________________________________________________________
21337 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
21338         Log: Update Changes.
21339      Branch: perl
21340            ! Changes patchlevel.h
21341 ____________________________________________________________________________
21342 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
21343         Log: Typo spotted by Philip Newton.
21344      Branch: perl
21345            ! pod/perl572delta.pod
21346 ____________________________________________________________________________
21347 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
21348         Log: Subject: [PATCH] fixes perl_clone of perl_clone
21349              From: Artur Bergman <artur@contiller.se>
21350              Date: Thu, 12 Jul 2001 20:57:09 +0200
21351              Message-ID: <B773BFA4.236B%artur@contiller.se>
21352      Branch: perl
21353            ! sv.c
21354 ____________________________________________________________________________
21355 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
21356         Log: Add README.uts from Hal Morris.
21357      Branch: perl
21358            + README.uts
21359            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
21360            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
21361 ____________________________________________________________________________
21362 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
21363         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
21364              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21365              Date: Thu, 12 Jul 2001 20:32:37 +0200
21366              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
21367      Branch: perl
21368            ! hints/aix.sh
21369 ____________________________________________________________________________
21370 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
21371         Log: Subject: Patch: document reg_data.what member
21372              From: Mark-Jason Dominus <mjd@plover.com>
21373              Message-ID: <20010712182532.14821.qmail@plover.com>
21374              Date: Thu, 12 Jul 2001 14:25:32 -0400
21375      Branch: perl
21376            ! regcomp.c regcomp.h
21377 ____________________________________________________________________________
21378 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
21379         Log: Subject: [PATCH] Perl_re_dup()
21380              From: Abhijit Menon-Sen <ams@wiw.org>
21381              Date: Thu, 12 Jul 2001 23:54:32 +0530
21382              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
21383      Branch: perl
21384            ! embed.h embed.pl perlapi.c proto.h sv.c
21385 ____________________________________________________________________________
21386 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
21387         Log: Regen Configure, modlib, toc.
21388      Branch: perl
21389            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21390            ! pod/perlmodlib.pod pod/perltoc.pod
21391 ____________________________________________________________________________
21392 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
21393         Log: The problem seems to be in PerlIO::Layer::->find() not
21394              accepting the ":encoding(blurflur)" arguments.
21395      Branch: perl
21396            ! lib/PerlIO.pm lib/open.pm
21397 ____________________________________________________________________________
21398 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
21399         Log: AIX doc update.
21400      Branch: perl
21401            ! README.aix pod/perl572delta.pod
21402 ____________________________________________________________________________
21403 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
21404         Log: Subject: AIX README update
21405              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21406              Date: Thu, 12 Jul 2001 19:28:30 +0200
21407              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
21408      Branch: perl
21409            ! README.aix
21410 ____________________________________________________________________________
21411 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
21412         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
21413              From: Norton Allen <allen@huarp.harvard.edu>
21414              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
21415              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
21416      Branch: perl
21417            ! ext/IO/lib/IO/t/io_unix.t
21418 ____________________________________________________________________________
21419 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
21420         Log: Subject: [PATCH README.qnx hints/qnx.sh]
21421              From: Norton Allen <allen@huarp.harvard.edu>
21422              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
21423              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
21424      Branch: perl
21425            ! README.qnx hints/qnx.sh
21426 ____________________________________________________________________________
21427 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
21428         Log: Subject: [patch] faster PM_GETRE
21429              From: Doug MacEachern <dougm@covalent.net>
21430              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
21431              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
21432      Branch: perl
21433            ! op.h
21434 ____________________________________________________________________________
21435 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
21436         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
21437              From: Doug MacEachern <dougm@covalent.net>
21438              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
21439              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
21440      Branch: perl
21441            ! op.c
21442 ____________________________________________________________________________
21443 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
21444         Log: Tell where the nice Estonian database is.
21445      Branch: perl
21446            ! lib/open.pm
21447 ____________________________________________________________________________
21448 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
21449         Log: Retract #11309 since #11310 is a better fix.
21450      Branch: perl
21451            ! t/lib/1_compile.t
21452 ____________________________________________________________________________
21453 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
21454         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
21455              change#11300 needs to return the status of failed win32_spawnvp())
21456              
21457              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
21458              splitting correctly; remove unused variables; 'require' at run time
21459              rather than 'use' at compile time for I18N::Langinfo, since it
21460              isn't everyware
21461      Branch: perl
21462            ! lib/open.pm win32/win32.c
21463 ____________________________________________________________________________
21464 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
21465         Log: Temporary workaround.
21466      Branch: perl
21467            ! t/lib/1_compile.t
21468 ____________________________________________________________________________
21469 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
21470         Log: UCD typo in #11306 and add also more known-to-be-tested
21471              modules to the skip list.
21472      Branch: perl
21473            ! t/lib/1_compile.t
21474 ____________________________________________________________________________
21475 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
21476         Log: Rename Unicode::UCD to UnicodeCD to avoid
21477              messups with case-insensitive filesystems.
21478      Branch: perl
21479            + lib/UnicodeCD.pm lib/UnicodeCD.t
21480            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
21481            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
21482 ____________________________________________________________________________
21483 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
21484         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
21485              From: daniel@biz.bitpusher.com
21486              Date: Wed, 11 Jul 2001 23:25:47 -0700
21487              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
21488      Branch: perl
21489            ! lib/Tie/Array.pm t/op/splice.t
21490 ____________________________________________________________________________
21491 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
21492         Log: Subject: [PATCH] More accurate line numbers in messages
21493              From: Paul Johnson <paul@pjcj.net>
21494              Date: Thu, 12 Jul 2001 04:14:11 +0200
21495              Message-ID: <20010712041411.A3467@pjcj.net>
21496              
21497              (With prototyping and multiplicity tweaks.)
21498      Branch: perl
21499            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
21500 ____________________________________________________________________________
21501 [ 11304] By: nick                                  on 2001/07/12  12:53:40
21502         Log: Integrate mainline
21503      Branch: perlio
21504           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
21505           !> regexec.c thread.h
21506 ____________________________________________________________________________
21507 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
21508         Log: Cut-and-pasto in #11298.
21509      Branch: perl
21510            ! ext/ByteLoader/bytecode.h
21511 ____________________________________________________________________________
21512 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
21513         Log: Update the AIX known problems section.
21514      Branch: perl
21515            ! pod/perl572delta.pod
21516 ____________________________________________________________________________
21517 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
21518         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
21519              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21520              Date: Thu, 12 Jul 2001 12:16:16 +0200
21521              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
21522      Branch: perl
21523            ! hints/aix.sh
21524 ____________________________________________________________________________
21525 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
21526         Log: Integrate perlio.
21527      Branch: perl
21528           !> makedef.pl win32/win32.c
21529 ____________________________________________________________________________
21530 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
21531         Log: Subject: [PATCH] fix for PMOP threadness failures
21532              From: Artur Bergman <artur@contiller.se>
21533              Date: Thu, 12 Jul 2001 09:48:06 +0200
21534              Message-ID: <B77322D6.22DD%artur@contiller.se>
21535      Branch: perl
21536            ! regexec.c
21537 ____________________________________________________________________________
21538 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
21539         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
21540              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21541              Date: Thu, 12 Jul 2001 09:09:48 +0200
21542              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
21543              
21544              More parentheses to keep bcc happy.
21545      Branch: perl
21546            ! ext/ByteLoader/bytecode.h
21547 ____________________________________________________________________________
21548 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
21549         Log: Subject: Re: [patch] pthread_atfork bandaid
21550              From: Doug MacEachern <dougm@covalent.net>
21551              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
21552              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
21553      Branch: perl
21554            ! thread.h
21555 ____________________________________________________________________________
21556 [ 11296] By: nick                                  on 2001/07/12  11:55:48
21557         Log: Exclude reentrant_buffer from .def file
21558      Branch: perlio
21559            ! makedef.pl
21560 ____________________________________________________________________________
21561 [ 11295] By: nick                                  on 2001/07/12  11:11:44
21562         Log: Honour void-ness of my_exit()
21563      Branch: perlio
21564            ! win32/win32.c
21565 ____________________________________________________________________________
21566 [ 11294] By: nick                                  on 2001/07/12  07:51:04
21567         Log: Integrate mainline
21568      Branch: perlio
21569           +> uts/sprintf_wrap.c
21570           !> (integrate 35 files)
21571 ____________________________________________________________________________
21572 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
21573         Log: Retract #11289.
21574      Branch: perl
21575            ! embed.h embed.pl perl.c proto.h thread.h
21576 ____________________________________________________________________________
21577 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
21578         Log: Now the :locale pseudolayer *almost* works...
21579      Branch: perl
21580            ! lib/open.pm
21581 ____________________________________________________________________________
21582 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
21583         Log: Locale encoding tweaks.
21584      Branch: perl
21585            ! lib/open.pm
21586 ____________________________________________________________________________
21587 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
21588         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
21589              From: Mark-Jason Dominus <mjd@plover.com>
21590              Date: Thu, 12 Jul 2001 00:59:31 -0400
21591              Message-ID: <20010712045931.8543.qmail@plover.com>
21592              
21593              Remove the chmod/umask leading zero warning.
21594      Branch: perl
21595            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
21596            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
21597 ____________________________________________________________________________
21598 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
21599         Log: (Retracted by #11289.)
21600      Branch: perl
21601            ! embed.h embed.pl perl.c proto.h thread.h
21602 ____________________________________________________________________________
21603 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
21604         Log: Needed by #11283.
21605      Branch: perl
21606            ! intrpvar.h
21607 ____________________________________________________________________________
21608 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
21609         Log: Metaconfig unit change for #11286.
21610      Branch: metaconfig/U/perl
21611            ! patchlevel.U
21612 ____________________________________________________________________________
21613 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
21614         Log: Subject: Re: [PATCH Configure] perl -V broken
21615              From: Andy Dougherty <doughera@lafayette.edu>
21616              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
21617              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
21618      Branch: perl
21619            ! Configure myconfig.SH
21620 ____________________________________________________________________________
21621 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
21622         Log: Retract #11166 (and #11237).
21623      Branch: perl
21624            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
21625            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
21626            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
21627 ____________________________________________________________________________
21628 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
21629         Log: UTS tweaks for Hal Morris.
21630      Branch: perl
21631            + uts/sprintf_wrap.c
21632            ! MANIFEST hints/uts.sh perl.h
21633 ____________________________________________________________________________
21634 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
21635         Log: Subject: [PATCH] Use reentrant API glibc
21636              From: Artur Bergman <artur@contiller.se>
21637              Date: Thu, 12 Jul 2001 00:58:21 +0200
21638              Message-ID: <B772A6AD.2288%artur@contiller.se>
21639      Branch: perl
21640            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
21641            ! sv.c
21642 ____________________________________________________________________________
21643 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
21644         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
21645              From: barries <barries@slaysys.com>
21646              Date: Wed, 11 Jul 2001 15:11:46 -0400
21647              Message-ID: <20010711151146.G24560@jester.slaysys.com>
21648      Branch: perl
21649            ! pp_sys.c t/lib/warnings/doio win32/win32.c
21650 ____________________________________________________________________________
21651 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
21652         Log: Subject: [patch] pthread_atfork bandaid
21653              From: Doug MacEachern <dougm@covalent.net>
21654              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
21655              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
21656      Branch: perl
21657            ! miniperlmain.c perl.c
21658 ____________________________________________________________________________
21659 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
21660         Log: Subject: [patch] perl_clone leaks
21661              From: Doug MacEachern <dougm@covalent.net>
21662              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
21663              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
21664      Branch: perl
21665            ! sv.c
21666 ____________________________________________________________________________
21667 [ 11279] By: nick                                  on 2001/07/11  15:49:38
21668         Log: Integrate mainline
21669      Branch: perlio
21670           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
21671           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
21672           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
21673           +> lib/Term/ANSIColor/README
21674           !> (integrate 54 files)
21675 ____________________________________________________________________________
21676 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
21677         Log: Update Changes.
21678      Branch: perl
21679            ! Changes patchlevel.h
21680 ____________________________________________________________________________
21681 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
21682         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
21683              From: Peter Prymmer <pvhp@forte.com>
21684              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
21685              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
21686              
21687              Backport of embed.pl to 5.003.
21688      Branch: perl
21689            ! embed.pl
21690 ____________________________________________________________________________
21691 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
21692         Log: Subject: Re: POSIX test #14 on UTS 
21693              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21694              Date: Wed, 11 Jul 2001 03:02:14 +0100
21695              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
21696      Branch: perl
21697            ! ext/POSIX/POSIX.t
21698 ____________________________________________________________________________
21699 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
21700         Log: Make the I32 an IV to preserve structure alignment and size.
21701      Branch: perl
21702            ! op.h
21703 ____________________________________________________________________________
21704 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
21705         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
21706              From: "Artur Bergman" <artur@contiller.se>
21707              Date: Wed, 11 Jul 2001 14:23:37 +0200
21708              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
21709              
21710              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
21711      Branch: perl
21712            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
21713            ! pod/perlapi.pod sv.c
21714 ____________________________________________________________________________
21715 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
21716         Log: Tweak until Pod::Parser gets updated.
21717      Branch: perl
21718            ! t/pod/special_seqs.xr
21719 ____________________________________________________________________________
21720 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
21721         Log: File::Spec usage tweak.
21722      Branch: perl
21723            ! lib/ExtUtils.t
21724 ____________________________________________________________________________
21725 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
21726         Log: Integrate #11263 from macperl; macos and macosx updates.
21727      Branch: perl
21728           !> pod/perlport.pod
21729 ____________________________________________________________________________
21730 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
21731         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
21732              From: Peter Prymmer <pvhp@forte.com>
21733              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
21734              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
21735      Branch: perl
21736            + ext/Time/HiRes/hints/dynixptx.pl
21737            ! MANIFEST hints/dynixptx.sh
21738 ____________________________________________________________________________
21739 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
21740         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
21741              From: Nicholas Clark <nick@ccl4.org>
21742              Date: Tue, 10 Jul 2001 23:17:43 +0100
21743              Message-ID: <20010710231742.B59620@plum.flirble.org>
21744      Branch: perl
21745            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
21746 ____________________________________________________________________________
21747 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
21748         Log: Subject: [DOC PATCH] Pluggable runops
21749              From: Paul Johnson <paul@pjcj.net>
21750              Date: Tue, 10 Jul 2001 21:53:28 +0200
21751              Message-ID: <20010710215328.B26577@pjcj.net>
21752      Branch: perl
21753            ! pod/perlguts.pod
21754 ____________________________________________________________________________
21755 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
21756         Log: Subject: [PATCH] Authors
21757              From: Artur Bergman <artur@contiller.se>
21758              Date: Tue, 10 Jul 2001 20:39:12 +0200
21759              Message-ID: <B771186F.21CD%artur@contiller.se>
21760      Branch: perl
21761            ! AUTHORS
21762 ____________________________________________________________________________
21763 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
21764         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
21765              From: Doug MacEachern <dougm@covalent.net>
21766              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
21767              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
21768      Branch: perl
21769            ! pp_ctl.c
21770 ____________________________________________________________________________
21771 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
21772         Log: Subject: doc patch; times() in scalar context
21773              From: mjd@plover.com
21774              Date: 10 Jul 2001 18:01:17 -0000
21775              Message-ID: <20010710180117.12477.qmail@plover.com>
21776      Branch: perl
21777            ! pod/perlfunc.pod
21778 ____________________________________________________________________________
21779 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
21780         Log: Subject: [PATCH] Small fix to pp_gmtime
21781              From: Artur Bergman <artur@contiller.se>
21782              Date: Tue, 10 Jul 2001 19:54:52 +0200
21783              Message-ID: <B7710E0B.21C5%artur@contiller.se>
21784      Branch: perl
21785            ! pp_sys.c
21786 ____________________________________________________________________________
21787 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
21788         Log: Integrate changes from mainline perl, add notes about
21789              Mac OS X and Mac OS.
21790      Branch: maint-5.6/macperl
21791            ! pod/perlport.pod
21792 ____________________________________________________________________________
21793 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
21794         Log: A proof of the dangers of package; ?
21795      Branch: perl
21796            ! t/lib/warnings/op
21797 ____________________________________________________________________________
21798 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
21799         Log: Regen toc and modlib.
21800      Branch: perl
21801            ! pod/perlmodlib.pod pod/perltoc.pod
21802 ____________________________________________________________________________
21803 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
21804         Log: Add compexcl(), casefold(), and casespec() interfaces;
21805              and make all interfaces to return hash references instead
21806              of hashes. 
21807      Branch: perl
21808            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21809 ____________________________________________________________________________
21810 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
21811         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
21812              From: "Philip Newton" <Philip.Newton@gmx.net>
21813              Date: Tue, 10 Jul 2001 09:55:59 +0200
21814              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
21815              
21816              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
21817              From: "Philip Newton" <Philip.Newton@gmx.net>
21818              Date: Tue, 10 Jul 2001 09:56:37 +0200
21819              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
21820      Branch: perl
21821            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21822            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
21823 ____________________________________________________________________________
21824 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
21825         Log: Subject: [patch] undef &xsub for 1,2
21826              From: Doug MacEachern <dougm@covalent.net>
21827              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
21828              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
21829              
21830              (This version of the patch with a comment from Gisle.)
21831      Branch: perl
21832            ! op.c
21833 ____________________________________________________________________________
21834 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
21835         Log: Mention package; deprecation and the Win32 problems.
21836      Branch: perl
21837            ! pod/perl572delta.pod
21838 ____________________________________________________________________________
21839 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
21840         Log: Subject: [PATCH] deprecate package with no arguments
21841              From: Robin Houston <robin@kitsite.com>
21842              Date: Tue, 10 Jul 2001 13:33:40 +0100
21843              Message-ID: <20010710133340.A13452@robin.kitsite.com>
21844      Branch: perl
21845            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
21846 ____________________________________________________________________________
21847 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
21848         Log: Upgrade to podlators 1.10.
21849      Branch: perl
21850            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
21851            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
21852            ! pod/pod2man.PL pod/pod2text.PL
21853 ____________________________________________________________________________
21854 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
21855         Log: Upgrade to Term::ANSIColor 1.04.
21856      Branch: perl
21857            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
21858            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
21859 ____________________________________________________________________________
21860 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
21861         Log: Integrate perlio (the right fix for the ":layer(args)")
21862      Branch: perl
21863           !> perlio.c
21864 ____________________________________________________________________________
21865 [ 11252] By: nick                                  on 2001/07/10  06:58:14
21866         Log: Fix open(...,"...:layer(xxx)",...)
21867              - use memEQ not strEQ as there is '(' not '\0'
21868      Branch: perlio
21869            ! perlio.c
21870 ____________________________________________________________________________
21871 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
21872         Log: Telling the number of tests helps.
21873      Branch: perl
21874            ! ext/PerlIO/t/encoding.t
21875 ____________________________________________________________________________
21876 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
21877         Log: Require I18N::Langinfo, not use.
21878      Branch: perl
21879            ! lib/open.pm
21880 ____________________________________________________________________________
21881 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
21882         Log: Add a test for for PerlIO ":encoding(...)" layer.
21883      Branch: perl
21884            + ext/PerlIO/t/encoding.t
21885            ! MANIFEST ext/Encode/Encode.pm
21886 ____________________________________________________________________________
21887 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
21888         Log: PerlIO ":encoding(foobar)" temporary fix.
21889              Not really correct, I think, since the change means
21890              that prefixes match.
21891      Branch: perl
21892            ! perlio.c
21893 ____________________________________________________________________________
21894 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
21895         Log: Update to Math::BigInt 1.36.  The biggest news is
21896              the separation of the backend; now the pure Perl
21897              implementation is in Math::BigInt::Calc, but one
21898              can plugin, say, Math::BigInt::BitVect, and get
21899              considerable speedup.
21900      Branch: perl
21901            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
21902            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
21903            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
21904            ! lib/Math/BigInt/t/mbimbf.t
21905 ____________________________________________________________________________
21906 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
21907         Log: Subject: Re: compatibility question
21908              From: Peter Prymmer <pvhp@forte.com>
21909              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
21910              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
21911      Branch: perl
21912            ! lib/ExtUtils/MM_VMS.pm
21913 ____________________________________________________________________________
21914 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
21915         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
21916              From: Norton Allen <allen@huarp.harvard.edu>
21917              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
21918              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
21919      Branch: perl
21920            ! ext/File/Glob/t/basic.t
21921 ____________________________________________________________________________
21922 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
21923         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
21924              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21925              Date: Tue, 10 Jul 2001 00:29:55 +0900
21926              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
21927      Branch: perl
21928            + ext/Encode/Encode/HZ.enc
21929            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
21930            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
21931            ! ext/Encode/Encode/iso2022-jp.enc
21932            ! ext/Encode/Encode/iso2022-kr.enc
21933 ____________________________________________________________________________
21934 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
21935         Log: Add in all them there macos/ files.
21936      Branch: maint-5.6/macperl
21937            + (add 577 files)
21938 ____________________________________________________________________________
21939 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
21940         Log: Add the new modules to the list of having those own tests.
21941      Branch: perl
21942            ! t/lib/1_compile.t
21943 ____________________________________________________________________________
21944 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
21945         Log: Add INOUT to control both ways at the same time.
21946      Branch: perl
21947            ! lib/open.pm
21948 ____________________________________________________________________________
21949 [ 11240] By: nick                                  on 2001/07/09  16:33:50
21950         Log: Integrate mainline
21951      Branch: perlio
21952           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
21953           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
21954           !> (integrate 41 files)
21955 ____________________________________________________________________________
21956 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
21957         Log: More encoding mapping magic.
21958      Branch: perl
21959            ! lib/open.pm
21960 ____________________________________________________________________________
21961 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
21962         Log: Update Changes.
21963      Branch: perl
21964            ! Changes patchlevel.h
21965 ____________________________________________________________________________
21966 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
21967         Log: (Retracted by #11285).
21968              
21969              Subject: [PATCH] OPpCONST_OCTAL fixes
21970              From: Abhijit Menon-Sen <ams@wiw.org>
21971              Date: Mon, 9 Jul 2001 07:38:45 +0530
21972              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
21973      Branch: perl
21974            ! op.c
21975 ____________________________________________________________________________
21976 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
21977         Log: Add a pseudolayer ":locale" to the open pragma which
21978              will get the encoding from the locale.  Yet undocumented
21979              because I can't get the PerlIO :encoding(foobar) to work.
21980      Branch: perl
21981            ! ext/Encode/Encode.pm lib/open.pm
21982 ____________________________________________________________________________
21983 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
21984         Log: Add more encoding mappings.
21985      Branch: perl
21986            ! ext/Encode/Encode.pm
21987 ____________________________________________________________________________
21988 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
21989         Log: Document that using :encoding layer requires using Encode.
21990      Branch: perl
21991            ! ext/Encode/Encode.pm lib/PerlIO.pm
21992 ____________________________________________________________________________
21993 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
21994         Log: Netware tweak from Ananth Kesari.
21995      Branch: perl
21996            ! NetWare/netware.h
21997 ____________________________________________________________________________
21998 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
21999         Log: t/harness doesn't know about run/*.t
22000      Branch: perl
22001            ! t/harness
22002 ____________________________________________________________________________
22003 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
22004         Log: run/exit.t busted on windows
22005      Branch: perl
22006            ! t/run/exit.t
22007 ____________________________________________________________________________
22008 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
22009         Log: fix a couple of UCD.t tests that fail due to bad case
22010      Branch: perl
22011            ! lib/Unicode/UCD.t
22012 ____________________________________________________________________________
22013 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
22014         Log: test skip logic was broken
22015      Branch: perl
22016            ! ext/I18N/Langinfo/Langinfo.t
22017 ____________________________________________________________________________
22018 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
22019         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
22020              failure of ExtUtils.t#27 when built in debug mode)
22021      Branch: perl
22022            ! lib/ExtUtils/MM_Win32.pm
22023 ____________________________________________________________________________
22024 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
22025         Log: I18N::Langinfo is not available on windows
22026      Branch: perl
22027            ! win32/FindExt.pm
22028 ____________________________________________________________________________
22029 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
22030         Log: save a dTHX
22031      Branch: perl
22032            ! ext/POSIX/POSIX.xs
22033 ____________________________________________________________________________
22034 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
22035         Log: Update Changes.
22036      Branch: perl
22037            ! Changes patchlevel.h
22038 ____________________________________________________________________________
22039 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
22040         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
22041              as pointed out by Sarathy.
22042      Branch: perl
22043            ! ext/I18N/Langinfo/Langinfo.xs
22044 ____________________________________________________________________________
22045 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
22046         Log: Retract #11212.
22047      Branch: perl
22048            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
22049 ____________________________________________________________________________
22050 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
22051         Log: Bump up the VERSION of Cwd.xs.
22052      Branch: perl
22053            ! ext/Cwd/Makefile.PL
22054 ____________________________________________________________________________
22055 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
22056         Log: Retract #11220, the problem wasn't the missing leading zero.
22057              Here's the problem:
22058              $ ./perl -we 'chmod(oct("755"), ".")'
22059              Non-octal literal mode (493) specified at -e line 1.
22060              (Did you mean 0493 instead?)
22061      Branch: perl
22062            ! lib/ExtUtils/MM_Unix.pm
22063 ____________________________________________________________________________
22064 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
22065         Log: (Retracted by #11221)
22066              Change the PERM_RW and PERM_RWX to 0644 and 0755
22067              (add the leading zero).
22068      Branch: perl
22069            ! lib/ExtUtils/MM_Unix.pm
22070 ____________________________________________________________________________
22071 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
22072         Log: Integrate changes #11193, 11205, 11209 from macperl.
22073              
22074              Fix up AutoLoader to fudge for Mac paths in import().
22075              
22076              Allow symbols in try_symbol() to begin with "_".
22077              
22078              Small portability fix for Mac OS.
22079      Branch: perl
22080           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
22081 ____________________________________________________________________________
22082 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
22083         Log: Metaconfig unit change for #11217.
22084      Branch: metaconfig/U/perl
22085            ! Extensions.U
22086 ____________________________________________________________________________
22087 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
22088         Log: Detypo, problem noticed by Gerrit P. Haase.
22089      Branch: perl
22090            ! Configure config_h.SH
22091 ____________________________________________________________________________
22092 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
22093         Log: Cwd cleanups.
22094      Branch: perl
22095            ! ext/Cwd/Cwd.xs
22096 ____________________________________________________________________________
22097 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
22098         Log: Slight tweaks on #11213.
22099      Branch: perl
22100            ! toke.c
22101 ____________________________________________________________________________
22102 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
22103         Log: A missing dTHX noticed by Gerrit P. Haase.
22104      Branch: perl
22105            ! ext/POSIX/POSIX.xs
22106 ____________________________________________________________________________
22107 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
22108         Log: Subject: [PATCH toke.c] Simplify yytoke()
22109              From: Simon Cozens <simon@netthink.co.uk>
22110              Date: Sun, 8 Jul 2001 13:24:34 +0100
22111              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
22112              
22113              Split out pending_ident().
22114      Branch: perl
22115            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
22116 ____________________________________________________________________________
22117 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
22118         Log: (Retracted by #11223.)
22119              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
22120              Date: Wed, 05 Nov 1997 17:22:34 -0600
22121              From: Graham Barr <gbarr@ti.com>
22122              Message-Id: <3460FFBA.6DA51F46@ti.com>
22123      Branch: perl
22124            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
22125 ____________________________________________________________________________
22126 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
22127         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
22128      Branch: perl
22129            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
22130            ! pod/perllocale.pod
22131 ____________________________________________________________________________
22132 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
22133         Log: Really do the test under the C locale.
22134      Branch: perl
22135            ! ext/I18N/Langinfo/Langinfo.t
22136 ____________________________________________________________________________
22137 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
22138         Log: Small portability fix for Mac OS.
22139      Branch: maint-5.6/macperl
22140            ! lib/Cwd.pm
22141 ____________________________________________________________________________
22142 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
22143         Log: Metaconfig unit change for #11207.
22144      Branch: metaconfig/U/perl
22145            ! Extensions.U
22146 ____________________________________________________________________________
22147 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
22148         Log: Add I18N::Langinfo, which is basically a wrapper around
22149              nl_langinfo(), which is an additional way to query locale
22150              specific information.
22151      Branch: perl
22152            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
22153            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
22154            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
22155 ____________________________________________________________________________
22156 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
22157         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
22158              used in File::Find tests; replace with if.t.
22159      Branch: maint-5.6/macperl
22160            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
22161            ! t/pragma/warn/op
22162 ____________________________________________________________________________
22163 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
22164         Log: Allow symbols in try_symbol() to begin with "_".
22165      Branch: maint-5.6/macperl
22166            ! makedef.pl
22167 ____________________________________________________________________________
22168 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
22169         Log: Sync up the File::Find changes from the rewrite by
22170              Thomas Wegner, et al.
22171      Branch: maint-5.6/macperl
22172            + t/lib/filefind-taint.t
22173            ! lib/File/Find.pm t/lib/filefind.t
22174 ____________________________________________________________________________
22175 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
22176         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
22177              From: Thomas Wegner <wegner_thomas@yahoo.com>
22178              Date: Thu, 5 Jul 2001 20:31:25 +0200
22179              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
22180      Branch: maint-5.6/macperl
22181            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
22182 ____________________________________________________________________________
22183 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
22184         Log: Some more test portability fixes.
22185      Branch: maint-5.6/macperl
22186            ! t/lib/filecopy.t t/pragma/warn/pp_sys
22187 ____________________________________________________________________________
22188 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
22189         Log: The #11200 removed wrong (non-existent) target.  Duh.
22190      Branch: perl
22191            ! Makefile.SH
22192 ____________________________________________________________________________
22193 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
22194         Log: Zap the lib/re.pm before creating it.
22195      Branch: perl
22196            ! Makefile.SH
22197 ____________________________________________________________________________
22198 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
22199         Log: Another test.  Please ignore.
22200      Branch: maint-5.6/macperl
22201            ! README.macos
22202 ____________________________________________________________________________
22203 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
22204         Log: Portability fixes for a lot of tests, especially IO-related
22205              tests, and warnings, and the harness script.
22206      Branch: maint-5.6/macperl
22207            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
22208            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
22209            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
22210            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
22211            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
22212            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
22213            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
22214            ! t/pragma/warnings.t
22215 ____________________________________________________________________________
22216 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
22217         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
22218              From: Nicholas Clark <nick@ccl4.org>
22219              Date: Sat, 7 Jul 2001 21:00:17 +0100
22220              Message-ID: <20010707210017.H59620@plum.flirble.org>
22221      Branch: perl
22222            ! lib/h2xs.t
22223 ____________________________________________________________________________
22224 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
22225         Log: The UNICOS/mk SysV IPC problem has been fixed.
22226      Branch: perl
22227            ! pod/perl572delta.pod
22228 ____________________________________________________________________________
22229 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
22230         Log: Slight update tweaks on perlunicode.pod.
22231      Branch: perl
22232            ! pod/perlunicode.pod
22233 ____________________________________________________________________________
22234 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
22235         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
22236              From: Mark-Jason Dominus <mjd@plover.com>
22237              Date: Sat, 07 Jul 2001 13:04:04 -0400
22238              Message-ID: <20010707170404.32694.qmail@plover.com>
22239      Branch: perl
22240            ! ext/DB_File/DB_File.pm
22241 ____________________________________________________________________________
22242 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
22243         Log: Fix up AutoLoader to fudge for Mac paths in import().
22244      Branch: maint-5.6/macperl
22245            ! lib/AutoLoader.pm
22246 ____________________________________________________________________________
22247 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
22248         Log: Try to force the lib/re.pm to be there before entering
22249              the extensions builds, should help for parallel makes.
22250      Branch: perl
22251            ! Makefile.SH
22252 ____________________________________________________________________________
22253 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
22254         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
22255              From: Norton Allen <allen@huarp.harvard.edu>
22256              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
22257              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
22258      Branch: perl
22259            ! ext/POSIX/POSIX.xs
22260 ____________________________________________________________________________
22261 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
22262         Log: Subject: [PATCH] Re: op/arith.t
22263              From: Nicholas Clark <nick@ccl4.org>
22264              Date: Sat, 7 Jul 2001 13:04:54 +0100
22265              Message-ID: <20010707130454.D59620@plum.flirble.org>
22266      Branch: perl
22267            ! numeric.c toke.c
22268 ____________________________________________________________________________
22269 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
22270         Log: Subject: [PATCH] h2xs
22271              From: Nicholas Clark <nick@ccl4.org>
22272              Date: Fri, 6 Jul 2001 23:25:14 +0100
22273              Message-ID: <20010706232514.X59620@plum.flirble.org>
22274      Branch: perl
22275            ! utils/h2xs.PL
22276 ____________________________________________________________________________
22277 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
22278         Log: Subject: Re: bleedperl perl_alloc..free leakage
22279              From: Radu Greab <radu@netsoft.ro>
22280              Date: Fri, 6 Jul 2001 19:48:54 +0300
22281              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
22282              
22283              Leak-be-gone.
22284      Branch: perl
22285            ! op.c
22286 ____________________________________________________________________________
22287 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
22288         Log: Test again.  Please ignore.
22289      Branch: maint-5.6/macperl
22290            ! README.macos
22291 ____________________________________________________________________________
22292 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
22293         Log: Test.  Please ignore.
22294      Branch: maint-5.6/macperl
22295            ! README.macos
22296 ____________________________________________________________________________
22297 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
22298         Log: Include changes already sent in separately as patches,
22299              before branch was created.
22300      Branch: maint-5.6/macperl
22301            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
22302            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
22303            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
22304            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
22305            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
22306            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
22307            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
22308            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
22309            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
22310            ! t/pragma/strict.t
22311 ____________________________________________________________________________
22312 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
22313         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
22314              From: Norton Allen <allen@huarp.harvard.edu>
22315              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
22316              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
22317      Branch: perl
22318            ! utf8.h
22319 ____________________________________________________________________________
22320 [ 11183] By: nick                                  on 2001/07/06  16:27:40
22321         Log: Integrate mainline
22322      Branch: perlio
22323           +> (branch 42 files)
22324            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
22325            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
22326            - win32/bin/mdelete.bat
22327           !> (integrate 215 files)
22328 ____________________________________________________________________________
22329 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
22330         Log: The #11166 needed also these updated.
22331      Branch: perl
22332            ! lib/warnings.pm warnings.h
22333 ____________________________________________________________________________
22334 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
22335         Log: Update Changes.
22336      Branch: perl
22337            ! Changes patchlevel.h
22338 ____________________________________________________________________________
22339 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
22340         Log: Regen toc.
22341      Branch: perl
22342            ! pod/perltoc.pod
22343 ____________________________________________________________________________
22344 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
22345         Log: Nit from Abhijit.
22346      Branch: perl
22347            ! lib/CPAN.pm
22348 ____________________________________________________________________________
22349 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
22350         Log: Retract #11172.
22351      Branch: perl
22352            ! t/op/method.t
22353 ____________________________________________________________________________
22354 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
22355         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
22356              From: Norton Allen <allen@huarp.harvard.edu>
22357              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
22358              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
22359      Branch: perl
22360            ! lib/Cwd.pm
22361 ____________________________________________________________________________
22362 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
22363         Log: (Accidentally empty check-in.)
22364      Branch: perl
22365            ! utf8.h
22366 ____________________________________________________________________________
22367 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
22368         Log: Retract #11165 since Sarathy pointed out it'll not
22369              work properly under threads, the problem should be
22370              solved using "the savestack, either via SSNEW() or
22371              using a newSVpv()+SAVEFREESV() combo."
22372      Branch: perl
22373            ! ext/POSIX/POSIX.xs
22374 ____________________________________________________________________________
22375 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
22376         Log: Retract #11125 since NI-S pointed out it'll not work in
22377              cases where the extension has their own handcrafted INC
22378              et alia.
22379      Branch: perl
22380            ! lib/ExtUtils/MM_Unix.pm
22381 ____________________________________________________________________________
22382 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
22383         Log: Subject: RE: [PATCH] -I and MakeMaker again
22384              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
22385              Date: Fri, 6 Jul 2001 09:18:29 +0200
22386              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
22387      Branch: perl
22388            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
22389            ! lib/ExtUtils/MM_Win32.pm
22390 ____________________________________________________________________________
22391 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
22392         Log: (Retracted by #11178)
22393              Subject: [PATCH t/op/method.t] SUPER:: strangeness
22394              From: Piers Cawley <pdcawley@iterative-software.com>
22395              Date: 06 Jul 2001 10:49:01 +0100
22396              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
22397      Branch: perl
22398            ! t/op/method.t
22399 ____________________________________________________________________________
22400 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
22401         Log: VOS README update from Paul Green.
22402      Branch: perl
22403            ! README.vos
22404 ____________________________________________________________________________
22405 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
22406         Log: Subject: [PATCH README.qnx hints/qnx.sh]
22407              From: Norton Allen <allen@huarp.harvard.edu>
22408              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
22409              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
22410      Branch: perl
22411            ! README.qnx hints/qnx.sh
22412 ____________________________________________________________________________
22413 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
22414         Log: Subject: [PATCH] Doc patch for Tie::Hash
22415              From: Artur Bergman <artur@contiller.se>
22416              Date: Thu, 05 Jul 2001 22:51:18 +0200
22417              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
22418      Branch: perl
22419            ! lib/Tie/Hash.pm
22420 ____________________________________________________________________________
22421 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
22422         Log: Subject: [PATCH] perlfaq4.pod
22423              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
22424              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
22425              Date: Thu, 5 Jul 2001 18:44:10 +0100 
22426      Branch: perl
22427            ! pod/perlfaq4.pod
22428 ____________________________________________________________________________
22429 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
22430         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
22431              From: Robin Houston <robin@kitsite.com>
22432              Date: Thu, 5 Jul 2001 18:33:21 +0100
22433              Message-ID: <20010705183321.A27345@robin.kitsite.com>
22434      Branch: perl
22435            ! ext/B/B/Deparse.pm
22436 ____________________________________________________________________________
22437 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
22438         Log: (Retracted by #11285.)
22439              
22440              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
22441              From: Abhijit Menon-Sen <ams@wiw.org>
22442              Date: Fri, 6 Jul 2001 01:26:32 +0530
22443              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
22444      Branch: perl
22445            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
22446            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
22447            ! warnings.pl
22448 ____________________________________________________________________________
22449 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
22450         Log: (Retracted by #11175)
22451              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
22452              From: Norton Allen <allen@huarp.harvard.edu>
22453              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
22454              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
22455      Branch: perl
22456            ! ext/POSIX/POSIX.xs
22457 ____________________________________________________________________________
22458 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
22459         Log: Unterminated C< (noticed by Richard Hatch), and few other
22460              small Unicode doc tweaks.
22461      Branch: perl
22462            ! pod/perlretut.pod
22463 ____________________________________________________________________________
22464 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
22465         Log: More flexible argument understanding; add charblocks() and
22466              charscripts(); make charblock() and charscript() two-way;
22467              add charinrange(); separate the $Unicode::UCD::VERSION and
22468              the version of the Unicode by adding UnicodeVersion().
22469      Branch: perl
22470            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
22471 ____________________________________________________________________________
22472 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
22473         Log: Update Unicode::UCD on \p{In...}.
22474      Branch: perl
22475            ! lib/Unicode/UCD.pm
22476 ____________________________________________________________________________
22477 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
22478         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
22479              From: Norton Allen <allen@huarp.harvard.edu>
22480              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
22481              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
22482      Branch: perl
22483            ! lib/ExtUtils/MM_Unix.pm
22484 ____________________________________________________________________________
22485 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
22486         Log: POSIX-BC tweaks from Thomas Dorner.
22487      Branch: perl
22488            ! hints/posix-bc.sh perlio.h
22489 ____________________________________________________________________________
22490 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
22491         Log: Module updates for the delta.
22492      Branch: perl
22493            ! pod/perl572delta.pod
22494 ____________________________________________________________________________
22495 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
22496         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
22497              From: Norton Allen <allen@huarp.harvard.edu>
22498              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
22499              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
22500      Branch: perl
22501            ! ext/IO/lib/IO/t/io_sock.t
22502 ____________________________________________________________________________
22503 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
22504         Log: Subject: [PATCH perldiag.pod] Quick fixes
22505              From: Simon Cozens <simon@netthink.co.uk>
22506              Date: Wed, 4 Jul 2001 20:22:12 +0100
22507              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
22508      Branch: perl
22509            ! pod/perldiag.pod
22510 ____________________________________________________________________________
22511 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
22512         Log: (retracted by #13533)
22513              
22514              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
22515              From: Radu Greab <radu@netsoft.ro>
22516              Date: Wed, 4 Jul 2001 22:13:31 +0300
22517              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
22518      Branch: perl
22519            ! op.c sv.c t/op/pos.t
22520 ____________________________________________________________________________
22521 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
22522         Log: Subject: [PATCH] -I and MakeMaker again
22523              From: Michael G Schwern <schwern@pobox.com>
22524              Date: Wed, 4 Jul 2001 15:03:07 -0400
22525              Message-ID: <20010704150307.I20340@blackrider>
22526              
22527              (and retract #11145)
22528      Branch: perl
22529            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
22530            ! lib/ExtUtils/MakeMaker.pm
22531 ____________________________________________________________________________
22532 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
22533         Log: Subject: Re: PERFORCE change 11142 for review
22534              From: "Philip Newton" <Philip.Newton@gmx.net>
22535              Date: Wed, 4 Jul 2001 20:46:26 +0200
22536              Message-Id: <200107041841.VAA25380@taas.iki.fi>
22537      Branch: perl
22538            ! lib/ExtUtils/MakeMaker.pm
22539 ____________________________________________________________________________
22540 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
22541         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
22542              From: Jonathan Stowe <gellyfish@gellyfish.com>
22543              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
22544              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
22545      Branch: perl
22546            ! utils/pl2pm.PL
22547 ____________________________________________________________________________
22548 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
22549         Log: fix the binary compatibility issue when building with/without
22550              usemymalloc by exporting Perl_malloc() et al as simple wrappers
22551              around the system functions (this allows most extensions built
22552              using one mode to coexist with perls built in the other mode)
22553              
22554              XXX the Perl_mfree() wrapper might need to do return(free()) on
22555              platforms where Free_t isn't "void"
22556      Branch: perl
22557            ! embed.h embed.pl makedef.pl proto.h util.c
22558 ____________________________________________________________________________
22559 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
22560         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
22561              since it doesn't ensure threads other than the one calling fork()
22562              aren't holding any locks; the fix is to use pthread_atfork() to
22563              hold global locks
22564              
22565              building perl with -Dusemymalloc exacerbates the problem since
22566              Perl_malloc() holds a mutex, and perl's exec() calls New()
22567              
22568              XXX the code in win32thread.h may be needed on platforms that have
22569              no pthread_atfork()
22570      Branch: perl
22571            ! perl.c thread.h win32/win32thread.h
22572 ____________________________________________________________________________
22573 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
22574         Log: Integrate #11009 from maintperl.
22575      Branch: maint-5.6/macperl
22576           !> lib/ExtUtils/Manifest.pm
22577 ____________________________________________________________________________
22578 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
22579         Log: Flexing my Perforce muscles.
22580      Branch: maint-5.6/macperl
22581            ! README.macos
22582 ____________________________________________________________________________
22583 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
22584         Log: Update Changes.
22585      Branch: perl
22586            ! Changes patchlevel.h
22587 ____________________________________________________________________________
22588 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
22589         Log: Metaconfig unit change for #11146.
22590      Branch: metaconfig/U/perl
22591            ! d_fcntl_can_lock.U
22592 ____________________________________________________________________________
22593 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
22594         Log: Somehow the #ifdefs of the added code (in #11093) made
22595              HP-UX to fail the fcntl locking test, without the ifdefs
22596              the test seems to be working again.  Reason unknown:
22597              HP-UX cc doesn't complain either way.
22598      Branch: perl
22599            ! Configure
22600 ____________________________________________________________________________
22601 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
22602         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
22603      Branch: perl
22604            ! lib/ExtUtils/MM_Unix.pm
22605 ____________________________________________________________________________
22606 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
22607         Log: gcc -Wall nit.
22608      Branch: perl
22609            ! pp_hot.c
22610 ____________________________________________________________________________
22611 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
22612         Log: When removing tests updating the test count is a good idea, too.
22613      Branch: perl
22614            ! lib/Net/t/require.t
22615 ____________________________________________________________________________
22616 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
22617         Log: Document #11134 and add the new symbols to the list of
22618              of MakeMaker known ones.
22619      Branch: perl
22620            ! lib/ExtUtils/MakeMaker.pm
22621 ____________________________________________________________________________
22622 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
22623         Log: Microperl update.
22624      Branch: perl
22625            ! uconfig.h
22626 ____________________________________________________________________________
22627 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
22628         Log: Update the libnet tests as per #11138.
22629      Branch: perl
22630            - lib/Net/t/ph.t
22631            ! MANIFEST lib/Net/t/require.t
22632 ____________________________________________________________________________
22633 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
22634         Log: Regen toc and modlib.
22635      Branch: perl
22636            ! pod/perlmodlib.pod pod/perltoc.pod
22637 ____________________________________________________________________________
22638 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
22639         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
22640              Graham's request.
22641      Branch: perl
22642            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
22643            ! MANIFEST
22644 ____________________________________________________________________________
22645 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
22646         Log: Add the OS/390 harness results to the delta.
22647      Branch: perl
22648            ! pod/perl572delta.pod
22649 ____________________________________________________________________________
22650 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
22651         Log: Avoid the two study tests in OS/390 until the bug has been solved.
22652      Branch: perl
22653            ! t/op/study.t
22654 ____________________________________________________________________________
22655 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
22656         Log: DOS/DJGPP tweaks from Laszlo Molnar.
22657      Branch: perl
22658            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
22659 ____________________________________________________________________________
22660 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
22661         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
22662              From: Michael G Schwern <schwern@pobox.com>
22663              Date: Wed, 4 Jul 2001 00:01:16 -0400
22664              Message-ID: <20010704000116.C591@blackrider>
22665      Branch: perl
22666            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
22667 ____________________________________________________________________________
22668 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
22669         Log: The #11132 missed singleton characters (not part
22670              of a unilo..unihi range) in Unicode scripts.
22671      Branch: perl
22672            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
22673            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
22674            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
22675            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
22676            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
22677            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
22678            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
22679            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
22680            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
22681            ! lib/unicode/mktables.PL t/op/pat.t
22682 ____________________________________________________________________________
22683 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
22684         Log: Support preferentially the Unicode 'scripts' definition
22685              in the \p{In...} notation since according to Unicode the
22686              scripts concept is more natural for matching than using
22687              the somewhat artificial block names.  The block names are
22688              still available, though, and if there's a name conflict,
22689              the scripts one wins and the blocks one has to do with
22690              'Block' appended to its name.  For more information see
22691              
22692              http://www.unicode.org/unicode/reports/tr24/
22693      Branch: perl
22694            + lib/unicode/In/100.pl lib/unicode/In/101.pl
22695            + lib/unicode/In/102.pl lib/unicode/In/103.pl
22696            + lib/unicode/In/104.pl lib/unicode/In/105.pl
22697            + lib/unicode/In/106.pl lib/unicode/In/107.pl
22698            + lib/unicode/In/108.pl lib/unicode/In/109.pl
22699            + lib/unicode/In/110.pl lib/unicode/In/111.pl
22700            + lib/unicode/In/112.pl lib/unicode/In/113.pl
22701            + lib/unicode/In/114.pl lib/unicode/In/115.pl
22702            + lib/unicode/In/116.pl lib/unicode/In/117.pl
22703            + lib/unicode/In/118.pl lib/unicode/In/119.pl
22704            + lib/unicode/In/120.pl lib/unicode/In/121.pl
22705            + lib/unicode/In/122.pl lib/unicode/In/123.pl
22706            + lib/unicode/In/124.pl lib/unicode/In/125.pl
22707            + lib/unicode/In/126.pl lib/unicode/In/127.pl
22708            + lib/unicode/In/128.pl lib/unicode/In/129.pl
22709            + lib/unicode/In/130.pl lib/unicode/In/131.pl
22710            + lib/unicode/In/132.pl lib/unicode/In/133.pl
22711            + lib/unicode/In/134.pl lib/unicode/In/135.pl
22712            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
22713            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
22714            ! (edit 106 files)
22715 ____________________________________________________________________________
22716 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
22717         Log: Better document the difference between a block and a script.
22718      Branch: perl
22719            ! lib/Unicode/UCD.pm
22720 ____________________________________________________________________________
22721 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
22722         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
22723              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22724              Date: Tue, 3 Jul 2001 15:04:23 -0500
22725              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
22726      Branch: perl
22727            ! lib/CPAN.pm
22728 ____________________________________________________________________________
22729 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
22730         Log: Add tests for charscript().
22731      Branch: perl
22732            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
22733 ____________________________________________________________________________
22734 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
22735         Log: Add charscript() to get the UTR#24 script names of characters.
22736      Branch: perl
22737            ! lib/Unicode/UCD.pm
22738 ____________________________________________________________________________
22739 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
22740         Log: Todo updates.
22741      Branch: perl
22742            ! pod/perltodo.pod
22743 ____________________________________________________________________________
22744 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
22745         Log: Unicode::UCD updates.
22746      Branch: perl
22747            ! lib/Unicode/UCD.pm
22748 ____________________________________________________________________________
22749 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
22750         Log: (Retracted by #11174)
22751              Subject: MakeMaker should pass through DEFINE and INC to subdirs
22752              From: Alan Burlison <Alan.Burlison@sun.com>
22753              Date: Tue, 03 Jul 2001 15:20:13 +0100
22754              Message-ID: <3B41D49D.A923D4F9@sun.com>
22755      Branch: perl
22756            ! lib/ExtUtils/MM_Unix.pm
22757 ____________________________________________________________________________
22758 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
22759         Log: Subject: Patch needed for UTS
22760              From: hom00@utsglobal.com (Hal Morris)
22761              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
22762              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
22763              
22764              Replace #11113 with a better version.
22765      Branch: perl
22766            ! perl.h
22767 ____________________________________________________________________________
22768 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
22769         Log: Subject: Re: POINTERRIGOR
22770              From: Andy Dougherty <doughera@lafayette.edu>
22771              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
22772              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
22773      Branch: perl
22774            ! util.c
22775 ____________________________________________________________________________
22776 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
22777         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
22778              From: "Philip Newton" <pnewton@gmx.de>
22779              Date: Tue, 3 Jul 2001 17:03:34 +0200
22780              Message-ID: <3B41FAE6.29564.660E117@localhost>
22781      Branch: perl
22782            ! pp_hot.c
22783 ____________________________________________________________________________
22784 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
22785         Log: Typos.
22786      Branch: perl
22787            ! INSTALL
22788 ____________________________________________________________________________
22789 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
22790         Log: Subject: [PATCH 5.6.1] debugger fixes
22791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22792              Date: Tue, 3 Jul 2001 03:38:18 -0400
22793              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
22794              
22795              The $^S is working again.
22796      Branch: perl
22797            ! lib/perl5db.pl
22798 ____________________________________________________________________________
22799 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
22800         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
22801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22802              Date: Tue, 3 Jul 2001 03:34:06 -0400
22803              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
22804      Branch: perl
22805            ! os2/OS2/Process/Process.pm
22806 ____________________________________________________________________________
22807 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
22808         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
22809              From: "Philip Newton" <Philip.Newton@gmx.net>
22810              Date: Tue, 3 Jul 2001 09:11:27 +0200
22811              Message-Id: <200107030706.KAA04596@taas.iki.fi>
22812      Branch: perl
22813            ! lib/FindBin.pm
22814 ____________________________________________________________________________
22815 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
22816         Log: Delta delta.
22817      Branch: perl
22818            ! pod/perl572delta.pod
22819 ____________________________________________________________________________
22820 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
22821         Log: Metaconfig unit change for 11115.
22822      Branch: metaconfig
22823            ! U/modified/libc.U
22824 ____________________________________________________________________________
22825 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
22826         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
22827              (from Richard Hatch) (this was the cause of pipes() and
22828              times() myeteriously not being found)
22829      Branch: perl
22830            ! Configure
22831 ____________________________________________________________________________
22832 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
22833         Log: Retract #10142, the real culprit found by Richard Hatch,
22834              coming soon to Configure near you.
22835      Branch: perl
22836            ! hints/aix.sh
22837 ____________________________________________________________________________
22838 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
22839         Log: (Replaced by #11124) UTS workaround from Hal Morris.
22840      Branch: perl
22841            ! perl.h
22842 ____________________________________________________________________________
22843 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
22844         Log: Subject: [PATCH] grok not grocking correctly
22845              From: Nicholas Clark <nick@ccl4.org>
22846              Date: Tue, 3 Jul 2001 00:19:08 +0100
22847              Message-ID: <20010703001908.H59620@plum.flirble.org>
22848      Branch: perl
22849            ! numeric.c
22850 ____________________________________________________________________________
22851 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
22852         Log: Subject: [PATCH Deparse.t] test just-posted patches
22853              From: Robin Houston <robin@kitsite.com>
22854              Date: Mon, 2 Jul 2001 23:46:15 +0100
22855              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
22856      Branch: perl
22857            ! ext/B/Deparse.t
22858 ____________________________________________________________________________
22859 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
22860         Log: Subject: [PATCH toke.c] autosplit into @F
22861              From: Robin Houston <robin@kitsite.com>
22862              Date: Mon, 2 Jul 2001 23:18:20 +0100
22863              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
22864      Branch: perl
22865            ! perl.c toke.c
22866 ____________________________________________________________________________
22867 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
22868         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
22869              From: Robin Houston <robin@kitsite.com>
22870              Date: Mon, 2 Jul 2001 23:00:48 +0100
22871              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
22872      Branch: perl
22873            ! ext/B/B/Deparse.pm
22874 ____________________________________________________________________________
22875 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
22876         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
22877              From: "Philip Newton" <Philip.Newton@gmx.net>
22878              Date: Mon, 2 Jul 2001 22:06:22 +0200
22879              (no Message-Id)
22880      Branch: perl
22881            ! ext/NDBM_File/hints/linux.pl
22882 ____________________________________________________________________________
22883 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
22884         Log: Subject: Re: Fixed pack problem - sort of
22885              From: Nicholas Clark <nick@ccl4.org>
22886              Date: Mon, 2 Jul 2001 20:59:20 +0100
22887              Message-ID: <20010702205919.F59620@plum.flirble.org>
22888      Branch: perl
22889            ! pp_pack.c t/op/pack.t
22890 ____________________________________________________________________________
22891 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
22892         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
22893              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22894              Date: Mon, 2 Jul 2001 15:45:41 -0400
22895              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
22896      Branch: perl
22897            ! os2/os2.c
22898 ____________________________________________________________________________
22899 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
22900         Log: (Mistaken retraction)
22901      Branch: perl
22902            ! utils/pl2pm.PL
22903 ____________________________________________________________________________
22904 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
22905         Log: Detypo in #11103.
22906      Branch: perl
22907            ! utils/pl2pm.PL
22908 ____________________________________________________________________________
22909 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
22910         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
22911              From: Jonathan Stowe <gellyfish@gellyfish.com>
22912              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
22913              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
22914      Branch: perl
22915            ! utils/pl2pm.PL
22916 ____________________________________________________________________________
22917 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
22918         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
22919              From: "Craig A. Berry" <craigberry@mac.com>
22920              Date: Mon, 02 Jul 2001 14:11:23 -0500
22921              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
22922      Branch: perl
22923            ! lib/Unicode/UCD.pm
22924 ____________________________________________________________________________
22925 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
22926         Log: Subject: [PATCH] Re: op/numconvert.t failures
22927              From: Nicholas Clark <nick@ccl4.org>
22928              Date: Mon, 2 Jul 2001 20:10:48 +0100
22929              Message-ID: <20010702201048.E59620@plum.flirble.org>
22930      Branch: perl
22931            ! t/op/numconvert.t
22932 ____________________________________________________________________________
22933 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
22934         Log: Update Changes.
22935      Branch: perl
22936            ! Changes patchlevel.h
22937 ____________________________________________________________________________
22938 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
22939         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
22940              The real fix must be more involved.  The line of code all the leaky
22941              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
22942              line of Perl_newPMOP().
22943      Branch: perl
22944            ! op.h
22945 ____________________________________________________________________________
22946 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
22947         Log: Based on
22948              
22949              Subject: Re: sizeof(struct sembuf)
22950              From: Nicholas Clark <nick@ccl4.org>
22951              Date: Sun, 1 Jul 2001 22:26:48 +0100
22952              Message-ID: <20010701222648.W59620@plum.flirble.org>
22953              
22954              but do semop() always the slow way.
22955      Branch: perl
22956            ! doio.c
22957 ____________________________________________________________________________
22958 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
22959         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
22960              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22961              Date: Tue, 03 Jul 2001 00:56:30 +0900
22962              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
22963      Branch: perl
22964            ! ext/Encode/Encode/Tcl.t
22965 ____________________________________________________________________________
22966 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
22967         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
22968              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22969              Date: Tue, 03 Jul 2001 00:55:46 +0900
22970              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
22971      Branch: perl
22972            ! ext/Encode/Encode/Tcl.pm
22973 ____________________________________________________________________________
22974 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
22975         Log: Regen api and toc.
22976      Branch: perl
22977            ! pod/perlapi.pod pod/perltoc.pod
22978 ____________________________________________________________________________
22979 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
22980         Log: Metaconfig unit change for #11093.
22981      Branch: metaconfig/U/perl
22982            ! d_fcntl_can_lock.U
22983 ____________________________________________________________________________
22984 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
22985         Log: The fcntl locking test may hang if NFS locking messed up;
22986              break out with alarm(10).
22987      Branch: perl
22988            ! Configure
22989 ____________________________________________________________________________
22990 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
22991         Log: Move the mdelete.bat from win32/bin to win32.
22992      Branch: perl
22993            ! MANIFEST
22994 ____________________________________________________________________________
22995 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
22996         Log: Typo in #11083.
22997      Branch: perl
22998            ! ext/Time/Piece/Piece.t
22999 ____________________________________________________________________________
23000 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
23001         Log: Netware tweaks from Guruprasad.
23002      Branch: perl
23003            - NetWare/perlsdio.h
23004            ! MANIFEST NetWare/Makefile NetWare/interface.c
23005            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
23006            ! perlsdio.h
23007 ____________________________________________________________________________
23008 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
23009         Log: Subject: Re: [PATH] shared -> unique;
23010              From: Abhijit Menon-Sen <ams@wiw.org>
23011              Date: Wed, 27 Jun 2001 03:51:27 +0530
23012              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
23013      Branch: perl
23014            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
23015 ____________________________________________________________________________
23016 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
23017         Log: Subject: Re: AIX / gcc-3.0
23018              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23019              Date: Mon, 02 Jul 2001 15:20:21 +0200
23020              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
23021      Branch: perl
23022            ! hints/aix.sh
23023 ____________________________________________________________________________
23024 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
23025         Log: Subject: Re: Bug report: split splits on wrong pattern
23026              From: Abhijit Menon-Sen <ams@wiw.org>
23027              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
23028              Date: Mon, 2 Jul 2001 16:31:33 +0530
23029      Branch: perl
23030            ! pp_ctl.c
23031 ____________________________________________________________________________
23032 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
23033         Log: Subject: [PATCH 5.6.1] test harness
23034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23035              Date: Mon, 2 Jul 2001 06:29:21 -0400
23036              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
23037      Branch: perl
23038            ! lib/Test/Harness.pm
23039 ____________________________________________________________________________
23040 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
23041         Log: Subject: [PATCH 5.6.1] debugger goof
23042              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23043              Date: Mon, 2 Jul 2001 06:27:22 -0400
23044              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
23045      Branch: perl
23046            ! lib/perl5db.pl
23047 ____________________________________________________________________________
23048 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
23049         Log: Subject: [PATCH 5.6.1] OS/2 cwd
23050              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23051              Date: Mon, 2 Jul 2001 06:21:17 -0400
23052              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
23053      Branch: perl
23054            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
23055 ____________________________________________________________________________
23056 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
23057         Log: Make #11082 more OS/2-specific.
23058      Branch: perl
23059            ! ext/Time/Piece/Piece.t
23060 ____________________________________________________________________________
23061 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
23062         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
23063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23064              Date: Mon, 2 Jul 2001 06:06:34 -0400
23065              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
23066      Branch: perl
23067            ! ext/Time/Piece/Piece.t
23068 ____________________________________________________________________________
23069 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
23070         Log: Subject: [PATCH B::Deparse] version number & changes
23071              From: Robin Houston <robin@kitsite.com>  
23072              Date: Sun, 1 Jul 2001 17:17:29 +0100
23073              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
23074      Branch: perl
23075            ! ext/B/B/Deparse.pm
23076 ____________________________________________________________________________
23077 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
23078         Log: Subject: a small fix.
23079              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
23080              Date: Mon, 2 Jul 2001 12:17:53 +0200
23081              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
23082      Branch: perl
23083            ! ext/Thread/Thread.xs
23084 ____________________________________________________________________________
23085 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
23086         Log: Subject: RE: perl@10907
23087              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
23088              Date: Mon, 2 Jul 2001 12:06:16 +0200
23089              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
23090              
23091              Borland C vs PerlIO.
23092      Branch: perl
23093            ! win32/config.bc win32/config_H.bc
23094 ____________________________________________________________________________
23095 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
23096         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
23097              From: "H.M. Brand" <merijn@l1.procura.nl>
23098              Date: Mon, 02 Jul 2001 11:18:57 +0200
23099              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
23100      Branch: perl
23101            ! t/op/write.t
23102 ____________________________________________________________________________
23103 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
23104         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
23105              From: Michael G Schwern <schwern@pobox.com>
23106              Date: Mon, 2 Jul 2001 00:26:24 -0400
23107              Message-ID: <20010702002624.A18302@blackrider>
23108      Branch: perl
23109            - ext/util/mkbootstrap
23110 ____________________________________________________________________________
23111 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
23112         Log: Subject: [PATCH op.h] v minor comment tweak
23113              From: Robin Houston <robin@puffinry.freeserve.co.uk>
23114              Date: Mon, 2 Jul 2001 00:42:01 +0100
23115              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
23116      Branch: perl
23117            ! op.h
23118 ____________________________________________________________________________
23119 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
23120         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
23121      Branch: perl
23122            ! pod/perlfunc.pod
23123 ____________________________________________________________________________
23124 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
23125         Log: Subject: Re: sizeof(struct sembuf)
23126              From: Nicholas Clark <nick@ccl4.org>
23127              Date: Sun, 1 Jul 2001 19:23:16 +0100
23128              Message-ID: <20010701192316.V59620@plum.flirble.org>
23129              
23130              s/signaling/signalling/
23131      Branch: perl
23132            ! pod/perlfunc.pod
23133 ____________________________________________________________________________
23134 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
23135         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
23136              From: "Philip Newton" <Philip.Newton@gmx.net>
23137              Date: Sun, 1 Jul 2001 09:37:56 +0200
23138              Message-Id: <200107010733.KAA03920@taas.iki.fi>
23139      Branch: perl
23140            ! pod/perlvar.pod
23141 ____________________________________________________________________________
23142 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
23143         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
23144              From: "Philip Newton" <Philip.Newton@gmx.net>
23145              Date: Sun, 1 Jul 2001 09:37:56 +0200
23146              Message-Id: <200107010733.KAA03925@taas.iki.fi>
23147      Branch: perl
23148            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
23149 ____________________________________________________________________________
23150 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
23151         Log: Metaconfig unit change for #11070.
23152      Branch: metaconfig
23153            ! U/compline/randfunc.U
23154 ____________________________________________________________________________
23155 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
23156         Log: Subject: [PATCH perlsnap] its --> it's --> its
23157              From: "Philip Newton" <Philip.Newton@gmx.net>
23158              Date: Sun, 1 Jul 2001 09:37:56 +0200
23159              Message-Id: <200107010733.KAA03914@taas.iki.fi>
23160      Branch: perl
23161            ! Porting/config_H
23162 ____________________________________________________________________________
23163 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
23164         Log: Sync with Sarathy; integrate with perlio.
23165      Branch: perl
23166           !> gv.c
23167 ____________________________________________________________________________
23168 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
23169         Log: regenerate win32/config_H.?c files
23170      Branch: perl
23171            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23172 ____________________________________________________________________________
23173 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
23174         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
23175              naming discipline
23176              
23177              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
23178              because of this)
23179              
23180              fix a warning about "fd" being used without being set in Cwd.xs
23181      Branch: perl
23182            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
23183            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
23184            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
23185            ! win32/config.vc
23186 ____________________________________________________________________________
23187 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
23188         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
23189              within macro arguments") and warnings ("unary minus applied to
23190              unsigned type", among others)
23191      Branch: perl
23192            ! gv.c hv.c op.c pp.c sv.c toke.c
23193 ____________________________________________________________________________
23194 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
23195         Log: win32 fixes: more spurious CRs
23196      Branch: perl
23197            ! win32/mdelete.bat
23198 ____________________________________________________________________________
23199 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
23200         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
23201              from win32/bin (or it gets deleted by distclean); don't delete
23202              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
23203              NT (should be made Win9x specific, and added to makefile.mk)
23204      Branch: perl
23205           +> win32/mdelete.bat
23206            - win32/bin/mdelete.bat
23207            ! win32/Makefile win32/makefile.mk
23208 ____________________________________________________________________________
23209 [ 11063] By: nick                                  on 2001/07/01  18:54:09
23210         Log: Quick for for #ifdef mess
23211      Branch: perlio
23212            ! gv.c
23213 ____________________________________________________________________________
23214 [ 11062] By: nick                                  on 2001/07/01  18:47:42
23215         Log: Raw integrate - does not build #if mess in gv.c
23216      Branch: perlio
23217           !> (integrate 29 files)
23218 ____________________________________________________________________________
23219 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
23220         Log: Make 'compile' target a little less broken.
23221              Still very broken, though: -Wall warnings from
23222              the generated code, boot_Foo prototypes missing,
23223              can't autoload Fcntl::SEEK_CUR et alia, ...
23224      Branch: perl
23225            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
23226            ! utils/perlcc.PL x2p/Makefile.SH
23227 ____________________________________________________________________________
23228 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
23229         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
23230      Branch: perl
23231            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23232            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
23233 ____________________________________________________________________________
23234 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
23235         Log: Update Changes.
23236      Branch: perl
23237            ! Changes patchlevel.h
23238 ____________________________________________________________________________
23239 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
23240         Log: Still one typo, regen toc.
23241      Branch: perl
23242            ! lib/Unicode/UCD.pm pod/perltoc.pod
23243 ____________________________________________________________________________
23244 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
23245         Log: Detypos and regen toc.
23246      Branch: perl
23247            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
23248 ____________________________________________________________________________
23249 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
23250         Log: VERSION tweak.
23251      Branch: perl
23252            ! ext/List/Util/lib/List/Util.pm
23253 ____________________________________________________________________________
23254 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
23255         Log: Attempt at plugging the leak under ithreads detected by Doug.
23256      Branch: perl
23257            ! op.h
23258 ____________________________________________________________________________
23259 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
23260         Log: gcc -Wall lint after #11051.
23261      Branch: perl
23262            ! pp_sys.c
23263 ____________________________________________________________________________
23264 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
23265         Log: Integrate perlio.
23266      Branch: perl
23267           !> lib/File/Find/taint.t
23268 ____________________________________________________________________________
23269 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
23270         Log: Don't use the v-strings for module VERSIONs.
23271      Branch: perl
23272            ! lib/Unicode/UCD.pm
23273 ____________________________________________________________________________
23274 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
23275         Log: Code cleanup based on turning off the -woffs in IRIX.
23276              Not all of the gripes cleaned up (hairy code in hv.c and
23277              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
23278              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
23279              to the IRIX hints)
23280      Branch: perl
23281            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
23282            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
23283            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
23284            ! regcomp.c sv.c
23285 ____________________________________________________________________________
23286 [ 11050] By: nick                                  on 2001/06/30  20:46:46
23287         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
23288      Branch: perlio
23289            ! lib/File/Find/taint.t
23290 ____________________________________________________________________________
23291 [ 11049] By: nick                                  on 2001/06/30  18:13:33
23292         Log: Integrate mainline
23293      Branch: perlio
23294           +> NetWare/nwstdio.h NetWare/perlsdio.h
23295           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
23296           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
23297           +> lib/Unicode/UCD.t t/run/exit.t
23298           !> (integrate 60 files)
23299 ____________________________________________________________________________
23300 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
23301         Log: Delta delta.
23302      Branch: perl
23303            ! pod/perl572delta.pod
23304 ____________________________________________________________________________
23305 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
23306         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
23307              by CPAN.pm, use rather _00.
23308      Branch: perl
23309            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
23310            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
23311            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
23312            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
23313            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
23314            ! lib/ExtUtils/Embed.pm lib/Test.pm
23315 ____________________________________________________________________________
23316 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
23317         Log: Add a simple Unicode character database interface, Unicode::UCD.
23318      Branch: perl
23319            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
23320            ! MANIFEST
23321 ____________________________________________________________________________
23322 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
23323         Log: Subject: [PATCH] op/numconver.t
23324              From: Nicholas Clark <nick@ccl4.org>
23325              Date: Sat, 30 Jun 2001 15:40:10 +0100
23326              Message-ID: <20010630154010.I59620@plum.flirble.org>
23327      Branch: perl
23328            ! t/op/numconvert.t
23329 ____________________________________________________________________________
23330 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
23331         Log: The $^N is now taken (by #11038).
23332      Branch: perl
23333            ! t/base/lex.t
23334 ____________________________________________________________________________
23335 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
23336         Log: The #11040 had slipped to a wrong function...
23337      Branch: perl
23338            ! sv.c
23339 ____________________________________________________________________________
23340 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
23341         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
23342              the Configure library symbol probe mysteriously finds all
23343              symbols but those of pipe() and times().
23344      Branch: perl
23345            ! hints/aix.sh
23346 ____________________________________________________________________________
23347 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
23348         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
23349              From: Nicholas Clark <nick@ccl4.org>
23350              Date: Fri, 29 Jun 2001 23:49:07 +0100
23351              Message-ID: <20010629234907.D59620@plum.flirble.org>
23352      Branch: perl
23353            ! lib/ExtUtils.t
23354 ____________________________________________________________________________
23355 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
23356         Log: Subject: [PATCH] weakref fix 2, not yet there
23357              From: Artur Bergman <artur@contiller.se>
23358              Date: Sat, 30 Jun 2001 01:18:16 +0200
23359              Message-ID: <B762D957.1CC9%artur@contiller.se>
23360      Branch: perl
23361            ! sv.c
23362 ____________________________________________________________________________
23363 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
23364         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
23365              From: Michael G Schwern <schwern@pobox.com>
23366              Date: Fri, 29 Jun 2001 19:39:11 -0400
23367              Message-ID: <20010629193910.D25304@blackrider>
23368      Branch: perl
23369            + t/run/exit.t
23370            ! MANIFEST
23371 ____________________________________________________________________________
23372 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
23373         Log: Add support for $^N, the most-recently closed group.
23374      Branch: perl
23375            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
23376            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
23377            ! thrdvar.h
23378 ____________________________________________________________________________
23379 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
23380         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
23381              From: lvirden@cas.org
23382              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
23383              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
23384              
23385              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
23386              From: lvirden@cas.org
23387              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
23388              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
23389      Branch: perl
23390            ! README.solaris
23391 ____________________________________________________________________________
23392 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
23393         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
23394              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23395              Date: Sat, 30 Jun 2001 07:33:37 +0900
23396              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
23397              
23398              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
23399              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23400              Date: Sat, 30 Jun 2001 21:38:14 +0900
23401              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
23402      Branch: perl
23403            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
23404            + ext/Encode/Encode/7bit-kr.enc
23405            ! MANIFEST ext/Encode/Encode/Tcl.pm
23406 ____________________________________________________________________________
23407 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
23408         Log: NetWare tweaks from Guruprasad.
23409      Branch: perl
23410            + NetWare/nwstdio.h NetWare/perlsdio.h
23411            ! MANIFEST NetWare/Makefile NetWare/config.wc
23412            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
23413            ! NetWare/t/Readme.txt
23414 ____________________________________________________________________________
23415 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
23416         Log: More module $VERSION bump-ups.
23417      Branch: perl
23418            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
23419            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
23420            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
23421 ____________________________________________________________________________
23422 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
23423         Log: Doc update due to #11032.
23424      Branch: perl
23425            ! pod/perl572delta.pod
23426 ____________________________________________________________________________
23427 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
23428         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
23429              From: Peter Prymmer <pvhp@forte.com>
23430              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
23431              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
23432      Branch: perl
23433            ! ext/Time/HiRes/HiRes.xs
23434 ____________________________________________________________________________
23435 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
23436         Log: -lpthreads missing in AIX.
23437      Branch: perl
23438            ! hints/aix.sh
23439 ____________________________________________________________________________
23440 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
23441         Log: Subject: [PATCH] CLONE && weakrefs
23442              From: Artur Bergman <artur@contiller.se>
23443              Date: Fri, 29 Jun 2001 17:02:00 +0200
23444              Message-ID: <B7626508.1CA0%artur@contiller.se>
23445      Branch: perl
23446            ! sv.c
23447 ____________________________________________________________________________
23448 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
23449         Log: Subject: Re: Bug report: split splits on wrong pattern
23450              From: Radu Greab <radu@netsoft.ro>
23451              Date: Wed, 27 Jun 2001 21:50:52 +0300
23452              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
23453      Branch: perl
23454            ! pp_ctl.c t/op/split.t
23455 ____________________________________________________________________________
23456 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
23457         Log: Metaconfig unit change for #11027.
23458      Branch: metaconfig/U/perl
23459            ! d_modfl.U
23460 ____________________________________________________________________________
23461 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
23462         Log: I thought this Configure glitch for AIX was just recently fixed?
23463      Branch: perl
23464            ! Configure
23465 ____________________________________________________________________________
23466 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
23467         Log: Update Changes.
23468      Branch: perl
23469            ! Changes patchlevel.h
23470 ____________________________________________________________________________
23471 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
23472         Log: Subject: Re: perl@10967, File::Find, and Cwd
23473              From: Mike Guy <mjtg@cam.ac.uk>
23474              Date: Fri, 29 Jun 2001 14:56:49 +0100
23475              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
23476      Branch: perl
23477            ! lib/File/Find/taint.t
23478 ____________________________________________________________________________
23479 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
23480         Log: Update the sv_pvprintify() spec.
23481      Branch: perl
23482            ! pod/perltodo.pod
23483 ____________________________________________________________________________
23484 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
23485         Log: Known test failures update.
23486      Branch: perl
23487            ! pod/perl572delta.pod
23488 ____________________________________________________________________________
23489 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
23490         Log: Based on
23491              
23492              Subject: [PATCH @11016] More );) fixes
23493              From: Richard Soderberg <rs@crystalflame.net>
23494              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
23495              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
23496      Branch: perl
23497            ! ext/Thread/Thread.xs ext/Thread/typemap
23498 ____________________________________________________________________________
23499 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
23500         Log: Subject: [PATCH @11016] Fixes compile errors in four files
23501              From: Richard Soderberg <rs@crystalflame.net>
23502              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
23503              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
23504      Branch: perl
23505            ! mg.c pp.c pp_hot.c util.c
23506 ____________________________________________________________________________
23507 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
23508         Log: AIX hints tweaking continues, from Merijn Brand.
23509      Branch: perl
23510            ! hints/aix.sh
23511 ____________________________________________________________________________
23512 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
23513         Log: HP-UX needs gccversion sooner, from Merijn Brand.
23514      Branch: perl
23515            ! hints/hpux.sh
23516 ____________________________________________________________________________
23517 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
23518         Log: Subject: [PATCH 5.6.1] OS/2 docs
23519              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23520              Date: Fri, 29 Jun 2001 02:34:12 -0400
23521              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
23522      Branch: perl
23523            ! README.os2 os2/Changes
23524 ____________________________________________________________________________
23525 [ 11017] By: nick                                  on 2001/06/29  10:20:30
23526         Log: Integrate mainline
23527      Branch: perlio
23528           +> (branch 37 files)
23529            - ext/ODBM_File/sdbm.t
23530           !> (integrate 211 files)
23531 ____________________________________________________________________________
23532 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
23533         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
23534              the modules found using a script written by Larry Schatzer Jr.
23535      Branch: perl
23536            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
23537            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
23538            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
23539            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
23540            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
23541            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
23542            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
23543            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
23544            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
23545            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
23546            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
23547            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
23548            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
23549            ! lib/constant.pm lib/fields.pm lib/strict.pm
23550 ____________________________________________________________________________
23551 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
23552         Log: The latest JPL from the anoncvs.
23553      Branch: perl
23554            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
23555 ____________________________________________________________________________
23556 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
23557         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
23558      Branch: perl
23559            ! t/op/pat.t
23560 ____________________________________________________________________________
23561 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
23562         Log: Worrying about insecure directories now is a bit too late.
23563      Branch: perl
23564            ! lib/File/Find/taint.t
23565 ____________________________________________________________________________
23566 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
23567         Log: Cannot DIE() in a void function,
23568              from Richard Hatch <rhatch@austin.ibm.com>.
23569      Branch: perl
23570            ! ext/IPC/SysV/SysV.xs
23571 ____________________________________________________________________________
23572 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
23573         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
23574              From: Peter Prymmer <pvhp@forte.com>
23575              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
23576              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
23577              
23578              (unfinished: time/hires tests 3, 5, 14 failing, but better
23579              than wholesale failure)
23580      Branch: perl
23581            ! ext/Time/HiRes/HiRes.xs
23582 ____________________________________________________________________________
23583 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
23584         Log: Subject: [PATCH 5.6.1] OS/2 improvements
23585              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23586              Date: Thu, 28 Jun 2001 16:03:14 -0400
23587              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
23588      Branch: perl
23589            + os2/os2_base.t
23590            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
23591            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
23592            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
23593            ! os2/os2ish.h
23594 ____________________________________________________________________________
23595 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
23596         Log: Subject: Incrementing Extutils::Manifest's $VERSION
23597              From: Michael G Schwern <schwern@pobox.com>
23598              Date: Thu, 28 Jun 2001 13:13:49 -0400
23599              Message-ID: <20010628131349.A14738@blackrider>
23600      Branch: maint-5.6/perl
23601            ! lib/ExtUtils/Manifest.pm
23602 ____________________________________________________________________________
23603 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
23604         Log: AIX tweak from Merijn Brand.
23605      Branch: perl
23606            ! hints/aix.sh
23607 ____________________________________________________________________________
23608 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
23609         Log: Create the macperl branch.
23610      Branch: maint-5.6/macperl
23611           +> (branch 1728 files)
23612 ____________________________________________________________________________
23613 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
23614         Log: Update Changes.
23615      Branch: perl
23616            ! Changes patchlevel.h
23617 ____________________________________________________________________________
23618 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
23619         Log: More Perforce lore.
23620      Branch: perl
23621            ! Porting/repository.pod
23622 ____________________________________________________________________________
23623 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
23624         Log: Metaconfig unit changes for #11003.
23625      Branch: metaconfig/U/perl
23626            + d_nl_langinfo.U i_langinfo.U
23627 ____________________________________________________________________________
23628 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
23629         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
23630              Expected not to exist in non-UNIX excepting in VMS, where
23631              according to a quick web survey they just might.
23632      Branch: perl
23633            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
23634            ! Porting/config_H config_h.SH configure.com epoc/config.sh
23635            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
23636            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23637            ! win32/config.bc win32/config.gc win32/config.vc
23638 ____________________________________________________________________________
23639 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
23640         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
23641              in AIX is one is doing a 64-bit build.
23642      Branch: perl
23643            ! hints/aix.sh
23644 ____________________________________________________________________________
23645 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
23646         Log: Metaconfig unit changes for #11000.
23647      Branch: metaconfig/U/perl
23648            ! use64bits.U uselfs.U
23649 ____________________________________________________________________________
23650 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
23651         Log: Move use64bitint and use64bitall before uselargefiles.
23652      Branch: perl
23653            ! Configure
23654 ____________________________________________________________________________
23655 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
23656         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
23657              From: Robert Spier <rspier@pobox.com>
23658              Message-ID: <15162.41164.618712.841415@rls.cx>
23659              Date: Wed, 27 Jun 2001 23:13:16 -0400
23660      Branch: perl
23661            ! doio.c
23662 ____________________________________________________________________________
23663 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
23664         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
23665              From: Peter Prymmer <pvhp@forte.com>
23666              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
23667              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
23668      Branch: perl
23669            ! numeric.c
23670 ____________________________________________________________________________
23671 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
23672         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
23673              From: Peter Prymmer <pvhp@forte.com>
23674              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
23675              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
23676      Branch: perl
23677            ! configure.com ext/Digest/MD5/Makefile.PL
23678 ____________________________________________________________________________
23679 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
23680         Log: Update Changes.
23681      Branch: perl
23682            ! Changes patchlevel.h
23683 ____________________________________________________________________________
23684 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
23685         Log: Tiny EPOC updates.
23686      Branch: perl
23687            ! epoc/config.sh
23688 ____________________________________________________________________________
23689 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
23690         Log: The Test::More and Test::Simple tests required help
23691              thanks to our schizophrenic test scheme.
23692      Branch: perl
23693            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
23694            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
23695            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
23696            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
23697            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
23698 ____________________________________________________________________________
23699 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
23700         Log: Upgrade to Test::Simple 0.09.
23701      Branch: perl
23702            + lib/Test/Simple/Changes
23703            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
23704            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
23705            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
23706            ! lib/Test/Simple/t/plan_is_noplan.t
23707 ____________________________________________________________________________
23708 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
23709         Log: Upgrade to Test::More 0.07.
23710      Branch: perl
23711            + lib/Test/More/Changes
23712            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
23713            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
23714            ! lib/Test/More/t/skipall.t
23715 ____________________________________________________________________________
23716 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
23717         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
23718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23719              Date: Wed, 27 Jun 2001 18:40:04 +0200
23720              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
23721      Branch: perl
23722            ! hints/hpux.sh
23723 ____________________________________________________________________________
23724 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
23725         Log: Subject: [PATCH README.qnx hints/qnx.sh]
23726              From: Norton Allen <allen@huarp.harvard.edu>
23727              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
23728              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
23729      Branch: perl
23730            ! README.qnx hints/qnx.sh
23731 ____________________________________________________________________________
23732 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
23733         Log: Subject: [PATCH] two little documentation nits
23734              From: Abhijit Menon-Sen <ams@wiw.org>
23735              Date: Wed, 27 Jun 2001 20:07:50 +0530
23736              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
23737      Branch: perl
23738            ! sv.c sv.h
23739 ____________________________________________________________________________
23740 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
23741         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
23742              From: Norton Allen <allen@huarp.harvard.edu>
23743              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
23744              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
23745      Branch: perl
23746            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
23747 ____________________________________________________________________________
23748 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
23749         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
23750              From: Michael G Schwern <schwern@pobox.com>
23751              Date: Wed, 27 Jun 2001 02:34:58 -0400
23752              Message-ID: <20010627023458.K23874@blackrider>
23753      Branch: perl
23754            ! vms/test.com
23755 ____________________________________________________________________________
23756 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
23757         Log: Add perl_clone_host() for Netware.
23758      Branch: perl
23759            ! NetWare/nw5.c
23760 ____________________________________________________________________________
23761 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
23762         Log: GCC 3.0 hints for HP-UX.
23763      Branch: perl
23764            ! hints/hpux.sh
23765 ____________________________________________________________________________
23766 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
23767         Log: In some Linux distributions the libndbm is broken
23768              (no null key support), therefore link with libgdbm
23769              (if available), since it has a working ndbm emulation,
23770              from Jonathan Stowe.
23771      Branch: perl
23772            + ext/NDBM_File/hints/linux.pl
23773            ! MANIFEST
23774 ____________________________________________________________________________
23775 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
23776         Log: Subject: [PATCH perl@10930] find.t hack for VMS
23777              From: "Craig A. Berry" <craigberry@mac.com>
23778              Date: Tue, 26 Jun 2001 23:40:25 -0500
23779              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
23780      Branch: perl
23781            ! lib/File/Find/find.t
23782 ____________________________________________________________________________
23783 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
23784         Log: AUTHORS updates.
23785      Branch: perl
23786            ! AUTHORS
23787 ____________________________________________________________________________
23788 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
23789         Log: Metaconfig unit change like #10980.
23790      Branch: metaconfig
23791            ! U/compline/d_stdstdio.U
23792 ____________________________________________________________________________
23793 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
23794         Log: "lose the it's", from Abhijit Menon-Sen.
23795              ("It's" not searched, pods not searched.)
23796      Branch: perl
23797            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
23798            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
23799            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
23800            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
23801            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
23802            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
23803 ____________________________________________________________________________
23804 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
23805         Log: "lose the looses", from Abhijit Menon-Sen.
23806      Branch: perl
23807            ! ext/B/B/Assembler.pm gv.c
23808 ____________________________________________________________________________
23809 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
23810         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
23811      Branch: perl
23812            ! hints/os390.sh
23813 ____________________________________________________________________________
23814 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
23815         Log: DEC C 5.3 on the VAX simply doesn't seem to like
23816              compiling the MD5 extension, disable it there for now,
23817              from Peter Prymmer.
23818      Branch: perl
23819            ! configure.com
23820 ____________________________________________________________________________
23821 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
23822         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
23823              From: Jonathan Stowe <gellyfish@gellyfish.com>
23824              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
23825              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
23826      Branch: perl
23827            ! pod/perlfaq3.pod
23828 ____________________________________________________________________________
23829 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
23830         Log: Subject: [PATCH 5.6.1] perlxs misprints
23831              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23832              Date: Tue, 26 Jun 2001 17:20:00 -0400
23833              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
23834      Branch: perl
23835            ! pod/perlxs.pod
23836 ____________________________________________________________________________
23837 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
23838         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
23839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23840              Date: Tue, 26 Jun 2001 17:27:07 -0400
23841              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
23842      Branch: perl
23843            ! lib/ExtUtils/MM_Unix.pm
23844 ____________________________________________________________________________
23845 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
23846         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
23847              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23848              Date: Tue, 26 Jun 2001 17:23:24 -0400
23849              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
23850      Branch: perl
23851            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
23852 ____________________________________________________________________________
23853 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
23854         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
23855              by Olaf Flebbe.
23856      Branch: perl
23857            ! perl.h
23858 ____________________________________________________________________________
23859 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
23860         Log: Detypo.
23861      Branch: perl
23862            ! lib/Memoize/t/tie_sdbm.t
23863 ____________________________________________________________________________
23864 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
23865         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
23866      Branch: perl
23867            ! win32/perllib.c
23868 ____________________________________________________________________________
23869 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
23870         Log: Subject: [patch] perl_clone+CvFILE
23871              From: Doug MacEachern <dougm@covalent.net>
23872              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
23873              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
23874      Branch: perl
23875            ! sv.c
23876 ____________________________________________________________________________
23877 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
23878         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
23879              From: Mark-Jason Dominus <mjd@plover.com>
23880              Date: Tue, 26 Jun 2001 12:33:01 -0400
23881              Message-ID: <20010626163301.31298.qmail@plover.com>
23882      Branch: perl
23883            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
23884 ____________________________________________________________________________
23885 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
23886         Log: Update Changes.
23887      Branch: perl
23888            ! Changes patchlevel.h
23889 ____________________________________________________________________________
23890 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
23891         Log: Also catfile() needs now to explicitly exported.
23892      Branch: perl
23893            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
23894 ____________________________________________________________________________
23895 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
23896         Log: Regen toc.
23897      Branch: perl
23898            ! pod/perltoc.pod
23899 ____________________________________________________________________________
23900 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
23901         Log: Nonexistent pod command.
23902      Branch: perl
23903            ! pod/perl572delta.pod
23904 ____________________________________________________________________________
23905 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
23906         Log: Be more portable in the quest for tmpdir.
23907      Branch: perl
23908            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
23909 ____________________________________________________________________________
23910 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
23911         Log: Be more portable in finding out the home directory,
23912              and use File::Spec to do the concat.
23913              (Come to think of it, couldn't File::Spec provide
23914              for a ->homedir method?)
23915      Branch: perl
23916            ! lib/Net/Config.pm
23917 ____________________________________________________________________________
23918 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
23919         Log: Doc patch for #10959.
23920      Branch: perl
23921            ! pod/perlfunc.pod
23922 ____________________________________________________________________________
23923 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
23924         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
23925              From: "Philip Newton" <pnewton@gmx.de>
23926              Date: Tue, 26 Jun 2001 16:26:47 +0200
23927              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
23928      Branch: perl
23929            ! pod/perldata.pod
23930 ____________________________________________________________________________
23931 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
23932         Log: Subject: [PATH] shared -> unique;
23933              From: "Artur Bergman" <artur@contiller.se>
23934              Date: Tue, 26 Jun 2001 16:18:40 +0200
23935              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
23936              
23937              Because "shared" isn't: it's read-only.
23938      Branch: perl
23939            ! toke.c xsutils.c
23940 ____________________________________________________________________________
23941 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
23942         Log: Escape multiline croak messages.
23943      Branch: perl
23944            ! t/op/ver.t
23945 ____________________________________________________________________________
23946 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
23947         Log: No more pragma/*.t for minitest.
23948      Branch: perl
23949            ! Makefile.SH
23950 ____________________________________________________________________________
23951 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
23952         Log: AUTHORS updates.
23953      Branch: perl
23954            ! AUTHORS
23955 ____________________________________________________________________________
23956 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
23957         Log: delta updates.
23958      Branch: perl
23959            ! pod/perl572delta.pod
23960 ____________________________________________________________________________
23961 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
23962         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
23963              From: Artur Bergman <artur@contiller.se> 
23964              Date: Tue, 26 Jun 2001 15:32:53 +0200
23965              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
23966      Branch: perl
23967            ! makedef.pl sv.c sv.h win32/perllib.c
23968 ____________________________________________________________________________
23969 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
23970         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
23971              From: Jonathan Stowe <gellyfish@gellyfish.com>
23972              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
23973              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
23974              
23975              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
23976      Branch: perl
23977            + ext/Time/HiRes/hints/sco.pl
23978            ! MANIFEST
23979 ____________________________________________________________________________
23980 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
23981         Log: Subject: [PATCH 5.6.1] static build
23982              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23983              Date: Tue, 26 Jun 2001 04:22:25 -0400
23984              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
23985      Branch: perl
23986            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
23987            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
23988 ____________________________________________________________________________
23989 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
23990         Log: DJGPP patches from Laszlo Molnar.
23991      Branch: perl
23992            ! djgpp/djgpp.c perl.c util.c
23993 ____________________________________________________________________________
23994 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
23995         Log: Netware patches from Ananth Kesari.
23996      Branch: perl
23997            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
23998            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
23999            ! NetWare/nwtinfo.h
24000 ____________________________________________________________________________
24001 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
24002         Log: Detypo.
24003      Branch: perl
24004            ! ext/Errno/Errno_pm.PL
24005 ____________________________________________________________________________
24006 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
24007         Log: There seems to be two ways of spelling the $^O in *STEP.
24008      Branch: perl
24009            ! ext/Errno/Errno_pm.PL
24010 ____________________________________________________________________________
24011 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
24012         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
24013              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
24014      Branch: perl
24015            ! ext/Errno/Errno_pm.PL
24016 ____________________________________________________________________________
24017 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
24018         Log: Known bugs update.
24019      Branch: perl
24020            ! pod/perl572delta.pod
24021 ____________________________________________________________________________
24022 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
24023         Log: The default installation of Cygwin has 500 as root's uid.
24024      Branch: perl
24025            ! lib/User/pwent.t
24026 ____________________________________________________________________________
24027 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
24028         Log: Be even more relaxed (re-allow having only one entry).
24029      Branch: perl
24030            ! t/op/grent.t t/op/pwent.t
24031 ____________________________________________________________________________
24032 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
24033         Log: Test failure updates.
24034      Branch: perl
24035            ! pod/perl572delta.pod
24036 ____________________________________________________________________________
24037 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
24038         Log: MPE/iX test tweaks from Mark Bixby.
24039      Branch: perl
24040            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
24041            ! t/io/fs.t t/op/stat.t
24042 ____________________________________________________________________________
24043 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
24044         Log: Microperl findings.
24045      Branch: perl
24046            ! perl.h pp_sys.c
24047 ____________________________________________________________________________
24048 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
24049         Log: Touch uconfig.h.
24050      Branch: perl
24051            ! uconfig.h
24052 ____________________________________________________________________________
24053 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
24054         Log: Subject: [PATCH] Proposed fix for Pod::Man
24055              From: Rob Napier <rnapier@employees.org>
24056              Date: Mon, 25 Jun 2001 15:49:24 -0400
24057              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
24058              
24059              Cater for Solaris nroff brokenness (shortchanges daisywheel
24060              printers, but hey, we also no more support PDPs.)
24061      Branch: perl
24062            ! lib/Pod/Man.pm
24063 ____________________________________________________________________________
24064 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
24065         Log: Typo in #10937.
24066      Branch: perl
24067            ! ext/POSIX/sigaction.t
24068 ____________________________________________________________________________
24069 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
24070         Log: SIGCONT not trappable in VMS.
24071      Branch: perl
24072            ! ext/POSIX/sigaction.t
24073 ____________________________________________________________________________
24074 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
24075         Log: Subject: [DRAFT] Encode-Tcl.t
24076              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24077              Date: Tue, 26 Jun 2001 03:38:08 +0900
24078              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
24079      Branch: perl
24080            + ext/Encode/Encode/Tcl.t
24081            ! MANIFEST ext/Encode/Encode/Tcl.pm
24082 ____________________________________________________________________________
24083 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
24084         Log: Because of #10932 retract also the perlfunc hunk of #10910.
24085      Branch: perl
24086            ! pod/perlfunc.pod
24087 ____________________________________________________________________________
24088 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
24089         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
24090              by Ilya Zakharevich in
24091              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
24092      Branch: perl
24093            ! XSUB.h
24094 ____________________________________________________________________________
24095 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
24096         Log: Typo in #10889.
24097      Branch: perl
24098            ! hints/uts.sh
24099 ____________________________________________________________________________
24100 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
24101         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
24102              From: Abhijit Menon-Sen <ams@wiw.org>
24103              Date: Mon, 25 Jun 2001 23:45:45 +0530
24104              Message-ID: <20010625234545.A5022@lustre.linux.in>
24105      Branch: perl
24106            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
24107 ____________________________________________________________________________
24108 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
24109         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
24110              From: Michael G Schwern <schwern@pobox.com>
24111              Date: Mon, 25 Jun 2001 14:35:51 -0400
24112              Message-ID: <20010625143551.H13819@blackrider>
24113      Branch: perl
24114            ! lib/Test.pm
24115 ____________________________________________________________________________
24116 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
24117         Log: Update Changes.
24118      Branch: perl
24119            ! Changes patchlevel.h
24120 ____________________________________________________________________________
24121 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
24122         Log: Regen toc and modlib.
24123      Branch: perl
24124            ! pod/perlmodlib.pod pod/perltoc.pod
24125 ____________________________________________________________________________
24126 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
24127         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
24128              for the benefit of C++ compilers, as suggested by Guruprasad.
24129      Branch: perl
24130            ! embed.pl proto.h
24131 ____________________________________________________________________________
24132 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
24133         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
24134              From: Jonathan Stowe <gellyfish@gellyfish.com>
24135              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
24136              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
24137      Branch: perl
24138            ! pod/perlfaq5.pod
24139 ____________________________________________________________________________
24140 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
24141         Log: Missed from #10925.
24142      Branch: perl
24143            ! gv.c
24144 ____________________________________________________________________________
24145 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
24146         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
24147              From: Robin Houston <robin@kitsite.com>
24148              Date: Sat, 19 May 2001 16:19:34 +0100
24149              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
24150      Branch: perl
24151            ! cv.h gv.h op.c
24152 ____________________________________________________________________________
24153 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
24154         Log: Netware README tweak.
24155      Branch: perl
24156            ! README.netware
24157 ____________________________________________________________________________
24158 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
24159         Log: Subject: [PATCH] Re: overload.t fails
24160              From: Abhijit Menon-Sen <ams@wiw.org>
24161              Date: Mon, 25 Jun 2001 14:52:20 +0530
24162              Message-ID: <20010625145220.A24114@lustre.linux.in>
24163      Branch: perl
24164            ! lib/overload.t
24165 ____________________________________________________________________________
24166 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
24167         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
24168              From: Mike Guy <mjtg@cam.ac.uk>
24169              Date: Mon, 25 Jun 2001 11:43:23 +0100
24170              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
24171      Branch: perl
24172            ! lib/Carp.pm
24173 ____________________________________________________________________________
24174 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
24175         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
24176              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24177              Date: Sun, 24 Jun 2001 05:17:05 -0400
24178              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
24179      Branch: perl
24180            ! os2/os2ish.h
24181 ____________________________________________________________________________
24182 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
24183         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
24184              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24185              Date: Mon, 25 Jun 2001 05:52:27 -0400
24186              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
24187      Branch: perl
24188            ! hints/os2.sh
24189 ____________________________________________________________________________
24190 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
24191         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
24192              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24193              Date: Mon, 25 Jun 2001 05:23:35 -0400
24194              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
24195      Branch: perl
24196            ! os2/os2.c
24197 ____________________________________________________________________________
24198 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
24199         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
24200              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24201              Date: Mon, 25 Jun 2001 05:04:32 -0400
24202              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
24203      Branch: perl
24204            ! os2/OS2/REXX/DLL/DLL.pm
24205 ____________________________________________________________________________
24206 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
24207         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
24208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24209              Date: Mon, 25 Jun 2001 05:02:36 -0400
24210              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
24211      Branch: perl
24212            ! mg.c os2/dl_os2.c os2/os2.c
24213 ____________________________________________________________________________
24214 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
24215         Log: Subject: Re: [PATCH 5.6.1] misprints
24216              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24217              Date: Mon, 25 Jun 2001 04:50:50 -0400
24218              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
24219      Branch: perl
24220            ! os2/os2.c pp_sys.c
24221 ____________________________________________________________________________
24222 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
24223         Log: Add Test::More and Test::Simple to the delta.
24224      Branch: perl
24225            ! pod/perl572delta.pod
24226 ____________________________________________________________________________
24227 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
24228         Log: Add Test::More, from Michael G Schwern.
24229      Branch: perl
24230            + lib/Test/More.pm lib/Test/More/t/More.t
24231            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
24232            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
24233            + t/lib/Test/More/Catch.pm
24234            ! MANIFEST
24235 ____________________________________________________________________________
24236 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
24237         Log: Add Test::Simple from Michael G Schwern.
24238      Branch: perl
24239            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
24240            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
24241            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
24242            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
24243            + t/lib/Test/Simple/Catch.pm
24244            + t/lib/Test/Simple/sample_tests/death.plx
24245            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
24246            + t/lib/Test/Simple/sample_tests/extras.plx
24247            + t/lib/Test/Simple/sample_tests/five_fail.plx
24248            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
24249            + t/lib/Test/Simple/sample_tests/one_fail.plx
24250            + t/lib/Test/Simple/sample_tests/require.plx
24251            + t/lib/Test/Simple/sample_tests/success.plx
24252            + t/lib/Test/Simple/sample_tests/too_few.plx
24253            + t/lib/Test/Simple/sample_tests/two_fail.plx
24254            ! MANIFEST
24255 ____________________________________________________________________________
24256 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
24257         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
24258              From: "Craig A. Berry" <craigberry@mac.com>
24259              Date: Sun, 24 Jun 2001 23:41:36 -0500
24260              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
24261      Branch: perl
24262            ! pp_sys.c
24263 ____________________________________________________________________________
24264 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
24265         Log: Upgrade to Attribute::Handlers 0.70.
24266      Branch: perl
24267            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
24268            ! MANIFEST lib/Attribute/Handlers.pm
24269 ____________________________________________________________________________
24270 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
24271         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
24272              From: Abhijit Menon-Sen <ams@wiw.org>
24273              Date: Sat, 23 Jun 2001 05:17:44 +0530
24274              Message-ID: <20010623051744.A18583@lustre.linux.in>
24275              
24276              (Can't think of a good place to put tests.)
24277      Branch: perl
24278            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
24279 ____________________________________________________________________________
24280 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
24281         Log: Subject: [PATCH] t/op/pat.t typo fix
24282              From: Richard Soderberg <rs@crystalflame.net>
24283              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
24284              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
24285      Branch: perl
24286            ! t/op/pat.t
24287 ____________________________________________________________________________
24288 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
24289         Log: Move the pack warnings to their own file, as pointed
24290              out by Spider.
24291      Branch: perl
24292            + t/lib/warnings/pp_pack
24293            ! MANIFEST t/lib/warnings/pp
24294 ____________________________________________________________________________
24295 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
24296         Log: Update Changes.
24297      Branch: perl
24298            ! Changes patchlevel.h
24299 ____________________________________________________________________________
24300 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
24301         Log: Partially fix a problem noticed by IRIX compiler:
24302              the initialization of parse_start was bypassed by
24303              several gotos.  Now initialized to zero, which may
24304              not be the best choice.
24305      Branch: perl
24306            ! regcomp.c
24307 ____________________________________________________________________________
24308 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
24309         Log: Relax the group and password tests back to moaning only
24310              if no matches at all are found.  (Even with a small sample
24311              I could find many sites where there are, umm, anomalies in
24312              the said databases.)       
24313      Branch: perl
24314            ! t/op/grent.t t/op/pwent.t
24315 ____________________________________________________________________________
24316 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
24317         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
24318      Branch: perl
24319            ! pp_ctl.c
24320 ____________________________________________________________________________
24321 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
24322         Log: De-cut-and-pasto in #10902.
24323      Branch: perl
24324            ! pp_ctl.c
24325 ____________________________________________________________________________
24326 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
24327         Log: The #10771 didn't take?
24328      Branch: perl
24329            ! pp_ctl.c
24330 ____________________________________________________________________________
24331 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
24332         Log: Undo the filetests part of #10900, under multiplicity
24333              weird errors take place.
24334      Branch: perl
24335            ! pp_sys.c
24336 ____________________________________________________________________________
24337 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
24338         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
24339      Branch: perl
24340            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
24341 ____________________________________________________________________________
24342 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
24343         Log: (Replaced by #10922)
24344              
24345              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
24346              From: Tony Bowden <tony@kasei.com>
24347              Date: Sun, 24 Jun 2001 17:32:40 +0100
24348              Message-ID: <20010624173240.A16293@blackstar.co.uk>
24349              
24350              Document (well, mention) shortmess() and longmess()
24351              to rob people of their fun of reinventing the weel.
24352      Branch: perl
24353            ! lib/Carp.pm
24354 ____________________________________________________________________________
24355 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
24356         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
24357              From: Brian Jepson <bjepson@oreilly.com>
24358              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
24359              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
24360      Branch: perl
24361            ! pp_sys.c
24362 ____________________________________________________________________________
24363 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
24364         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
24365              From: Robin Barker <rmb1@cise.npl.co.uk> 
24366              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
24367              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
24368      Branch: perl
24369            ! lib/CPAN.pm
24370 ____________________________________________________________________________
24371 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
24372         Log: Memoize patch from mjd.
24373      Branch: perl
24374            ! lib/Memoize/t/tie_storable.t
24375 ____________________________________________________________________________
24376 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
24377         Log: Spec the sv_pvprintify() a bit more.
24378      Branch: perl
24379            ! pod/perltodo.pod
24380 ____________________________________________________________________________
24381 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
24382         Log: Upgrade to Memoize 0.65.
24383      Branch: perl
24384            + lib/Memoize/t/array_confusion.t
24385            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
24386            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
24387            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
24388            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
24389            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
24390            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
24391            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
24392            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
24393            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
24394            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
24395            ! lib/Memoize/t/tie_storable.t
24396 ____________________________________________________________________________
24397 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
24398         Log: Metaconfig unit change for #10892.
24399      Branch: metaconfig
24400            ! U/modified/Options.U
24401 ____________________________________________________________________________
24402 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
24403         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
24404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24405              Date: Sun, 24 Jun 2001 05:24:40 -0400
24406              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
24407      Branch: perl
24408            ! Configure hints/os2.sh
24409 ____________________________________________________________________________
24410 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
24411         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
24412              From: Mike Guy <mjtg@cam.ac.uk>
24413              Date: Sun, 24 Jun 2001 15:28:39 +0100
24414              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
24415              
24416              Fix an ancient (5.002) bug.
24417      Branch: perl
24418            ! lib/Carp/Heavy.pm
24419 ____________________________________________________________________________
24420 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
24421         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
24422              variables.
24423      Branch: perl
24424            ! pp_sys.c
24425 ____________________________________________________________________________
24426 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
24427         Log: Make UTS as per #10888.
24428      Branch: perl
24429            ! hints/uts.sh
24430 ____________________________________________________________________________
24431 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
24432         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
24433      Branch: perl
24434            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
24435            ! mpeix/mpeixish.h perl.h unixish.h
24436 ____________________________________________________________________________
24437 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
24438         Log: AUTHORS update.
24439      Branch: perl
24440            ! AUTHORS
24441 ____________________________________________________________________________
24442 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
24443         Log: Subject: Encode::Tcl for multibyte doesnot work
24444              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24445              Date: Sun, 24 Jun 2001 22:48:21 +0900
24446              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
24447      Branch: perl
24448            ! ext/Encode/Encode/Tcl.pm
24449 ____________________________________________________________________________
24450 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
24451         Log: Subject: [PATCH] Remove tautology in error messages
24452              From: Mike Guy <mjtg@cam.ac.uk>
24453              Date: Sun, 24 Jun 2001 13:31:00 +0100
24454              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
24455      Branch: perl
24456            ! pp_sys.c
24457 ____________________________________________________________________________
24458 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
24459         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
24460      Branch: perl
24461            ! hints/darwin.sh
24462 ____________________________________________________________________________
24463 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
24464         Log: Subject: Re: [PATCH 5.6.1] test suite
24465              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24466              Date: Sun, 24 Jun 2001 05:47:05 -0400
24467              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
24468              
24469              Test suite fixes.
24470      Branch: perl
24471            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
24472 ____________________________________________________________________________
24473 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
24474         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
24475              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24476              Date: Sun, 24 Jun 2001 05:37:19 -0400
24477              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
24478      Branch: perl
24479            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
24480 ____________________________________________________________________________
24481 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
24482         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
24483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24484              Date: Sun, 24 Jun 2001 05:34:50 -0400
24485              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
24486              
24487              Pacify compiler warnings.
24488      Branch: perl
24489            ! pp_sys.c
24490 ____________________________________________________________________________
24491 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
24492         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
24493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24494              Date: Sun, 24 Jun 2001 05:21:18 -0400
24495              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
24496              
24497              Enable compression of executables during link time.
24498      Branch: perl
24499            ! hints/os2.sh
24500 ____________________________________________________________________________
24501 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
24502         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
24503              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24504              Date: Sun, 24 Jun 2001 05:15:11 -0400
24505              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
24506              
24507              Add ordinals to the export list for Perl DLL.
24508              (Breaks intra-version DLL compatibility.)
24509      Branch: perl
24510            ! makedef.pl
24511 ____________________________________________________________________________
24512 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
24513         Log: Allow (displaying and) re-editing the Subject in perlbug.
24514              Also abstract the Subject quality control into a function.
24515      Branch: perl
24516            ! utils/perlbug.PL
24517 ____________________________________________________________________________
24518 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
24519         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
24520      Branch: perl
24521            ! utils/perlbug.PL
24522 ____________________________________________________________________________
24523 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
24524         Log: Regen toc and modlib.
24525      Branch: perl
24526            ! pod/perlmodlib.pod pod/perltoc.pod
24527 ____________________________________________________________________________
24528 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
24529         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
24530              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
24531              attribute semantics as much as possible, or 'ntsec' which uses
24532              native NTFS semantics.)  (See also #10877.)
24533      Branch: perl
24534            ! perl.c
24535 ____________________________________________________________________________
24536 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
24537         Log: (Retracted by #11586)
24538              
24539              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
24540      Branch: perl
24541            ! lib/Test/Harness.pm
24542 ____________________________________________________________________________
24543 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
24544         Log: Just zap the -uPerlio.
24545      Branch: perl
24546            ! ext/B/Stash.t
24547 ____________________________________________________________________________
24548 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
24549         Log: Do not test PerlIO if PerlIO not used.
24550      Branch: perl
24551            ! ext/PerlIO/PerlIO.t
24552 ____________________________________________________________________________
24553 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
24554         Log: Regen perlapi.
24555      Branch: perl
24556            ! pod/perlapi.pod
24557 ____________________________________________________________________________
24558 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
24559         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
24560              From: Nicholas Clark <nick@ccl4.org>
24561              Date: Sat, 23 Jun 2001 22:55:47 +0100
24562              Message-ID: <20010623225547.Z98663@plum.flirble.org>
24563      Branch: perl
24564            ! numeric.c
24565 ____________________________________________________________________________
24566 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
24567         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
24568              From: Prymmer/Kahn <pvhp@best.com>
24569              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
24570              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
24571      Branch: perl
24572            ! lib/h2xs.t
24573 ____________________________________________________________________________
24574 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
24575         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
24576              cygwin does not taint cwd, just like win32.
24577      Branch: perl
24578            ! lib/File/Find/taint.t t/op/taint.t
24579 ____________________________________________________________________________
24580 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
24581         Log: Retract #10865, the patch should be unnecessary.
24582              (But seemingly helpful in Cygwin?  Strange.)
24583      Branch: perl
24584            ! lib/Memoize/t/tie_ndbm.t
24585 ____________________________________________________________________________
24586 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
24587         Log: Misplaced test file; plus Cygwin filesystem semantics.
24588      Branch: perl
24589            + ext/SDBM_File/sdbm.t
24590            - ext/ODBM_File/sdbm.t
24591            ! MANIFEST
24592 ____________________________________________________________________________
24593 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
24594         Log: (Retracted by #10867.)
24595      Branch: perl
24596            ! lib/Memoize/t/tie_ndbm.t
24597 ____________________________________________________________________________
24598 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
24599         Log: Metaconfig unit change for #10863.
24600      Branch: metaconfig/U/perl
24601            ! Extensions.U
24602 ____________________________________________________________________________
24603 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
24604         Log: In Cygwin do not build NDBM_File and ODBM_File unless
24605              -lndbm and -ldbm are available.
24606      Branch: perl
24607            ! Configure config_h.SH
24608 ____________________________________________________________________________
24609 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
24610         Log: More Cygwin filesystem semantics.
24611      Branch: perl
24612            ! t/io/fs.t t/op/stat.t
24613 ____________________________________________________________________________
24614 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
24615         Log: More DOSish permission semantics for Cygwin.
24616      Branch: perl
24617            ! lib/AnyDBM_File.t
24618 ____________________________________________________________________________
24619 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
24620         Log: Cygwin too has different permission semantics.
24621      Branch: perl
24622            ! ext/GDBM_File/gdbm.t
24623 ____________________________________________________________________________
24624 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
24625         Log: The group (and assumedly passwd) databases can have
24626              only one entry (this is the case in cygwin).
24627      Branch: perl
24628            ! t/op/grent.t t/op/pwent.t
24629 ____________________________________________________________________________
24630 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
24631         Log: Also in Cygwin use Socket to figure out domainname
24632              (if any) (avoids trying to call external 'domainname',
24633              which doesn't at the moment exist in Cygwin)
24634      Branch: perl
24635            ! lib/Net/Domain.pm
24636 ____________________________________________________________________________
24637 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
24638         Log: Remove also the lib$Foo.def, not just $Foo.def.
24639      Branch: perl
24640            ! lib/ExtUtils/MM_Unix.pm
24641 ____________________________________________________________________________
24642 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
24643         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
24644      Branch: perl
24645            ! unixish.h
24646 ____________________________________________________________________________
24647 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
24648         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
24649              to match the whole isprint(), only the space character.
24650      Branch: perl
24651            ! handy.h pod/perlre.pod t/op/pat.t
24652 ____________________________________________________________________________
24653 [ 10854] By: nick                                  on 2001/06/23  08:09:33
24654         Log: Integrate mainline
24655      Branch: perlio
24656           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
24657           !> lib/ExtUtils.t lib/File/Find/taint.t
24658           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
24659           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
24660           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
24661 ____________________________________________________________________________
24662 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
24663         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
24664              with its floats    in os390 and s390 (UTS).
24665      Branch: perl
24666            ! lib/Math/BigInt/t/bigintpm.t
24667 ____________________________________________________________________________
24668 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
24669         Log: Add also UTS (s390) to the non-IEEE float platforms.
24670      Branch: perl
24671            ! t/op/sprintf.t
24672 ____________________________________________________________________________
24673 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
24674         Log: Subject: RFC: what are applicable standards for exponent sizes?
24675              From: Peter Prymmer <pvhp@forte.com>
24676              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
24677              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
24678      Branch: perl
24679            ! t/op/sprintf.t
24680 ____________________________________________________________________________
24681 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
24682         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
24683              From: Peter Prymmer <pvhp@forte.com>
24684              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
24685              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
24686      Branch: perl
24687            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
24688 ____________________________________________________________________________
24689 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
24690         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
24691              From: Peter Prymmer <pvhp@forte.com>
24692              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
24693              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
24694      Branch: perl
24695            ! lib/ExtUtils.t
24696 ____________________________________________________________________________
24697 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
24698         Log: Retract #10845.
24699      Branch: perl
24700            ! lib/File/Find/taint.t
24701 ____________________________________________________________________________
24702 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
24703         Log: Yet another error message.
24704      Branch: perl
24705            ! t/op/mkdir.t
24706 ____________________________________________________________________________
24707 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
24708         Log: The croak message for nonexistent socket functions may vary.
24709      Branch: perl
24710            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
24711 ____________________________________________________________________________
24712 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
24713         Log: (Retracted by #10848.)
24714      Branch: perl
24715            ! lib/File/Find/taint.t
24716 ____________________________________________________________________________
24717 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
24718         Log: Integrate perlio.
24719      Branch: perl
24720           !> lib/File/Find/taint.t t/op/write.t
24721 ____________________________________________________________________________
24722 [ 10843] By: nick                                  on 2001/06/22  21:24:51
24723         Log: Back out debug in taint.t
24724      Branch: perlio
24725            ! lib/File/Find/taint.t
24726 ____________________________________________________________________________
24727 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
24728         Log: setitimer() does not exist in Unicos, despite of what
24729              Configure thinks, from Mark P. Lutz.
24730      Branch: perl
24731            ! hints/unicos.sh
24732 ____________________________________________________________________________
24733 [ 10841] By: nick                                  on 2001/06/22  21:19:36
24734         Log: Skip cwd test on Win32 ???
24735      Branch: perlio
24736            ! lib/File/Find/taint.t
24737 ____________________________________________________________________________
24738 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
24739         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
24740              and Tru64 gcc -Wall happy.
24741      Branch: perl
24742            ! mg.c
24743 ____________________________________________________________________________
24744 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
24745         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
24746      Branch: perl
24747            ! ext/IPC/SysV/Semaphore.pm
24748 ____________________________________________________________________________
24749 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
24750         Log: Metaconfig unit change for #10837.
24751      Branch: metaconfig/U/perl
24752            ! Cross.U
24753 ____________________________________________________________________________
24754 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
24755         Log: Cleanup of the cross-compilation unit.
24756      Branch: perl
24757            ! Configure
24758 ____________________________________________________________________________
24759 [ 10836] By: nick                                  on 2001/06/22  20:45:12
24760         Log: Skip |- based op/write.t on Win32 as well as VMS
24761      Branch: perlio
24762            ! t/op/write.t
24763 ____________________________________________________________________________
24764 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
24765         Log: Integrate perlio.
24766      Branch: perl
24767           !> util.c
24768 ____________________________________________________________________________
24769 [ 10834] By: nick                                  on 2001/06/22  20:41:54
24770         Log: Integrate mainline
24771      Branch: perlio
24772           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24773           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
24774           !> vos/config.ga.h
24775 ____________________________________________________________________________
24776 [ 10833] By: nick                                  on 2001/06/22  20:22:58
24777         Log: Patcho fix.
24778      Branch: perlio
24779            ! util.c
24780 ____________________________________________________________________________
24781 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
24782         Log: Metaconfig unit changes for #10831.
24783      Branch: metaconfig
24784            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
24785 ____________________________________________________________________________
24786 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
24787         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
24788              From: Andy Dougherty <doughera@lafayette.edu>
24789              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
24790              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
24791      Branch: perl
24792            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24793            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
24794 ____________________________________________________________________________
24795 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
24796         Log: MPE/iX prototype nits from Mark Bixby.
24797      Branch: perl
24798            ! pp_sys.c
24799 ____________________________________________________________________________
24800 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
24801         Log: Detypo.
24802      Branch: perl
24803            ! util.c
24804 ____________________________________________________________________________
24805 [ 10828] By: nick                                  on 2001/06/22  15:33:37
24806         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
24807      Branch: perlio
24808           +> lib/h2xs.t
24809           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
24810           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
24811           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
24812           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
24813           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
24814           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
24815           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
24816           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
24817           !> vms/vmsish.h
24818 ____________________________________________________________________________
24819 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
24820         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
24821              Date: Fri, 22 Jun 2001 10:08:35 -0500
24822              From: "Craig A. Berry" <craigberry@mac.com>
24823              Message-Id: <a05101001b75908704194@[192.168.56.145]>
24824      Branch: perl
24825            ! vms/vms.c vms/vmsish.h
24826 ____________________________________________________________________________
24827 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
24828         Log: NetWare scripts tweak from Ananth Kesari.
24829      Branch: perl
24830            ! NetWare/t/NWScripts.pl
24831 ____________________________________________________________________________
24832 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
24833         Log: Update Changes.
24834      Branch: perl
24835            ! Changes patchlevel.h
24836 ____________________________________________________________________________
24837 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
24838         Log: Add .i and .s targets.
24839      Branch: perl
24840            ! Makefile.SH
24841 ____________________________________________________________________________
24842 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
24843         Log: Upgrade to Locale::Maketext 1.03.
24844      Branch: perl
24845            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
24846            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
24847 ____________________________________________________________________________
24848 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
24849         Log: Upgrade to I18N::LangTags 0.26.
24850      Branch: perl
24851            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
24852            ! lib/I18N/LangTags/test.pl
24853 ____________________________________________________________________________
24854 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
24855         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
24856              Philip Newton.
24857      Branch: perl
24858            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
24859            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24860 ____________________________________________________________________________
24861 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
24862         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
24863              From: Prymmer/Kahn <pvhp@best.com>
24864              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
24865              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
24866      Branch: perl
24867            + lib/h2xs.t
24868            ! MANIFEST utils/h2xs.PL
24869 ____________________________________________________________________________
24870 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
24871         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
24872              From: Prymmer/Kahn <pvhp@best.com>
24873              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
24874              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
24875      Branch: perl
24876            ! lib/ExtUtils.t
24877 ____________________________________________________________________________
24878 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
24879         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
24880              From: Prymmer/Kahn <pvhp@best.com>
24881              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
24882              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
24883      Branch: perl
24884            ! t/pod/plainer.t
24885 ____________________________________________________________________________
24886 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
24887         Log: AUTHORS update.
24888      Branch: perl
24889            ! AUTHORS
24890 ____________________________________________________________________________
24891 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
24892         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
24893              From: "Craig A. Berry" <craigberry@mac.com>
24894              Date: Thu, 21 Jun 2001 18:20:38 -0500
24895              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
24896      Branch: perl
24897            ! ext/POSIX/POSIX.xs
24898 ____________________________________________________________________________
24899 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
24900         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
24901              From: "Craig A. Berry" <craigberry@mac.com>
24902              Date: Thu, 21 Jun 2001 09:58:52 -0500
24903              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
24904      Branch: perl
24905            ! ext/B/Deparse.t t/op/write.t
24906 ____________________________________________________________________________
24907 [ 10814] By: nick                                  on 2001/06/22  08:13:09
24908         Log: Integrate mainline.
24909      Branch: perlio
24910           !> (integrate 46 files)
24911 ____________________________________________________________________________
24912 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
24913         Log: Change the prefixes only if $prefix is unset,
24914              as originally patched by Marcel Grunauer.
24915      Branch: perl
24916            ! hints/darwin.sh hints/rhapsody.sh
24917 ____________________________________________________________________________
24918 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
24919         Log: Subject: Re: Patch for hints/darwin.sh
24920              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
24921              Date: Thu, 21 Jun 2001 11:23:46 -0700
24922              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
24923      Branch: perl
24924            ! hints/darwin.sh hints/rhapsody.sh
24925 ____________________________________________________________________________
24926 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
24927         Log: Add .PHONY targets for non-file targets,
24928              from Wilfredo Sánchez.  Should help saying
24929              "make install" on case-insensitive filesystems.
24930      Branch: perl
24931            ! Makefile.SH
24932 ____________________________________________________________________________
24933 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
24934         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
24935              From: Doug MacEachern <dougm@covalent.net>
24936              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
24937              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
24938              
24939              plus reword the getcwd() comment, plus use getcwd() buffer
24940              size minus one.
24941      Branch: perl
24942            ! util.c
24943 ____________________________________________________________________________
24944 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
24945         Log: More gprofing from Doug MacEachern.
24946      Branch: perl
24947            ! Makefile.SH
24948 ____________________________________________________________________________
24949 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
24950         Log: Metaconfig unit change for #10807.
24951      Branch: metaconfig/U/perl
24952            ! d_sfio.U
24953 ____________________________________________________________________________
24954 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
24955         Log: Tell that you are removing the unneeded -lsfio.
24956      Branch: perl
24957            ! Configure
24958 ____________________________________________________________________________
24959 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
24960         Log: More MPE/iX tweaks from Mark Bixby.
24961      Branch: perl
24962            ! perl.c t/op/magic.t
24963 ____________________________________________________________________________
24964 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
24965         Log: The fchdir() proto is supposed to live in <unistd.h>.
24966      Branch: perl
24967            ! ext/Cwd/Cwd.xs
24968 ____________________________________________________________________________
24969 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
24970         Log: This town is too small for the Cwd extension and me,
24971              it would seem...
24972      Branch: perl
24973            ! ext/Cwd/Cwd.xs
24974 ____________________________________________________________________________
24975 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
24976         Log: Metaconfig unit change for #10802.
24977      Branch: metaconfig/U/perl
24978            ! d_modfl.U
24979 ____________________________________________________________________________
24980 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
24981         Log: More d'ohs.
24982      Branch: perl
24983            ! Configure
24984 ____________________________________________________________________________
24985 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
24986         Log: Off-by-one.  I'm so classic.
24987      Branch: perl
24988            ! util.c
24989 ____________________________________________________________________________
24990 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
24991         Log: Update Changes.
24992      Branch: perl
24993            ! Changes patchlevel.h
24994 ____________________________________________________________________________
24995 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
24996         Log: Subject: Documentation patch for Net::FTP
24997              From: Marcel Grunauer <marcel@codewerk.com>
24998              Date: Wed, 20 Jun 2001 23:03:26 +0200
24999              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
25000      Branch: perl
25001            ! lib/Net/FTP.pm
25002 ____________________________________________________________________________
25003 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
25004         Log: Retract the #10417 mg.c and embed.pl parts because of
25005              strange SEGVs in 64bit x86 FreeBSD observed by
25006              Nicholas Clark.
25007      Branch: perl
25008            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
25009 ____________________________________________________________________________
25010 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
25011         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
25012      Branch: perl
25013            ! Configure NetWare/config.wc NetWare/config_H.wc
25014            ! Porting/Glossary Porting/config.sh Porting/config_H
25015            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
25016            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25017            ! vos/config.ga.h win32/config.bc win32/config.gc
25018            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25019            ! win32/config_H.vc
25020 ____________________________________________________________________________
25021 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
25022         Log: Cwd tweak from Doug MacEachern.
25023      Branch: perl
25024            ! ext/Cwd/Cwd.xs
25025 ____________________________________________________________________________
25026 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
25027         Log: Protect the fchdir() and lstat() with ifdefs.
25028              fchdir() needs a Configure probe.
25029      Branch: perl
25030            ! ext/Cwd/Cwd.xs
25031 ____________________________________________________________________________
25032 [ 10794] By: nick                                  on 2001/06/21  17:11:35
25033         Log: Integrate mainline
25034      Branch: perlio
25035           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
25036           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
25037           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
25038           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
25039           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
25040           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
25041           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
25042           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
25043            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
25044            - lib/File/Glob/case.t lib/File/Glob/global.t
25045            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
25046            - lib/File/Temp/posix.t lib/File/Temp/security.t
25047            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
25048            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
25049            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
25050            - lib/Text/Wrap/wrap.t
25051           !> (integrate 41 files)
25052 ____________________________________________________________________________
25053 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
25054         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
25055              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
25056              Date: Thu, 21 Jun 2001 13:04:54 -0500
25057              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
25058      Branch: perl
25059            ! ext/Cwd/Cwd.xs
25060 ____________________________________________________________________________
25061 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
25062         Log: Subject: [PATCH pod] overlong =item
25063              From: Robin Barker <rmb1@cise.npl.co.uk>
25064              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
25065              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
25066      Branch: perl
25067            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
25068            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25069 ____________________________________________________________________________
25070 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
25071         Log: Subject: [PATCH perlio.c] format 
25072              From: Robin Barker <rmb1@cise.npl.co.uk>
25073              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
25074              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
25075      Branch: perl
25076            ! perlio.c
25077 ____________________________________________________________________________
25078 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
25079         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
25080              From: Radu Greab <radu@netsoft.ro>
25081              Date: Thu, 21 Jun 2001 19:06:02 +0300
25082              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
25083      Branch: perl
25084            ! pod/perlapi.pod sv.c
25085 ____________________________________________________________________________
25086 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
25087         Log: The metaconfig unit changes for #10788.
25088      Branch: metaconfig/U/perl
25089            ! Cross.U fflushall.U
25090 ____________________________________________________________________________
25091 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
25092         Log: Cross-configuration changes: make $from to rm the files
25093              before copying them over (this means that he rm can be
25094              removed from the fflushall test), create $targetmkdir      
25095              (not documented in install since it is supposed to internal
25096              use only), make $run to copy over the executable only if
25097              a stamp file .xok doesn't already exist (to avoid unnecessary
25098              copying of the executable)
25099      Branch: perl
25100            ! Configure Makefile.SH
25101 ____________________________________________________________________________
25102 [ 10787] By: nick                                  on 2001/06/21  14:16:18
25103         Log: Integrate mainline
25104      Branch: perlio
25105           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
25106           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
25107           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
25108            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
25109           !> (integrate 34 files)
25110 ____________________________________________________________________________
25111 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
25112         Log: Re-add the files as text.
25113      Branch: perl
25114            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
25115 ____________________________________________________________________________
25116 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
25117         Log: Delete the binary files.
25118      Branch: perl
25119            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
25120 ____________________________________________________________________________
25121 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
25122         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
25123              From: Andy Dougherty <doughera@lafayette.edu>
25124              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
25125              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
25126      Branch: perl
25127            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
25128            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
25129            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
25130            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
25131 ____________________________________________________________________________
25132 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
25133         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
25134              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
25135              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
25136              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
25137              
25138              Setting umask to something friendlier.
25139      Branch: perl
25140            ! installman installperl
25141 ____________________________________________________________________________
25142 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
25143         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
25144              Resort MANIFEST with sort -f, looks much better.
25145      Branch: perl
25146            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
25147            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
25148            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
25149            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
25150            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
25151            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
25152            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
25153            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
25154            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
25155            - lib/File/Glob/case.t lib/File/Glob/global.t
25156            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
25157            - lib/File/Temp/posix.t lib/File/Temp/security.t
25158            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
25159            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
25160            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
25161            - lib/Text/Wrap/wrap.t
25162            ! MANIFEST
25163 ____________________________________________________________________________
25164 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
25165         Log: Upgrade to I18N::LangTags 0.25.
25166      Branch: perl
25167            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
25168            ! lib/I18N/LangTags/List.pm
25169 ____________________________________________________________________________
25170 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
25171         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
25172              From: Richard Soderberg <rs@crystalflame.net>
25173              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
25174              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
25175      Branch: perl
25176            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
25177            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
25178 ____________________________________________________________________________
25179 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
25180         Log: Test obsoleted by change #10777.
25181      Branch: perl
25182            ! t/op/sub_lval.t
25183 ____________________________________________________________________________
25184 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
25185         Log: Case of confused test numbering.
25186      Branch: perl
25187            ! t/op/pat.t
25188 ____________________________________________________________________________
25189 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
25190         Log: Subject: Re: Opinion on undef lvalue
25191              From: Abhijit Menon-Sen <ams@wiw.org>
25192              Date: Sun, 17 Jun 2001 13:04:46 +0530
25193              Message-ID: <20010617130446.B27925@lustre.linux.in>
25194              
25195              Allow lvalue subs to return undef in array context.
25196      Branch: perl
25197            ! pp_hot.c
25198 ____________________________________________________________________________
25199 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
25200         Log: Just a guess that using the same hack for cygwin as
25201              for win32 might help.
25202      Branch: perl
25203            ! lib/File/Find/find.t
25204 ____________________________________________________________________________
25205 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
25206         Log: NetWare tweaks from Guruprasad.
25207      Branch: perl
25208            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
25209            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
25210            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
25211            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
25212 ____________________________________________________________________________
25213 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
25214         Log: Subject: Re: perl@10722: Bogus warnings on REs 
25215              From: Hugo <hv@crypt.compulink.co.uk>
25216              Date: Thu, 21 Jun 2001 09:51:17 +0100
25217              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
25218              
25219              Unroll to avoid a UTS compiler bug.
25220      Branch: perl
25221            ! regcomp.c
25222 ____________________________________________________________________________
25223 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
25224         Log: Subject: Re: [PATCH] Make /o work under i?threads
25225              From: Artur Bergman <artur@contiller.se>
25226              Date: Thu, 21 Jun 2001 14:38:03 +0200
25227              Message-ID: <B757B74A.184D%artur@contiller.se>
25228      Branch: perl
25229            ! t/op/pat.t
25230 ____________________________________________________________________________
25231 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
25232         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
25233              From: Artur Bergman <artur@contiller.se> 
25234              Date: Thu, 21 Jun 2001 14:27:33 +0200
25235              Message-ID: <B757B4D4.1849%artur@contiller.se>
25236              
25237              Plus extra parentheses.
25238      Branch: perl
25239            ! op.h
25240 ____________________________________________________________________________
25241 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
25242         Log: Subject: [PATCH] Make /o work under i?threads
25243              From: Richard Soderberg <rs@crystalflame.net>
25244              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
25245              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
25246      Branch: perl
25247            ! pp_ctl.c
25248 ____________________________________________________________________________
25249 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
25250         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
25251              From: Artur Bergman <artur@contiller.se>
25252              Date: Thu, 21 Jun 2001 14:04:54 +0200
25253              Message-ID: <B757AF86.1842%artur@contiller.se>
25254      Branch: perl
25255            ! op.h
25256 ____________________________________________________________________________
25257 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
25258         Log: Subject: Re: perl@10765: sv.c not OK on win32
25259              From: Artur Bergman <artur@contiller.se>
25260              Date: Thu, 21 Jun 2001 10:31:06 +0200
25261              Message-ID: <B7577D69.182C%artur@contiller.se>
25262      Branch: perl
25263            ! sv.c
25264 ____________________________________________________________________________
25265 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
25266         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
25267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25268              Date: Thu, 21 Jun 2001 06:23:56 -0400
25269              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
25270              
25271              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
25272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25273              Date: Thu, 21 Jun 2001 06:32:21 -0400
25274              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
25275      Branch: perl
25276            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
25277 ____________________________________________________________________________
25278 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
25279         Log: Subject: [PATCH] make syslog test more verbose
25280              From: Robert Spier <rspier@pobox.com>
25281              Date: Thu, 21 Jun 2001 00:54:32 -0400
25282              Message-ID: <15153.32264.295807.333073@rls.cx>
25283      Branch: perl
25284            ! ext/Sys/Syslog/syslog.t
25285 ____________________________________________________________________________
25286 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
25287         Log: Subject: op/study.t refinements
25288              From: Hugo <hv@crypt.compulink.co.uk>
25289              Date: Thu, 21 Jun 2001 00:29:07 +0100
25290              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
25291      Branch: perl
25292            ! t/op/study.t
25293 ____________________________________________________________________________
25294 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
25295         Log: Update Changes.
25296      Branch: perl
25297            ! Changes patchlevel.h
25298 ____________________________________________________________________________
25299 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
25300         Log: Subject: Re: [PATCH] djgpp updates
25301              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
25302              Date: Wed, 20 Jun 2001 10:05:15 +0200
25303              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
25304      Branch: perl
25305            ! djgpp/config.over
25306 ____________________________________________________________________________
25307 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
25308         Log: Fix for ID 20010619.002 "When building hash, hash keys that
25309              are function calls are not being called", from Abhijit.
25310      Branch: perl
25311            ! t/base/lex.t toke.c
25312 ____________________________________________________________________________
25313 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
25314         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
25315      Branch: perl
25316            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
25317            + lib/Locale/Maketext/test.pl
25318            - lib/Locale/Maketext.t
25319            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
25320            ! lib/Locale/Maketext/TPJ13.pod
25321 ____________________________________________________________________________
25322 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
25323         Log: Metaconfig unit change for #10760.
25324      Branch: metaconfig
25325            ! U/modified/Cppsym.U
25326 ____________________________________________________________________________
25327 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
25328         Log: Do not remove the ccsym* Cppsym* files since
25329              they are useful for metaconfig units coming after us.
25330              (This is the Configure nit mentioned in #10752.)
25331      Branch: perl
25332            ! Configure
25333 ____________________________________________________________________________
25334 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
25335         Log: Update to I18N::LangTags 0.24, from Sean Burke.
25336      Branch: perl
25337            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
25338            + lib/I18N/LangTags/README
25339            - lib/I18N/LangTags/List.pod
25340            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
25341 ____________________________________________________________________________
25342 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
25343         Log: Regen headers.
25344      Branch: perl
25345            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
25346            ! pod/perlapi.pod proto.h
25347 ____________________________________________________________________________
25348 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
25349         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
25350              From: Artur Bergman <artur@contiller.se>
25351              Date: Wed, 20 Jun 2001 11:31:32 +0200
25352              Message-ID: <B7563A14.17D8%artur@contiller.se>
25353      Branch: perl
25354            ! embed.pl hv.c intrpvar.h sv.c sv.h
25355 ____________________________________________________________________________
25356 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
25357         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
25358              From: Tim Sweetman <tim@aldigital.co.uk> 
25359              Date: Wed, 13 Jun 2001 14:25:17 +0100 
25360              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
25361      Branch: perl
25362            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
25363 ____________________________________________________________________________
25364 [ 10755] By: nick                                  on 2001/06/20  16:12:37
25365         Log: Integrate mainline
25366      Branch: perlio
25367           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
25368           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
25369           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
25370           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
25371           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
25372           !> t/op/study.t util.c
25373 ____________________________________________________________________________
25374 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
25375         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
25376              but not Makefile)
25377      Branch: maint-5.6/perl
25378            ! win32/Makefile
25379 ____________________________________________________________________________
25380 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
25381         Log: Security tweak on readlink().
25382      Branch: perl
25383            ! pp_sys.c
25384 ____________________________________________________________________________
25385 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
25386         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
25387      Branch: perl
25388            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
25389            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
25390            ! mpeix/relink t/op/pwent.t
25391 ____________________________________________________________________________
25392 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
25393         Log: Reinstate #10725 (with probe for alarm()).
25394      Branch: perl
25395            ! t/op/study.t
25396 ____________________________________________________________________________
25397 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
25398         Log: Replace our implementation of realpath() with OpenBSD's
25399              (src/lib/libc/stdlib/realpath.c 1.4).
25400      Branch: perl
25401            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
25402            ! pod/perldiag.pod proto.h util.c
25403 ____________________________________________________________________________
25404 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
25405         Log: Integrate perlio.
25406      Branch: perl
25407           !> perlio.c
25408 ____________________________________________________________________________
25409 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
25410         Log: No point in going into memory-saving contortions
25411              with getcwd() since there's a danger of buffer overflow.
25412              Also make the POSIX extension to use sv_getcwd().
25413              Finally, a missed proto.h fragment.
25414      Branch: perl
25415            ! ext/POSIX/POSIX.xs proto.h util.c
25416 ____________________________________________________________________________
25417 [ 10747] By: nick                                  on 2001/06/20  12:38:26
25418         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
25419      Branch: perlio
25420            ! perlio.c
25421 ____________________________________________________________________________
25422 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
25423         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
25424              From: Graham Barr <gbarr@pobox.com>
25425              Date: Wed, 20 Jun 2001 11:05:49 +0100
25426              Message-ID: <20010620110549.I19188@pobox.com>
25427              
25428              reported in        
25429              
25430              Subject: Bug in IO::Socket::INET module (repeat)
25431              From: "Harmon S. Nine" <hnine@netarx.com>
25432              Date: Tue, 19 Jun 2001 09:41:35 -0400
25433              Message-ID: <3B2F568F.8080605@netarx.com>
25434              
25435              The bug was that the IO::Socket::INET constructor
25436              did not allow a 'LocalPort' of 0.
25437      Branch: perl
25438            ! ext/IO/lib/IO/Socket/INET.pm
25439 ____________________________________________________________________________
25440 [ 10745] By: nick                                  on 2001/06/20  08:56:39
25441         Log: Integrate mainline.
25442      Branch: perlio
25443           !> (integrate 37 files)
25444 ____________________________________________________________________________
25445 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
25446         Log: After some reading I don't think we can blindly
25447              use systems' realpath().  Too many security problems,
25448              too many buggy implementations.
25449              
25450              TODO: the realpath() emulation code in util.c doesn't
25451              seem fully operational?  (readlink(), for example?)
25452      Branch: perl
25453            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
25454            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
25455            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
25456            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
25457            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
25458            ! win32/config_H.gc win32/config_H.vc
25459 ____________________________________________________________________________
25460 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
25461         Log: Metaconfig unit change for #10738.
25462      Branch: metaconfig
25463            ! U/compline/d_gconvert.U
25464 ____________________________________________________________________________
25465 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
25466         Log: Integrate change #10739 from maintperl:
25467              
25468              C<eval "/x$\r\n/x"> fails to compile correctly 
25469      Branch: perl
25470           !> t/op/pat.t toke.c
25471 ____________________________________________________________________________
25472 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
25473         Log: Retract #10725 (Hugo asked NOT to apply the patch)
25474      Branch: perl
25475            ! t/op/study.t
25476 ____________________________________________________________________________
25477 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
25478         Log: The test.third results were funnily named because of the
25479              new test scheme.
25480      Branch: perl
25481            ! t/TEST
25482 ____________________________________________________________________________
25483 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
25484         Log: C<eval "/x$\r\n/x"> fails to compile correctly
25485      Branch: maint-5.6/perl
25486            ! t/op/pat.t toke.c
25487 ____________________________________________________________________________
25488 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
25489         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
25490              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25491              Date: Tue, 19 Jun 2001 19:15:40 -0400
25492              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
25493              
25494              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
25495              because "1e+129" being expected but "1.e+129" being returned.
25496              The culprit (at least in Tru64) is the use of gcvt().
25497      Branch: perl
25498            ! Configure
25499 ____________________________________________________________________________
25500 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
25501         Log: Subject: [PATCH perl@10722] test hunting on VMS
25502              From: "Craig A. Berry" <craigberry@mac.com>
25503              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
25504              Date: Tue, 19 Jun 2001 18:59:01 -0500
25505      Branch: perl
25506            ! vms/test.com
25507 ____________________________________________________________________________
25508 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
25509         Log: Subject: [PATCH] s/typos//
25510              From: Abhijit Menon-Sen <ams@wiw.org>
25511              Date: Wed, 20 Jun 2001 02:15:02 +0530
25512              Message-ID: <20010620021502.A14541@lustre.linux.in>
25513              
25514              Without the op.h s/bearword/bareword/ hunk, see
25515              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
25516      Branch: perl
25517            ! util.c
25518 ____________________________________________________________________________
25519 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
25520         Log: Metaconfig unit change for #10732 and #10733.
25521      Branch: metaconfig/U/perl
25522            ! fflushall.U
25523 ____________________________________________________________________________
25524 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
25525         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
25526              From: "Craig A. Berry" <craigberry@mac.com>
25527              Date: Tue, 19 Jun 2001 17:19:48 -0500
25528              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
25529      Branch: perl
25530            ! configure.com vms/descrip_mms.template
25531 ____________________________________________________________________________
25532 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
25533         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
25534              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25535              Date: Tue, 19 Jun 2001 16:48:07 -0400
25536              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
25537              
25538              Further fixes to fflush(NULL) detection.
25539      Branch: perl
25540            ! Configure
25541 ____________________________________________________________________________
25542 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
25543         Log: AIX test -s hangs with non-existent files?
25544              (A genuine logic bug in Configure, but AIX also broken?)
25545      Branch: perl
25546            ! Configure
25547 ____________________________________________________________________________
25548 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
25549         Log: AUTHORS updates.
25550      Branch: perl
25551            ! AUTHORS
25552 ____________________________________________________________________________
25553 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
25554         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
25555              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25556              Date: Tue, 19 Jun 2001 15:33:25 -0400
25557              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
25558      Branch: perl
25559            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
25560            ! t/lib/warnings/pp
25561 ____________________________________________________________________________
25562 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
25563         Log: Integrate perlio.
25564      Branch: perl
25565           !> lib/File/Find/find.t win32/distclean.bat
25566 ____________________________________________________________________________
25567 [ 10728] By: nick                                  on 2001/06/19  18:24:53
25568         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
25569      Branch: perlio
25570            ! lib/File/Find/find.t win32/distclean.bat
25571 ____________________________________________________________________________
25572 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
25573         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
25574              also add information how to find out whether one has PerlIO.
25575      Branch: perl
25576            ! pod/perlfunc.pod
25577 ____________________________________________________________________________
25578 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
25579         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
25580              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
25581              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
25582              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
25583      Branch: perl
25584            ! pod/perlfunc.pod
25585 ____________________________________________________________________________
25586 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
25587         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
25588              From: Hugo <hv@crypt.compulink.co.uk>
25589              Date: Tue, 19 Jun 2001 12:37:30 +0100
25590              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
25591      Branch: perl
25592            ! t/op/study.t
25593 ____________________________________________________________________________
25594 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
25595         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
25596              From: Hugo <hv@crypt.compulink.co.uk>
25597              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
25598              Date: Tue, 19 Jun 2001 13:15:17 +0100
25599      Branch: perl
25600            ! util.c
25601 ____________________________________________________________________________
25602 [ 10723] By: nick                                  on 2001/06/19  14:46:15
25603         Log: Integrate mainline
25604      Branch: perlio
25605           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
25606           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
25607           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
25608           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
25609           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
25610           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
25611            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
25612            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
25613            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
25614            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
25615            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
25616            - ext/Thread/unsync4.t
25617           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
25618           !> djgpp/config.over djgpp/fixpmain
25619           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
25620           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
25621           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
25622 ____________________________________________________________________________
25623 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
25624         Log: Update Changes.
25625      Branch: perl
25626            ! Changes patchlevel.h
25627 ____________________________________________________________________________
25628 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
25629         Log: The existence shall be MANIFESted.
25630      Branch: perl
25631            ! MANIFEST
25632 ____________________________________________________________________________
25633 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
25634         Log: The old libnet.cfg is first searched from the current directory,
25635              only then from the module path.
25636      Branch: perl
25637            ! utils/libnetcfg.PL
25638 ____________________________________________________________________________
25639 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
25640         Log: NetWare tweaks from Guruprasad.
25641      Branch: perl
25642            ! NetWare/Makefile NetWare/config.wc
25643 ____________________________________________________________________________
25644 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
25645         Log: Subject: [PATCH] djgpp updates
25646              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
25647              Date: Tue, 19 Jun 2001 10:59:06 +0200
25648              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
25649      Branch: perl
25650            ! djgpp/config.over djgpp/fixpmain
25651 ____________________________________________________________________________
25652 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
25653         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
25654              From: Prymmer/Kahn <pvhp@best.com>
25655              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
25656              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
25657      Branch: perl
25658            ! win32/Makefile
25659 ____________________________________________________________________________
25660 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
25661         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
25662              to happen right after the inclusion of <inttypes.h>,
25663              from Edward Moy.
25664      Branch: perl
25665            ! handy.h perl.h
25666 ____________________________________________________________________________
25667 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
25668         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
25669              From: Doug MacEachern <dougm@covalent.net>
25670              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
25671              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
25672      Branch: perl
25673            ! ext/DynaLoader/DynaLoader_pm.PL
25674 ____________________________________________________________________________
25675 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
25676         Log: Revert #10656 for perfomance reasons but leave in the
25677              use of Hv*() macros -- in comments, so that grepping the
25678              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
25679              suggested by Sarathy, also by Abhijit.)
25680      Branch: perl
25681            ! hv.c
25682 ____________________________________________________________________________
25683 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
25684         Log: Subject: [patch] .s MakeMaker suffix
25685              From: Doug MacEachern <dougm@covalent.net>
25686              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
25687              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
25688      Branch: perl
25689            ! lib/ExtUtils/MM_Unix.pm
25690 ____________________________________________________________________________
25691 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
25692         Log: One test lost in the big shuffle restored.
25693      Branch: perl
25694            + ext/IPC/SysV/ipcsysv.t
25695            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
25696 ____________________________________________________________________________
25697 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
25698         Log: Rename the old non-standard threads tests so that
25699              they won't be invoked.
25700      Branch: perl
25701            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
25702            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
25703            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
25704            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
25705            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
25706            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
25707            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
25708            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
25709            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
25710            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
25711            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
25712            - ext/Thread/unsync4.t
25713            ! MANIFEST
25714 ____________________________________________________________________________
25715 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
25716         Log: Integrate perlio.
25717      Branch: perl
25718           !> win32/config_sh.PL
25719 ____________________________________________________________________________
25720 [ 10709] By: nick                                  on 2001/06/19  08:18:18
25721         Log: Integrate mainline
25722      Branch: perlio
25723           +> (branch 40 files)
25724            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
25725            - lib/strict/subs lib/strict/vars lib/warnings/1global
25726            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
25727            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
25728            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
25729            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
25730            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
25731            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
25732            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
25733            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
25734            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
25735            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
25736            - lib/warnings/utf8 lib/warnings/util
25737           !> (integrate 57 files)
25738 ____________________________________________________________________________
25739 [ 10708] By: nick                                  on 2001/06/19  07:57:10
25740         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
25741      Branch: perlio
25742            ! win32/config_sh.PL
25743 ____________________________________________________________________________
25744 [ 10707] By: nick                                  on 2001/06/19  07:05:07
25745         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
25746      Branch: perl
25747            ! perly.c perly.y perly_c.diff vms/perly_c.vms
25748 ____________________________________________________________________________
25749 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
25750         Log: More perl572delta tweaks.
25751      Branch: perl
25752            ! pod/perl572delta.pod
25753 ____________________________________________________________________________
25754 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
25755         Log: Update perl572delta.
25756      Branch: perl
25757            ! pod/perl572delta.pod
25758 ____________________________________________________________________________
25759 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
25760         Log: VOS updates from Paul Green.
25761      Branch: perl
25762            ! vos/Changes vos/build.cm vos/perl.bind
25763 ____________________________________________________________________________
25764 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
25765         Log: Update the vos/config.*.* files.
25766      Branch: perl
25767            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25768            ! vos/config.ga.h
25769 ____________________________________________________________________________
25770 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
25771         Log: Add a makefile for more painless adding of symbols to the
25772              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
25773              takes care of the adding)
25774      Branch: perl
25775            + vos/Makefile
25776 ____________________________________________________________________________
25777 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
25778         Log: Make libnetcfg by default display the libnet configuration,
25779              -c to change, add -i for old config, document all options,
25780              regen toc.
25781      Branch: perl
25782            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
25783 ____________________________________________________________________________
25784 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
25785         Log: gcc -Wall sweep.
25786      Branch: perl
25787            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
25788 ____________________________________________________________________________
25789 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
25790         Log: So there.
25791      Branch: perl
25792            ! universal.c
25793 ____________________________________________________________________________
25794 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
25795         Log: Document the need for sv_printify().
25796              
25797              Document that 'use utf8' has been considered.
25798              
25799              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
25800      Branch: perl
25801            ! pod/perltodo.pod universal.c
25802 ____________________________________________________________________________
25803 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
25804         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
25805              From: Nicholas Clark <nick@ccl4.org>
25806              Date: Mon, 18 Jun 2001 23:29:23 +0100
25807              Message-ID: <20010618232923.I98663@plum.flirble.org>
25808      Branch: perl
25809            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
25810            ! ext/Sys/Syslog/Makefile.PL
25811 ____________________________________________________________________________
25812 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
25813         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
25814              From: Scott.L.Miller@Compaq.com
25815              Date: Mon, 18 Jun 2001 10:12:27 -0500
25816              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
25817      Branch: perl
25818            ! lib/perl5db.pl pod/perldebug.pod
25819 ____________________________________________________________________________
25820 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
25821         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
25822              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
25823              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
25824              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
25825      Branch: perl
25826            ! lib/Carp/Heavy.pm
25827 ____________________________________________________________________________
25828 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
25829         Log: Subject: [PATCH] Documentation changes for CLONE
25830              From: Artur Bergman <artur@contiller.se>
25831              Date: Mon, 18 Jun 2001 22:06:37 +0200
25832              Message-ID: <B7542BEC.1719%artur@contiller.se>
25833      Branch: perl
25834            ! pod/perlmod.pod pod/perlsub.pod
25835 ____________________________________________________________________________
25836 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
25837         Log: Subject: Re: configure.com
25838              From: "Craig A. Berry" <craigberry@mac.com>
25839              Date: Mon, 18 Jun 2001 16:04:38 -0500
25840              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
25841      Branch: perl
25842            ! configure.com
25843 ____________________________________________________________________________
25844 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
25845         Log: Subject: PL_nullstash + perl_clone()
25846              From: Doug MacEachern <dougm@covalent.net>
25847              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
25848              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
25849      Branch: perl
25850            ! sv.c
25851 ____________________________________________________________________________
25852 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
25853         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
25854              From: davem@fdgroup.co.uk
25855              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
25856              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
25857      Branch: perl
25858            ! embed.pl pod/perlapi.pod
25859 ____________________________________________________________________________
25860 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
25861         Log: More cross-compilation defaults gleaned from -Dcc
25862              if it is CPU-OS-gcc.
25863      Branch: metaconfig
25864            ! U/modified/libc.U
25865      Branch: metaconfig/U/perl
25866            ! Cross.U
25867      Branch: perl
25868            ! Configure INSTALL
25869 ____________________________________________________________________________
25870 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
25871         Log: Update Changes.
25872      Branch: perl
25873            ! Changes patchlevel.h
25874 ____________________________________________________________________________
25875 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
25876         Log: Subject: [PATCH 5.7.1] sv.c documentation
25877              From: davem@fdgroup.co.uk
25878              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
25879              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
25880      Branch: perl
25881            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
25882            ! sv.c sv.h
25883 ____________________________________________________________________________
25884 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
25885         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
25886              From: "Jon Gunnip" <jongunnip@hotmail.com>
25887              Date: Sun, 17 Jun 2001 18:24:29 -0400
25888              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
25889      Branch: perl
25890            ! pod/perlvar.pod
25891 ____________________________________________________________________________
25892 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
25893         Log: Move the locale/strict/warnings helper files back
25894              under the t/lib; this way the amount of non-installabled
25895              stuff under lib/ stays smaller.
25896      Branch: perl
25897            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
25898            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
25899            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
25900            + t/lib/warnings/5nolint t/lib/warnings/6default
25901            + t/lib/warnings/7fatal t/lib/warnings/8signal
25902            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
25903            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
25904            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
25905            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
25906            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
25907            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
25908            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
25909            + t/lib/warnings/taint t/lib/warnings/toke
25910            + t/lib/warnings/universal t/lib/warnings/utf8
25911            + t/lib/warnings/util
25912            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
25913            - lib/strict/subs lib/strict/vars lib/warnings/1global
25914            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
25915            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
25916            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
25917            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
25918            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
25919            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
25920            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
25921            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
25922            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
25923            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
25924            - lib/warnings/utf8 lib/warnings/util
25925            ! MANIFEST installperl lib/locale.t lib/strict.t
25926 ____________________________________________________________________________
25927 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
25928         Log: Split off the pack/unpack code, from Nicholas Clark.
25929      Branch: perl
25930            + pp_pack.c
25931            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
25932            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
25933            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
25934 ____________________________________________________________________________
25935 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
25936         Log: Guard the SysV IPC tests against being invoked in
25937              SysV-IPC-less places.
25938      Branch: perl
25939            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
25940 ____________________________________________________________________________
25941 [ 10683] By: nick                                  on 2001/06/18  12:24:42
25942         Log: Integrate mainline (new test scheme now ok on Linux).
25943      Branch: perlio
25944           +> lib/warnings.t
25945           !> dump.c sv.c
25946 ____________________________________________________________________________
25947 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
25948         Log: Add the locale.c and numeric.c to the microperl sources.
25949      Branch: perl
25950            ! Makefile.micro win32/Makefile
25951 ____________________________________________________________________________
25952 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
25953         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
25954              From: Abhijit Menon-Sen <ams@wiw.org>
25955              Date: Mon, 18 Jun 2001 14:23:44 +0530
25956              Message-ID: <20010618142344.A13136@lustre.linux.in>
25957      Branch: perl
25958            ! dump.c
25959 ____________________________________________________________________________
25960 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
25961         Log: Subject: Re: [PATCH] more anonymous stash cleanups
25962              From: Abhijit Menon-Sen <ams@wiw.org>
25963              Date: Mon, 18 Jun 2001 15:50:32 +0530
25964              Message-ID: <20010618155032.A13223@lustre.linux.in>
25965              
25966              Plus the comment left in as suggested by NI-S.
25967      Branch: perl
25968            ! sv.c
25969 ____________________________________________________________________________
25970 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
25971         Log: One missed file.
25972      Branch: perl
25973            + lib/warnings.t
25974 ____________________________________________________________________________
25975 [ 10678] By: nick                                  on 2001/06/18  08:05:29
25976         Log: Integrate mainline (part2 - the deletes)
25977      Branch: perlio
25978            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
25979            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
25980            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
25981            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
25982            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
25983            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
25984            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
25985            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
25986            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
25987            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
25988            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
25989 ____________________________________________________________________________
25990 [ 10677] By: nick                                  on 2001/06/18  08:04:44
25991         Log: Integrate mainline (part1)
25992      Branch: perlio
25993           +> (branch 376 files)
25994            - (delete 219 files)
25995           !> (integrate 151 files)
25996 ____________________________________________________________________________
25997 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
25998         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
25999              No doubt I made some mistakes like missed some files or
26000              misnamed some files.  The naming rules were more or less:
26001              (1) if the module is from CPAN, follows its ways, be it
26002              t/*.t or test.pl.
26003              (2) otherwise if there are multiple tests for a module
26004              put them in a t/
26005              (3) otherwise if there's only one test put it in Module.t
26006              (4) helper files go to module/ (locale, strict, warnings)
26007              (5) use longer filenames now that we can (but e.g. the
26008              compat-0.6.t and the Text::Balanced test files still
26009              were renamed to be more civil against the 8.3 people)
26010              installperl was updated appropriately not to install the
26011              *.t files or the help files from under lib.
26012              
26013              TODO: some helper files still remain under t/ that could
26014              follow their 'masters'.  UPDATE: On second thoughts, why
26015              should they.  They can continue to live under t/lib, and
26016              in fact the locale/strict/warnings helpers that were moved
26017              could be moved back.  This way the amount of non-installable
26018              stuff under lib/ stays smaller.
26019      Branch: perl
26020            + (add 253 files)
26021            - (delete 254 files)
26022            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
26023 ____________________________________________________________________________
26024 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
26025         Log: The warning no more comes from util.c, it comes from numeric.c.
26026      Branch: perl
26027            ! README.tru64
26028 ____________________________________________________________________________
26029 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
26030         Log: Subject: Re: anyone good at casting spells?
26031              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26032              Date: Sun, 17 Jun 2001 21:21:04 -0400
26033              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
26034      Branch: perl
26035            ! ext/POSIX/POSIX.xs hv.h
26036 ____________________________________________________________________________
26037 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
26038         Log: Protect the (original) thread tests against testing if no 5.005
26039              threads have been configured.
26040      Branch: perl
26041            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
26042            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
26043            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
26044            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
26045            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
26046            ! ext/Thread/unsync4.t
26047 ____________________________________________________________________________
26048 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
26049         Log: Try the new test scanning scheme on Text::Abbrev.
26050      Branch: perl
26051            + lib/Text/Abbrev.t
26052            - lib/Text/Abbrev/t/abbrev.t
26053            ! MANIFEST
26054 ____________________________________________________________________________
26055 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
26056         Log: Change the scan policy of the *.t and test.pl files,
26057              now the *.t do not need to live in a t/ directory.
26058      Branch: perl
26059            ! t/TEST t/harness
26060 ____________________________________________________________________________
26061 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
26062         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
26063              From: Ilmari Karonen <iltzu@sci.fi>
26064              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
26065              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
26066      Branch: perl
26067            ! pod/perlfaq7.pod
26068 ____________________________________________________________________________
26069 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
26070         Log: Quench the warnings from Tru64; the HP-UX is still
26071              broken because it really, REALLY, doesn't like the
26072              HvARRAY() being lvalue:
26073              
26074              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
26075              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
26076      Branch: perl
26077            ! hv.c
26078 ____________________________________________________________________________
26079 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
26080         Log: Integrate change #10667 from maintperl:
26081              
26082              change#10449 broke the special-case that makes lexicals inside the
26083              eval"" within DB::DB() visible
26084      Branch: perl
26085           !> op.c
26086 ____________________________________________________________________________
26087 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
26088         Log: change#10449 broke the special-case that makes lexicals inside the
26089              eval"" within DB::DB() visible
26090      Branch: maint-5.6/perl
26091            ! op.c
26092 ____________________________________________________________________________
26093 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
26094         Log: Still spurious output; indent the code a bit.
26095              
26096              TODO1: separate the utility functions like MkDir
26097              into a helper script?
26098              
26099              TODO2: I see a lot of repetition in the filepath()
26100              and dirpath() calls.
26101      Branch: perl
26102            ! t/lib/filefind.t t/lib/findtaint.t
26103 ____________________________________________________________________________
26104 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
26105         Log: Regen modlib, toc.
26106      Branch: perl
26107            ! pod/perlmodlib.pod pod/perltoc.pod
26108 ____________________________________________________________________________
26109 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
26110         Log: Add libnetcfg to perlutil.
26111      Branch: perl
26112            ! pod/perlutil.pod
26113 ____________________________________________________________________________
26114 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
26115         Log: Initial integration of libnet-1.0703.
26116              The Configure script renamed as libnetcfg, will be
26117              installed along other utilities.
26118      Branch: perl
26119            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
26120            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
26121            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
26122            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
26123            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
26124            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
26125            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
26126            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
26127            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
26128            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
26129            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
26130            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
26131            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
26132            + utils/libnetcfg.PL
26133            ! MANIFEST utils.lst utils/Makefile
26134 ____________________________________________________________________________
26135 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
26136         Log: Less potentially test-harness-confusing output.
26137      Branch: perl
26138            ! lib/Memoize/t/expire_module_t.t
26139 ____________________________________________________________________________
26140 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
26141         Log: The final print annoys make test.
26142      Branch: perl
26143            ! t/lib/filefind.t t/lib/findtaint.t
26144 ____________________________________________________________________________
26145 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
26146         Log: Add an option for handling dangling symbolic links.
26147      Branch: perl
26148            ! lib/File/Find.pm t/lib/filefind.t
26149 ____________________________________________________________________________
26150 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
26151         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
26152              From: Thomas Wegner <wegner_thomas@yahoo.com>
26153              Date: Sun, 17 Jun 2001 14:43:11 +0200
26154              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
26155      Branch: perl
26156            + t/lib/findtaint.t
26157            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
26158 ____________________________________________________________________________
26159 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
26160         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
26161              From: Jonathan Stowe <gellyfish@gellyfish.com>
26162              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
26163              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
26164      Branch: perl
26165            ! lib/ExtUtils/MM_Unix.pm
26166 ____________________________________________________________________________
26167 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
26168         Log: Subject: [PATCH] more anonymous stash cleanups
26169              From: Abhijit Menon-Sen <ams@wiw.org>
26170              Date: Sun, 17 Jun 2001 11:44:06 +0530
26171              Message-ID: <20010617114406.A25203@lustre.linux.in>
26172      Branch: perl
26173            ! op.c
26174 ____________________________________________________________________________
26175 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
26176         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
26177              From: Abhijit Menon-Sen <ams@wiw.org>
26178              Date: Sun, 17 Jun 2001 08:02:59 +0530
26179              Message-ID: <20010617080259.A28776@lustre.linux.in>
26180              
26181              Subject: [PATCH #2/7] xhv_eiter
26182              From: Abhijit Menon-Sen <ams@wiw.org>
26183              Date: Sun, 17 Jun 2001 08:13:18 +0530
26184              Message-ID: <20010617081318.B28776@lustre.linux.in>
26185              
26186              Subject: [PATCH #3/7] xhv_fill
26187              From: Abhijit Menon-Sen <ams@wiw.org>
26188              Date: Sun, 17 Jun 2001 08:25:16 +0530
26189              Message-ID: <20010617082516.C28776@lustre.linux.in>
26190              
26191              Subject: [PATCH #4/7] xhv_keys
26192              From: Abhijit Menon-Sen <ams@wiw.org>
26193              Date: Sun, 17 Jun 2001 08:36:17 +0530
26194              Message-ID: <20010617083617.D28776@lustre.linux.in>
26195              
26196              Subject: [PATCH #5/7] xhv_max
26197              From: Abhijit Menon-Sen <ams@wiw.org>
26198              Date: Sun, 17 Jun 2001 08:39:48 +0530
26199              Message-ID: <20010617083948.E28776@lustre.linux.in>
26200              
26201              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
26202              From: Abhijit Menon-Sen <ams@wiw.org>
26203              Date: Sun, 17 Jun 2001 08:51:11 +0530
26204              Message-ID: <20010617085111.F28776@lustre.linux.in>
26205      Branch: perl
26206            ! hv.c
26207 ____________________________________________________________________________
26208 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
26209         Log: Update Changes.
26210      Branch: perl
26211            ! Changes patchlevel.h
26212 ____________________________________________________________________________
26213 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
26214         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
26215              From: Abhijit Menon-Sen <ams@wiw.org>
26216              Date: Sat, 16 Jun 2001 07:41:19 +0530
26217              Message-ID: <20010616074119.A24720@lustre.linux.in>
26218      Branch: perl
26219            ! hv.c perl.c vms/vmsish.h win32/win32.h
26220 ____________________________________________________________________________
26221 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
26222         Log: Document tests failing when threaded, since we now have more.
26223      Branch: perl
26224            ! pod/perl572delta.pod
26225 ____________________________________________________________________________
26226 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
26227         Log: -Wall cleanup.
26228      Branch: perl
26229            ! ext/Thread/Thread.xs
26230 ____________________________________________________________________________
26231 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
26232         Log: pthread_attr_setstacksize() isn't absolutely necessary
26233              to call, only iff THREAD_CREATE_NEEDS_STACK.
26234      Branch: perl
26235            ! ext/Thread/Thread.xs
26236 ____________________________________________________________________________
26237 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
26238         Log: -Wall strays.
26239      Branch: perl
26240            ! perl.c util.c
26241 ____________________________________________________________________________
26242 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
26243         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
26244              (and INT64_MIN) brokenness.
26245      Branch: perl
26246            ! hints/darwin.sh perl.h
26247 ____________________________________________________________________________
26248 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
26249         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
26250              From: Nicholas Clark <nick@ccl4.org>
26251              Date: Sun, 17 Jun 2001 00:16:05 +0100
26252              Message-ID: <20010617001605.V98663@plum.flirble.org>
26253      Branch: perl
26254            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
26255            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
26256            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26257 ____________________________________________________________________________
26258 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
26259         Log: Add perlnetware to docs; regen toc; supply skeleton
26260              docs for some Memoize submodules.
26261      Branch: perl
26262            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
26263            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
26264            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
26265            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
26266            ! win32/Makefile win32/makefile.mk
26267 ____________________________________________________________________________
26268 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
26269         Log: pod cleanup.
26270      Branch: perl
26271            ! README.netware
26272 ____________________________________________________________________________
26273 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
26274         Log: Integrate Memoize 0.64.  Few tweaks were required in
26275              the test scripts.  Note that the speed and expire*
26276              tests take several dozen seconds to run.
26277      Branch: perl
26278            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
26279            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
26280            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
26281            + lib/Memoize/README lib/Memoize/SDBM_File.pm
26282            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
26283            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
26284            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
26285            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
26286            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
26287            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
26288            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
26289            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
26290            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
26291            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
26292            ! MANIFEST t/lib/1_compile.t
26293 ____________________________________________________________________________
26294 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
26295         Log: Document the cross-compilation options.
26296      Branch: perl
26297            ! Cross/README INSTALL
26298 ____________________________________________________________________________
26299 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
26300         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
26301      Branch: perl
26302            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
26303            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
26304            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
26305            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
26306            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
26307            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
26308            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
26309            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
26310            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
26311            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
26312            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
26313            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
26314            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
26315            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
26316            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
26317            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
26318            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
26319            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
26320            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
26321            + lib/ExtUtils/MM_NW5.pm
26322            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
26323            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
26324            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
26325            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
26326            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
26327            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
26328            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
26329            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
26330            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
26331            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
26332            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
26333            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
26334            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
26335            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
26336            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
26337            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
26338            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
26339            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
26340            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
26341            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
26342            ! util.h x2p/a2py.c
26343 ____________________________________________________________________________
26344 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
26345         Log: Resort MANIFEST.
26346      Branch: perl
26347            ! MANIFEST
26348 ____________________________________________________________________________
26349 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
26350         Log: Integrate perlio.
26351      Branch: perl
26352           +> win32/win32io.c
26353           !> MANIFEST perlio.c perliol.h win32/makefile.mk
26354 ____________________________________________________________________________
26355 [ 10640] By: nick                                  on 2001/06/16  18:38:31
26356         Log: Disable :win32 layer as default till I get it working
26357      Branch: perlio
26358            ! MANIFEST perlio.c
26359 ____________________________________________________________________________
26360 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
26361         Log: Try the new scheme by moving the Text::Abbrev test
26362              to a new place under lib.
26363      Branch: perl
26364            + lib/Text/Abbrev/t/abbrev.t
26365            - t/lib/abbrev.t
26366            ! MANIFEST
26367 ____________________________________________________________________________
26368 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
26369         Log: Make the code even more dynamical so that testname
26370              suffix length can change.
26371      Branch: perl
26372            ! lib/Test/Harness.pm t/TEST
26373 ____________________________________________________________________________
26374 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
26375         Log: Allow for deeper t/ and also a single test.pl.
26376      Branch: perl
26377            ! t/TEST t/harness
26378 ____________________________________________________________________________
26379 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
26380         Log: #define fix from Nicholas Clark.
26381      Branch: perl
26382            ! ext/POSIX/POSIX.xs
26383 ____________________________________________________________________________
26384 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
26385         Log: Initialization is nice.
26386      Branch: perl
26387            ! lib/Test/Harness.pm
26388 ____________________________________________________________________________
26389 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
26390         Log: Make t/TEST and t/harness to test also the t/ tests
26391              under the main lib/ and ext/ directories.  Fix Test::Harness
26392              to dynamically change the width of its "foo/bar....ok" output.
26393      Branch: perl
26394            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
26395 ____________________________________________________________________________
26396 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
26397         Log: Subject: [PATCH] Re: perl@10611 
26398              From: Nicholas Clark <nick@ccl4.org>
26399              Date: Sat, 16 Jun 2001 16:52:47 +0100
26400              Message-ID: <20010616165247.O98663@plum.flirble.org>
26401              
26402              The .xs parts, too.
26403      Branch: perl
26404            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
26405            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
26406 ____________________________________________________________________________
26407 [ 10632] By: nick                                  on 2001/06/16  16:44:35
26408         Log: Work-in-progress win32 layer semi-functional, checking 
26409              for UNIX breakage.
26410      Branch: perlio
26411            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
26412 ____________________________________________________________________________
26413 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
26414         Log: Subject: [PATCH] Re: perl@10611 
26415              From: Nicholas Clark <nick@ccl4.org>
26416              Date: Sat, 16 Jun 2001 16:52:47 +0100
26417              Message-ID: <20010616165247.O98663@plum.flirble.org>
26418      Branch: perl
26419            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
26420            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
26421            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
26422            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
26423            ! lib/ExtUtils/Constant.pm
26424 ____________________________________________________________________________
26425 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
26426         Log: Metaconfig unit change for #10629.
26427      Branch: metaconfig
26428            ! U/modified/Finish.U
26429 ____________________________________________________________________________
26430 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
26431         Log: The extraction changed directories.
26432      Branch: perl
26433            ! Configure
26434 ____________________________________________________________________________
26435 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
26436         Log: Math::BigInt 1.35 from Tels.
26437      Branch: perl
26438            + t/lib/mbimbf.t
26439            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
26440            ! t/lib/bigfltpm.t t/lib/bigintpm.t
26441 ____________________________________________________________________________
26442 [ 10627] By: nick                                  on 2001/06/16  14:54:52
26443         Log: Work in progress UNIX-side edit of win32 PerLIO layer
26444      Branch: perlio
26445            + win32/win32io.c
26446            ! perlio.c win32/makefile.mk
26447 ____________________________________________________________________________
26448 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
26449         Log: Subject: [PATCH 5.6.1] os2/diff-configure
26450              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26451              Date: Fri, 15 Jun 2001 01:19:36 -0400
26452              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
26453              
26454              Empty all of it because I think #10624 made even the
26455              last patch hunk unnecessary.
26456      Branch: perl
26457            ! os2/diff.configure
26458 ____________________________________________________________________________
26459 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
26460         Log: Metaconfig unit change for 10624.
26461      Branch: metaconfig
26462            ! U/modified/libc.U
26463      Branch: perl
26464            ! config_h.SH
26465 ____________________________________________________________________________
26466 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
26467         Log: Move the initialization of libnames to the beginning so
26468              that can one 'seed' it (as OS/2 does.)
26469      Branch: perl
26470            ! Configure
26471 ____________________________________________________________________________
26472 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
26473         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
26474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26475              Date: Fri, 15 Jun 2001 19:10:57 -0400
26476              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
26477      Branch: perl
26478            ! os2/OS2/REXX/DLL/DLL.pm
26479 ____________________________________________________________________________
26480 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
26481         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
26482              From: "Craig A. Berry" <craigberry@mac.com>
26483              Date: Fri, 15 Jun 2001 17:00:03 -0500
26484              Message-Id: <a05101007b750342599be@[172.16.52.1]>
26485      Branch: perl
26486            ! vms/descrip_mms.template
26487 ____________________________________________________________________________
26488 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
26489         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
26490              From: "Craig A. Berry" <craigberry@mac.com>
26491              Date: Fri, 15 Jun 2001 18:39:42 -0500
26492              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
26493      Branch: perl
26494            ! lib/File/Spec/VMS.pm t/lib/extutils.t
26495 ____________________________________________________________________________
26496 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
26497         Log: Integrate perlio.
26498      Branch: perl
26499           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
26500           !> t/io/utf8.t t/lib/io_scalar.t
26501 ____________________________________________________________________________
26502 [ 10619] By: nick                                  on 2001/06/15  21:05:19
26503         Log: Generated files
26504      Branch: perlio
26505            ! embed.h proto.h
26506 ____________________________________________________________________________
26507 [ 10618] By: nick                                  on 2001/06/15  20:27:42
26508         Log: Fix open.pm to work via XS-implemented method calls rather
26509              than *open::layers variables which caused all the HV/AV hassle.
26510      Branch: perlio
26511            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
26512            ! t/lib/io_scalar.t
26513 ____________________________________________________________________________
26514 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
26515         Log: Integrate perlio.
26516      Branch: perl
26517           !> lib/ExtUtils/Constant.pm
26518 ____________________________________________________________________________
26519 [ 10616] By: nick                                  on 2001/06/15  18:46:47
26520         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
26521      Branch: perlio
26522            ! lib/ExtUtils/Constant.pm
26523 ____________________________________________________________________________
26524 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
26525         Log: Integrate perlio.
26526      Branch: perl
26527           !> ext/Socket/Socket.xs
26528 ____________________________________________________________________________
26529 [ 10614] By: nick                                  on 2001/06/15  18:33:37
26530         Log: MULTIPLICITY fix for Socket.xs
26531      Branch: perlio
26532            ! ext/Socket/Socket.xs
26533 ____________________________________________________________________________
26534 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
26535         Log: Subject: Re: perl@10611
26536              From: Doug MacEachern <dougm@covalent.net>
26537              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
26538              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
26539      Branch: perl
26540            ! ext/Socket/Socket.xs
26541 ____________________________________________________________________________
26542 [ 10612] By: nick                                  on 2001/06/15  16:14:38
26543         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
26544      Branch: perlio
26545           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
26546           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
26547           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
26548           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
26549           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
26550           !> utils/h2ph.PL
26551 ____________________________________________________________________________
26552 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
26553         Log: Update Changes.
26554      Branch: perl
26555            ! Changes patchlevel.h
26556 ____________________________________________________________________________
26557 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
26558         Log: Upping the test count.
26559      Branch: perl
26560            ! t/lib/filefind.t
26561 ____________________________________________________________________________
26562 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
26563         Log: Integrate perlio.
26564      Branch: perl
26565           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26566 ____________________________________________________________________________
26567 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
26568         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
26569              From: andreas.koenig@anima.de (Andreas J. Koenig)
26570              Date: 15 Jun 2001 13:30:39 +0200
26571              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
26572              
26573              Record the grim history.
26574      Branch: perl
26575            ! lib/File/Find.pm
26576 ____________________________________________________________________________
26577 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
26578         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
26579              From: Brian McCauley <nobull@mail.com>
26580              Date: 15 Jun 2001 07:51:26 +0100
26581              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
26582      Branch: perl
26583            ! lib/File/Find.pm t/lib/filefind.t
26584 ____________________________________________________________________________
26585 [ 10606] By: nick                                  on 2001/06/15  14:00:08
26586         Log: regen_config_h for Win32.
26587      Branch: perlio
26588            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26589 ____________________________________________________________________________
26590 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
26591         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
26592              From: Peter Prymmer <pvhp@forte.com>
26593              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
26594              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
26595      Branch: perl
26596            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
26597 ____________________________________________________________________________
26598 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
26599         Log: Some filesystems require writability for rename/unlink.
26600      Branch: perl
26601            ! opcode.pl
26602 ____________________________________________________________________________
26603 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
26604         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
26605              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
26606              Date: Fri, 15 Jun 2001 12:08:53 +0200
26607              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
26608      Branch: perl
26609            ! perlio.c
26610 ____________________________________________________________________________
26611 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
26612         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
26613              From: Mike Guy <mjtg@cam.ac.uk>
26614              Date: Fri, 15 Jun 2001 14:11:49 +0100
26615              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
26616      Branch: perl
26617            ! opcode.pl
26618 ____________________________________________________________________________
26619 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
26620         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
26621              From: Nicholas Clark <nick@ccl4.org>
26622              Date: Thu, 14 Jun 2001 23:52:56 +0100
26623              Message-ID: <20010614235256.G98663@plum.flirble.org>
26624      Branch: perl
26625            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
26626            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26627 ____________________________________________________________________________
26628 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
26629         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
26630              From: Russ Allbery <rra@stanford.edu>
26631              Date: 14 Jun 2001 13:24:43 -0700
26632              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
26633      Branch: perl
26634            ! ext/GDBM_File/GDBM_File.pm
26635 ____________________________________________________________________________
26636 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
26637         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
26638              From: Nicholas Clark <nick@ccl4.org>
26639              Date: Thu, 14 Jun 2001 20:37:47 +0100
26640              Message-ID: <20010614203747.F98663@plum.flirble.org>
26641      Branch: perl
26642            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
26643            ! t/lib/gdbm.t
26644 ____________________________________________________________________________
26645 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
26646         Log: Integrate perlio.
26647      Branch: perl
26648           !> makedef.pl sv.c
26649 ____________________________________________________________________________
26650 [ 10597] By: nick                                  on 2001/06/15  11:08:13
26651         Log: Check that HVs with HvNAME() != NULL are really stashes before
26652              treating them as such. Also be more defensive on the GvCV.
26653              Win32 fork and dprof now working again. 
26654      Branch: perlio
26655            ! sv.c
26656 ____________________________________________________________________________
26657 [ 10596] By: nick                                  on 2001/06/15  10:11:20
26658         Log: Integrate mainline.
26659      Branch: perlio
26660           +> Cross/README
26661           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
26662           !> Porting/config_H config_h.SH configure.com epoc/config.sh
26663           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
26664           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26665           !> vos/config.ga.h win32/config.bc win32/config.gc
26666           !> win32/config.vc win32/config_H.bc win32/config_H.gc
26667           !> win32/config_H.vc
26668 ____________________________________________________________________________
26669 [ 10595] By: nick                                  on 2001/06/15  09:37:17
26670         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
26671              - Win32 (VC++) now builds but fails:
26672              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
26673              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
26674              write.t    - open(...,"|-") not implemented on Win32 
26675      Branch: perlio
26676            ! makedef.pl
26677 ____________________________________________________________________________
26678 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
26679         Log: Integrate perlio.
26680      Branch: perl
26681           !> perlio.c win32/makefile.mk
26682 ____________________________________________________________________________
26683 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
26684         Log: Metaconfig unit changes for #10592.
26685      Branch: metaconfig
26686            + U/modified/i_varhdr.U U/modified/startsh.U
26687            - U/a_dvisory/crosscompile.U U/target/Target.U
26688            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
26689            ! U/compline/bitpbyte.U U/compline/byteorder.U
26690            ! U/compline/ccflags.U U/compline/charsize.U
26691            ! U/compline/d_casti32.U U/compline/d_castneg.U
26692            ! U/compline/d_closedir.U U/compline/d_fd_set.U
26693            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
26694            ! U/compline/d_keepsig.U U/compline/d_open3.U
26695            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
26696            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
26697            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
26698            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
26699            ! U/compline/doublesize.U U/compline/floatsize.U
26700            ! U/compline/nblock_io.U U/compline/orderlib.U
26701            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
26702            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
26703            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
26704            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
26705            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
26706            ! U/modified/spitshell.U U/threads/archname.U
26707            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
26708            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
26709            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
26710            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
26711            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
26712      Branch: metaconfig/U/perl
26713            + Cross.U
26714            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
26715            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
26716            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
26717            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
26718            ! stdio_streams.U uselfs.U
26719 ____________________________________________________________________________
26720 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
26721         Log: The first steps towards cross-compilation.
26722              
26723              Abstract execution of compiled test executables with $run,
26724              and abstract transfer of files with $to and $from.
26725              
26726              Under cross-compilation the $run, $to, and $from will point
26727              to appropriate wrapper scripts, by default ssh and scp,
26728              but also rsh, rcp, and cp are supported.  If not
26729              cross-compiling, they will be set to '', ':', and ':',
26730              respectively.
26731              
26732              With these patches I was able to get Configure for
26733              iPAQ ARM Linux on an Intel Linux about 95% right
26734              (only a few tests failed to execute or they produced
26735              incorrect results), and I was able to compile
26736              a functional miniperl.
26737              
26738              The symbol crosscompile renamed to be usecrosscompile,
26739              the corresponding C symbol from CROSSCOMPILE to
26740              USE_CROSS_COMPILE.
26741      Branch: perl
26742            ! Configure Cross/README Makefile.SH Porting/Glossary
26743            ! Porting/config.sh Porting/config_H config_h.SH configure.com
26744            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
26745            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
26746            ! vos/config.ga.def vos/config.ga.h win32/config.bc
26747            ! win32/config.gc win32/config.vc win32/config_H.bc
26748            ! win32/config_H.gc win32/config_H.vc
26749 ____________________________________________________________________________
26750 [ 10591] By: nick                                  on 2001/06/14  20:00:12
26751         Log: Steps along the road toward Win32 building again.
26752      Branch: perlio
26753            ! perlio.c win32/makefile.mk
26754 ____________________________________________________________________________
26755 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
26756         Log: Integrate perlio.
26757      Branch: perl
26758           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26759 ____________________________________________________________________________
26760 [ 10589] By: nick                                  on 2001/06/14  13:54:07
26761         Log: Routine regen_config_h for Win32
26762      Branch: perlio
26763            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26764 ____________________________________________________________________________
26765 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
26766         Log: Integrate perlio.
26767      Branch: perl
26768           +> perlyline.pl
26769           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
26770 ____________________________________________________________________________
26771 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
26772         Log: A placeholder.
26773      Branch: perl
26774            + Cross/README
26775 ____________________________________________________________________________
26776 [ 10586] By: nick                                  on 2001/06/14  08:25:07
26777         Log: Add new step to run_byacc which:
26778              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
26779              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
26780      Branch: perlio
26781            + perlyline.pl
26782            ! MANIFEST Makefile.SH perly.c
26783 ____________________________________________________________________________
26784 [ 10585] By: nick                                  on 2001/06/14  08:22:29
26785         Log: Integrate mainline
26786      Branch: perlio
26787           +> locale.c numeric.c
26788           !> Changes cygwin/Makefile.SHs embed.h embed.pl
26789           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
26790           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
26791           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
26792           !> x2p/Makefile.SH
26793 ____________________________________________________________________________
26794 [ 10584] By: nick                                  on 2001/06/14  08:05:53
26795         Log: Hack to remove insecure directories from PATH so test will run.
26796      Branch: perlio
26797            ! t/lib/filefind.t
26798 ____________________________________________________________________________
26799 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
26800         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
26801      Branch: perl
26802            - t/lib/mbimbf.t
26803            ! MANIFEST
26804 ____________________________________________________________________________
26805 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
26806         Log: Detypo.
26807      Branch: perl
26808            ! x2p/Makefile.SH
26809 ____________________________________________________________________________
26810 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
26811         Log: de-$CONFIG continues.
26812      Branch: perl
26813            ! cygwin/Makefile.SHs x2p/Makefile.SH
26814 ____________________________________________________________________________
26815 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
26816         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
26817              From: Nicholas Clark <nick@ccl4.org>
26818              Date: Wed, 13 Jun 2001 21:20:13 +0100
26819              Message-ID: <20010613212013.D98663@plum.flirble.org>
26820      Branch: perl
26821            ! opcode.pl
26822 ____________________________________________________________________________
26823 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
26824         Log: Subject: splitting util.c
26825              From: Hugo <hv@crypt.compulink.co.uk>
26826              Date: Thu, 14 Jun 2001 00:41:08 +0100
26827              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
26828      Branch: perl
26829            + locale.c numeric.c
26830            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
26831            ! pod/perlapi.pod proto.h util.c
26832 ____________________________________________________________________________
26833 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
26834         Log: Upgrade to Math::BigInt 1.34 from Tels.
26835      Branch: perl
26836            + t/lib/mbimbf.t
26837            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
26838            ! t/lib/bigfltpm.t t/lib/bigintpm.t
26839 ____________________________________________________________________________
26840 [ 10577] By: nick                                  on 2001/06/13  19:02:48
26841         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
26842      Branch: perlio
26843           !> (integrate 125 files)
26844 ____________________________________________________________________________
26845 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
26846         Log: Update Changes.
26847      Branch: perl
26848            ! Changes patchlevel.h
26849 ____________________________________________________________________________
26850 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
26851         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
26852              From: "Craig A. Berry" <craigberry@mac.com>
26853              Date: Wed, 13 Jun 2001 13:24:28 -0500
26854              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
26855      Branch: perl
26856            ! ext/re/Makefile.PL
26857 ____________________________________________________________________________
26858 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
26859         Log: Mc.u.c. for #10573.
26860      Branch: metaconfig
26861            ! U/threads/usethreads.U
26862 ____________________________________________________________________________
26863 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
26864         Log: It would be also be good if I could type.
26865      Branch: perl
26866            ! Configure
26867 ____________________________________________________________________________
26868 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
26869         Log: Metaconfig unit change for #10571.
26870      Branch: metaconfig
26871            ! U/threads/usethreads.U
26872 ____________________________________________________________________________
26873 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
26874         Log: A non-empty default is a good thing.
26875      Branch: perl
26876            ! Configure
26877 ____________________________________________________________________________
26878 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
26879         Log: Metaconfig unit change for #10569.
26880      Branch: metaconfig
26881            ! U/threads/usethreads.U
26882 ____________________________________________________________________________
26883 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
26884         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
26885              extremely experimental, not even prompted for.
26886      Branch: perl
26887            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26888            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
26889            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
26890            ! win32/config.bc win32/config.gc win32/config.vc
26891 ____________________________________________________________________________
26892 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
26893         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
26894      Branch: perl
26895            ! pod/perlfaq6.pod
26896 ____________________________________________________________________________
26897 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
26898         Log: Integrate perlio; conflicts, accept Nick's versions.
26899      Branch: perl
26900           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26901           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
26902 ____________________________________________________________________________
26903 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
26904         Log: Subject: Re: ext/ + -Wall
26905              From: Doug MacEachern <dougm@covalent.net>
26906              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
26907              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
26908      Branch: perl
26909            ! XSUB.h lib/ExtUtils/xsubpp perl.h
26910 ____________________________________________________________________________
26911 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
26912         Log: Similar logic as DB_File.xs, using the modern macros and
26913              defines them to older ones for older Perls where PERL_VERSION
26914              is not defined, from Doug MacEachern.
26915      Branch: perl
26916            ! ext/Storable/Storable.xs
26917 ____________________________________________________________________________
26918 [ 10564] By: nick                                  on 2001/06/13  15:22:01
26919         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
26920              and using that instead (name lookups are sequential search for now).
26921      Branch: perlio
26922            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26923            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
26924 ____________________________________________________________________________
26925 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
26926         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
26927              From: "Richard Soderberg" <rs@crystalflame.net>
26928              Date: Sat, 26 May 2001 06:44:20 -0700
26929              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
26930      Branch: perl
26931            ! sv.c t/op/glob.t
26932 ____________________________________________________________________________
26933 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
26934         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
26935              From: "Craig A. Berry" <craigberry@mac.com>
26936              Date: Tue, 12 Jun 2001 23:55:26 -0500
26937              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
26938      Branch: perl
26939            ! ext/re/Makefile.PL ext/re/re.xs
26940 ____________________________________________________________________________
26941 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
26942         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
26943              suggested by NI-S.
26944      Branch: perl
26945            ! XSUB.h malloc.c perl.h
26946 ____________________________________________________________________________
26947 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
26948         Log: Regen toc.
26949      Branch: perl
26950            ! pod/perltoc.pod
26951 ____________________________________________________________________________
26952 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
26953         Log: Subject: [patch] perl.gprof control
26954              From: Doug MacEachern <dougm@covalent.net>
26955              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
26956              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
26957      Branch: perl
26958            ! miniperlmain.c perl.h
26959 ____________________________________________________________________________
26960 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
26961         Log: Subject: Re: ext/ + -Wall
26962              From: Doug MacEachern <dougm@covalent.net>
26963              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
26964              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
26965              
26966              Document ax and break up dXSARGS.
26967      Branch: perl
26968            ! XSUB.h pod/perlapi.pod
26969 ____________________________________________________________________________
26970 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
26971         Log: More AIX tweakage from Merijn.
26972      Branch: perl
26973            ! hints/aix.sh
26974 ____________________________________________________________________________
26975 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
26976         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
26977              From: "Craig A. Berry" <craigberry@mac.com>
26978              Date: Tue, 12 Jun 2001 22:57:45 -0500
26979              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
26980      Branch: perl
26981            ! vms/descrip_mms.template
26982 ____________________________________________________________________________
26983 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
26984         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
26985              From: "Craig A. Berry" <craigberry@mac.com>
26986              Date: Tue, 12 Jun 2001 22:21:39 -0500
26987              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
26988      Branch: perl
26989            ! configure.com util.c
26990 ____________________________________________________________________________
26991 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
26992         Log: New AIX dynaloading code from Jens-Uwe Mager.
26993              Does break binary compatibility.
26994      Branch: perl
26995            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
26996 ____________________________________________________________________________
26997 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
26998         Log: VMS DEC C compiler found nits by Peter Prymmer.
26999      Branch: perl
27000            ! util.c
27001 ____________________________________________________________________________
27002 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
27003         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
27004              From: Peter Prymmer <pvhp@forte.com>
27005              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
27006              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
27007      Branch: perl
27008            ! t/lib/filecomp.t
27009 ____________________________________________________________________________
27010 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
27011         Log: I wonder how many $CONFIGs still lurk in the shadows.
27012      Branch: perl
27013            ! pod/Makefile.SH x2p/cflags.SH
27014 ____________________________________________________________________________
27015 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
27016         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
27017      Branch: perl
27018            ! pod/checkpods.PL
27019 ____________________________________________________________________________
27020 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
27021         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
27022      Branch: perl
27023            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
27024 ____________________________________________________________________________
27025 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
27026         Log: Subject: [patch] rid local_patches warnings
27027              From: Doug MacEachern <dougm@covalent.net>
27028              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
27029              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
27030      Branch: perl
27031            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
27032 ____________________________________________________________________________
27033 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
27034         Log: Subject: Re: ext/ + -Wall
27035              From: Doug MacEachern <dougm@covalent.net>
27036              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
27037              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
27038      Branch: perl
27039            ! ext/attrs/attrs.xs
27040 ____________________________________________________________________________
27041 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
27042         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
27043              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27044              Date: Tue, 12 Jun 2001 14:36:20 -0400
27045              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
27046      Branch: perl
27047            ! pod/perlretut.pod
27048 ____________________________________________________________________________
27049 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
27050         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
27051              From: Mike Guy <mjtg@cam.ac.uk>
27052              Date: Tue, 12 Jun 2001 19:10:31 +0100
27053              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
27054              
27055              Subject: Re: [ID 20010612.001] out of memory during regex compilation
27056              From: Mike Guy <mjtg@cam.ac.uk>
27057              Date: Tue, 12 Jun 2001 19:21:01 +0100
27058              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
27059      Branch: perl
27060            ! pod/perlop.pod
27061 ____________________________________________________________________________
27062 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
27063         Log: AIX tweaks from Merijn H. Brand.
27064      Branch: perl
27065            ! hints/aix.sh
27066 ____________________________________________________________________________
27067 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
27068         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
27069              From: "Brendan O'Dea" <bod@compusol.com.au>
27070              Date: Wed, 13 Jun 2001 05:16:47 +1000
27071              Message-ID: <20010613051647.A8945@compusol.com.au>
27072      Branch: maint-5.6/perl
27073            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
27074 ____________________________________________________________________________
27075 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
27076         Log: Subject: Small bcopy cleanup
27077              From: Andy Dougherty <doughera@lafayette.edu>
27078              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
27079              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
27080      Branch: perl
27081            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
27082 ____________________________________________________________________________
27083 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
27084         Log: Subject: [PATCH] Re: ext/ + -Wall
27085              From: Nicholas Clark <nick@ccl4.org>
27086              Date: Wed, 13 Jun 2001 00:04:30 +0100
27087              Message-ID: <20010613000430.M5901@plum.flirble.org>
27088      Branch: perl
27089            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
27090 ____________________________________________________________________________
27091 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
27092         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
27093              From: Nicholas Clark <nick@ccl4.org>
27094              Date: Tue, 12 Jun 2001 23:53:07 +0100
27095              Message-ID: <20010612235307.L5901@plum.flirble.org>
27096      Branch: perl
27097            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27098 ____________________________________________________________________________
27099 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
27100         Log: MPE/iX tweaks from Mark Bixby.
27101      Branch: perl
27102            ! hints/mpeix.sh mpeix/mpeixish.h util.c
27103 ____________________________________________________________________________
27104 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
27105         Log: Update Changes.
27106      Branch: perl
27107            ! Changes patchlevel.h
27108 ____________________________________________________________________________
27109 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
27110         Log: One less -Wall whine (found under DEBUGGING).
27111      Branch: perl
27112            ! x2p/Makefile.SH x2p/a2p.c
27113 ____________________________________________________________________________
27114 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
27115         Log: s/case-independent/case-insensitive/g
27116      Branch: perl
27117            ! pod/perldebug.pod
27118 ____________________________________________________________________________
27119 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
27120         Log: As suggested in    
27121              
27122              Subject: Re: ext/ + -Wall
27123              From: Gurusamy Sarathy <gsar@ActiveState.com>
27124              Date: Mon, 11 Jun 2001 23:34:31 -0700
27125              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
27126      Branch: perl
27127            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
27128            ! perl.h
27129 ____________________________________________________________________________
27130 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
27131         Log: Subject: ext/ + -Wall
27132              From: Doug MacEachern <dougm@covalent.net>
27133              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
27134              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
27135      Branch: perl
27136            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
27137            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
27138            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
27139            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
27140            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
27141            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
27142            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
27143            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
27144            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
27145            ! lib/ExtUtils/xsubpp
27146 ____________________________________________________________________________
27147 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
27148         Log: Subject: [PATCH] anonymous stashes
27149              From: Abhijit Menon-Sen <ams@wiw.org>
27150              Date: Tue, 12 Jun 2001 12:47:04 +0530
27151              Message-ID: <20010612124704.A29029@lustre.linux.in>
27152      Branch: perl
27153            ! dump.c gv.c sv.c xsutils.c
27154 ____________________________________________________________________________
27155 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
27156         Log: One more test for $^S.
27157      Branch: perl
27158            ! t/op/magic.t
27159 ____________________________________________________________________________
27160 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
27161         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
27162              From: Abhijit Menon-Sen <ams@wiw.org>
27163              Date: Tue, 12 Jun 2001 17:35:55 +0530
27164              Message-ID: <20010612173555.A32426@lustre.linux.in>
27165      Branch: perl
27166            ! mg.c t/op/magic.t
27167 ____________________________________________________________________________
27168 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
27169         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
27170              From: Mike Guy <mjtg@cam.ac.uk>
27171              Date: Tue, 12 Jun 2001 13:14:15 +0100
27172              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
27173      Branch: perl
27174            ! pod/perlop.pod
27175 ____________________________________________________________________________
27176 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
27177         Log: AUTHORS updates.
27178      Branch: perl
27179            ! AUTHORS
27180 ____________________________________________________________________________
27181 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
27182         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
27183              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
27184              Content-Transfer-Encoding: 7bit
27185              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
27186      Branch: perl
27187            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
27188 ____________________________________________________________________________
27189 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
27190         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
27191              From: "Philip Newton" <Philip.Newton@gmx.net>
27192              Date: Mon, 11 Jun 2001 07:08:03 +0200
27193              Message-Id: <200106120802.LAA08992@taas.iki.fi>
27194      Branch: perl
27195            ! t/base/term.t
27196 ____________________________________________________________________________
27197 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
27198         Log: Cleanup the a2p.c for -Wall.
27199      Branch: perl
27200            ! x2p/Makefile.SH x2p/a2p.c
27201 ____________________________________________________________________________
27202 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
27203         Log: File::Find update for MacOS from Chris Nandor.
27204      Branch: perl
27205            ! lib/File/Find.pm t/lib/filefind.t
27206 ____________________________________________________________________________
27207 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
27208         Log: gcc -Wall nits picked out by a non-UNIX system
27209              (courtesy of Mark Bixby)
27210      Branch: perl
27211            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
27212            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
27213            ! pp_sys.c util.c
27214 ____________________________________________________________________________
27215 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
27216         Log: Metaconfig unit change for #10522.  (The d_modfl changes
27217              placate metalint.)
27218      Branch: metaconfig/U/perl
27219            ! d_modfl.U d_u32align.U
27220 ____________________________________________________________________________
27221 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
27222         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
27223              be "./try 2>&1 >/dev/null".
27224      Branch: perl
27225            ! Configure
27226 ____________________________________________________________________________
27227 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
27228         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
27229              From: "Craig A. Berry" <craigberry@mac.com>
27230              Date: Mon, 11 Jun 2001 14:00:32 -0500
27231              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
27232      Branch: perl
27233            ! configure.com
27234 ____________________________________________________________________________
27235 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
27236         Log: Move the full \p\P lists to perlunicode.
27237      Branch: perl
27238            ! pod/perlretut.pod pod/perlunicode.pod
27239 ____________________________________________________________________________
27240 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
27241         Log: VOS build tweak for 5.6.1 from Paul Green.
27242      Branch: maint-5.6/perl
27243            ! vos/build.cm
27244 ____________________________________________________________________________
27245 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
27246         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
27247              From: "Craig A. Berry" <craigberry@mac.com>
27248              Date: Fri, 8 Jun 2001 18:08:18 -0500
27249              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
27250      Branch: perl
27251            ! vms/vms.c
27252 ____________________________________________________________________________
27253 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
27254         Log: Update Changes.
27255      Branch: perl
27256            ! Changes patchlevel.h
27257 ____________________________________________________________________________
27258 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
27259         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
27260      Branch: perl
27261            ! vos/config.alpha.h vos/config.ga.h
27262 ____________________________________________________________________________
27263 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
27264         Log: VOS updates from Paul Green for @10476.
27265      Branch: perl
27266            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
27267            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27268            ! vos/config.ga.h vos/configure_perl.cm
27269 ____________________________________________________________________________
27270 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
27271         Log: Subject: [PATCH] Not many people know this ...
27272              From: Mike Guy <mjtg@cam.ac.uk>
27273              Date: Mon, 11 Jun 2001 14:55:15 +0100
27274              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
27275      Branch: perl
27276            ! pod/perldebug.pod
27277 ____________________________________________________________________________
27278 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
27279         Log: Add final commas to lists as suggested by Philip Newton.
27280      Branch: perl
27281            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27282 ____________________________________________________________________________
27283 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
27284         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
27285              Date: Sun, 10 Jun 2001 23:35:38 -0400
27286              From: Chris Nandor <pudge@pobox.com>
27287              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
27288      Branch: perl
27289            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
27290            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
27291            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
27292            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
27293            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
27294            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
27295            ! t/op/write.t t/pragma/strict.t
27296 ____________________________________________________________________________
27297 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
27298         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
27299              From: Chris Nandor <pudge@pobox.com>
27300              Date: Mon, 11 Jun 2001 08:24:28 -0400
27301              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
27302      Branch: perl
27303            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
27304            ! t/lib/io_dir.t
27305 ____________________________________________________________________________
27306 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
27307         Log: One more run_byacc (a hand-tweaked version had slipped in).
27308      Branch: perl
27309            ! perly.c vms/perly_c.vms
27310 ____________________________________________________________________________
27311 [ 10509] By: nick                                  on 2001/06/11  07:49:15
27312         Log: Integrate mainline
27313      Branch: perlio
27314           !> Makefile.SH embed.h embed.pl global.sym
27315           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
27316           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
27317           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
27318           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
27319 ____________________________________________________________________________
27320 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
27321         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
27322              From: Mike Guy <mjtg@cam.ac.uk>
27323              Reply-To: mjtg@cam.ac.uk
27324              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
27325      Branch: perl
27326            ! lib/ExtUtils/Manifest.pm
27327 ____________________________________________________________________________
27328 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
27329         Log: Subject: [PATCH] ExtUtils::Constant
27330              From: Nicholas Clark <nick@ccl4.org>
27331              Date: Sun, 10 Jun 2001 23:25:41 +0100
27332              Message-ID: <20010610232540.C76396@plum.flirble.org>
27333      Branch: perl
27334            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27335 ____________________________________________________________________________
27336 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
27337         Log: Integrate perlio.
27338      Branch: perl
27339           !> iperlsys.h
27340 ____________________________________________________________________________
27341 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
27342         Log: Move the grok_number and its lieutenant grok_numeric_radix
27343              from sv.c statics to util.c and public.
27344      Branch: perl
27345            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
27346            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
27347 ____________________________________________________________________________
27348 [ 10504] By: nick                                  on 2001/06/10  17:47:06
27349         Log: Fix (valid) -Wall warnings in perlio.c
27350      Branch: perlio
27351            ! iperlsys.h
27352 ____________________________________________________________________________
27353 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
27354         Log: Update perly_c.diff, update perly.fixer to edit away
27355              some of the -Wall noise.
27356      Branch: perl
27357            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
27358 ____________________________________________________________________________
27359 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
27360         Log: Check the version of byacc.
27361      Branch: perl
27362            ! Makefile.SH
27363 ____________________________________________________________________________
27364 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
27365         Log: Subject: [PATCH] perly.y overhaul
27366              From: Simon Cozens <simon@netthink.co.uk>
27367              Date: Sun, 10 Jun 2001 16:56:54 +0100
27368              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
27369              
27370              Plus make run_byacc.
27371      Branch: perl
27372            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
27373 ____________________________________________________________________________
27374 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
27375         Log: Integrate perlio.
27376      Branch: perl
27377           !> perlio.c perlsfio.h
27378 ____________________________________________________________________________
27379 [ 10499] By: nick                                  on 2001/06/10  15:01:08
27380         Log: Integrate mainline
27381      Branch: perlio
27382           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
27383           !> t/pragma/locale.t util.c
27384 ____________________________________________________________________________
27385 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
27386         Log: Put some meat on the perl572delta bones.  The list of
27387              selected bug fixes needs more work, as does still the
27388              whole document.
27389      Branch: perl
27390            ! pod/perl572delta.pod
27391 ____________________________________________________________________________
27392 [ 10497] By: nick                                  on 2001/06/10  12:27:51
27393         Log: Paper over a crack or two with USE_SFIO
27394      Branch: perlio
27395            ! perlio.c perlsfio.h
27396 ____________________________________________________________________________
27397 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
27398         Log: Update Changes.
27399      Branch: perl
27400            ! Changes patchlevel.h
27401 ____________________________________________________________________________
27402 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
27403         Log: Subject: Re: pragma/locale.t #107
27404              From: Hugo <hv@crypt.compulink.co.uk>
27405              Date: Sun, 10 Jun 2001 11:23:30 +0100
27406              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
27407              
27408              Encapsulate the scan of the decimal radix separator.
27409      Branch: perl
27410            ! embed.h embed.pl proto.h sv.c
27411 ____________________________________________________________________________
27412 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
27413         Log: Try to grok numbers both with the locale specific separator
27414              and with the usual "." (if different from the lss); add a test
27415              to locale.t to do also a little bit of math in addition to just
27416              equalness testing; remove extraneous logic as suggested in
27417              
27418              Subject: Re: pragma/locale.t #107
27419              From: Nicholas Clark <nick@ccl4.org>
27420              Date: Sat, 9 Jun 2001 22:37:36 +0100
27421              Message-ID: <20010609223735.Y76396@plum.flirble.org>
27422      Branch: perl
27423            ! sv.c t/pragma/locale.t
27424 ____________________________________________________________________________
27425 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
27426         Log: Metaconfig unit change for #10492.
27427      Branch: metaconfig/U/perl
27428            ! Extensions.U
27429 ____________________________________________________________________________
27430 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
27431         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
27432              From: Artur Bergman <artur@contiller.se> 
27433              Date: Sat, 09 Jun 2001 21:03:51 +0200
27434              Message-ID: <B7483FB6.1398%artur@contiller.se>
27435      Branch: perl
27436            ! Configure
27437 ____________________________________________________________________________
27438 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
27439         Log: Integrate perlio.
27440      Branch: perl
27441           !> perlsfio.h
27442 ____________________________________________________________________________
27443 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
27444         Log: Do locale specific separator if only in locale.
27445      Branch: perl
27446            ! util.c
27447 ____________________________________________________________________________
27448 [ 10489] By: nick                                  on 2001/06/09  19:13:25
27449         Log: Make XS/Typemap compile (but fail) with sfio
27450      Branch: perlio
27451            ! perlsfio.h
27452 ____________________________________________________________________________
27453 [ 10488] By: nick                                  on 2001/06/09  19:12:51
27454         Log: Re-integrate mainline
27455      Branch: perlio
27456           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
27457           !> proto.h sv.c util.c
27458 ____________________________________________________________________________
27459 [ 10487] By: nick                                  on 2001/06/09  16:26:29
27460         Log: Integrate mainline
27461      Branch: perlio
27462           !> (integrate 31 files)
27463 ____________________________________________________________________________
27464 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
27465         Log: Subject: [PATCH] New attempt to clone callack
27466              From: Artur Bergman <artur@contiller.se> 
27467              Date: Thu, 07 Jun 2001 11:52:16 +0200
27468              Message-ID: <B7451B6F.12B7%artur@contiller.se>
27469      Branch: perl
27470            ! embedvar.h intrpvar.h perlapi.h sv.c
27471 ____________________________________________________________________________
27472 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
27473         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
27474      Branch: perl
27475            ! embed.h embed.pl perl.h proto.h sv.c util.c
27476 ____________________________________________________________________________
27477 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
27478         Log: Subject: Re: pragma/locale.t #107
27479              From: Nicholas Clark <nick@ccl4.org>
27480              Date: Sat, 9 Jun 2001 16:26:10 +0100
27481              Message-ID: <20010609162609.V76396@plum.flirble.org>
27482              
27483              A missing NVification.
27484      Branch: perl
27485            ! sv.c
27486 ____________________________________________________________________________
27487 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
27488         Log: Redo the #10482, there already was a test script for formats.
27489      Branch: perl
27490            - t/io/format.t
27491            ! MANIFEST t/op/write.t
27492 ____________________________________________________________________________
27493 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
27494         Log: Twisted format testing, from Merijn.
27495      Branch: perl
27496            + t/io/format.t
27497            ! MANIFEST
27498 ____________________________________________________________________________
27499 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
27500         Log: More \p{In...} testing, combined with \N{...}.
27501      Branch: perl
27502            ! lib/utf8_heavy.pl t/op/pat.t
27503 ____________________________________________________________________________
27504 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
27505         Log: Metaconfig changes for #10479.
27506      Branch: metaconfig
27507            ! U/Glossary.patch
27508      Branch: metaconfig/U/perl
27509            ! d_modfl.U
27510 ____________________________________________________________________________
27511 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
27512         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
27513      Branch: perl
27514            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27515            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
27516            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
27517            ! win32/config.bc win32/config.gc win32/config.vc
27518 ____________________________________________________________________________
27519 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
27520         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
27521              From: "Craig A. Berry" <craigberry@mac.com>
27522              Date: Thu, 7 Jun 2001 14:27:20 -0500
27523              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
27524      Branch: perl
27525            ! vms/perlvms.pod
27526 ____________________________________________________________________________
27527 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
27528         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
27529              From: Gisle Aas <gisle@ActiveState.com>
27530              Date: 07 Jun 2001 17:04:29 -0700
27531              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
27532      Branch: perl
27533            ! ext/re/re.xs
27534 ____________________________________________________________________________
27535 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
27536         Log: Update Changes.
27537      Branch: perl
27538            ! Changes patchlevel.h
27539 ____________________________________________________________________________
27540 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
27541         Log: Regen Glossary et alia.
27542      Branch: perl
27543            ! Porting/Glossary Porting/config.sh Porting/config_H
27544 ____________________________________________________________________________
27545 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
27546         Log: Metaconfig unit changes for #10473.
27547      Branch: metaconfig/U/perl
27548            ! d_modfl.U
27549 ____________________________________________________________________________
27550 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
27551         Log: Harumph, also AIX will spill its guts (i.e. dump core)
27552              if an executable contains modfl() but it hasn't been
27553              compiled right (in the case of AIX, with cc -qlongdouble).
27554      Branch: perl
27555            ! Configure
27556 ____________________________________________________________________________
27557 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
27558         Log: integrate change#10471 from mainline
27559              
27560              in change#10451, check that CvOUTSIDE is a CV before looking in
27561              (it can apparently be SVt_NULL during global destruction)
27562      Branch: maint-5.6/perl
27563           !> op.c
27564 ____________________________________________________________________________
27565 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
27566         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
27567              (it can apparently be SVt_NULL during global destruction)
27568      Branch: perl
27569            ! op.c
27570 ____________________________________________________________________________
27571 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
27572         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
27573              From: Robin Barker <rmb1@cise.npl.co.uk>
27574              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
27575              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
27576      Branch: perl
27577            ! lib/diagnostics.pm pod/perldiag.pod
27578 ____________________________________________________________________________
27579 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
27580         Log: Subject: [PATCH perl@10439] long =item
27581              From: Robin Barker <rmb1@cise.npl.co.uk>
27582              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
27583              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
27584      Branch: perl
27585            ! README.amiga lib/Attribute/Handlers.pm
27586            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
27587 ____________________________________________________________________________
27588 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
27589         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
27590              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
27591              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
27592              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
27593      Branch: perl
27594            ! pod/perlguts.pod
27595 ____________________________________________________________________________
27596 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
27597         Log: Integrate perlio.
27598      Branch: perl
27599           !> sv.c
27600 ____________________________________________________________________________
27601 [ 10466] By: nick                                  on 2001/06/07  10:25:40
27602         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
27603              whitespace tweaks.
27604              Still coredumps in pragma/overload.t - what a nice hard fail that is...
27605      Branch: perlio
27606            ! sv.c
27607 ____________________________________________________________________________
27608 [ 10465] By: nick                                  on 2001/06/07  08:41:58
27609         Log: Raw integrate of mainline for S_grok_number debug
27610              (sv.c has MULTIPLICITY issues as well as whatever else ...)
27611      Branch: perlio
27612            - plan9/perlplan9.doc plan9/perlplan9.pod
27613           !> (integrate 46 files)
27614 ____________________________________________________________________________
27615 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
27616         Log: The proper prototyping for #10463.
27617      Branch: perl
27618            ! embed.h embed.pl proto.h sv.c
27619 ____________________________________________________________________________
27620 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
27621         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
27622              From: Nicholas Clark <nick@ccl4.org>
27623              Date: Thu, 7 Jun 2001 00:29:59 +0100
27624              Message-ID: <20010607002959.Z76396@plum.flirble.org>
27625      Branch: perl
27626            ! sv.c
27627 ____________________________________________________________________________
27628 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
27629         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
27630              From: "Craig A. Berry" <craigberry@mac.com>
27631              Date: Wed, 06 Jun 2001 17:54:30 -0500
27632              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
27633      Branch: perl
27634            ! vms/perlvms.pod
27635 ____________________________________________________________________________
27636 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
27637         Log: Podify the remaining README.platform files;
27638              merge README.plan9 and plan9/perlplan9.pod;
27639              delete plan9/perlplan9.* (the perlplan.doc needs to
27640              be regenerated in Plan 9); make the =head1 and =head2
27641              in the README.platform to be a little more verbose
27642              (skipped README.os2 not to anger Ilya) so that they
27643              look better in the toc; regen toc.
27644      Branch: perl
27645            - plan9/perlplan9.doc plan9/perlplan9.pod
27646            ! MANIFEST README.aix README.amiga README.apollo README.beos
27647            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
27648            ! README.hpux README.hurd README.machten README.macos
27649            ! README.micro README.mint README.mpeix README.os390
27650            ! README.plan9 README.qnx README.solaris README.threads
27651            ! README.tru64 README.vmesa README.vms README.vos README.win32
27652            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
27653            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
27654 ____________________________________________________________________________
27655 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
27656         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
27657              From: Mike Guy <mjtg@cam.ac.uk>
27658              Reply-To: mjtg@cam.ac.uk
27659              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
27660      Branch: perl
27661            ! pod/perlguts.pod
27662 ____________________________________________________________________________
27663 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
27664         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
27665              From: Mike Guy <mjtg@cam.ac.uk>
27666              Reply-To: mjtg@cam.ac.uk
27667              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
27668      Branch: perl
27669            ! pod/perlsec.pod
27670 ____________________________________________________________________________
27671 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
27672         Log: Disable long doubles from pre-5.0 Tru64s.
27673      Branch: perl
27674            ! README.tru64 hints/dec_osf.sh
27675 ____________________________________________________________________________
27676 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
27677         Log: The #10455 exposed that modfl() is fundamentally busted
27678              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
27679              testing it.
27680      Branch: perl
27681            ! hints/dec_osf.sh
27682 ____________________________________________________________________________
27683 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
27684         Log: Metaconfig unit change for #10455.
27685      Branch: metaconfig/U/perl
27686            ! d_modfl.U
27687 ____________________________________________________________________________
27688 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
27689         Log: Configure check for geborken modfl(), inspired by
27690              
27691              Subject: Re: [20010118.017] op/int.t failure 
27692              From: Hugo <hv@crypt.compulink.co.uk>
27693              Date: Tue, 05 Jun 2001 13:43:27 +0100
27694              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
27695      Branch: perl
27696            ! Configure
27697 ____________________________________________________________________________
27698 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
27699         Log: Integrate changes #10450 and #10451 from maintperl:
27700              
27701              optimize change#10448 slightly (don't repeat search in eval""s lexical
27702              scope, since that has already been searched)
27703              
27704              change#9108 needs subtler treatment for case of closures created
27705              within eval""
27706      Branch: perl
27707           !> op.c t/op/misc.t
27708 ____________________________________________________________________________
27709 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
27710         Log: MakeMaker magic to compile (when no dynamic loading)
27711              List/Util.xsc as (ListUtil.c and) ListUtil.o since
27712              POSIX-BC (BS2000) linker has an evil limitation of
27713              being unable to include in the same executable several
27714              object files with the same name - case-insensitively -
27715              because otherwise we conflict with util.c.
27716              Strictly speaking currently required only in POSIX-BC
27717              but probably will do no harm elsewhere where static
27718              linking is required.
27719      Branch: perl
27720            ! ext/List/Util/Makefile.PL
27721 ____________________________________________________________________________
27722 [ 10452] By: nick                                  on 2001/06/06  08:59:51
27723         Log: Integrate mainline.
27724      Branch: perlio
27725           +> lib/Attribute/Handlers/demo/Demo.pm
27726           +> lib/Attribute/Handlers/demo/Descriptions.pm
27727           +> lib/Attribute/Handlers/demo/MyClass.pm
27728           +> lib/Attribute/Handlers/demo/demo.pl
27729           +> lib/Attribute/Handlers/demo/demo2.pl
27730           +> lib/Attribute/Handlers/demo/demo3.pl
27731           +> lib/Attribute/Handlers/demo/demo4.pl
27732           +> lib/Attribute/Handlers/demo/demo_call.pl
27733           +> lib/Attribute/Handlers/demo/demo_chain.pl
27734           +> lib/Attribute/Handlers/demo/demo_cycle.pl
27735           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
27736           +> lib/Attribute/Handlers/demo/demo_phases.pl
27737           +> lib/Attribute/Handlers/demo/demo_range.pl
27738           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
27739           +> uts/strtol_wrap.c
27740           !> (integrate 91 files)
27741 ____________________________________________________________________________
27742 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
27743         Log: change#9108 needs subtler treatment for case of closures created
27744              within eval""
27745      Branch: maint-5.6/perl
27746            ! op.c t/op/misc.t
27747 ____________________________________________________________________________
27748 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
27749         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
27750              scope, since that has already been searched)
27751      Branch: maint-5.6/perl
27752            ! op.c
27753 ____________________________________________________________________________
27754 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
27755         Log: Integrate change #10448 from maintperl; lexicals
27756              outside an eval"" weren't resolved correctly inside a subroutine
27757              definition inside the eval"" if they were not already referenced
27758              in the toplevel of the eval""-ed code
27759      Branch: perl
27760           !> cop.h op.c pp_ctl.c t/op/misc.t
27761 ____________________________________________________________________________
27762 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
27763         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
27764              outside an eval"" weren't resolved correctly inside a subroutine
27765              definition inside the eval"" if they were not already referenced
27766              in the toplevel of the eval""-ed code
27767      Branch: maint-5.6/perl
27768            ! cop.h op.c pp_ctl.c t/op/misc.t
27769 ____________________________________________________________________________
27770 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
27771         Log: Subject: [PATCH] perl570delta.pod
27772              From: Peter Scott <Peter@PSDT.com> 
27773              Date: Tue, 05 Jun 2001 18:51:02 -0700
27774              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
27775      Branch: perl
27776            ! pod/perl570delta.pod
27777 ____________________________________________________________________________
27778 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
27779         Log: The fudge factor is no more needed.  I hope.
27780      Branch: perl
27781            ! t/lib/posix.t
27782 ____________________________________________________________________________
27783 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
27784         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
27785              From: Hugo <hv@crypt.compulink.co.uk>
27786              Date: Tue, 05 Jun 2001 12:58:19 +0100
27787              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
27788      Branch: perl
27789            ! util.c
27790 ____________________________________________________________________________
27791 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
27792         Log: Make up prototypes only for those who have the functions
27793              but not the prototypes.
27794      Branch: perl
27795            ! perl.h
27796 ____________________________________________________________________________
27797 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
27798         Log: Subject: Re: Not OK: perl@10439 on win32 
27799              From: Prymmer/Kahn <pvhp@best.com> 
27800              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
27801              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
27802      Branch: perl
27803            ! perl.h util.c
27804 ____________________________________________________________________________
27805 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
27806         Log: The metaconfig units changes for #10441.
27807      Branch: metaconfig
27808            ! U/modified/Extract.U U/modified/Extractall.U
27809            ! U/modified/Finish.U
27810 ____________________________________________________________________________
27811 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
27812         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
27813      Branch: perl
27814            ! Configure
27815 ____________________________________________________________________________
27816 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
27817         Log: Unnecessary fuzziness undone, noted by Mike Guy.
27818      Branch: perl
27819            ! t/op/tr.t
27820 ____________________________________________________________________________
27821 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
27822         Log: Update Changes.
27823      Branch: perl
27824            ! Changes patchlevel.h
27825 ____________________________________________________________________________
27826 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
27827         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
27828              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
27829              leakage patch.
27830      Branch: perl
27831            ! t/op/misc.t
27832 ____________________________________________________________________________
27833 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
27834         Log: Test case for #10433/#10424.
27835      Branch: perl
27836            ! t/op/misc.t
27837 ____________________________________________________________________________
27838 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
27839         Log: Subject: One fix for strtoul not setting errno
27840              From: hom00@utsglobal.com (Hal Morris)
27841              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
27842              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
27843      Branch: perl
27844            + uts/strtol_wrap.c
27845            ! MANIFEST hints/uts.sh
27846 ____________________________________________________________________________
27847 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
27848         Log: Metaconfig units changes for #10434.
27849      Branch: metaconfig
27850            ! U/modified/Cppsym.U
27851      Branch: metaconfig/U/perl
27852            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
27853            + d_syscallproto.U d_usleepproto.U
27854            ! longdblfio.U quadfio.U
27855 ____________________________________________________________________________
27856 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
27857         Log: Configure tweaks; add prototype probes, make the cpp symbols
27858              probe to cast, not whine; test for %Ld and %Lf before %lld and
27859              %llf because the L is the ANSI way.
27860      Branch: perl
27861            ! Configure config_h.SH configure.com epoc/config.sh
27862            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
27863            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
27864            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
27865 ____________________________________________________________________________
27866 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
27867         Log: Sigh.  This is what #10424 was supposed to check in.
27868      Branch: perl
27869            ! op.c sv.c sv.h
27870 ____________________________________________________________________________
27871 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
27872         Log: More verbose failure.
27873      Branch: perl
27874            ! t/op/ver.t
27875 ____________________________________________________________________________
27876 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
27877         Log: The .pm changes to go with #10428.
27878      Branch: perl
27879            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
27880            ! ext/Sys/Syslog/Syslog.pm
27881 ____________________________________________________________________________
27882 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
27883         Log: On second thoughts show to utf8 skippage message only
27884              on failures, it's too confusing otherwise,
27885      Branch: perl
27886            ! t/pragma/locale.t
27887 ____________________________________________________________________________
27888 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
27889         Log: Do not import anything from Encode.
27890      Branch: perl
27891            ! ext/MIME/Base64/QuotedPrint.pm
27892 ____________________________________________________________________________
27893 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
27894         Log: The #10402 didn't take.  Weird.
27895      Branch: perl
27896            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
27897            ! ext/Sys/Syslog/Syslog.xs
27898 ____________________________________________________________________________
27899 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
27900         Log: Eradicate traces of 'asciirange' re subpragma.
27901      Branch: perl
27902            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
27903            ! pod/perldiag.pod
27904 ____________________________________________________________________________
27905 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
27906         Log: use is a compile-time thing.
27907      Branch: perl
27908            ! ext/MIME/Base64/QuotedPrint.pm
27909 ____________________________________________________________________________
27910 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
27911         Log: Subject: [PATCH perl@10419] -Wall casting patch
27912              From: Robin Barker <rmb1@cise.npl.co.uk>
27913              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
27914              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
27915      Branch: perl
27916            ! ext/Devel/DProf/DProf.xs mg.c
27917 ____________________________________________________________________________
27918 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
27919         Log: Subject: [PATCH #2] introducing SVpad_TYPED
27920              From: Abhijit Menon-Sen <ams@wiw.org>
27921              Date: Mon, 4 Jun 2001 12:26:02 +0530
27922              Message-ID: <20010604122602.A5775@lustre.linux.in>
27923      Branch: perl
27924            ! op.c sv.c sv.h
27925 ____________________________________________________________________________
27926 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
27927         Log: testsuite for change#10192 (from Gisle Aas)
27928      Branch: perl
27929            + t/op/override.t
27930            ! MANIFEST
27931 ____________________________________________________________________________
27932 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
27933         Log: integrate changes#10414-10416 from mainline
27934              
27935              Potential buffer overrun if the radix separator is more than
27936              one byte.  Also, under locales, prefer the locale-specific
27937              separator over the old boring ".".
27938              
27939              "10.", that is, decimal numbers can have no decimal part at all.
27940              
27941              The non-locale places need love, too.
27942      Branch: maint-5.6/perl
27943           !> perl.h sv.c
27944 ____________________________________________________________________________
27945 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
27946         Log: Missed from #10420.
27947      Branch: perl
27948            ! epoc/config.sh
27949 ____________________________________________________________________________
27950 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
27951         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
27952              often this prototype goes with HAS_SETRESUID_PROTO.
27953      Branch: perl
27954            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27955            ! config_h.SH configure.com perl.h uconfig.h
27956 ____________________________________________________________________________
27957 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
27958         Log: Update Changes.
27959      Branch: perl
27960            ! Changes patchlevel.h
27961 ____________________________________________________________________________
27962 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
27963         Log: -Wall "subscript has type `char'" cleanup.
27964      Branch: perl
27965            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
27966 ____________________________________________________________________________
27967 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
27968         Log: Various "cast to pointer from integer of different size"
27969              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
27970              wide but I32 (int) only 32 bits wide).
27971              
27972              WARNING: the classnum and tagnum changes in Storable.xs
27973              may not be wise, they may be breaking binary compatibility
27974              (in 64-bit platforms), asked Raphael Manfredi about the changes.
27975      Branch: perl
27976            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
27977            ! mg.c proto.h
27978 ____________________________________________________________________________
27979 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
27980         Log: The non-locale places need love, too.
27981      Branch: perl
27982            ! perl.h
27983 ____________________________________________________________________________
27984 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
27985         Log: "10.", that is, decimal numbers can have no decimal part at all.
27986      Branch: perl
27987            ! perl.h
27988 ____________________________________________________________________________
27989 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
27990         Log: Potential buffer overrun if the radix separator is more than
27991              one byte.  Also, under locales, prefer the locale-specific
27992              separator over the old boring ".".
27993      Branch: perl
27994            ! perl.h sv.c
27995 ____________________________________________________________________________
27996 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
27997         Log: Integrate change #10412 from maintperl; locale is now
27998              per-cop, not per-op; plus retweak the locale.t to always
27999              list the skipped utf8 locales.
28000      Branch: perl
28001            ! t/pragma/locale.t
28002           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
28003           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
28004 ____________________________________________________________________________
28005 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
28006         Log: rationalize locale handling to fix the bugs uncovered by change#10394
28007              
28008              the major issue was that the runtime was looking at PL_hints rather
28009              than op_private to notice whether locale was enabled
28010              
28011              the secondary issue was that many locale-sensitive numeric ops didn't
28012              have HINT_LOCALE propagated into their op_private
28013              
28014              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
28015              instead of per-op, just like HINT_BYTE and the hints for lexical
28016              warnings (this makes the hint available to every op via PL_curcop)
28017              
28018              pragma/locale.t may need to be reworked with these fixes in mind
28019              (it currently passes its tests)
28020      Branch: maint-5.6/perl
28021            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
28022            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
28023 ____________________________________________________________________________
28024 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
28025         Log: More verbose debugging.
28026      Branch: perl
28027            ! t/pragma/locale.t
28028 ____________________________________________________________________________
28029 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
28030         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
28031              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
28032              Date: Sat, 2 Jun 2001 22:53:33 +0100
28033              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
28034      Branch: perl
28035            ! regcomp.c t/pragma/warn/regcomp
28036 ____________________________________________________________________________
28037 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
28038         Log: Mention that lexicalizing $a or $b is a bad idea if one
28039              wants to use sort().
28040      Branch: perl
28041            ! pod/perlvar.pod
28042 ____________________________________________________________________________
28043 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
28044         Log: Tweak the test to be happy if the accuracy is 'good enough'.
28045      Branch: perl
28046            ! t/lib/posix.t
28047 ____________________________________________________________________________
28048 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
28049         Log: Upgrade to Attribute::Handlers 0.70.
28050              
28051              NOTE: this unearthed the "too late for CHECK block" bug,
28052              that's why the 1_compile.t change.
28053      Branch: perl
28054            + lib/Attribute/Handlers/demo/Demo.pm
28055            + lib/Attribute/Handlers/demo/Descriptions.pm
28056            + lib/Attribute/Handlers/demo/MyClass.pm
28057            + lib/Attribute/Handlers/demo/demo.pl
28058            + lib/Attribute/Handlers/demo/demo2.pl
28059            + lib/Attribute/Handlers/demo/demo3.pl
28060            + lib/Attribute/Handlers/demo/demo4.pl
28061            + lib/Attribute/Handlers/demo/demo_call.pl
28062            + lib/Attribute/Handlers/demo/demo_chain.pl
28063            + lib/Attribute/Handlers/demo/demo_cycle.pl
28064            + lib/Attribute/Handlers/demo/demo_hashdir.pl
28065            + lib/Attribute/Handlers/demo/demo_phases.pl
28066            + lib/Attribute/Handlers/demo/demo_range.pl
28067            + lib/Attribute/Handlers/demo/demo_rawdata.pl
28068            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
28069            ! t/lib/attrhand.t
28070 ____________________________________________________________________________
28071 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
28072         Log: One less -Wall whine.
28073      Branch: perl
28074            ! regcomp.c
28075 ____________________________________________________________________________
28076 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
28077         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
28078      Branch: perl
28079           !> t/op/eval.t
28080 ____________________________________________________________________________
28081 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
28082         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
28083              aren't "normally" visible inside eval""s contained in subs unless
28084              a cloned reference to them already exists)
28085              
28086              strangely enough, t/harness didn't show this up as a failure
28087              (harness needs fixing?)
28088      Branch: maint-5.6/perl
28089            ! t/op/eval.t
28090 ____________________________________________________________________________
28091 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
28092         Log: Update to Text::Balanced 1.85.
28093      Branch: perl
28094            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
28095 ____________________________________________________________________________
28096 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
28097         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
28098              From: Nicholas Clark <nick@ccl4.org>
28099              Date: Sun, 3 Jun 2001 17:54:36 +0100
28100              Message-ID: <20010603175436.E76396@plum.flirble.org> 
28101      Branch: perl
28102            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
28103            ! ext/Sys/Syslog/Syslog.xs
28104 ____________________________________________________________________________
28105 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
28106         Log: Unused variables.
28107      Branch: perl
28108            ! util.c
28109 ____________________________________________________________________________
28110 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
28111         Log: Subject: [PATCH] APIfy op_clear 
28112              From: Simon Cozens <simon@netthink.co.uk>
28113              Date: Sun, 3 Jun 2001 13:51:46 +0100
28114              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
28115              
28116              (despite the subject line, op_null is APIfied by the patch)
28117      Branch: perl
28118            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28119 ____________________________________________________________________________
28120 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
28121         Log: Subject: [PATCH] t/lib/extutils.t
28122              From: Nicholas Clark <nick@ccl4.org>
28123              Date: Sat, 2 Jun 2001 23:57:05 +0100
28124              Message-ID: <20010602235705.Q12698@plum.flirble.org>
28125      Branch: perl
28126            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28127 ____________________________________________________________________________
28128 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
28129         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
28130              From: Prymmer/Kahn <pvhp@best.com>
28131              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
28132              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
28133      Branch: perl
28134            ! win32/Makefile win32/makefile.mk
28135 ____________________________________________________________________________
28136 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
28137         Log: Subject: Re: 'decimal digits' macro? 
28138              From: Hugo <hv@crypt.compulink.co.uk>
28139              Date: Sun, 03 Jun 2001 04:26:36 +0100
28140              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
28141      Branch: perl
28142            ! handy.h t/lib/posix.t t/op/tr.t
28143 ____________________________________________________________________________
28144 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
28145         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
28146              From: Hugo <hv@crypt.compulink.co.uk>
28147              Date: Sun, 03 Jun 2001 14:56:30 +0100
28148              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
28149      Branch: perl
28150            ! util.c
28151 ____________________________________________________________________________
28152 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
28153         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
28154      Branch: perl
28155           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
28156           !> vms/perly_c.vms
28157 ____________________________________________________________________________
28158 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
28159         Log: fix leakage of lexicals at file scope into subroutines that were
28160              declared before them; this appears to be a longstanding bug that
28161              meant that lexicals at file scope were never "deintroduced", meaning
28162              their scope range was never properly closed, and their visibility
28163              extended to all subsequent eval""s or requires
28164              
28165              added a test case
28166              
28167              seems to also fix a case of bogus duplicate warnings
28168      Branch: maint-5.6/perl
28169            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
28170            ! vms/perly_c.vms
28171 ____________________________________________________________________________
28172 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
28173         Log: More VMS tweaks from Craig A. Berry.
28174      Branch: perl
28175            ! configure.com t/lib/extutils.t
28176 ____________________________________________________________________________
28177 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
28178         Log: -Wall cleanup continues.
28179      Branch: perl
28180            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
28181            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
28182            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
28183            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
28184            ! run.c toke.c util.c
28185 ____________________________________________________________________________
28186 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
28187         Log: The metaconfig unit change for #10390.
28188      Branch: metaconfig/U/perl
28189            ! gccvers.U
28190 ____________________________________________________________________________
28191 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
28192         Log: Drop the -ansi from the default gcc flags.
28193              
28194              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
28195              that struct cannot be compared with a flat integer, such as STRLEN.
28196              The -ansi will also cause a lot of noise in Solaris because of:
28197              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
28198      Branch: perl
28199            ! Configure
28200 ____________________________________________________________________________
28201 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
28202         Log: Integrate perlio.
28203      Branch: perl
28204           !> pod/perlapi.pod util.c
28205 ____________________________________________________________________________
28206 [ 10388] By: nick                                  on 2001/06/02  08:01:12
28207         Log: Integrate mainline
28208      Branch: perlio
28209           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
28210           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
28211           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
28212           !> t/lib/1_compile.t t/lib/mimeqp.t
28213 ____________________________________________________________________________
28214 [ 10387] By: nick                                  on 2001/06/02  07:39:17
28215         Log: Tweak util.c's atof2 for MULTIPLICITY
28216      Branch: perlio
28217            ! util.c
28218 ____________________________________________________________________________
28219 [ 10386] By: nick                                  on 2001/06/02  07:38:33
28220         Log: Integrate mainline
28221      Branch: perlio
28222           !> (integrate 41 files)
28223 ____________________________________________________________________________
28224 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
28225         Log: Add Attribute::Handlers 0.61 from Damian Conway.
28226      Branch: perl
28227            + lib/Attribute/Handlers.pm t/lib/attrhand.t
28228            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
28229 ____________________________________________________________________________
28230 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
28231         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
28232              From: Peter Prymmer <pvhp@forte.com>
28233              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
28234              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
28235      Branch: perl
28236            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
28237 ____________________________________________________________________________
28238 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
28239         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
28240              From: Jeff Pinyan <jeffp@crusoe.net>
28241              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
28242              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
28243      Branch: perl
28244            ! lib/File/Find.pm
28245 ____________________________________________________________________________
28246 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
28247         Log: Subject: [PATCH perl@10381] configure.com tweaks
28248              From: "Craig A. Berry" <craigberry@mac.com>
28249              Date: Fri, 1 Jun 2001 13:55:43 -0500
28250              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
28251      Branch: perl
28252            ! configure.com
28253 ____________________________________________________________________________
28254 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
28255         Log: Update Changes.
28256      Branch: perl
28257            ! Changes patchlevel.h
28258 ____________________________________________________________________________
28259 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
28260         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
28261              From: Mike Guy <mjtg@cam.ac.uk>
28262              Date: Fri, 01 Jun 2001 18:17:02 +0100
28263              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
28264      Branch: perl
28265            ! lib/perl5db.pl
28266 ____________________________________________________________________________
28267 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
28268         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
28269              From: Hugo <hv@crypt.compulink.co.uk>
28270              Date: Thu, 31 May 2001 20:49:48 +0100
28271              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
28272      Branch: perl
28273            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
28274            ! util.c
28275 ____________________________________________________________________________
28276 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
28277         Log: Zero() is not available in x2p (or, rather, some of its
28278              implementations like memzero() might not be available.)
28279      Branch: perl
28280            ! x2p/hash.c
28281 ____________________________________________________________________________
28282 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
28283         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
28284              From: Michael G Schwern <schwern@pobox.com>
28285              Date: Fri, 1 Jun 2001 12:00:29 +0100
28286              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
28287              
28288              (But use Zero() instead of memset.)
28289      Branch: perl
28290            ! x2p/hash.c
28291 ____________________________________________________________________________
28292 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
28293         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
28294              From: Jeff Pinyan <jeffp@crusoe.net>
28295              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
28296              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
28297      Branch: perl
28298            ! pod/perldiag.pod regcomp.c t/op/pat.t
28299 ____________________________________________________________________________
28300 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
28301         Log: Retract #10324 and #10333; not needed.
28302      Branch: perl
28303            ! hints/irix_6.sh hints/linux.sh
28304 ____________________________________________________________________________
28305 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
28306         Log: The #10370 wasn't quite right.
28307      Branch: perl
28308            ! ext/XS/Typemap/Typemap.xs
28309 ____________________________________________________________________________
28310 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
28311         Log: The metaconfig units changes for #10372.
28312      Branch: metaconfig/U/perl
28313            + d_realpath.U d_sresgproto.U d_sresuproto.U
28314            ! gccvers.U i_db.U
28315 ____________________________________________________________________________
28316 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
28317         Log: Configure tweaks; record the Berkeley DB version,
28318              probe for realpath(), for setresuid() and setresgid()
28319              prototypes; use realpath() (try to be paranoid enough),
28320              use the setres[ug]id prototypes because glibc has the functions
28321              but not their prototypes; add -Wall -ansi to gcc ccflags;
28322              regen toc.
28323      Branch: perl
28324            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28325            ! config_h.SH configure.com epoc/config.sh
28326            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
28327            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
28328            ! vos/config.ga.def win32/config.bc win32/config.gc
28329            ! win32/config.vc
28330 ____________________________________________________________________________
28331 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
28332         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
28333              From: Michael G Schwern <schwern@pobox.com>
28334              Date: Fri, 1 Jun 2001 11:28:14 +0100
28335              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
28336      Branch: perl
28337            ! lib/attributes.pm xsutils.c
28338 ____________________________________________________________________________
28339 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
28340         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
28341              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28342              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
28343              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
28344      Branch: perl
28345            ! ext/XS/Typemap/Typemap.xs
28346 ____________________________________________________________________________
28347 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
28348         Log: Subject: [patch] Cwd.xs optimizations/abstraction
28349              From: Doug MacEachern <dougm@covalent.net>
28350              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
28351              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
28352      Branch: perl
28353            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
28354            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
28355 ____________________________________________________________________________
28356 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
28357         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!])
28358              From: Nicholas Clark <nick@ccl4.org>
28359              Date: Thu, 31 May 2001 23:56:40 +0100
28360              Message-ID: <20010531235640.F12698@plum.flirble.org>
28361              
28362              Make the test work also under only static extensions
28363              (sh Configure -Uusedl fakes this nicely)
28364      Branch: perl
28365            ! t/lib/extutils.t
28366 ____________________________________________________________________________
28367 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
28368         Log: Subject: [PATCH hv.c] Eliminating trigraph
28369              From: Michael G Schwern <schwern@pobox.com>
28370              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
28371              Date: Fri, 1 Jun 2001 11:49:56 +0100
28372      Branch: perl
28373            ! hv.c
28374 ____________________________________________________________________________
28375 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
28376         Log: Subject: Re: [PATCH] Tests for File::Compare 
28377              From: "Philip Newton" <Philip.Newton@gmx.net>
28378              Date: Thu, 31 May 2001 19:44:05 +0200
28379              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
28380              
28381              Unnecessary "quotation marks".
28382      Branch: perl
28383            ! t/lib/filecomp.t
28384 ____________________________________________________________________________
28385 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
28386         Log: Integrate perlio.
28387      Branch: perl
28388           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
28389 ____________________________________________________________________________
28390 [ 10364] By: nick                                  on 2001/06/01  10:13:31
28391         Log: Cleanup dll.base and dll.exp created by GCC builds.
28392      Branch: perlio
28393            ! lib/ExtUtils/MM_Win32.pm
28394 ____________________________________________________________________________
28395 [ 10363] By: nick                                  on 2001/06/01  10:02:17
28396         Log: Make filecomp test work on CRLF platforms by adding binmode.
28397      Branch: perlio
28398            ! t/lib/filecomp.t
28399 ____________________________________________________________________________
28400 [ 10362] By: nick                                  on 2001/06/01  08:37:17
28401         Log: Integrate mainline
28402      Branch: perlio
28403           !> Changes Configure patchlevel.h perlio.c
28404 ____________________________________________________________________________
28405 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
28406         Log: panic:claustrophobia.
28407      Branch: perl
28408            ! perlio.c
28409 ____________________________________________________________________________
28410 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
28411         Log: Update Changes.
28412      Branch: perl
28413            ! Changes patchlevel.h
28414 ____________________________________________________________________________
28415 [ 10359] By: nick                                  on 2001/05/31  12:35:50
28416         Log: Integrate mainline.
28417      Branch: perlio
28418           +> t/lib/filecomp.t
28419           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
28420           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
28421 ____________________________________________________________________________
28422 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
28423         Log: Integrate perlio.
28424      Branch: perl
28425           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
28426           !> win32/config_H.vc
28427 ____________________________________________________________________________
28428 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
28429         Log: Metaconfig unit change for #10356.
28430      Branch: metaconfig
28431            ! U/installdirs/inc_version_list.U
28432 ____________________________________________________________________________
28433 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
28434         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
28435              (idea from Sarathy; implementation from Andy)
28436      Branch: perl
28437            ! Configure
28438 ____________________________________________________________________________
28439 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
28440         Log: More AUTHORS.
28441      Branch: perl
28442            ! AUTHORS
28443 ____________________________________________________________________________
28444 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
28445         Log: Subject: Re: [PATCH] Tests for File::Compare
28446              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
28447              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
28448              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
28449      Branch: perl
28450            + t/lib/filecomp.t
28451            ! MANIFEST t/lib/1_compile.t
28452 ____________________________________________________________________________
28453 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
28454         Log: Subject: [PATCH] DEBUG_* macro cleanups
28455              From: Abhijit Menon-Sen <ams@wiw.org>
28456              Date: Thu, 31 May 2001 12:16:22 +0530
28457              Message-ID: <20010531121622.B4829@lustre.linux.in>
28458              
28459              Subject: Re: [PATCH] DEBUG_* macro cleanups
28460              From: Abhijit Menon-Sen <ams@wiw.org>
28461              Date: Thu, 31 May 2001 13:57:01 +0530
28462              Message-ID: <20010531135701.A21775@lustre.linux.in>
28463              
28464              (The DEBUG_ definitions in perl.h changed to use the
28465              STMT_START and STMT_END.)
28466      Branch: perl
28467            ! perl.h pp_ctl.c sv.c toke.c
28468 ____________________________________________________________________________
28469 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
28470         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
28471              From: Abhijit Menon-Sen <ams@wiw.org>
28472              Date: Thu, 31 May 2001 08:27:55 +0530
28473              Message-ID: <20010531082755.A10018@lustre.linux.in>
28474      Branch: perl
28475            ! ext/Storable/Storable.xs gv.c perl.c
28476 ____________________________________________________________________________
28477 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
28478         Log: Subject: [PATCH] AUTHORS
28479              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28480              Date: Thu, 31 May 2001 01:27:59 -0500
28481              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
28482              
28483              Subject: Re: [PATCH] AUTHORS
28484              From: "Philip Newton" <Philip.Newton@gmx.net>
28485              Date: Thu, 31 May 2001 10:08:06 +0200
28486              (Message-Id missing?)
28487      Branch: perl
28488            ! AUTHORS
28489 ____________________________________________________________________________
28490 [ 10350] By: nick                                  on 2001/05/31  11:40:43
28491         Log: win32 - dmake regen_config_h
28492      Branch: perlio
28493            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28494 ____________________________________________________________________________
28495 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
28496         Log: Subject: Re: [PATCH util.c] More warning cleanups.
28497              From: "Philip Newton" <Philip.Newton@gmx.net>
28498              Date: Thu, 31 May 2001 07:41:36 +0200
28499              Message-Id: <200105310538.IAA25458@taku.hut.fi>
28500              
28501              Undo C++-ism that snekt in.
28502      Branch: perl
28503            ! util.c
28504 ____________________________________________________________________________
28505 [ 10348] By: nick                                  on 2001/05/31  11:36:46
28506         Log: Tolerate Win32 numerics
28507      Branch: perlio
28508            ! t/pragma/warn/toke
28509 ____________________________________________________________________________
28510 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
28511         Log: Integrate perlio.
28512      Branch: perl
28513           !> perlio.c win32/win32.h
28514 ____________________________________________________________________________
28515 [ 10346] By: nick                                  on 2001/05/31  10:54:55
28516         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
28517              perlio.c change 10255.
28518      Branch: perlio
28519            ! perlio.c
28520 ____________________________________________________________________________
28521 [ 10345] By: nick                                  on 2001/05/31  10:01:57
28522         Log: Conditionaly put back some "unused" dTHX which are used
28523              with PERL_IMPLICIT_SYS
28524      Branch: perlio
28525            ! perlio.c
28526 ____________________________________________________________________________
28527 [ 10344] By: nick                                  on 2001/05/31  10:00:59
28528         Log: Fix Win32 for new spelling IN_BYTES 
28529      Branch: perlio
28530            ! win32/win32.h
28531 ____________________________________________________________________________
28532 [ 10343] By: nick                                  on 2001/05/31  08:01:32
28533         Log: perlio.c -Wall cleaner under MULTIPLICITY
28534              - still minor noise with linux stdio
28535      Branch: perlio
28536            ! perlio.c
28537 ____________________________________________________________________________
28538 [ 10342] By: nick                                  on 2001/05/31  07:52:23
28539         Log: Integrate mainline.
28540      Branch: perlio
28541           !> (integrate 42 files)
28542 ____________________________________________________________________________
28543 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
28544         Log: AUTHORS updates.
28545      Branch: perl
28546            ! AUTHORS
28547 ____________________________________________________________________________
28548 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
28549         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
28550              From: Peter Prymmer <pvhp@forte.com>
28551              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
28552              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
28553      Branch: perl
28554            ! t/lib/md5-file.t
28555 ____________________________________________________________________________
28556 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
28557         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
28558              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
28559              to match the pragma name; various robustness cleanups.
28560      Branch: perl
28561            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
28562            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
28563 ____________________________________________________________________________
28564 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
28565         Log: More -Wall sweeping.
28566      Branch: perl
28567            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
28568            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
28569            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
28570            ! regcomp.c sv.c toke.c utf8.c
28571 ____________________________________________________________________________
28572 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
28573         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
28574              From: Nicholas Clark <nick@ccl4.org>
28575              Date: Wed, 30 May 2001 22:34:41 +0100
28576              Message-ID: <20010530223441.Y86445@plum.flirble.org>
28577      Branch: perl
28578            ! t/op/cmp.t
28579 ____________________________________________________________________________
28580 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
28581         Log: It's is not, it isn't ain't, and it's it's, not its,
28582              if you mean it is. If you don't, it's its. Then too,
28583              it's hers. It isn't her's. It isn't our's either.
28584              It's ours, and likewise yours and theirs.
28585              -- Oxford University Press, Edpress News
28586      Branch: perl
28587            ! lib/autouse.pm
28588 ____________________________________________________________________________
28589 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
28590         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
28591      Branch: perl
28592            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
28593            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
28594            ! x2p/str.c x2p/walk.c xsutils.c
28595 ____________________________________________________________________________
28596 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
28597         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
28598              From: Michael G Schwern <schwern@pobox.com>
28599              Date: Wed, 30 May 2001 17:10:38 +0100
28600              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
28601              
28602              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
28603              From: Abhijit Menon-Sen <ams@wiw.org>
28604              Date: Wed, 30 May 2001 23:16:13 +0530
28605              Message-ID: <20010530231613.A31933@lustre.linux.in>
28606      Branch: perl
28607            ! perl.c t/run/runenv.t
28608 ____________________________________________________________________________
28609 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
28610         Log: (Retracted by #10375.)
28611              
28612              IRIX hints patch from Merijn Broeren.
28613              
28614              TODO: (this and the earlier Linux hints patch) should be solved
28615              at Configure level.  Merijn: -ldb should not be used on any platform
28616              for perl, just when linking DBFile itself. Trying to be helpful here
28617              is counterproductive.
28618      Branch: perl
28619            ! hints/irix_6.sh
28620 ____________________________________________________________________________
28621 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
28622         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
28623              From: Nicholas Clark <nick@ccl4.org>
28624              Date: Wed, 30 May 2001 23:20:58 +0100
28625              Message-ID: <20010530232058.B86445@plum.flirble.org>
28626      Branch: perl
28627            ! doop.c
28628 ____________________________________________________________________________
28629 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
28630         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
28631              From: Michael G Schwern <schwern@pobox.com> 
28632              Date: Wed, 30 May 2001 15:24:20 +0100
28633              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
28634      Branch: perl
28635            ! t/pragma/autouse.t
28636 ____________________________________________________________________________
28637 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
28638         Log: The regex trick wasn't a good idea.
28639      Branch: perl
28640            ! pod/perlfaq4.pod
28641 ____________________________________________________________________________
28642 [ 10329] By: nick                                  on 2001/05/30  18:34:35
28643         Log: Integrate mainline
28644      Branch: perlio
28645           !> (integrate 40 files)
28646 ____________________________________________________________________________
28647 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
28648         Log: Update Changes.
28649      Branch: perl
28650            ! Changes patchlevel.h
28651 ____________________________________________________________________________
28652 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
28653         Log: The metaconfig unit change for #10325.
28654      Branch: metaconfig
28655            + U/modified/afs.U
28656 ____________________________________________________________________________
28657 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
28658         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
28659              is now wrong.
28660      Branch: perl
28661            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
28662 ____________________________________________________________________________
28663 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
28664         Log: Introduce $Config{afsroot}.
28665      Branch: perl
28666            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28667            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
28668            ! win32/config.gc win32/config.vc
28669 ____________________________________________________________________________
28670 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
28671         Log: (Retracted by #10375.)
28672              
28673              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
28674      Branch: perl
28675            ! hints/linux.sh
28676 ____________________________________________________________________________
28677 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
28678         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
28679              (Also Configure tweaks needed; coming up soon.)
28680      Branch: perl
28681            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
28682 ____________________________________________________________________________
28683 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
28684         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
28685              From: Michael G Schwern <schwern@pobox.com>
28686              Date: Sun, 27 May 2001 10:29:43 +0100
28687              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
28688      Branch: perl
28689            ! lib/perl5db.pl
28690 ____________________________________________________________________________
28691 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
28692         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
28693              and Abhijit Menon-Sen.
28694      Branch: perl
28695            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
28696            ! perl.c pp_sys.c regcomp.c
28697 ____________________________________________________________________________
28698 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
28699         Log: Fix the BOOT section to call myU2time properly.
28700      Branch: perl
28701            ! ext/Time/HiRes/HiRes.xs
28702 ____________________________________________________________________________
28703 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
28704         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
28705              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
28706              Date: Wed, 30 May 2001 09:44:29 -0400
28707              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
28708              
28709              Detypo; plus add one more trick.
28710      Branch: perl
28711            ! pod/perlfaq4.pod
28712 ____________________________________________________________________________
28713 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
28714         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)
28715              From: Michael G Schwern <schwern@pobox.com>
28716              Date: Wed, 30 May 2001 14:39:06 +0100
28717              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
28718      Branch: perl
28719            ! lib/autouse.pm t/pragma/autouse.t
28720 ____________________________________________________________________________
28721 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
28722         Log: Subject: Re: AIX and gcc (moving targets)
28723              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28724              Date: Wed, 30 May 2001 15:25:08 +0200
28725              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
28726      Branch: perl
28727            ! ext/Time/HiRes/HiRes.xs
28728 ____________________________________________________________________________
28729 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
28730         Log: Subject: [PATCH t/TEST] sorting tests
28731              From: Michael G Schwern <schwern@pobox.com>
28732              Date: Wed, 30 May 2001 10:24:02 +0100
28733              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
28734      Branch: perl
28735            ! t/TEST
28736 ____________________________________________________________________________
28737 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
28738         Log: Subject: [ID 20010529.002] typos in man page perlre
28739              From: bart@cg681574-a.adubn1.nj.home.com 
28740              Date: Tue, 29 May 2001 13:58:59 -0500
28741              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
28742      Branch: perl
28743            ! pod/perlre.pod
28744 ____________________________________________________________________________
28745 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
28746         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
28747              From: "Craig A. Berry" <craigberry@mac.com>
28748              Date: Tue, 29 May 2001 23:23:45 -0500
28749              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
28750      Branch: perl
28751            ! t/lib/extutils.t t/pragma/autouse.t
28752 ____________________________________________________________________________
28753 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
28754         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)
28755              From: David Dyck <dcd@tc.fluke.com>
28756              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
28757              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
28758      Branch: perl
28759            ! t/lib/filefind.t
28760 ____________________________________________________________________________
28761 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
28762         Log: AIX hints update for gcc from Merijn H. Brand.
28763      Branch: perl
28764            ! hints/aix.sh
28765 ____________________________________________________________________________
28766 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
28767         Log: Retract #10295 and #10296: a more generic solution
28768              is needed (there's something funny with gcc on AIX).
28769      Branch: perl
28770            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
28771 ____________________________________________________________________________
28772 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
28773         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
28774              From: Hugo <hv@crypt.compulink.co.uk>
28775              Date: Wed, 30 May 2001 11:59:19 +0100
28776              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
28777              
28778              localizing $@ has unfortunate semantics - if you die past
28779              a local $@, the die message is lost.
28780      Branch: perl
28781            ! lib/utf8_heavy.pl
28782 ____________________________________________________________________________
28783 [ 10309] By: nick                                  on 2001/05/30  08:23:02
28784         Log: Integrate mainline (autouse works again.)
28785      Branch: perlio
28786           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
28787           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
28788           !> pod/perlvar.pod t/op/cmp.t
28789 ____________________________________________________________________________
28790 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
28791         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
28792              From: David Dyck <dcd@tc.fluke.com>
28793              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
28794              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
28795      Branch: perl
28796            ! lib/File/Find.pm
28797 ____________________________________________________________________________
28798 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
28799         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
28800              From: Nicholas Clark <nick@ccl4.org>
28801              Date: Tue, 29 May 2001 23:16:09 +0100
28802              Message-ID: <20010529231609.U86445@plum.flirble.org>
28803              
28804              Make the test output slightly clearer by distinguishing
28805              between '' and undef.
28806      Branch: perl
28807            ! t/op/cmp.t
28808 ____________________________________________________________________________
28809 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
28810         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
28811              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28812              Date: Tue, 29 May 2001 19:15:19 -0400
28813              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
28814      Branch: perl
28815            ! hints/os2.sh
28816 ____________________________________________________________________________
28817 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
28818         Log: Subject: perlvar.pod addition
28819              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
28820              Date: Fri, 25 May 2001 20:23:12 +0200
28821              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
28822              
28823              Subject: Re: perlvar.pod addition
28824              From: "Abigail" <abigail@foad.org> 
28825              Date: Fri, 25 May 2001 22:00:39 +0200
28826              Message-ID: <20010525200039.28029.qmail@foad.org>
28827              
28828              Mention $a and $b in perlvar.
28829      Branch: perl
28830            ! pod/perlvar.pod
28831 ____________________________________________________________________________
28832 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
28833         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
28834              From: Jeff Pinyan <jeffp@crusoe.net>
28835              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
28836              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
28837      Branch: perl
28838            ! pod/perlvar.pod
28839 ____________________________________________________________________________
28840 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
28841         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
28842              From: Jeff Pinyan <jeffp@crusoe.net>
28843              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
28844              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
28845      Branch: perl
28846            ! pod/perlfaq6.pod
28847 ____________________________________________________________________________
28848 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
28849         Log: Mention Time::localtime and Time::gmtime.
28850      Branch: perl
28851            ! ext/Time/Piece/Piece.pm
28852 ____________________________________________________________________________
28853 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
28854         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
28855              From: Michael G Schwern <schwern@pobox.com>
28856              Date: Tue, 29 May 2001 18:51:32 +0100
28857              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
28858      Branch: perl
28859            ! pod/perlfaq4.pod
28860 ____________________________________________________________________________
28861 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
28862         Log: Retract #10243.
28863      Branch: perl
28864            ! lib/autouse.pm
28865 ____________________________________________________________________________
28866 [ 10299] By: nick                                  on 2001/05/29  18:41:19
28867         Log: Post weekend integrate mainline (fails one test pragma/autouse).
28868      Branch: perlio
28869           +> (branch 29 files)
28870           !> (integrate 91 files)
28871 ____________________________________________________________________________
28872 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
28873         Log: Update Changes.
28874      Branch: perl
28875            ! Changes patchlevel.h
28876 ____________________________________________________________________________
28877 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
28878         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
28879              before Perl_load_module/Perl_call_method and restore the value
28880              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
28881      Branch: perl
28882            ! utf8.c
28883 ____________________________________________________________________________
28884 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
28885         Log: Subject: Re: AIX and gcc (moving targets)
28886              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28887              Date: Tue, 29 May 2001 17:59:40 +0200
28888              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
28889      Branch: perl
28890            ! ext/Storable/Makefile.PL
28891 ____________________________________________________________________________
28892 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
28893         Log: Subject: Re: AIX and gcc (moving targets)
28894              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28895              Date: Tue, 29 May 2001 12:32:57 +0200
28896              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
28897      Branch: perl
28898            ! ext/POSIX/Makefile.PL
28899 ____________________________________________________________________________
28900 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
28901         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
28902              From: Michael G Schwern <schwern@pobox.com>
28903              Date: Tue, 29 May 2001 09:53:29 +0100
28904              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
28905              
28906              (#10280 retracted)
28907      Branch: perl
28908            ! lib/Test/Harness.pm t/lib/test-harness.t
28909 ____________________________________________________________________________
28910 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
28911         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
28912              From: Michael G Schwern <schwern@pobox.com>
28913              Date: Tue, 29 May 2001 09:19:52 +0100
28914              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
28915      Branch: perl
28916            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
28917            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
28918            + t/lib/Test/todo.t
28919            ! MANIFEST lib/Test.pm t/TEST
28920 ____________________________________________________________________________
28921 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
28922         Log: From: Michael G Schwern <schwern@pobox.com>
28923              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
28924              Date: Tue, 29 May 2001 08:26:09 +0100
28925              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
28926      Branch: perl
28927            ! t/TEST
28928 ____________________________________________________________________________
28929 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
28930         Log: Add tests for Time::gmtime and Time::localtime.
28931      Branch: perl
28932            + t/lib/time-gmtime.t t/lib/time-localtime.t
28933            ! MANIFEST t/lib/1_compile.t
28934 ____________________________________________________________________________
28935 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
28936         Log: Add test for File::stat.
28937      Branch: perl
28938            + t/lib/filestat.t
28939            ! MANIFEST t/lib/1_compile.t
28940 ____________________________________________________________________________
28941 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
28942         Log: Add test for Net::servent.
28943      Branch: perl
28944            + t/lib/net-sent.t
28945            ! MANIFEST t/lib/1_compile.t
28946 ____________________________________________________________________________
28947 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
28948         Log: Add test for Net::protoent.
28949      Branch: perl
28950            + t/lib/net-pent.t
28951            ! MANIFEST t/lib/1_compile.t
28952 ____________________________________________________________________________
28953 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
28954         Log: Add test for Net::netent.
28955      Branch: perl
28956            + t/lib/net-nent.t
28957            ! MANIFEST t/lib/1_compile.t
28958 ____________________________________________________________________________
28959 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
28960         Log: Add test for User::grent.  Portability doubtful.
28961      Branch: perl
28962            + t/lib/user-grent.t
28963            ! MANIFEST t/lib/1_compile.t
28964 ____________________________________________________________________________
28965 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
28966         Log: Add test for User::pwent.
28967              Probably will fall down somewhere for portability reasons.
28968      Branch: perl
28969            + t/lib/user-pwent.t
28970            ! MANIFEST t/lib/1_compile.t
28971 ____________________________________________________________________________
28972 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
28973         Log: Metaconfig units changes for #10283.
28974      Branch: metaconfig
28975            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
28976            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
28977            ! U/installdirs/sitescript.U U/modified/Signal.U
28978 ____________________________________________________________________________
28979 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
28980         Log: Subject: [PATCH 5.6.1] signal names in Configure
28981              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28982              Date: Tue, 29 May 2001 03:52:25 -0400
28983              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
28984              
28985              Subject: [PATCH 5.6.1] older perl in Configure
28986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28987              Date: Tue, 29 May 2001 03:55:40 -0400
28988              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
28989              
28990              Subject: [PATCH 5.6.1] goofs in Configure
28991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28992              Date: Tue, 29 May 2001 04:13:07 -0400
28993              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
28994              
28995              Configure portability tweaks.
28996      Branch: perl
28997            ! Configure
28998 ____________________________________________________________________________
28999 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
29000         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
29001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29002              Date: Tue, 29 May 2001 04:07:06 -0400
29003              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
29004      Branch: perl
29005            ! os2/os2.c
29006 ____________________________________________________________________________
29007 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
29008         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
29009              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29010              Date: Tue, 29 May 2001 04:01:38 -0400
29011              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
29012      Branch: perl
29013            ! hints/os2.sh os2/Makefile.SHs
29014 ____________________________________________________________________________
29015 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
29016         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
29017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29018              Date: Tue, 29 May 2001 03:50:18 -0400
29019              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
29020      Branch: perl
29021            ! lib/Test/Harness.pm
29022 ____________________________________________________________________________
29023 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
29024         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
29025      Branch: perl
29026            ! lib/utf8_heavy.pl
29027 ____________________________________________________________________________
29028 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
29029         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
29030              From: Hugo <hv@crypt.compulink.co.uk>
29031              Date: Tue, 29 May 2001 03:03:45 +0100
29032              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
29033              
29034              Explanation why the $@ always gets the UTF8 flag when under use utf8--
29035              because we told it to have the flag when under use utf8.
29036      Branch: perl
29037            ! pp_ctl.c
29038 ____________________________________________________________________________
29039 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
29040         Log: At least a partial fix for 20010528.004.
29041      Branch: perl
29042            ! lib/utf8_heavy.pl
29043 ____________________________________________________________________________
29044 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
29045         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
29046              From: Nicholas Clark <nick@ccl4.org> 
29047              Date: Mon, 28 May 2001 23:39:38 +0100
29048              Message-ID: <20010528233938.M86445@plum.flirble.org>
29049              
29050              More portable non-zero UV.
29051      Branch: perl
29052            ! t/lib/extutils.t
29053 ____________________________________________________________________________
29054 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
29055         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
29056              From: Nicholas Clark <nick@ccl4.org>
29057              Date: Mon, 28 May 2001 22:46:09 +0100
29058              Message-ID: <20010528224608.L86445@plum.flirble.org>
29059              
29060              Test also "make clean".
29061      Branch: perl
29062            ! t/lib/extutils.t
29063 ____________________________________________________________________________
29064 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
29065         Log: Subject: Re: Would -Wno-unused -Wall be better?
29066              From: Michael G Schwern <schwern@pobox.com>
29067              Date: Tue, 29 May 2001 00:55:54 +0100
29068              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
29069      Branch: perl
29070            ! pp.h
29071 ____________________________________________________________________________
29072 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
29073         Log: Add a test for 20010528.007, fixed in #10272.
29074      Branch: perl
29075            ! t/op/misc.t toke.c
29076 ____________________________________________________________________________
29077 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
29078         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
29079              From: Hugo <hv@crypt.compulink.co.uk>
29080              Date: Tue, 29 May 2001 00:23:23 +0100
29081              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
29082      Branch: perl
29083            ! toke.c
29084 ____________________________________________________________________________
29085 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
29086         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
29087              From: Michael G Schwern <schwern@pobox.com>
29088              Date: Tue, 29 May 2001 00:42:59 +0100
29089              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
29090      Branch: perl
29091            ! t/pragma/autouse.t
29092 ____________________________________________________________________________
29093 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
29094         Log: Some shells seemingly arrange the signal handlers differently
29095              (bug id 20010521.004).
29096      Branch: perl
29097            ! t/lib/sigaction.t
29098 ____________________________________________________________________________
29099 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
29100         Log: Regen perlmodlib.
29101      Branch: perl
29102            ! pod/perlmodlib.pod
29103 ____________________________________________________________________________
29104 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
29105         Log: Update Changes.
29106      Branch: perl
29107            ! Changes patchlevel.h
29108 ____________________________________________________________________________
29109 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
29110         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
29111              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
29112              Date: Mon, 28 May 2001 14:56:35 -0500
29113              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
29114      Branch: perl
29115            ! pod/perlnewmod.pod
29116 ____________________________________________________________________________
29117 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
29118         Log: Regen toc.
29119      Branch: perl
29120            ! pod/perltoc.pod
29121 ____________________________________________________________________________
29122 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
29123         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
29124              From: "Richard Soderberg" <rs@crystalflame.net>
29125              Date: Mon, 28 May 2001 12:31:23 -0700
29126              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
29127      Branch: perl
29128            ! t/op/splice.t
29129 ____________________________________________________________________________
29130 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
29131         Log: The #10260 was too bold: locales and utf8 still do not mix.
29132      Branch: perl
29133            ! t/pragma/locale.t
29134 ____________________________________________________________________________
29135 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
29136         Log: Subject: [PATCH] Pod nitpicks
29137              From: "Richard Soderberg" <rs@crystalflame.net>
29138              Date: Mon, 28 May 2001 10:08:58 -0700
29139              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
29140      Branch: perl
29141            ! pod/perl571delta.pod pod/perlapi.pod sv.h
29142 ____________________________________________________________________________
29143 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
29144         Log: Upgrade to I18N::LangTags 0.22.
29145      Branch: perl
29146            + lib/I18N/LangTags/List.pod
29147            ! MANIFEST lib/I18N/LangTags.pm
29148 ____________________________________________________________________________
29149 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
29150         Log: A slightly more serious bug found by -Mutf8; op/misc and
29151              lib/complex dumped core.
29152      Branch: perl
29153            ! regexec.c
29154 ____________________________________________________________________________
29155 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
29156         Log: Various buglets shaken out by -Mutf8.
29157      Branch: perl
29158            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
29159            ! t/pragma/locale.t
29160 ____________________________________________________________________________
29161 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
29162         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
29163      Branch: perl
29164            ! t/lib/carp.t
29165 ____________________________________________________________________________
29166 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
29167         Log: Subject: [PATCH] todo patch
29168              From: Artur Bergman <artur@contiller.se> 
29169              Date: Mon, 28 May 2001 17:03:51 +0200
29170              Message-ID: <B7383577.F34%artur@contiller.se>
29171      Branch: perl
29172            ! pod/perltodo.pod
29173 ____________________________________________________________________________
29174 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
29175         Log: Subject: typo in perlguts.pod
29176              From: "John P. Linderman" <jpl@research.att.com>
29177              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
29178              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
29179      Branch: perl
29180            ! pod/perlguts.pod
29181 ____________________________________________________________________________
29182 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
29183         Log: Subject: AIX and gcc (moving targets)
29184              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29185              Date: Mon, 28 May 2001 12:54:04 +0200
29186              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
29187      Branch: perl
29188            ! hints/aix.sh
29189 ____________________________________________________________________________
29190 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
29191         Log: Subject: Re: perlio + multiple perl_alloc..destruct
29192              From: Doug MacEachern <dougm@covalent.net>
29193              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
29194              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
29195      Branch: perl
29196            ! perlio.c
29197 ____________________________________________________________________________
29198 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
29199         Log: The #10251 wasn't quite up-to-the-code.
29200      Branch: perl
29201            ! t/op/misc.t
29202 ____________________________________________________________________________
29203 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
29204         Log: Test case for bug 20010526.004, fixed in #10252.
29205      Branch: perl
29206            ! t/op/taint.t
29207 ____________________________________________________________________________
29208 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
29209         Log: Subject: Re: [ID 20010526.004] Taint looses value
29210              From: Hugo <hv@crypt.compulink.co.uk>
29211              Date: Sun, 27 May 2001 20:39:32 +0100
29212              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
29213      Branch: perl
29214            ! sv.c
29215 ____________________________________________________________________________
29216 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
29217         Log: Test case for 20010422.005, fixed by #10250.
29218      Branch: perl
29219            ! t/op/misc.t
29220 ____________________________________________________________________________
29221 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
29222         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
29223              From: Spider Boardman <spider@Orb.Nashua.NH.US>
29224              Date: Mon, 28 May 2001 06:39:12 -0400
29225              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
29226      Branch: perl
29227            ! toke.c
29228 ____________________________________________________________________________
29229 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
29230         Log: Linerewrapping.
29231      Branch: perl
29232            ! lib/open.pm
29233 ____________________________________________________________________________
29234 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
29235         Log: Updates on the modules list.
29236      Branch: perl
29237            ! t/lib/1_compile.t
29238 ____________________________________________________________________________
29239 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
29240         Log: Add a test for PerlIO.
29241              
29242              (I probably got the crlf/raw thing wrong for clrfy platforms...)
29243      Branch: perl
29244            + t/lib/perlio.t
29245            ! MANIFEST lib/PerlIO.pm
29246 ____________________________________________________________________________
29247 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
29248         Log: Add a test for carp et alia.
29249      Branch: perl
29250            + t/lib/carp.t
29251            ! MANIFEST
29252 ____________________________________________________________________________
29253 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
29254         Log: Adding the new test would be swell.
29255      Branch: perl
29256            + t/pragma/autouse.t
29257 ____________________________________________________________________________
29258 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
29259         Log: Add a test for the autouse pragma.
29260      Branch: perl
29261            ! MANIFEST
29262 ____________________________________________________________________________
29263 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
29264         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
29265              From: dLux <dlux@spam.sch.bme.hu>
29266              Date: Sun, 27 May 2001 16:14:26 +0200
29267              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
29268      Branch: perl
29269            ! lib/autouse.pm
29270 ____________________________________________________________________________
29271 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
29272         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
29273              From: "Richard Soderberg" <rs@crystalflame.net>
29274              Date: Mon, 28 May 2001 03:56:36 -0700
29275              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
29276      Branch: perl
29277            ! utils/dprofpp.PL
29278 ____________________________________________________________________________
29279 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
29280         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
29281              From: "Stephen P. Potter" <spp@spotter.yi.org>
29282              Date: Tue, 22 May 2001 11:40:25 -0400
29283              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
29284              
29285              Subject: Re: [ID 20010522.003] Time::Local module bug
29286              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
29287              Date: Tue, 22 May 2001 11:50:19 -0400
29288              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
29289      Branch: perl
29290            ! lib/Time/Local.pm
29291 ____________________________________________________________________________
29292 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
29293         Log: The PERL_DL_NONLAZY can have whitespace in front.
29294      Branch: perl
29295            ! t/lib/extutils.t
29296 ____________________________________________________________________________
29297 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
29298         Log: Document strftime() and strptime().
29299      Branch: perl
29300            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
29301 ____________________________________________________________________________
29302 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
29303         Log: Make Time::Piece::strptime() to be a function, not a method.
29304      Branch: perl
29305            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
29306 ____________________________________________________________________________
29307 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
29308         Log: Tweak the test to be more portable.
29309      Branch: perl
29310            ! t/lib/extutils.t
29311 ____________________________________________________________________________
29312 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
29313         Log: Subject: PATCH: Re: Re: Attributes that tie
29314              From: Leon Brocard <acme@astray.com>
29315              Date: Sun, 27 May 2001 12:37:29 +0100
29316              Message-ID: <20010527123729.A22663@ns0.astray.com>
29317              
29318              Document that variable attributes are not currently usable
29319              for tieing.  (An ugly limitation that should be fixed.)
29320      Branch: perl
29321            ! lib/attributes.pm
29322 ____________________________________________________________________________
29323 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
29324         Log: Microperl tweaks.
29325      Branch: perl
29326            ! Makefile.micro uconfig.h uconfig.sh
29327 ____________________________________________________________________________
29328 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
29329         Log: Add make target for microperl (kind of silly, but convenient).
29330      Branch: perl
29331            ! Makefile.SH
29332 ____________________________________________________________________________
29333 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
29334         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
29335              for microperl.)
29336      Branch: perl
29337            ! doio.c
29338 ____________________________________________________________________________
29339 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
29340         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
29341              From: rspier@pobox.com (Robert Spier)
29342              Date: Sat, 26 May 2001 20:05:23 -0400
29343              Message-ID: <15120.17603.148648.12430@rls.cx>
29344              
29345              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
29346              From: rspier@pobox.com (Robert Spier)
29347              Date: Sun, 27 May 2001 00:23:12 -0400
29348              Message-ID: <15120.33072.511966.767230@rls.cx>
29349      Branch: perl
29350            ! doio.c pod/perlfunc.pod
29351 ____________________________________________________________________________
29352 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
29353         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
29354      Branch: perl
29355            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29356 ____________________________________________________________________________
29357 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
29358         Log: Add README.tru64.
29359      Branch: perl
29360            + README.tru64
29361 ____________________________________________________________________________
29362 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
29363         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
29364      Branch: perl
29365            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
29366            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
29367            ! MANIFEST
29368 ____________________________________________________________________________
29369 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
29370         Log: Integrate I18N::LangTags from Sean Burke.
29371              
29372              TODO: the language list from RFC 3066 needs to be integrated
29373              and made available somehow.  The list is included in the
29374              I18N-LangTags 0.21 distribution, but it is undocumented
29375              and unconnected to the module.
29376      Branch: perl
29377            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
29378            ! MANIFEST
29379 ____________________________________________________________________________
29380 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
29381         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
29382              envisioned by Sarathy.
29383      Branch: perl
29384            ! t/op/ver.t toke.c
29385 ____________________________________________________________________________
29386 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
29387         Log: Subject: [ID 20010525.001] Pod typo nits fixed
29388              From: lvirden@cas.org
29389              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
29390              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
29391              
29392              minus the perlsolaris decimation plus the
29393              
29394              Subject: Re: [ID 20010525.001] Pod typo nits fixed
29395              From: "Philip Newton" <Philip.Newton@gmx.net>
29396              Date: Fri, 25 May 2001 18:05:55 +0200
29397              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
29398      Branch: perl
29399            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
29400            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
29401            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
29402            ! pod/perlutil.pod pod/perlxstut.pod
29403 ____________________________________________________________________________
29404 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
29405         Log: return clauses are nice.
29406      Branch: perl
29407            ! sv.c
29408 ____________________________________________________________________________
29409 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
29410         Log: Subject: change 10199 backwards?
29411              From: Doug MacEachern <dougm@covalent.net>
29412              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
29413              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
29414      Branch: perl
29415            ! sv.c
29416 ____________________________________________________________________________
29417 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
29418         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
29419              From: Hugo <hv@crypt.compulink.co.uk>
29420              Date: Sat, 26 May 2001 17:05:12 +0100
29421              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
29422      Branch: perl
29423            + t/op/gmagic.t
29424            ! MANIFEST doop.c embed.h embed.pl global.sym
29425            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
29426            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
29427 ____________________________________________________________________________
29428 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
29429         Log: Regen headers for #10221.
29430      Branch: perl
29431            ! global.sym objXSUB.h perlapi.c
29432 ____________________________________________________________________________
29433 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
29434         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
29435              From: Juha Laiho <juha.laiho@Elma.Net>
29436              Date: Thu, 3 May 2001 09:51:30 +0300
29437              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
29438      Branch: perl
29439            ! embed.pl
29440 ____________________________________________________________________________
29441 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
29442         Log: Subject: Re: [PATCH] Re: stability of sort()?
29443              From: "John P. Linderman" <jpl@research.att.com>
29444              Date: Sat, 26 May 2001 13:27:19 -0400
29445              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
29446      Branch: perl
29447            ! pod/perlfunc.pod
29448 ____________________________________________________________________________
29449 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
29450         Log: Integrate perlio.
29451      Branch: perl
29452           !> pod/perlguts.pod
29453 ____________________________________________________________________________
29454 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
29455         Log: Subject: [PATCH perl@10210] PerlIO for VMS
29456              From: "Craig A. Berry" <craigberry@mac.com>
29457              Date: Sat, 26 May 2001 09:34:11 -0500
29458              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
29459      Branch: perl
29460            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
29461            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
29462            ! vms/vmsish.h
29463 ____________________________________________________________________________
29464 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
29465         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
29466              From: David Dyck <dcd@tc.fluke.com>
29467              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
29468              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
29469      Branch: perl
29470            ! lib/perl5db.pl
29471 ____________________________________________________________________________
29472 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
29473         Log: Subject: utf8 regexp tests
29474              From: Hugo <hv@crypt.compulink.co.uk>
29475              Date: Fri, 25 May 2001 22:35:01 +0100
29476              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
29477      Branch: perl
29478            ! t/op/regexp.t
29479 ____________________________________________________________________________
29480 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
29481         Log: Subject: [PATCH] Re: stability of sort()?
29482              From: Nicholas Clark <nick@ccl4.org>
29483              Date: Fri, 25 May 2001 22:40:19 +0100
29484              Message-ID: <20010525224019.B86445@plum.flirble.org>
29485      Branch: perl
29486            ! pod/perlfunc.pod
29487 ____________________________________________________________________________
29488 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
29489         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
29490              From: John Peacock <jpeacock@rowman.com>
29491              Date: Thu, 24 May 2001 22:14:01 -0400
29492              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
29493      Branch: perl
29494            ! mg.c scope.c sv.c
29495 ____________________________________________________________________________
29496 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
29497         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
29498              From: Nicholas Clark <nick@ccl4.org>
29499              Date: Sun, 20 May 2001 19:24:13 +0100
29500              Message-ID: <20010520192413.G83222@plum.flirble.org>
29501      Branch: perl
29502            + lib/ExtUtils/Constant.pm t/lib/extutils.t
29503            ! MANIFEST utils/h2xs.PL
29504 ____________________________________________________________________________
29505 [ 10212] By: nick                                  on 2001/05/26  09:49:28
29506         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
29507              add a few more notes there on use of mortals on the stack.
29508      Branch: perlio
29509            ! pod/perlguts.pod
29510 ____________________________________________________________________________
29511 [ 10211] By: nick                                  on 2001/05/26  09:05:36
29512         Log: Integrate mainline
29513      Branch: perlio
29514           +> t/lib/fcntl.t t/pragma/vars.t
29515           !> (integrate 49 files)
29516 ____________________________________________________________________________
29517 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
29518         Log: Update Changes.
29519      Branch: perl
29520            ! Changes patchlevel.h
29521 ____________________________________________________________________________
29522 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
29523         Log: Based on
29524              
29525              Subject: [PATCH pp.c] Wrapping pack("C",256)
29526              From: Simon Cozens <simon@netthink.co.uk>
29527              Date: Sat, 12 May 2001 17:58:41 +0100
29528              Message-ID: <20010512175841.A6132@netthink.co.uk>
29529      Branch: perl
29530            ! pod/perldiag.pod pp.c t/pragma/warn/pp
29531 ____________________________________________________________________________
29532 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
29533         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
29534              From: "Brendan O'Dea" <bod@compusol.com.au>
29535              Date: Fri, 25 May 2001 11:18:29 +1000
29536              Message-ID: <20010525111829.A28411@compusol.com.au>
29537              
29538              (Slightly modified.)
29539      Branch: perl
29540            ! lib/Term/Cap.pm
29541 ____________________________________________________________________________
29542 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
29543         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
29544              From: Hugo <hv@crypt.compulink.co.uk>
29545              Date: Fri, 25 May 2001 02:13:25 +0100
29546              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
29547      Branch: perl
29548            ! t/op/misc.t
29549 ____________________________________________________________________________
29550 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
29551         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
29552              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
29553              Date: Fri, 25 May 2001 10:25:36 +0900
29554              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
29555      Branch: perl
29556            ! regcomp.c regexec.c
29557 ____________________________________________________________________________
29558 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
29559         Log: Subject: [PATCH #2] stash autovivification and method call error messages
29560              From: Ilmari Karonen <iltzu@sci.fi>
29561              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
29562              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
29563      Branch: perl
29564            ! gv.c pp_hot.c t/op/method.t
29565 ____________________________________________________________________________
29566 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
29567         Log: Add make target and documentation for gprof profiling.
29568      Branch: perl
29569            ! Makefile.SH pod/perlhack.pod
29570 ____________________________________________________________________________
29571 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
29572         Log: Subject: Don't think about UTF8 
29573              From: Mike Guy <mjtg@cam.ac.uk> 
29574              Date: Tue, 22 May 2001 14:35:39 +0100
29575              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
29576      Branch: perl
29577            ! sv.h
29578 ____________________________________________________________________________
29579 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
29580         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
29581              From: Geraint A Edwards <gedge@serf.org> 
29582              Date: Thu, 24 May 2001 22:51:24 +0100
29583              Message-Id: <20010524225124.A34981@cymru.serf.org>
29584      Branch: perl
29585            ! x2p/find2perl.PL
29586 ____________________________________________________________________________
29587 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
29588         Log: DB_File has its own attribute story.
29589      Branch: perl
29590            ! ext/DB_File/DB_File.xs
29591 ____________________________________________________________________________
29592 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
29593         Log: Subject: Re: Making perl with -Wall
29594              From: Andy Dougherty <doughera@lafayette.edu>
29595              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
29596              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
29597      Branch: perl
29598            ! perl.h
29599 ____________________________________________________________________________
29600 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
29601         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
29602              From: "Richard Soderberg" <rs@crystalflame.net>
29603              Date: Thu, 24 May 2001 08:58:16 -0700
29604              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
29605      Branch: perl
29606            ! sv.c
29607 ____________________________________________________________________________
29608 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
29609         Log: IV/UV casting fixes from Nicholas Clark.
29610      Branch: perl
29611            ! perl.h pp_sys.c util.c
29612 ____________________________________________________________________________
29613 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
29614         Log: Subject: Re: Making perl with -Wall
29615              From: Michael G Schwern <schwern@pobox.com>
29616              Date: Thu, 24 May 2001 15:40:28 +0100
29617              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
29618      Branch: perl
29619            ! malloc.c perl.h
29620 ____________________________________________________________________________
29621 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
29622         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
29623              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29624              Date: Tue, 22 May 2001 11:49:37 +0200
29625              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
29626      Branch: metaconfig
29627            ! U/modified/Oldsym.U
29628      Branch: metaconfig/U/perl
29629            ! patchlevel.U
29630      Branch: perl
29631            ! Configure config_h.SH myconfig.SH
29632 ____________________________________________________________________________
29633 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
29634         Log: Under versiononly install also the scripts with the version suffix.
29635              (e.g. .../bin/h2xs5.7.1)
29636      Branch: perl
29637            ! installperl
29638 ____________________________________________________________________________
29639 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
29640         Log: Subject: [PATCH] Stop segfault in mg.c:636
29641              From: "Richard Soderberg" <rs@crystalflame.net>
29642              Date: Thu, 24 May 2001 05:51:52 -0700
29643              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
29644      Branch: perl
29645            ! mg.c
29646 ____________________________________________________________________________
29647 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
29648         Log: Iteration continues; hopefully convergently.
29649      Branch: perl
29650            ! t/lib/b-stash.t
29651 ____________________________________________________________________________
29652 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
29653         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
29654              From: Gisle Aas <gisle@ActiveState.com>
29655              Date: 23 May 2001 16:13:10 -0700
29656              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
29657      Branch: perl
29658            ! op.c toke.c
29659 ____________________________________________________________________________
29660 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
29661         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
29662              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29663              Date: Thu, 24 May 2001 05:05:22 -0500
29664              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
29665      Branch: perl
29666            ! lib/dumpvar.pl lib/perl5db.pl
29667 ____________________________________________________________________________
29668 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
29669         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
29670              From: David Dyck <dcd@tc.fluke.com>
29671              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
29672              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
29673      Branch: perl
29674            ! lib/perl5db.pl
29675 ____________________________________________________________________________
29676 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
29677         Log: Tiny pod nits on READMEs, mostly whitespace issues.
29678      Branch: perl
29679            ! README.amiga README.dos README.macos README.mpeix README.vmesa
29680            ! README.win32
29681 ____________________________________________________________________________
29682 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
29683         Log: The DG/UX part of the 20010521.005.
29684      Branch: perl
29685            ! README.dgux
29686 ____________________________________________________________________________
29687 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
29688         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
29689              From: Hugo <hv@crypt.compulink.co.uk>
29690              Date: Mon, 21 May 2001 16:32:02 +0100
29691              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
29692      Branch: perl
29693            ! regcomp.c t/op/misc.t
29694 ____________________________________________________________________________
29695 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
29696         Log: Subject: [PATCH] Extra UNIVERSAL tests
29697              From: Mike Guy <mjtg@cam.ac.uk>
29698              Date: Wed, 23 May 2001 12:29:20 +0100
29699              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
29700      Branch: perl
29701            ! t/op/universal.t
29702 ____________________________________________________________________________
29703 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
29704         Log: Subject: [PATCH] Remove EQ keyword
29705              From: Mike Guy <mjtg@cam.ac.uk>
29706              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
29707              Date: Wed, 23 May 2001 11:17:29 +0100
29708      Branch: perl
29709            ! keywords.h keywords.pl
29710 ____________________________________________________________________________
29711 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
29712         Log: Subject: [PATCH] lib/perl5db.pl
29713              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29714              Date: Wed, 23 May 2001 02:18:03 -0500
29715              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
29716      Branch: perl
29717            ! lib/perl5db.pl
29718 ____________________________________________________________________________
29719 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
29720         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
29721              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29722              Date: Tue, 22 May 2001 23:34:41 -0500
29723              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
29724      Branch: perl
29725            ! lib/Term/Cap.pm
29726 ____________________________________________________________________________
29727 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
29728         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
29729              From: davem@fdgroup.co.uk
29730              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
29731              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
29732      Branch: perl
29733            ! emacs/e2ctags.pl
29734 ____________________________________________________________________________
29735 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
29736         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
29737              From: Michael G Schwern <schwern@pobox.com>
29738              Date: Tue, 22 May 2001 14:15:09 +0100
29739              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
29740      Branch: perl
29741            ! lib/vars.pm
29742 ____________________________________________________________________________
29743 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
29744         Log: Subject: [PATCH lib/vars.pm] Odd code nit
29745              From: Michael G Schwern <schwern@pobox.com>
29746              Date: Tue, 22 May 2001 14:14:28 +0100
29747              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
29748      Branch: perl
29749            ! lib/vars.pm
29750 ____________________________________________________________________________
29751 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
29752         Log: Use the new use vars feature.
29753      Branch: perl
29754            ! t/lib/b-stash.t
29755 ____________________________________________________________________________
29756 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
29757         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
29758              From: Mike Guy <mjtg@cam.ac.uk>
29759              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29760              Date: Tue, 22 May 2001 13:11:39 +0100
29761      Branch: perl
29762            + t/pragma/vars.t
29763            ! MANIFEST lib/vars.pm t/lib/1_compile.t
29764 ____________________________________________________________________________
29765 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
29766         Log: -qlongdouble considered harmful by Merijn.
29767      Branch: perl
29768            ! hints/aix.sh
29769 ____________________________________________________________________________
29770 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
29771         Log: Update Changes.
29772      Branch: perl
29773            ! Changes patchlevel.h
29774 ____________________________________________________________________________
29775 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
29776         Log: Add a test of its very own for Fcntl.  Hopefully portable.
29777      Branch: perl
29778            + t/lib/fcntl.t
29779            ! MANIFEST
29780 ____________________________________________________________________________
29781 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
29782         Log: Must be trickier for 'minitest' not to die.
29783      Branch: perl
29784            ! t/op/taint.t
29785 ____________________________________________________________________________
29786 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
29787         Log: Can't declare other people's variables.
29788      Branch: perl
29789            ! t/lib/b-stash.t
29790 ____________________________________________________________________________
29791 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
29792         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
29793      Branch: perl
29794            ! doio.c t/op/taint.t
29795 ____________________________________________________________________________
29796 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
29797         Log: The OS/2 variable needs to be declared.
29798      Branch: perl
29799            ! t/lib/b-stash.t
29800 ____________________________________________________________________________
29801 [ 10170] By: nick                                  on 2001/05/20  16:48:29
29802         Log: Integrate mainline
29803      Branch: perlio
29804           !> (integrate 41 files)
29805 ____________________________________________________________________________
29806 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
29807         Log: Small perlsec updates: clarify the taintedness of filename
29808              globbing; suggest using Scalar::Util::tainted().
29809      Branch: perl
29810            ! pod/perlsec.pod
29811 ____________________________________________________________________________
29812 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
29813         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
29814              From: Dave Mitchell <davem@fdgroup.co.uk>
29815              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
29816              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
29817      Branch: perl
29818            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
29819            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
29820            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
29821            ! xsutils.c
29822 ____________________________________________________________________________
29823 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
29824         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
29825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29826              Date: Sat, 19 May 2001 04:08:46 -0400
29827              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
29828      Branch: perl
29829            ! lib/ExtUtils/Mksymlists.pm makedef.pl
29830 ____________________________________________________________________________
29831 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
29832         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
29833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29834              Date: Sat, 19 May 2001 04:30:45 -0400
29835              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
29836      Branch: perl
29837            ! os2/os2.c
29838 ____________________________________________________________________________
29839 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
29840         Log: Subject: [PATCH 5.6.1] build bugs OS/2
29841              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29842              Date: Sat, 19 May 2001 04:35:28 -0400
29843              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
29844      Branch: perl
29845            ! os2/Makefile.SHs os2/os2.c
29846 ____________________________________________________________________________
29847 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
29848         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
29849              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29850              Date: Sat, 19 May 2001 04:04:23 -0400
29851              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
29852              
29853              (In bleadperl patched b-stash.t instead of b.t)
29854      Branch: perl
29855            ! t/lib/b-stash.t t/lib/bigfltpm.t
29856 ____________________________________________________________________________
29857 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
29858         Log: Subject: [PATCH 5.6.1] perl5db
29859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29860              Date: Sat, 19 May 2001 03:49:09 -0400
29861              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
29862      Branch: perl
29863            ! lib/perl5db.pl
29864 ____________________________________________________________________________
29865 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
29866         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
29867              From: Gisle Aas <gisle@ActiveState.com>
29868              Date: 18 May 2001 14:24:51 -0700
29869              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
29870      Branch: perl
29871            ! pp_ctl.c
29872 ____________________________________________________________________________
29873 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
29874         Log: Subject: [PATCH] Chomp should not always stringify
29875              From: Gisle Aas <gisle@ActiveState.com>
29876              Date: 18 May 2001 07:55:25 -0700
29877              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
29878      Branch: perl
29879            ! doop.c t/op/chop.t
29880 ____________________________________________________________________________
29881 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
29882         Log: Integrate perlio.
29883      Branch: perl
29884           !> pod/perlfunc.pod
29885 ____________________________________________________________________________
29886 [ 10159] By: nick                                  on 2001/05/20  09:39:46
29887         Log: Document some more of open's features.
29888      Branch: perlio
29889            ! pod/perlfunc.pod
29890 ____________________________________________________________________________
29891 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
29892         Log: back out change#10153 (it has compatibility issues such as the
29893              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
29894              benefit for 5.6.x doesn't seem worth the risk)
29895      Branch: maint-5.6/perl
29896            ! toke.c
29897 ____________________________________________________________________________
29898 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
29899         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
29900      Branch: perl
29901            ! x2p/s2p.PL
29902 ____________________________________________________________________________
29903 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
29904         Log: Update Changes.
29905      Branch: perl
29906            ! Changes patchlevel.h
29907 ____________________________________________________________________________
29908 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
29909         Log: Integrate change #10144 from maintperl.
29910              
29911              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
29912      Branch: perl
29913           !> win32/config.bc win32/config.gc win32/config.vc
29914           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29915 ____________________________________________________________________________
29916 [ 10154] By: nick                                  on 2001/05/18  07:23:03
29917         Log: Integrate mainline.
29918      Branch: perlio
29919           +> README.dgux t/lib/i18n-collate.t utils.lst
29920           !> (integrate 49 files)
29921 ____________________________________________________________________________
29922 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
29923         Log: Integrate change #7224 from mainline into maintperl.
29924              
29925              Allow @+ and @- to be doublequoted, from Simon Cozens. 
29926              (Approved by Larry, see Tom's comment in 20000830.005.)
29927      Branch: maint-5.6/perl
29928           !> toke.c
29929 ____________________________________________________________________________
29930 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
29931         Log: Subject: [PATCH bleadperl] small lookbehind fix
29932              From: Hugo <hv@crypt.compulink.co.uk>
29933              Date: Fri, 18 May 2001 00:07:19 +0100
29934              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
29935      Branch: perl
29936            ! regexec.c
29937 ____________________________________________________________________________
29938 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
29939         Log: Detypos.
29940      Branch: perl
29941            ! installman utils.lst
29942 ____________________________________________________________________________
29943 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
29944         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
29945              in 20001222.001.
29946      Branch: perl
29947            ! t/lib/glob-basic.t
29948 ____________________________________________________________________________
29949 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
29950         Log: Subject: [PATCH] Test for bug 20010515.004
29951              From: Benjamin Sugars <bsugars@canoe.ca>
29952              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
29953              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
29954      Branch: perl
29955            ! t/op/misc.t
29956 ____________________________________________________________________________
29957 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
29958         Log: Integrate #10145 from maintperl.
29959              
29960              fix for ID 20010515.004 (needs test)
29961      Branch: perl
29962           !> pp_hot.c
29963 ____________________________________________________________________________
29964 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
29965         Log: Thinko noticed by Doug MacEachern.
29966      Branch: perl
29967            ! thread.h
29968 ____________________________________________________________________________
29969 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
29970         Log: Subject: Re: [PATCH] HERE mark in regex
29971              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29972              Date: Thu, 17 May 2001 12:20:33 -0400
29973              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
29974      Branch: perl
29975            ! t/op/re_tests
29976 ____________________________________________________________________________
29977 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
29978         Log: fix for ID 20010515.004 (needs test)
29979      Branch: maint-5.6/perl
29980            ! pp_hot.c
29981 ____________________________________________________________________________
29982 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
29983         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
29984      Branch: maint-5.6/perl
29985            ! win32/config.bc win32/config.gc win32/config.vc
29986            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29987 ____________________________________________________________________________
29988 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
29989         Log: Macrofy the getspecific (and use it also in util.c)
29990      Branch: perl
29991            ! thread.h util.c
29992 ____________________________________________________________________________
29993 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
29994         Log: Use the unchecked thread-specific key fetch also in Tru64.
29995      Branch: perl
29996            ! thread.h
29997 ____________________________________________________________________________
29998 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
29999         Log: Subject: [PATCH 5.6.1]Quick thread speedup
30000              From: Dan Sugalski <dan@sidhe.org> 
30001              Date: Wed, 16 May 2001 18:05:19 -0400
30002              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
30003      Branch: perl
30004            ! thread.h util.c
30005 ____________________________________________________________________________
30006 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
30007         Log: I think this is quite enough testing for a deprecated feature.
30008      Branch: perl
30009            + t/lib/i18n-collate.t
30010            ! MANIFEST t/lib/1_compile.t
30011 ____________________________________________________________________________
30012 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
30013         Log: More HP-UX lore from Jeff Okamoto.
30014      Branch: perl
30015            ! README.hpux
30016 ____________________________________________________________________________
30017 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
30018         Log: Sort utils.lst for easier maintenance.
30019      Branch: perl
30020            ! utils.lst
30021 ____________________________________________________________________________
30022 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
30023         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
30024              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30025              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
30026              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
30027              
30028              Add pod2latex to utils.lst.
30029      Branch: perl
30030            ! MANIFEST utils.lst
30031 ____________________________________________________________________________
30032 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
30033         Log: Subject: Re: [PATCH] HERE mark in regex
30034              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30035              Date: Wed, 16 May 2001 13:04:43 -0400
30036              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
30037      Branch: perl
30038            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
30039            ! t/op/regmesg.t t/pragma/warn/regcomp
30040 ____________________________________________________________________________
30041 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
30042         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
30043              From: Simon Cozens <simon@netthink.co.uk>
30044              Date: Wed, 16 May 2001 18:02:08 +0100
30045              Message-ID: <20010516180208.A6458@netthink.co.uk>
30046      Branch: perl
30047            ! installman utils.lst
30048 ____________________________________________________________________________
30049 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
30050         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
30051              From: "Philip Newton" <pnewton@gmx.de>
30052              Date: Tue, 15 May 2001 15:09:30 +0200
30053              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
30054              
30055              Test case for #10128.
30056      Branch: perl
30057            ! t/pragma/warn/pp_hot
30058 ____________________________________________________________________________
30059 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
30060         Log: Update Changes.
30061      Branch: perl
30062            ! Changes patchlevel.h
30063 ____________________________________________________________________________
30064 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
30065         Log: Deprecate pseudo-hashes.
30066      Branch: perl
30067            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
30068 ____________________________________________________________________________
30069 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
30070         Log: HP-UX hints update from Merijn.
30071      Branch: perl
30072            ! hints/hpux.sh
30073 ____________________________________________________________________________
30074 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
30075         Log: README.hpux update from Merijn.
30076      Branch: perl
30077            ! README.hpux
30078 ____________________________________________________________________________
30079 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
30080         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
30081              From: Simon Cozens <simon@netthink.co.uk>
30082              Date: Wed, 16 May 2001 15:57:55 +0100
30083              Message-ID: <20010516155755.A4728@netthink.co.uk>
30084      Branch: perl
30085            + utils.lst
30086            ! MANIFEST installman installperl
30087 ____________________________________________________________________________
30088 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
30089         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
30090              From: "Philip Newton" <pnewton@gmx.de>
30091              Date: Tue, 15 May 2001 16:31:05 +0200
30092              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
30093              
30094              Fix PERL_Y2KWARN test to check before rather than after appending.
30095      Branch: perl
30096            ! pp_hot.c
30097 ____________________________________________________________________________
30098 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
30099         Log: Regen Porting stuff.
30100      Branch: perl
30101            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30102            ! config_h.SH
30103 ____________________________________________________________________________
30104 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
30105         Log: Metaconfig unit change for #10125.
30106      Branch: metaconfig
30107            ! U/modified/Oldconfig.U
30108 ____________________________________________________________________________
30109 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
30110         Log: Use OSVERS.
30111      Branch: perl
30112            ! Configure config_h.SH perl.c
30113 ____________________________________________________________________________
30114 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
30115         Log: Regen toc.
30116      Branch: perl
30117            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30118 ____________________________________________________________________________
30119 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
30120         Log: Adding the README.dgux to the MANIFEST would be a good idea.
30121      Branch: perl
30122            ! MANIFEST
30123 ____________________________________________________________________________
30124 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
30125         Log: Move the stack desire definition to thread.h.
30126      Branch: perl
30127            ! ext/Thread/Thread.xs thread.h
30128 ____________________________________________________________________________
30129 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
30130         Log: DG-UX threading patches, including a README.dgux,
30131              from Takis Psarogiannakopoulos.
30132      Branch: perl
30133            + README.dgux
30134            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
30135 ____________________________________________________________________________
30136 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
30137         Log: Subject: [PATCH B::Deparse] More on /x regexes
30138              From: Robin Houston <robin@kitsite.com>
30139              Date: Tue, 15 May 2001 19:09:35 +0100
30140              Message-ID: <20010515190935.A27268@penderel>
30141      Branch: perl
30142            ! ext/B/B/Deparse.pm
30143 ____________________________________________________________________________
30144 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
30145         Log: Document that the core time() may be rounding rather
30146              than truncating, would have saved at least my confusion.
30147      Branch: perl
30148            ! ext/Time/HiRes/HiRes.pm
30149 ____________________________________________________________________________
30150 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
30151         Log: Subject: perl-current/t/time-hires.t
30152              From: John Peacock <jpeacock@rowman.com>
30153              Date: Fri, 11 May 2001 14:09:41 -0400
30154              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
30155      Branch: perl
30156            ! t/lib/time-hires.t
30157 ____________________________________________________________________________
30158 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
30159         Log: Subject: [PATCH dump.c] Op private flags
30160              From: Simon Cozens <simon@netthink.co.uk>
30161              Date: Sun, 13 May 2001 20:20:36 +0100
30162              Message-ID: <20010513202036.A21896@netthink.co.uk>
30163      Branch: perl
30164            ! dump.c
30165 ____________________________________________________________________________
30166 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
30167         Log: Upgrade to Switch 2.03.
30168      Branch: perl
30169            ! lib/Switch.pm
30170 ____________________________________________________________________________
30171 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
30172         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
30173              to PERL_CONFIG_SH and use it consistently.
30174      Branch: maint-5.6/perl
30175           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
30176           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
30177           !> myconfig.SH writemain.SH
30178 ____________________________________________________________________________
30179 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
30180         Log: Metaconfig units changes for #10113.
30181      Branch: metaconfig
30182            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
30183 ____________________________________________________________________________
30184 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
30185         Log: The problem described in 20010514.031 still wasn't
30186              fully cured, there were remnants of $CONFIG when
30187              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
30188              to avoid future conflicts.
30189      Branch: perl
30190            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
30191            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
30192            ! myconfig.SH writemain.SH
30193 ____________________________________________________________________________
30194 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
30195         Log: Half of #10107 got lost.
30196      Branch: perl
30197            ! ext/B/B/Deparse.pm
30198 ____________________________________________________________________________
30199 [ 10111] By: nick                                  on 2001/05/15  08:39:14
30200         Log: Integrate mainline.
30201      Branch: perlio
30202           +> ext/POSIX/hints/uts.pl
30203            - Todo Todo-5.6 t/camel-III/vstring.t
30204           !> (integrate 48 files)
30205 ____________________________________________________________________________
30206 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
30207         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
30208              From: Robin Houston <robin@kitsite.com>
30209              Date: Mon, 14 May 2001 22:27:08 +0100
30210              Message-ID: <20010514222708.A22963@penderel>
30211      Branch: perl
30212            ! t/TestInit.pm
30213 ____________________________________________________________________________
30214 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
30215         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
30216              From: Robin Houston <robin@kitsite.com>
30217              Date: Mon, 14 May 2001 22:16:43 +0100
30218              Message-ID: <20010514221643.A22437@penderel>
30219      Branch: perl
30220            ! ext/B/B/Deparse.pm
30221 ____________________________________________________________________________
30222 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
30223         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
30224              From: Robin Houston <robin@kitsite.com>
30225              Date: Mon, 14 May 2001 22:03:44 +0100
30226              Message-ID: <20010514220344.A20643@penderel>
30227      Branch: perl
30228            ! ext/B/B/Deparse.pm
30229 ____________________________________________________________________________
30230 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
30231         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
30232              From: Robin Houston <robin@kitsite.com>
30233              Date: Mon, 14 May 2001 22:10:07 +0100
30234              Message-ID: <20010514221007.A21118@penderel>
30235      Branch: perl
30236            ! ext/B/B/Deparse.pm
30237 ____________________________________________________________________________
30238 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
30239         Log: Fix for 20010514.037; substr() didn't invalidate the locale
30240              collation magic.
30241      Branch: perl
30242            ! pp.c
30243 ____________________________________________________________________________
30244 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
30245         Log: Update Changes.
30246      Branch: perl
30247            ! Changes patchlevel.h
30248 ____________________________________________________________________________
30249 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
30250         Log: Retract #10094.
30251      Branch: perl
30252            ! lib/Pod/Text.pm
30253 ____________________________________________________________________________
30254 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
30255         Log: Integrate change #10100 from maintperl.
30256              
30257              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
30258              bug ID 20010514.027)
30259      Branch: perl
30260           !> mg.c pp_ctl.c
30261 ____________________________________________________________________________
30262 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
30263         Log: Document the deprecatedness of suidperl.
30264      Branch: perl
30265            ! INSTALL pod/perlfaq1.pod
30266 ____________________________________________________________________________
30267 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
30268         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
30269              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30270              Date: Mon, 14 May 2001 09:38:59 -0400
30271              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
30272      Branch: perl
30273            ! lib/ExtUtils/MM_Unix.pm
30274 ____________________________________________________________________________
30275 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
30276         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
30277              bug ID 20010514.027)
30278              
30279              TODO: this needs a testsuite addition
30280      Branch: maint-5.6/perl
30281            ! mg.c pp_ctl.c
30282 ____________________________________________________________________________
30283 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
30284         Log: More DWIMminess for Class::Struct: calling the array or hash
30285              accessors only with one argument, an array or a hash reference,
30286              sets the underlying array or hash.  This mirrors nicely also
30287              the usage in the constructor.
30288              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
30289      Branch: perl
30290            ! lib/Class/Struct.pm t/lib/class-struct.t
30291 ____________________________________________________________________________
30292 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
30293         Log: Reference cmp'ing should go through the whole stringification
30294              process shebang, as pointed out by Sarathy in #10091.
30295      Branch: perl
30296            ! pp.c
30297 ____________________________________________________________________________
30298 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
30299         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
30300              From: Simon Cozens <simon@netthink.co.uk>
30301              Date: Sat, 12 May 2001 16:36:27 +0100
30302              Message-ID: <20010512163627.A5522@netthink.co.uk>
30303              
30304              with some additions salvaged from Todo and Todo-5.6 before
30305              retiring them.
30306      Branch: perl
30307            - Todo Todo-5.6
30308            ! MANIFEST pod/perltodo.pod
30309 ____________________________________________________________________________
30310 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
30311         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
30312              From: "Golubev I. N." <gin@mo.msk.ru>
30313              Date: Mon, 07 May 2001 14:33:34 (GMT)
30314              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
30315      Branch: perl
30316            ! perl.h
30317 ____________________________________________________________________________
30318 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
30319         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
30320              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
30321              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
30322              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
30323      Branch: perl
30324            ! lib/ExtUtils/MM_Unix.pm
30325 ____________________________________________________________________________
30326 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
30327         Log: (Retracted by #10104.)
30328              
30329              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
30330              From: barries <barries@slaysys.com>
30331              Date: Sat, 12 May 2001 01:28:10 -0400
30332              Message-ID: <20010512012810.B26358@jester.slaysys.com>
30333      Branch: perl
30334            ! lib/Pod/Text.pm
30335 ____________________________________________________________________________
30336 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
30337         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
30338              From: Mike Guy <mjtg@cam.ac.uk>
30339              Date: Sat, 12 May 2001 19:24:33 +0100
30340              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
30341      Branch: perl
30342            ! lib/AutoSplit.pm
30343 ____________________________________________________________________________
30344 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
30345         Log: Yet another HP-UX hints tweak from Merijn.
30346      Branch: perl
30347            ! hints/hpux.sh
30348 ____________________________________________________________________________
30349 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
30350         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
30351              isn't defined (changes#9366,9368,9370 from mainline without the
30352              pp_scmp() change)
30353      Branch: maint-5.6/perl
30354            ! pp.c pp.h pp_hot.c
30355 ____________________________________________________________________________
30356 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
30357         Log: The sorting seems to happen now automatically.
30358      Branch: perl
30359            ! t/lib/glob-basic.t
30360 ____________________________________________________________________________
30361 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
30362         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
30363              From: Benjamin Sugars <bsugars@canoe.ca>
30364              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
30365              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
30366      Branch: perl
30367            ! pod/perlfunc.pod
30368 ____________________________________________________________________________
30369 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
30370         Log: Subject: Re: undef(&foo) does not work for XS functions
30371              From: Doug MacEachern <dougm@covalent.net>
30372              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
30373              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
30374      Branch: perl
30375            ! op.c
30376 ____________________________________________________________________________
30377 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
30378         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
30379              From: Peter Prymmer <pvhp@forte.com>
30380              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
30381              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
30382      Branch: perl
30383            ! t/op/append.t
30384 ____________________________________________________________________________
30385 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
30386         Log: Update Changes.
30387      Branch: perl
30388            ! Changes patchlevel.h
30389 ____________________________________________________________________________
30390 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
30391         Log: Remove the 'asciir' re subpragma.  Should instead implement
30392              the 'physical vs logical' range scheme:
30393              
30394              \xAA-\xCC is a native physical range, you want that range of
30395              codepoints in your native encoding.  In EBCDIC the codepoints
30396              in the gaps (between i-j and r-s) should be included.
30397              
30398              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
30399              codepoints in Unicode.
30400              
30401              a-z is a logical range, you want that range of 'logical' codepoints
30402              in your native encoding.  In EBCDIC the codepoints in the gaps
30403              (between i-j and r-s) should not be included.
30404              
30405              Mixed cases (a-\xAA, etc) should either be errors, or maybe
30406              the 'logical' endpoints should be converted to native/Unicode
30407              codepoints, and the range handled as a physical range.
30408              
30409              'Logical endpoints' are to be recognized only in the A-Z, a-z,
30410              and 0-9 ranges.  Probably a warning should be given for mixed
30411              cases like A-z or a-9 (since such expressions are encoding
30412              dependent), with a recommendation to use physical ranges.
30413      Branch: perl
30414            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
30415            ! t/op/regexp.t
30416 ____________________________________________________________________________
30417 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
30418         Log: Make the test to cleanup the test directory tree
30419              both before and after the testing so that we always
30420              have a clean slate to work with.
30421      Branch: perl
30422            ! t/lib/filefind.t
30423 ____________________________________________________________________________
30424 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
30425         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
30426              From: Jon Eveland <jweveland@yahoo.com>
30427              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
30428              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
30429      Branch: perl
30430            ! pod/perlfunc.pod
30431 ____________________________________________________________________________
30432 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
30433         Log: Merge the camel-III/vstring.t with op/ver.t.
30434      Branch: perl
30435            - t/camel-III/vstring.t
30436            ! MANIFEST t/TEST t/harness t/op/ver.t
30437 ____________________________________________________________________________
30438 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
30439         Log: Add test.deparse make target.
30440      Branch: perl
30441            ! Makefile.SH
30442 ____________________________________________________________________________
30443 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
30444         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
30445              From: Robin Houston <robin@kitsite.com>
30446              Date: Fri, 11 May 2001 12:02:22 +0100
30447              Message-ID: <20010511120222.A11529@penderel>
30448      Branch: perl
30449            ! ext/B/B/Deparse.pm t/op/method.t
30450 ____________________________________________________________________________
30451 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
30452         Log: A nicely working combination for UTS from Hal Morris.
30453      Branch: perl
30454            + ext/POSIX/hints/uts.pl
30455            ! MANIFEST hints/uts.sh
30456 ____________________________________________________________________________
30457 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
30458         Log: i_ieeefp=undef for UTS.
30459      Branch: perl
30460            ! hints/uts.sh
30461 ____________________________________________________________________________
30462 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
30463         Log: Subject: RE: rand(0) is rand(1)
30464              From: Larry Shatzer <lshatzer@islanddata.com>
30465              Date: Thu, 10 May 2001 11:09:27 -0700
30466              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
30467      Branch: perl
30468            ! pod/perlfunc.pod
30469 ____________________________________________________________________________
30470 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
30471         Log: Subject: [patch] make op_{clear,null} public
30472              From: Doug MacEachern <dougm@covalent.net>
30473              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
30474              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
30475      Branch: perl
30476            ! embed.h embed.pl op.c proto.h
30477 ____________________________________________________________________________
30478 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
30479         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
30480              From: Robin Houston <robin@kitsite.com>
30481              Date: Thu, 10 May 2001 18:54:59 +0100
30482              Message-ID: <20010510185459.A5995@penderel>
30483      Branch: perl
30484            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
30485 ____________________________________________________________________________
30486 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
30487         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
30488              From: Robin Houston <robin@kitsite.com>
30489              Date: Thu, 10 May 2001 12:56:39 +0100
30490              Message-ID: <20010510125639.A2119@penderel>
30491      Branch: perl
30492            ! ext/B/B/Deparse.pm
30493 ____________________________________________________________________________
30494 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
30495         Log: Retract #10070, not ready yet.
30496      Branch: perl
30497            ! ext/B/B/Deparse.pm
30498 ____________________________________________________________________________
30499 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
30500         Log: The metaconfig unit change for #10071.
30501      Branch: metaconfig
30502            ! U/modified/mallocsrc.U
30503 ____________________________________________________________________________
30504 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
30505         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
30506      Branch: perl
30507            ! Configure
30508 ____________________________________________________________________________
30509 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
30510         Log: (Retracted by #10073)
30511              
30512              Subject: Re: [PATCH t/TEST] B::Deparse tester 
30513              From: Hugo <hv@crypt.compulink.co.uk>
30514              Date: Thu, 10 May 2001 05:48:09 +0100
30515              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
30516      Branch: perl
30517            ! ext/B/B/Deparse.pm
30518 ____________________________________________________________________________
30519 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
30520         Log: Add a for(func()) test.
30521      Branch: perl
30522            ! t/cmd/for.t
30523 ____________________________________________________________________________
30524 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
30525         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
30526              From: Robin Houston <robin@kitsite.com>
30527              Date: Thu, 10 May 2001 13:50:08 +0100
30528              Message-ID: <20010510135008.A2454@penderel>
30529      Branch: perl
30530            ! ext/B/B/Deparse.pm
30531 ____________________________________________________________________________
30532 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
30533         Log: A thinko in #10065.
30534      Branch: perl
30535            ! hv.c
30536 ____________________________________________________________________________
30537 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
30538         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
30539              From: Robin Houston <robin@kitsite.com>
30540              Date: Thu, 10 May 2001 02:10:34 +0100
30541              Message-ID: <20010510021034.A19421@penderel>
30542      Branch: perl
30543            ! ext/B/B.xs ext/B/B/Deparse.pm
30544 ____________________________________________________________________________
30545 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
30546         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
30547              From: Doug MacEachern <dougm@covalent.net>
30548              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
30549              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
30550      Branch: perl
30551            ! hv.c
30552 ____________________________________________________________________________
30553 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
30554         Log: One more workaround for the UTS compiler from Hal Morris.
30555      Branch: perl
30556            ! perl.h
30557 ____________________________________________________________________________
30558 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
30559         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
30560              From: Robin Houston <robin@kitsite.com>
30561              Date: Thu, 10 May 2001 01:02:08 +0100
30562              Message-ID: <20010510010208.A18200@penderel>
30563      Branch: perl
30564            ! ext/B/B/Debug.pm
30565 ____________________________________________________________________________
30566 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
30567         Log: Subject: [PATCH] Simplify deb_curcv() a bit
30568              From: Benjamin Sugars <bsugars@canoe.ca>
30569              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
30570              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
30571      Branch: perl
30572            ! run.c
30573 ____________________________________________________________________________
30574 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
30575         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
30576              From: Benjamin Sugars <bsugars@canoe.ca>
30577              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
30578              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
30579      Branch: perl
30580            ! t/lib/io_scalar.t
30581 ____________________________________________________________________________
30582 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
30583         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
30584              From: Peter Prymmer <pvhp@forte.com>
30585              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
30586              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
30587      Branch: perl
30588            ! t/lib/md5-file.t
30589 ____________________________________________________________________________
30590 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
30591         Log: Subject: [PATCH t/TEST] B::Deparse tester
30592              From: Robin Houston <robin@kitsite.com>
30593              Date: Wed, 9 May 2001 19:17:50 +0100
30594              Message-ID: <20010509191750.A16940@penderel>
30595      Branch: perl
30596            ! ext/B/O.pm t/TEST
30597 ____________________________________________________________________________
30598 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
30599         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
30600              From: Jeff Pinyan <jeffp@crusoe.net>
30601              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
30602              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
30603      Branch: perl
30604            ! lib/Pod/Html.pm
30605 ____________________________________________________________________________
30606 [ 10057] By: nick                                  on 2001/05/09  18:37:56
30607         Log: Integrate mainline.
30608      Branch: perlio
30609           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
30610           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
30611 ____________________________________________________________________________
30612 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
30613         Log: Update Changes.
30614      Branch: perl
30615            ! Changes patchlevel.h
30616 ____________________________________________________________________________
30617 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
30618         Log: Integrate perlio.
30619      Branch: perl
30620           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30621 ____________________________________________________________________________
30622 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
30623         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
30624              From: Benjamin Sugars <bsugars@canoe.ca>
30625              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
30626              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
30627      Branch: perl
30628            ! perlio.c
30629 ____________________________________________________________________________
30630 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
30631         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
30632              From: Benjamin Sugars <bsugars@canoe.ca>
30633              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
30634              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
30635      Branch: perl
30636            ! ext/PerlIO/Scalar/Scalar.xs
30637 ____________________________________________________________________________
30638 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
30639         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
30640              From: Jeff Pinyan <jeffp@crusoe.net>
30641              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
30642              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
30643      Branch: perl
30644            ! lib/Pod/Html.pm
30645 ____________________________________________________________________________
30646 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
30647         Log: EPOC tweak from Olaf Flebbe.
30648      Branch: perl
30649            ! epoc/epocish.h
30650 ____________________________________________________________________________
30651 [ 10050] By: nick                                  on 2001/05/09  14:37:57
30652         Log: win32, regen_config_h
30653      Branch: perlio
30654            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30655 ____________________________________________________________________________
30656 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
30657         Log: Integrate perlio.
30658      Branch: perl
30659           !> pp_sys.c
30660 ____________________________________________________________________________
30661 [ 10048] By: nick                                  on 2001/05/09  11:59:50
30662         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
30663              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
30664      Branch: perlio
30665            ! pp_sys.c
30666 ____________________________________________________________________________
30667 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
30668         Log: Integrate perlio.
30669      Branch: perl
30670           !> run.c
30671 ____________________________________________________________________________
30672 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
30673         Log: Subject: Re: Less warnings during configure
30674              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30675              Date: Wed, 09 May 2001 13:12:49 +0200
30676              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
30677      Branch: perl
30678            ! hints/hpux.sh
30679 ____________________________________________________________________________
30680 [ 10045] By: nick                                  on 2001/05/09  09:56:59
30681         Log: MULTIPLICITY/DEBUGGING build fix.
30682      Branch: perlio
30683            ! run.c
30684 ____________________________________________________________________________
30685 [ 10044] By: nick                                  on 2001/05/09  09:46:37
30686         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
30687      Branch: perlio
30688           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
30689            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
30690           !> (integrate 65 files)
30691 ____________________________________________________________________________
30692 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
30693         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
30694              From: Robin Houston <robin@kitsite.com>
30695              Date: Tue, 8 May 2001 19:38:00 +0100
30696              Message-ID: <20010508193800.A4389@penderel>
30697              
30698              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
30699              From: Robin Houston <robin@kitsite.com>
30700              Date: Tue, 8 May 2001 20:03:57 +0100
30701              Message-ID: <20010508200357.A4614@penderel>
30702              
30703              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
30704              From: Robin Houston <robin@kitsite.com>
30705              Date: Wed, 9 May 2001 00:12:05 +0100
30706              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
30707      Branch: perl
30708            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
30709 ____________________________________________________________________________
30710 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
30711         Log: Retract #10031.
30712      Branch: perl
30713            ! pod/perlfunc.pod
30714 ____________________________________________________________________________
30715 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
30716         Log: The metaconfig unit changes for #10040.
30717      Branch: metaconfig/U/perl
30718            ! Checkcc.U d_dlsymun.U dlsrc.U
30719 ____________________________________________________________________________
30720 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
30721         Log: The Configure half of
30722              
30723              Subject: Less warnings during configure
30724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30725              Date: Tue, 08 May 2001 08:44:02 +0200
30726              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
30727      Branch: perl
30728            ! Configure
30729 ____________________________________________________________________________
30730 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
30731         Log: Subject: Less warnings during configure
30732              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30733              Date: Tue, 08 May 2001 08:44:02 +0200
30734              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
30735      Branch: perl
30736            ! hints/hpux.sh
30737 ____________________________________________________________________________
30738 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
30739         Log: Don't forget to whine about \d__\d.
30740      Branch: perl
30741            ! t/pragma/warn/toke toke.c
30742 ____________________________________________________________________________
30743 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
30744         Log: Allow underscores also in the exponent part.
30745      Branch: perl
30746            ! t/pragma/warn/toke toke.c
30747 ____________________________________________________________________________
30748 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
30749         Log: CodeMagicCD doesn't look like an *I*DE.
30750      Branch: perl
30751            ! pod/perlfaq3.pod
30752 ____________________________________________________________________________
30753 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
30754         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
30755              to be consistently down).
30756      Branch: perl
30757            ! pod/perlfaq3.pod
30758 ____________________________________________________________________________
30759 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
30760         Log: Upgrade to Text::Balanced 1.84.
30761      Branch: perl
30762            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
30763 ____________________________________________________________________________
30764 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
30765         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
30766              From: Benjamin Sugars <bsugars@canoe.ca>
30767              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
30768              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
30769      Branch: perl
30770            ! run.c
30771 ____________________________________________________________________________
30772 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
30773         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
30774              From: Peter Prymmer <pvhp@forte.com>
30775              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
30776              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
30777      Branch: perl
30778            ! t/pod/plainer.t
30779 ____________________________________________________________________________
30780 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
30781         Log: (Retracted by #10042)
30782              
30783              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
30784              From: "Philip Newton" <pnewton@gmx.de>
30785              Date: Tue, 8 May 2001 09:18:10 +0200
30786              Message-ID: <3AF7B9D2.28861.603732@localhost>
30787      Branch: perl
30788            ! pod/perlfunc.pod
30789 ____________________________________________________________________________
30790 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
30791         Log: Subject: [PATCH B::Deparse] Document known bugs
30792              From: Robin Houston <robin@kitsite.com>
30793              Date: Tue, 8 May 2001 01:53:34 +0100
30794              Message-ID: <20010508015334.A32394@penderel>
30795      Branch: perl
30796            ! ext/B/B/Deparse.pm
30797 ____________________________________________________________________________
30798 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
30799         Log: Subject: Re: Perl book, magazine and website updates.
30800              From: "Philip Newton" <pnewton@gmx.de>
30801              Date: Mon, 7 May 2001 17:03:58 +0200
30802              Message-ID: <3AF6D57E.5387.1E29930@localhost>
30803      Branch: perl
30804            ! pod/perlfaq2.pod
30805 ____________________________________________________________________________
30806 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
30807         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
30808              From: Peter Prymmer <pvhp@forte.com>
30809              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
30810              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
30811      Branch: perl
30812            ! t/io/fflush.t
30813 ____________________________________________________________________________
30814 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
30815         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
30816              From: Robin Houston <robin@kitsite.com>
30817              Date: Tue, 8 May 2001 01:14:55 +0100
30818              Message-ID: <20010508011455.A32162@penderel>
30819      Branch: perl
30820            ! ext/B/B/Deparse.pm
30821 ____________________________________________________________________________
30822 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
30823         Log: Typo in #10025.
30824      Branch: perl
30825            ! hints/uts.sh
30826 ____________________________________________________________________________
30827 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
30828         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
30829      Branch: perl
30830            ! hints/uts.sh
30831 ____________________________________________________________________________
30832 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
30833         Log: Subject: Re: [ID 20010506.045] question about hash syntax
30834              From: Peter Scott <Peter@PSDT.com>
30835              Date: Sun, 06 May 2001 13:10:40 -0700
30836              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
30837      Branch: perl
30838            ! pod/perl56delta.pod
30839 ____________________________________________________________________________
30840 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
30841         Log: Configure should figure out the list of dynamic extensions
30842              just fine in UTS-- and in fact it does, as reported by Hal Morris.
30843      Branch: perl
30844            ! hints/uts.sh
30845 ____________________________________________________________________________
30846 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
30847         Log: Update Changes.
30848      Branch: perl
30849            ! Changes patchlevel.h
30850 ____________________________________________________________________________
30851 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
30852         Log: Subject: [PATCH regcomp.c] Insecure regexes
30853              From: Robin Houston <robin@kitsite.com>
30854              Date: Mon, 7 May 2001 21:56:12 +0100
30855              Message-ID: <20010507215612.A31114@penderel>
30856      Branch: perl
30857            ! regcomp.c
30858 ____________________________________________________________________________
30859 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
30860         Log: Drop the foobar.perl.com references for now until Simon
30861              gets them sorted out.
30862      Branch: perl
30863            ! pod/perlfaq2.pod
30864 ____________________________________________________________________________
30865 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
30866         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
30867              From: Prymmer/Kahn <pvhp@best.com>
30868              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
30869              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
30870      Branch: perl
30871            ! lib/Devel/SelfStubber.pm
30872 ____________________________________________________________________________
30873 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
30874         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
30875              From: Prymmer/Kahn <pvhp@best.com>
30876              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
30877              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
30878      Branch: perl
30879            ! win32/Makefile
30880 ____________________________________________________________________________
30881 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
30882         Log: s/WebTechnique's/WebTechniques/
30883      Branch: perl
30884            ! pod/perlfaq2.pod
30885 ____________________________________________________________________________
30886 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
30887         Log: Llama 3 updates from Randal.
30888      Branch: perl
30889            ! pod/perlfaq2.pod
30890 ____________________________________________________________________________
30891 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
30892         Log: Subject: [PATCH] Help -Dt show correct pad variables
30893              From: Benjamin Sugars <ben.sugars@home.com>
30894              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
30895              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
30896      Branch: perl
30897            ! embed.h embed.pl proto.h run.c
30898 ____________________________________________________________________________
30899 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
30900         Log: Subject: [PATCH] Document C<our $foo : shared>
30901              From: Benjamin Sugars <ben.sugars@home.com>
30902              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
30903              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
30904      Branch: perl
30905            ! pod/perlfunc.pod
30906 ____________________________________________________________________________
30907 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
30908         Log: Subject: [PATCH B::Deparse] undefined folded constants
30909              From: Robin Houston <robin@kitsite.com>
30910              Date: Sun, 6 May 2001 17:19:09 +0100
30911              Message-ID: <20010506171909.A7046@penderel>
30912      Branch: perl
30913            ! ext/B/B/Deparse.pm
30914 ____________________________________________________________________________
30915 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
30916         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
30917              From: Robin Houston <robin@kitsite.com>
30918              Message-ID: <20010506164654.A6848@penderel>
30919              Date: Sun, 6 May 2001 16:46:54 +0100
30920      Branch: perl
30921            ! ext/B/B/Deparse.pm
30922 ____________________________________________________________________________
30923 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
30924         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
30925              From: Robin Houston <robin@kitsite.com>
30926              Date: Sun, 6 May 2001 14:47:02 +0100
30927              Message-ID: <20010506144702.A6308@penderel>
30928      Branch: perl
30929            ! t/op/my_stash.t
30930 ____________________________________________________________________________
30931 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
30932         Log: Subject: Perl book, magazine and website updates.
30933              From: Simon Cozens <simon@netthink.co.uk>
30934              Date: Sun, 6 May 2001 16:55:36 +0100
30935              Message-ID: <20010506165536.A1795@netthink.co.uk>
30936      Branch: perl
30937            ! pod/perlbook.pod pod/perlfaq2.pod
30938 ____________________________________________________________________________
30939 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
30940         Log: Tweaks on the Tru64 prof options.
30941      Branch: perl
30942            ! pod/perlhack.pod
30943 ____________________________________________________________________________
30944 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
30945         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
30946              From: Robin Houston <robin@kitsite.com>
30947              Date: Sun, 6 May 2001 14:40:51 +0100
30948              Message-ID: <20010506144051.A6279@penderel>
30949      Branch: perl
30950            ! t/pod/testp2pt.pl
30951 ____________________________________________________________________________
30952 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
30953         Log: Subject: [PATCH B::Deparse] scoping
30954              From: Robin Houston <robin@kitsite.com>
30955              Date: Sun, 6 May 2001 14:36:56 +0100
30956              Message-ID: <20010506143656.A4006@penderel>
30957      Branch: perl
30958            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
30959 ____________________________________________________________________________
30960 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
30961         Log: Document the undefinedness of bitshifting out of range.
30962      Branch: perl
30963            ! pod/perlop.pod
30964 ____________________________________________________________________________
30965 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
30966         Log: Retract #10003 and update the IDE descriptions a bit.
30967      Branch: perl
30968            ! pod/perlfaq3.pod
30969 ____________________________________________________________________________
30970 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
30971         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
30972              From: Prymmer/Kahn <pvhp@best.com>
30973              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
30974              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
30975      Branch: perl
30976            ! win32/Makefile win32/buildext.pl win32/config.bc
30977            ! win32/config.gc win32/config.vc
30978 ____________________________________________________________________________
30979 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
30980         Log: (Retracted by #10005.)
30981      Branch: perl
30982            ! pod/perlfaq3.pod
30983 ____________________________________________________________________________
30984 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
30985         Log: It's "psed", not "sed".
30986      Branch: perl
30987            ! x2p/s2p.PL
30988 ____________________________________________________________________________
30989 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
30990         Log: Update Changes.
30991      Branch: perl
30992            ! Changes patchlevel.h
30993 ____________________________________________________________________________
30994 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
30995         Log: Subject: Re: bleadperl make install fails due to "psed"
30996              From: andreas.koenig@anima.de (Andreas J. Koenig)
30997              Date: 05 May 2001 18:23:28 +0200
30998              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
30999      Branch: perl
31000            ! x2p/Makefile.SH x2p/s2p.PL
31001 ____________________________________________________________________________
31002 [  9999] By: jhi                                   on 2001/05/05  18:28:09
31003         Log: AUTHORS updates.
31004      Branch: perl
31005            ! AUTHORS
31006 ____________________________________________________________________________
31007 [  9998] By: jhi                                   on 2001/05/05  18:16:00
31008         Log: Updates on the pods related to the modules included since 5.6.
31009              
31010              TODO: perltodo really could use major updating.
31011      Branch: perl
31012            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
31013            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
31014            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
31015            ! pod/perlsyn.pod pod/perltodo.pod
31016 ____________________________________________________________________________
31017 [  9997] By: jhi                                   on 2001/05/05  17:35:17
31018         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
31019              from Kurt Skauen.
31020      Branch: perl
31021            + hints/atheos.sh
31022            ! MANIFEST
31023 ____________________________________________________________________________
31024 [  9996] By: jhi                                   on 2001/05/05  17:25:00
31025         Log: Add preemptive #undefs for some of the shorter and more prone
31026              to collision regcomp.h #defines.  (Background: the MASK collided
31027              with a system header #define in Rhapsody.)
31028      Branch: perl
31029            ! regcomp.h
31030 ____________________________________________________________________________
31031 [  9995] By: jhi                                   on 2001/05/05  13:24:21
31032         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
31033              From: Nicholas Clark <nick@ccl4.org>
31034              Date: Sat, 5 May 2001 14:46:39 +0100
31035              Message-ID: <20010505144639.O53513@plum.flirble.org>
31036              
31037              Add a test for the constants (if any) being processed correctly.
31038      Branch: perl
31039            ! utils/h2xs.PL
31040 ____________________________________________________________________________
31041 [  9994] By: jhi                                   on 2001/05/05  02:11:03
31042         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
31043              From: Peter Prymmer <pvhp@forte.com>
31044              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
31045              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
31046      Branch: perl
31047            ! t/lib/b-stash.t
31048 ____________________________________________________________________________
31049 [  9993] By: jhi                                   on 2001/05/05  02:03:49
31050         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
31051              From: Peter Prymmer <pvhp@forte.com>
31052              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
31053              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
31054      Branch: perl
31055            ! perlio.c vms/vmsish.h
31056 ____________________________________________________________________________
31057 [  9992] By: jhi                                   on 2001/05/04  17:21:12
31058         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
31059              From: Robin Barker <rmb1@cise.npl.co.uk>
31060              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
31061              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
31062      Branch: perl
31063            + t/pod/plainer.t
31064            ! MANIFEST
31065 ____________________________________________________________________________
31066 [  9991] By: jhi                                   on 2001/05/04  16:47:45
31067         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
31068              From: Robin Barker <rmb1@cise.npl.co.uk>
31069              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
31070              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
31071      Branch: perl
31072            ! regcomp.c
31073 ____________________________________________________________________________
31074 [  9990] By: jhi                                   on 2001/05/04  14:37:20
31075         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
31076              From: Prymmer/Kahn <pvhp@best.com>
31077              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
31078              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
31079      Branch: perl
31080            ! t/lib/b-stash.t
31081 ____________________________________________________________________________
31082 [  9989] By: jhi                                   on 2001/05/04  14:03:58
31083         Log: Introduce perl572delta, update Todo, add the missing
31084              mention about signal safety since 5.7.1 (though this
31085              requires verification and more details.)
31086      Branch: perl
31087            + pod/perl572delta.pod
31088            ! MANIFEST Todo pod/perl571delta.pod
31089 ____________________________________________________________________________
31090 [  9988] By: jhi                                   on 2001/05/04  12:41:51
31091         Log: Subject: [PATCH perl@9944] long =item
31092              From: Robin Barker <rmb1@cise.npl.co.uk>
31093              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
31094              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
31095      Branch: perl
31096            ! ext/Time/HiRes/HiRes.pm
31097 ____________________________________________________________________________
31098 [  9987] By: jhi                                   on 2001/05/04  12:39:19
31099         Log: The #9901 had removed one line essential for EBCDIC.
31100      Branch: perl
31101            ! regcomp.c
31102 ____________________________________________________________________________
31103 [  9986] By: jhi                                   on 2001/05/04  12:30:23
31104         Log: Subject: cygwin/Makefile.SHs INSTALL patch
31105              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
31106              Date: Mon, 08 Jan 2001 04:59:21 +0200
31107              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
31108      Branch: perl
31109            ! cygwin/Makefile.SHs
31110 ____________________________________________________________________________
31111 [  9985] By: jhi                                   on 2001/05/04  03:51:39
31112         Log: Encode/IO doc tweaks.
31113      Branch: perl
31114            ! ext/Encode/Encode.pm
31115 ____________________________________________________________________________
31116 [  9984] By: jhi                                   on 2001/05/04  03:29:34
31117         Log: Remove GDBM_File from the dynamic extensions for UTS,
31118              GDBM is not a standard feature.
31119      Branch: perl
31120            ! hints/uts.sh
31121 ____________________________________________________________________________
31122 [  9983] By: jhi                                   on 2001/05/04  03:22:59
31123         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
31124      Branch: perl
31125            ! pod/perlretut.pod
31126 ____________________________________________________________________________
31127 [  9982] By: jhi                                   on 2001/05/03  23:21:03
31128         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
31129              From: Benjamin Sugars <bsugars@canoe.ca>
31130              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
31131              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
31132      Branch: perl
31133            ! dump.c
31134 ____________________________________________________________________________
31135 [  9981] By: jhi                                   on 2001/05/03  23:20:05
31136         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
31137              From: Benjamin Sugars <bsugars@canoe.ca>
31138              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
31139              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
31140      Branch: perl
31141            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
31142 ____________________________________________________________________________
31143 [  9980] By: jhi                                   on 2001/05/03  23:15:29
31144         Log: Integrate perlio.
31145      Branch: perl
31146           !> ext/Encode/Encode.pm
31147 ____________________________________________________________________________
31148 [  9979] By: jhi                                   on 2001/05/03  16:54:59
31149         Log: Install psed man page.
31150      Branch: perl
31151            ! installman
31152 ____________________________________________________________________________
31153 [  9978] By: jhi                                   on 2001/05/03  16:45:58
31154         Log: Remove unused files; noted by Sarathy.
31155      Branch: perl
31156            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
31157            ! MANIFEST
31158 ____________________________________________________________________________
31159 [  9977] By: jhi                                   on 2001/05/03  16:42:30
31160         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
31161              From: Andy Dougherty <doughera@lafayette.edu>
31162              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
31163              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
31164      Branch: perl
31165            ! INSTALL
31166 ____________________________________________________________________________
31167 [  9976] By: nick                                  on 2001/05/03  16:40:42
31168         Log: Allow $answer = encode($object,$text); like it says in docs.
31169      Branch: perlio
31170            ! ext/Encode/Encode.pm
31171 ____________________________________________________________________________
31172 [  9975] By: nick                                  on 2001/05/03  16:22:30
31173         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
31174              to be in scope (fair enough), and also a package variable (our) for eval to see it.
31175      Branch: perlio
31176            ! ext/Encode/Encode.pm
31177 ____________________________________________________________________________
31178 [  9974] By: nick                                  on 2001/05/03  15:48:17
31179         Log: Integrate mainline.
31180      Branch: perlio
31181           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
31182           +> t/lib/filter-simple.t t/lib/next.t
31183           !> (integrate 70 files)
31184 ____________________________________________________________________________
31185 [  9973] By: jhi                                   on 2001/05/03  13:09:09
31186         Log: Update Changes.
31187      Branch: perl
31188            ! Changes patchlevel.h
31189 ____________________________________________________________________________
31190 [  9972] By: jhi                                   on 2001/05/03  12:58:33
31191         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
31192              From: Prymmer/Kahn <pvhp@best.com>
31193              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
31194              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
31195      Branch: perl
31196            ! t/io/fflush.t
31197 ____________________________________________________________________________
31198 [  9971] By: jhi                                   on 2001/05/03  12:57:26
31199         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
31200              From: Prymmer/Kahn <pvhp@best.com>
31201              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
31202              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
31203      Branch: perl
31204            ! win32/FindExt.pm
31205 ____________________________________________________________________________
31206 [  9970] By: jhi                                   on 2001/05/03  02:42:46
31207         Log: Can't croak sans thread context, from Doug MacEachern.
31208      Branch: perl
31209            ! toke.c
31210 ____________________________________________________________________________
31211 [  9969] By: jhi                                   on 2001/05/03  01:23:48
31212         Log: Subject: Random input test and Perl
31213              From: Ilya Zakharevich <ilya@math.berkeley.edu>
31214              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
31215              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
31216      Branch: perl
31217            ! toke.c
31218 ____________________________________________________________________________
31219 [  9968] By: jhi                                   on 2001/05/02  22:17:21
31220         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
31221              From: Peter Prymmer <pvhp@forte.com>
31222              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
31223              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
31224      Branch: perl
31225            ! pod/perlfunc.pod pod/perlport.pod
31226 ____________________________________________________________________________
31227 [  9967] By: jhi                                   on 2001/05/02  20:12:45
31228         Log: Workaround for UTS compiler casting bug from Hal Morris.
31229      Branch: perl
31230            ! perl.h
31231 ____________________________________________________________________________
31232 [  9966] By: jhi                                   on 2001/05/02  18:31:37
31233         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
31234              From: Dan Sugalski <dan@sidhe.org>
31235              Date: Wed, 02 May 2001 15:23:22 -0400
31236              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
31237      Branch: perl
31238            ! perl.c vms/vms.c
31239 ____________________________________________________________________________
31240 [  9965] By: jhi                                   on 2001/05/02  18:21:29
31241         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
31242      Branch: perl
31243            ! pod/perlfunc.pod
31244 ____________________________________________________________________________
31245 [  9964] By: jhi                                   on 2001/05/02  18:15:01
31246         Log: Document large files in INSTALL, document also the %x
31247              limitation if not use64bitint, closes bug 20010326.007.
31248      Branch: perl
31249            ! INSTALL
31250 ____________________________________________________________________________
31251 [  9963] By: jhi                                   on 2001/05/02  17:24:47
31252         Log: perlmodlib tweaks; regen pods.
31253      Branch: perl
31254            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
31255            ! pod/perltoc.pod
31256 ____________________________________________________________________________
31257 [  9962] By: jhi                                   on 2001/05/02  17:14:00
31258         Log: Fix for a segfault, from Marc Lehmann.
31259      Branch: perl
31260            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
31261 ____________________________________________________________________________
31262 [  9961] By: jhi                                   on 2001/05/02  15:55:53
31263         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
31264              From: "Philip Newton" <pnewton@gmx.de>
31265              Date: Wed, 2 May 2001 18:39:03 +0200
31266              Message-ID: <3AF05447.15525.173B588@localhost>
31267      Branch: perl
31268            ! pod/perlop.pod
31269 ____________________________________________________________________________
31270 [  9960] By: jhi                                   on 2001/05/02  15:35:37
31271         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
31272              From: Dan Sugalski <dan@sidhe.org>
31273              Date: Wed, 02 May 2001 11:37:27 -0400
31274              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
31275      Branch: perl
31276            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
31277            ! thread.h vms/vms.c vms/vmsish.h
31278 ____________________________________________________________________________
31279 [  9959] By: jhi                                   on 2001/05/02  15:21:08
31280         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
31281              From: Benjamin Sugars <bsugars@canoe.ca>
31282              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
31283              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
31284      Branch: perl
31285            ! ext/PerlIO/Scalar/Scalar.xs
31286 ____________________________________________________________________________
31287 [  9958] By: jhi                                   on 2001/05/02  15:15:53
31288         Log: Bug in #9915, spotted by Mike Guy.
31289      Branch: perl
31290            ! installperl
31291 ____________________________________________________________________________
31292 [  9957] By: jhi                                   on 2001/05/02  13:26:01
31293         Log: Add a test for not griping about references as array
31294              indices if the reference has magic in it (overloaded
31295              methods).
31296      Branch: perl
31297            ! pod/perldiag.pod t/pragma/warn/pp_hot
31298 ____________________________________________________________________________
31299 [  9956] By: jhi                                   on 2001/05/02  13:07:01
31300         Log: Retracted a bit too much in #9952.
31301      Branch: perl
31302            ! t/pragma/sub_lval.t
31303 ____________________________________________________________________________
31304 [  9955] By: jhi                                   on 2001/05/02  13:05:38
31305         Log: Test for #9952.
31306      Branch: perl
31307            ! t/op/tie.t
31308 ____________________________________________________________________________
31309 [  9954] By: jhi                                   on 2001/05/02  11:48:18
31310         Log: Additional note on the encoding example: one cannot
31311              convert string constants in-place.
31312      Branch: perl
31313            ! ext/Encode/Encode.pm
31314 ____________________________________________________________________________
31315 [  9953] By: jhi                                   on 2001/05/02  11:43:51
31316         Log: Note that if you have recent enough Perl you already
31317              have Filter::Util::Call.
31318      Branch: perl
31319            ! lib/Filter/Simple.pm
31320 ____________________________________________________________________________
31321 [  9952] By: jhi                                   on 2001/05/02  11:31:53
31322         Log: Retract changes #8254 and #8255, causes coredump in
31323              'tie FH, "main"', reported by Abigail, culprit found by
31324              Benjamin Sugars.  Mirrors maintperl change #9950.
31325      Branch: perl
31326            ! op.c t/pragma/sub_lval.t
31327 ____________________________________________________________________________
31328 [  9951] By: jhi                                   on 2001/05/02  11:14:29
31329         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
31330      Branch: perl
31331            + t/lib/MyFilter.pm
31332 ____________________________________________________________________________
31333 [  9950] By: gsar                                  on 2001/05/02  03:17:11
31334         Log: revert integration of changes#8254,8255 in change#8620 (causes
31335              a coredump in C<tie FH, 'foo'>; the idea itself may need better
31336              rationalization)
31337      Branch: maint-5.6/perl
31338            ! op.c t/pragma/sub_lval.t
31339 ____________________________________________________________________________
31340 [  9949] By: gsar                                  on 2001/05/02  02:56:32
31341         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
31342              
31343              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
31344              
31345              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
31346      Branch: maint-5.6/perl
31347           !> hints/svr5.sh
31348 ____________________________________________________________________________
31349 [  9948] By: gsar                                  on 2001/05/02  02:49:15
31350         Log: pod/find.t breaks on VMS (from Craig Berry)
31351      Branch: maint-5.6/perl
31352            ! t/pod/find.t
31353 ____________________________________________________________________________
31354 [  9947] By: jhi                                   on 2001/05/02  02:43:09
31355         Log: Add an encoding conversion example.
31356      Branch: perl
31357            ! ext/Encode/Encode.pm
31358 ____________________________________________________________________________
31359 [  9946] By: jhi                                   on 2001/05/02  01:34:22
31360         Log: Another coat of paint but still nowhere finished.
31361              Need to decide on the semantics of strptime(): should
31362              strptime() be a function instead of a method?  To do
31363              the week/monthname-strptiming the i18n/l10n bullet needs
31364              to be bitten with gusto.
31365      Branch: perl
31366            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
31367 ____________________________________________________________________________
31368 [  9945] By: jhi                                   on 2001/05/01  23:40:52
31369         Log: Update Changes.
31370      Branch: perl
31371            ! Changes patchlevel.h
31372 ____________________________________________________________________________
31373 [  9944] By: jhi                                   on 2001/05/01  23:33:37
31374         Log: Add known-to-be-tested modules to the list-to-be-skipped.
31375      Branch: perl
31376            ! t/lib/1_compile.t
31377 ____________________________________________________________________________
31378 [  9943] By: jhi                                   on 2001/05/01  23:24:40
31379         Log: Subject: BorlandC++ fix
31380              From: "Vadim Konovalov" <watman@inbox.ru>
31381              Date: Mon, 30 Apr 2001 20:12:26 -0700
31382              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
31383      Branch: perl
31384            ! win32/makefile.mk
31385 ____________________________________________________________________________
31386 [  9942] By: jhi                                   on 2001/05/01  23:18:02
31387         Log: Update to Filter::Simple 0.60, create a test for it.
31388      Branch: perl
31389            + t/lib/filter-simple.t
31390            ! MANIFEST lib/Filter/Simple.pm
31391 ____________________________________________________________________________
31392 [  9941] By: jhi                                   on 2001/05/01  19:47:24
31393         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
31394              From: Hugo <hv@crypt.compulink.co.uk>
31395              Date: Tue, 01 May 2001 20:12:20 +0100
31396              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
31397      Branch: perl
31398            ! pp_hot.c t/op/re_tests
31399 ____________________________________________________________________________
31400 [  9940] By: jhi                                   on 2001/05/01  19:42:16
31401         Log: Integrate perlio.
31402      Branch: perl
31403           !> lib/base.pm t/lib/fields.t
31404 ____________________________________________________________________________
31405 [  9939] By: jhi                                   on 2001/05/01  19:39:51
31406         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
31407              From: Benjamin Sugars <bsugars@canoe.ca>
31408              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
31409              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
31410      Branch: perl
31411            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
31412 ____________________________________________________________________________
31413 [  9938] By: jhi                                   on 2001/05/01  19:34:09
31414         Log: Add NEXT, a pseudo-class for method redispatching.
31415              <Damian>NEXT.pm probably offers more bang-for-buck
31416              than anything else I've ever written.</Damian>
31417      Branch: perl
31418            + lib/NEXT.pm t/lib/next.t
31419            ! MANIFEST
31420 ____________________________________________________________________________
31421 [  9937] By: jhi                                   on 2001/05/01  19:21:41
31422         Log: Update to Switch 2.02.
31423      Branch: perl
31424            ! lib/Switch.pm t/lib/switch.t
31425 ____________________________________________________________________________
31426 [  9936] By: nick                                  on 2001/05/01  19:09:21
31427         Log: Fix for base.pm clobbering $VERSION
31428      Branch: perlio
31429            ! lib/base.pm
31430 ____________________________________________________________________________
31431 [  9935] By: nick                                  on 2001/05/01  18:54:38
31432         Log: Test for base.pm clobbering $VERSION.
31433      Branch: perlio
31434            ! t/lib/fields.t
31435 ____________________________________________________________________________
31436 [  9934] By: jhi                                   on 2001/05/01  18:39:10
31437         Log: Add information about Scalar::Util::blessed.
31438      Branch: perl
31439            ! pod/perlobj.pod
31440 ____________________________________________________________________________
31441 [  9933] By: jhi                                   on 2001/05/01  18:33:51
31442         Log: Subject: Extra UNIVERSAL documentation
31443              From: Mike Guy <mjtg@cam.ac.uk>
31444              Date: Tue, 01 May 2001 20:12:11 +0100
31445              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
31446      Branch: perl
31447            ! pod/perlobj.pod
31448 ____________________________________________________________________________
31449 [  9932] By: jhi                                   on 2001/05/01  18:26:54
31450         Log: Subject: Autoflush in tests as appropriate
31451              From: Mike Guy <mjtg@cam.ac.uk>
31452              Date: Tue, 01 May 2001 20:05:31 +0100
31453              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
31454      Branch: perl
31455            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
31456            ! t/op/taint.t
31457 ____________________________________________________________________________
31458 [  9931] By: jhi                                   on 2001/05/01  18:02:29
31459         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
31460              From: Benjamin Sugars <bsugars@canoe.ca>
31461              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
31462              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
31463      Branch: perl
31464            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
31465 ____________________________________________________________________________
31466 [  9930] By: jhi                                   on 2001/05/01  15:12:26
31467         Log: Subject: Re: Finally got a round tuit
31468              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31469              Date: Tue, 01 May 2001 14:14:10 +0200
31470              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
31471              
31472              The -DP part, slightly modified.
31473      Branch: perl
31474            ! perl.c
31475 ____________________________________________________________________________
31476 [  9929] By: jhi                                   on 2001/05/01  14:17:15
31477         Log: Subject: Re: Finally got a round tuit
31478              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31479              Date: Tue, 01 May 2001 16:34:06 +0200
31480              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
31481              
31482              cpp and optimization tweaks for HP-UX.
31483      Branch: perl
31484            ! hints/hpux.sh
31485 ____________________________________________________________________________
31486 [  9928] By: jhi                                   on 2001/05/01  13:24:20
31487         Log: Tune the scan_num() comments to reality.
31488      Branch: perl
31489            ! toke.c
31490 ____________________________________________________________________________
31491 [  9927] By: jhi                                   on 2001/05/01  13:14:01
31492         Log: Subject: [PATCH B::Deparse] optimised sort
31493              From: Robin Houston <robin@kitsite.com>
31494              Date: Tue, 1 May 2001 14:07:12 +0100
31495              Message-ID: <20010501140712.A4266@penderel>
31496      Branch: perl
31497            ! ext/B/B/Deparse.pm
31498 ____________________________________________________________________________
31499 [  9926] By: jhi                                   on 2001/05/01  13:10:53
31500         Log: Subject: [PATCH t/lib/b-deparse.t] 
31501              From: Robin Houston <robin@kitsite.com>
31502              Date: Tue, 1 May 2001 13:37:42 +0100
31503              Message-ID: <20010501133742.A4082@penderel>
31504      Branch: perl
31505            ! t/lib/b-deparse.t
31506 ____________________________________________________________________________
31507 [  9925] By: jhi                                   on 2001/05/01  13:10:13
31508         Log: Subject: [PATCH B::Deparse] for(;;), sort
31509              From: Robin Houston <robin@kitsite.com>
31510              Date: Tue, 1 May 2001 13:35:00 +0100
31511              Message-ID: <20010501133500.A4061@penderel>
31512      Branch: perl
31513            ! ext/B/B/Deparse.pm
31514 ____________________________________________________________________________
31515 [  9924] By: jhi                                   on 2001/05/01  13:09:22
31516         Log: Subject: [PATCH B::Deparse] do, warn, use
31517              From: Robin Houston <robin@kitsite.com>
31518              Date: Tue, 1 May 2001 13:31:03 +0100
31519              Message-ID: <20010501133103.A4041@penderel>
31520      Branch: perl
31521            ! ext/B/B/Deparse.pm
31522 ____________________________________________________________________________
31523 [  9923] By: jhi                                   on 2001/05/01  11:45:36
31524         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
31525              From: Benjamin Sugars <ben.sugars@home.com>
31526              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
31527              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
31528      Branch: perl
31529            + t/io/fflush.t
31530            ! MANIFEST
31531 ____________________________________________________________________________
31532 [  9922] By: jhi                                   on 2001/05/01  11:35:42
31533         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
31534              From: Peter Prymmer <pvhp@forte.com>
31535              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
31536              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
31537      Branch: perl
31538            ! t/lib/selfstubber.t
31539 ____________________________________________________________________________
31540 [  9921] By: jhi                                   on 2001/04/30  16:34:33
31541         Log: Subject: [PATCH B::Concise] suppress warning
31542              From: Robin Houston <robin@kitsite.com>
31543              Date: Mon, 30 Apr 2001 16:09:49 +0100
31544              Message-ID: <20010430160949.A25086@penderel>
31545      Branch: perl
31546            ! ext/B/B/Concise.pm
31547 ____________________________________________________________________________
31548 [  9920] By: jhi                                   on 2001/04/30  13:56:04
31549         Log: Strip the *markers* from #9919.
31550      Branch: perl
31551            ! pod/perlfaq.pod pod/perlfaq5.pod
31552 ____________________________________________________________________________
31553 [  9919] By: jhi                                   on 2001/04/30  13:54:04
31554         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
31555              From: Gwyn Judd <b.judd@xtra.co.nz>
31556              Date: Sun, 29 Apr 2001 01:47:49 +1200
31557              Message-ID: <20010429014749.A4418@thislove>
31558      Branch: perl
31559            ! pod/perlfaq.pod pod/perlfaq5.pod
31560 ____________________________________________________________________________
31561 [  9918] By: jhi                                   on 2001/04/30  13:13:54
31562         Log: More_tweakage.
31563      Branch: perl
31564            ! pod/perldata.pod pod/perldiag.pod
31565 ____________________________________________________________________________
31566 [  9917] By: jhi                                   on 2001/04/30  13:01:27
31567         Log: Update Changes.
31568      Branch: perl
31569            ! Changes patchlevel.h
31570 ____________________________________________________________________________
31571 [  9916] By: jhi                                   on 2001/04/30  12:57:03
31572         Log: T_w_e_a_k_a_g_e.
31573      Branch: perl
31574            ! pod/perldata.pod pod/perldiag.pod
31575 ____________________________________________________________________________
31576 [  9915] By: jhi                                   on 2001/04/30  12:39:29
31577         Log: Install s2p also as psed.
31578              
31579              TODO: psed documentation?
31580      Branch: perl
31581            ! installperl
31582 ____________________________________________________________________________
31583 [  9914] By: jhi                                   on 2001/04/30  12:29:21
31584         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
31585              From: Jens Hamisch <jens@Strawberry.COM>
31586              Date: Fri, 27 Apr 2001 17:00:36 +0200
31587              Message-ID: <20010427170036.K1372@Strawberry.COM>
31588              
31589              SOCKS5_VERSION_NAME is the right symbol to detect
31590              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
31591              function called socks5_init() is available, and even that is
31592              not universal, most SOCKS5 installations use SOCKSinit()).
31593      Branch: perl
31594            ! perlio.c
31595 ____________________________________________________________________________
31596 [  9913] By: jhi                                   on 2001/04/30  12:22:15
31597         Log: Allow a zero timeout on IO::Socket accept and connect--
31598              though one really shouldn't do that.  Based on
31599              
31600              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
31601              From: "John Holdsworth" <coldwave@bigfoot.com>
31602              Date: Sun, 4 Feb 2001 12:48:18 +0100
31603              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
31604      Branch: perl
31605            ! ext/IO/lib/IO/Socket.pm
31606 ____________________________________________________________________________
31607 [  9912] By: jhi                                   on 2001/04/30  11:27:27
31608         Log: Save the spot of regprev (see #9911) for binary compatibility;
31609              regen API.
31610      Branch: perl
31611            ! embedvar.h perlapi.h thrdvar.h
31612 ____________________________________________________________________________
31613 [  9911] By: jhi                                   on 2001/04/30  11:22:03
31614         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
31615              From: Hugo <hv@crypt.compulink.co.uk>
31616              Date: Sun, 29 Apr 2001 17:09:30 +0100
31617              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
31618      Branch: perl
31619            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
31620 ____________________________________________________________________________
31621 [  9910] By: jhi                                   on 2001/04/30  11:15:12
31622         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
31623              a dummy for PL_numeric_radix); no pressing reason to break
31624              binary compatibility; regen API.
31625      Branch: perl
31626            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
31627            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
31628 ____________________________________________________________________________
31629 [  9909] By: jhi                                   on 2001/04/30  10:56:08
31630         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
31631              From: Walt Mankowski <waltman@netaxs.com>
31632              Date: Sun, 29 Apr 2001 21:53:48 -0400
31633              Message-ID: <20010429215348.A3971@netaxs.com>
31634      Branch: perl
31635            ! pod/perlfunc.pod
31636 ____________________________________________________________________________
31637 [  9908] By: jhi                                   on 2001/04/30  10:49:40
31638         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
31639      Branch: perl
31640            ! t/lib/selfstubber.t
31641 ____________________________________________________________________________
31642 [  9907] By: nick                                  on 2001/04/30  09:26:50
31643         Log: Integrate mainline.
31644      Branch: perlio
31645           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
31646 ____________________________________________________________________________
31647 [  9906] By: jhi                                   on 2001/04/29  23:24:20
31648         Log: Abigail spotted a thinko in #9905.
31649      Branch: perl
31650            ! pod/perldiag.pod
31651 ____________________________________________________________________________
31652 [  9905] By: jhi                                   on 2001/04/29  15:55:39
31653         Log: Changed the underscore/undebar syntax in numeric constants;
31654              now any grouping will do, as long as the underscores are not
31655              consecutive (so "zero-grouping" is out), and they do not begin
31656              or end the integer or fractional parts.
31657      Branch: perl
31658            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
31659 ____________________________________________________________________________
31660 [  9904] By: nick                                  on 2001/04/29  15:43:22
31661         Log: Integrate mainline.
31662      Branch: perlio
31663           +> (branch 98 files)
31664            - lib/unicode/Block.pl
31665            - lib/unicode/In/AlphabeticPresentationForms.pl
31666            - lib/unicode/In/Arabic.pl
31667            - lib/unicode/In/ArabicPresentationForms-A.pl
31668            - lib/unicode/In/ArabicPresentationForms-B.pl
31669            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
31670            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
31671            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
31672            - lib/unicode/In/BopomofoExtended.pl
31673            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
31674            - lib/unicode/In/CJKCompatibility.pl
31675            - lib/unicode/In/CJKCompatibilityForms.pl
31676            - lib/unicode/In/CJKCompatibilityIdeographs.pl
31677            - lib/unicode/In/CJKRadicalsSupplement.pl
31678            - lib/unicode/In/CJKSymbolsandPunctuation.pl
31679            - lib/unicode/In/CJKUnifiedIdeographs.pl
31680            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
31681            - lib/unicode/In/Cherokee.pl
31682            - lib/unicode/In/CombiningDiacriticalMarks.pl
31683            - lib/unicode/In/CombiningHalfMarks.pl
31684            - lib/unicode/In/CombiningMarksforSymbols.pl
31685            - lib/unicode/In/ControlPictures.pl
31686            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
31687            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
31688            - lib/unicode/In/EnclosedAlphanumerics.pl
31689            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
31690            - lib/unicode/In/Ethiopic.pl
31691            - lib/unicode/In/GeneralPunctuation.pl
31692            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
31693            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
31694            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
31695            - lib/unicode/In/HalfwidthandFullwidthForms.pl
31696            - lib/unicode/In/HangulCompatibilityJamo.pl
31697            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
31698            - lib/unicode/In/Hebrew.pl
31699            - lib/unicode/In/HighPrivateUseSurrogates.pl
31700            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
31701            - lib/unicode/In/IPAExtensions.pl
31702            - lib/unicode/In/IdeographicDescriptionCharacters.pl
31703            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
31704            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
31705            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
31706            - lib/unicode/In/Latin-1Supplement.pl
31707            - lib/unicode/In/LatinExtended-A.pl
31708            - lib/unicode/In/LatinExtended-B.pl
31709            - lib/unicode/In/LatinExtendedAdditional.pl
31710            - lib/unicode/In/LetterlikeSymbols.pl
31711            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
31712            - lib/unicode/In/MathematicalOperators.pl
31713            - lib/unicode/In/MiscellaneousSymbols.pl
31714            - lib/unicode/In/MiscellaneousTechnical.pl
31715            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
31716            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
31717            - lib/unicode/In/OpticalCharacterRecognition.pl
31718            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
31719            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
31720            - lib/unicode/In/SmallFormVariants.pl
31721            - lib/unicode/In/SpacingModifierLetters.pl
31722            - lib/unicode/In/Specials.pl
31723            - lib/unicode/In/SuperscriptsandSubscripts.pl
31724            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
31725            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
31726            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
31727            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
31728            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
31729           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
31730           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
31731           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
31732           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
31733           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
31734           !> utf8.c win32/Makefile
31735 ____________________________________________________________________________
31736 [  9903] By: jhi                                   on 2001/04/29  14:30:53
31737         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
31738              From: Prymmer/Kahn <pvhp@best.com>
31739              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
31740              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
31741      Branch: perl
31742            ! win32/Makefile
31743 ____________________________________________________________________________
31744 [  9902] By: jhi                                   on 2001/04/29  02:52:44
31745         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
31746              From: "Abigail" <abigail@foad.org>
31747              Date: Sun, 29 Apr 2001 03:14:25 +0200
31748              Message-ID: <20010429011425.24503.qmail@foad.org>
31749      Branch: perl
31750            ! ext/IO/lib/IO/Seekable.pm
31751 ____________________________________________________________________________
31752 [  9901] By: jhi                                   on 2001/04/29  02:04:46
31753         Log: In character classes one couldn't have 0x80..0xff characters
31754              at the left hand side if there were 0x100.. characters in the
31755              character class.
31756      Branch: perl
31757            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
31758            ! t/op/pat.t utf8.c
31759 ____________________________________________________________________________
31760 [  9900] By: jhi                                   on 2001/04/28  22:55:04
31761         Log: Forgot the latest mktables.PL from #9899.
31762      Branch: perl
31763            ! lib/unicode/mktables.PL
31764 ____________________________________________________________________________
31765 [  9899] By: jhi                                   on 2001/04/28  22:53:28
31766         Log: Explain the \p{} and \P{} error message better and
31767              have prettier prettyprint in In.pl.
31768      Branch: perl
31769            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
31770            ! pod/perldiag.pod
31771 ____________________________________________________________________________
31772 [  9898] By: jhi                                   on 2001/04/28  21:03:34
31773         Log: Add one possible explanation for the "Invalid [] range" error.
31774      Branch: perl
31775            ! pod/perldiag.pod
31776 ____________________________________________________________________________
31777 [  9897] By: jhi                                   on 2001/04/28  17:18:26
31778         Log: Add a level of indirection to the implementation of \p{InFoo}
31779              so that we don't have to have long filenames.  (Nothing changes
31780              in the user interface.)   The indirection is defined in
31781              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
31782              Also rename some the character classes by removing '-' from
31783              the classnames, and finally renamed Block.pl as Blocks.pl.
31784      Branch: perl
31785            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
31786            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
31787            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
31788            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
31789            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
31790            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
31791            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
31792            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
31793            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
31794            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
31795            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
31796            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
31797            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
31798            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
31799            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
31800            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
31801            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
31802            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
31803            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
31804            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
31805            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
31806            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
31807            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
31808            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
31809            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
31810            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
31811            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
31812            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
31813            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
31814            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
31815            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
31816            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
31817            + lib/unicode/In/94.pl lib/unicode/In/95.pl
31818            - lib/unicode/Block.pl
31819            - lib/unicode/In/AlphabeticPresentationForms.pl
31820            - lib/unicode/In/Arabic.pl
31821            - lib/unicode/In/ArabicPresentationForms-A.pl
31822            - lib/unicode/In/ArabicPresentationForms-B.pl
31823            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
31824            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
31825            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
31826            - lib/unicode/In/BopomofoExtended.pl
31827            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
31828            - lib/unicode/In/CJKCompatibility.pl
31829            - lib/unicode/In/CJKCompatibilityForms.pl
31830            - lib/unicode/In/CJKCompatibilityIdeographs.pl
31831            - lib/unicode/In/CJKRadicalsSupplement.pl
31832            - lib/unicode/In/CJKSymbolsandPunctuation.pl
31833            - lib/unicode/In/CJKUnifiedIdeographs.pl
31834            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
31835            - lib/unicode/In/Cherokee.pl
31836            - lib/unicode/In/CombiningDiacriticalMarks.pl
31837            - lib/unicode/In/CombiningHalfMarks.pl
31838            - lib/unicode/In/CombiningMarksforSymbols.pl
31839            - lib/unicode/In/ControlPictures.pl
31840            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
31841            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
31842            - lib/unicode/In/EnclosedAlphanumerics.pl
31843            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
31844            - lib/unicode/In/Ethiopic.pl
31845            - lib/unicode/In/GeneralPunctuation.pl
31846            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
31847            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
31848            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
31849            - lib/unicode/In/HalfwidthandFullwidthForms.pl
31850            - lib/unicode/In/HangulCompatibilityJamo.pl
31851            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
31852            - lib/unicode/In/Hebrew.pl
31853            - lib/unicode/In/HighPrivateUseSurrogates.pl
31854            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
31855            - lib/unicode/In/IPAExtensions.pl
31856            - lib/unicode/In/IdeographicDescriptionCharacters.pl
31857            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
31858            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
31859            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
31860            - lib/unicode/In/Latin-1Supplement.pl
31861            - lib/unicode/In/LatinExtended-A.pl
31862            - lib/unicode/In/LatinExtended-B.pl
31863            - lib/unicode/In/LatinExtendedAdditional.pl
31864            - lib/unicode/In/LetterlikeSymbols.pl
31865            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
31866            - lib/unicode/In/MathematicalOperators.pl
31867            - lib/unicode/In/MiscellaneousSymbols.pl
31868            - lib/unicode/In/MiscellaneousTechnical.pl
31869            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
31870            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
31871            - lib/unicode/In/OpticalCharacterRecognition.pl
31872            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
31873            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
31874            - lib/unicode/In/SmallFormVariants.pl
31875            - lib/unicode/In/SpacingModifierLetters.pl
31876            - lib/unicode/In/Specials.pl
31877            - lib/unicode/In/SuperscriptsandSubscripts.pl
31878            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
31879            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
31880            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
31881            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
31882            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
31883            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
31884            ! pod/perlunicode.pod
31885 ____________________________________________________________________________
31886 [  9896] By: jhi                                   on 2001/04/28  14:33:17
31887         Log: Update the information on shared library path on HP-UX.
31888      Branch: perl
31889            ! INSTALL
31890 ____________________________________________________________________________
31891 [  9895] By: jhi                                   on 2001/04/28  14:32:30
31892         Log: Because #9894 seems to do the trick, this workaround can be removed.
31893      Branch: perl
31894            ! t/lib/selfstubber.t
31895 ____________________________________________________________________________
31896 [  9894] By: jhi                                   on 2001/04/28  14:26:13
31897         Log: For PerlIO flush the children's file handles (on fork/exec/system).
31898      Branch: perl
31899            ! perl.h
31900 ____________________________________________________________________________
31901 [  9893] By: jhi                                   on 2001/04/28  14:23:15
31902         Log: Test tweak for #9891.
31903      Branch: perl
31904            ! t/lib/b-deparse.t
31905 ____________________________________________________________________________
31906 [  9892] By: jhi                                   on 2001/04/28  14:10:13
31907         Log: New HP-UX hints from Merijn.
31908      Branch: perl
31909            ! hints/hpux.sh
31910 ____________________________________________________________________________
31911 [  9891] By: jhi                                   on 2001/04/28  14:07:27
31912         Log: Subject: [PATCH B::Deparse] non-block scopes
31913              From: Robin Houston <robin@kitsite.com>
31914              Date: Fri, 27 Apr 2001 19:15:14 +0100
31915              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
31916      Branch: perl
31917            ! ext/B/B/Deparse.pm
31918 ____________________________________________________________________________
31919 [  9890] By: nick                                  on 2001/04/27  19:41:25
31920         Log: Integrate mainline
31921      Branch: perlio
31922           +> t/lib/selfstubber.t
31923           !> (integrate 50 files)
31924 ____________________________________________________________________________
31925 [  9889] By: jhi                                   on 2001/04/27  18:23:46
31926         Log: Subject: Re: selfstubber test fail on bleadperl
31927              From: Mike Guy <mjtg@cam.ac.uk>
31928              Date: Fri, 27 Apr 2001 19:31:18 +0100
31929              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
31930      Branch: perl
31931            ! t/lib/selfstubber.t
31932 ____________________________________________________________________________
31933 [  9888] By: jhi                                   on 2001/04/27  16:20:54
31934         Log: Test tweak for #9886.
31935      Branch: perl
31936            ! t/lib/b-deparse.t
31937 ____________________________________________________________________________
31938 [  9887] By: jhi                                   on 2001/04/27  16:16:33
31939         Log: Buffering issue at least in Solaris (even with perlio).
31940      Branch: perl
31941            ! t/lib/selfstubber.t
31942 ____________________________________________________________________________
31943 [  9886] By: jhi                                   on 2001/04/27  14:59:23
31944         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
31945              From: Robin Houston <robin@kitsite.com>
31946              Date: Fri, 27 Apr 2001 16:53:20 +0100
31947              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
31948      Branch: perl
31949            ! ext/B/B/Deparse.pm
31950 ____________________________________________________________________________
31951 [  9885] By: jhi                                   on 2001/04/27  14:23:51
31952         Log: Update Changes.
31953      Branch: perl
31954            ! Changes patchlevel.h
31955 ____________________________________________________________________________
31956 [  9884] By: jhi                                   on 2001/04/27  14:14:12
31957         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
31958              From: "Philip Newton" <pnewton@gmx.de>
31959              Date: Fri, 27 Apr 2001 16:40:13 +0200
31960              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
31961      Branch: perl
31962            ! pod/perldata.pod
31963 ____________________________________________________________________________
31964 [  9883] By: jhi                                   on 2001/04/27  13:28:19
31965         Log: Add LOG_PERROR; prettify the "removed".
31966      Branch: perl
31967            ! ext/Sys/Syslog/Syslog.xs
31968 ____________________________________________________________________________
31969 [  9882] By: jhi                                   on 2001/04/27  13:13:18
31970         Log: h2xs tweaks: use NV instead of double, "quote" the removed
31971              prefixes for clarity (especially when nothing is removed),
31972              slight pod reformats.
31973      Branch: perl
31974            ! utils/h2xs.PL
31975 ____________________________________________________________________________
31976 [  9881] By: jhi                                   on 2001/04/27  12:58:48
31977         Log: Don't bother creating existing directories.
31978      Branch: perl
31979            ! utils/h2xs.PL
31980 ____________________________________________________________________________
31981 [  9880] By: jhi                                   on 2001/04/27  12:45:39
31982         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
31983              From: Mike Schilli <m@perlmeister.com>
31984              Date: Wed, 25 Apr 2001 01:29:21 -0700
31985              Message-id: <3AE68AE1.6A981723@perlmeister.com>
31986      Branch: perl
31987            ! utils/h2xs.PL
31988 ____________________________________________________________________________
31989 [  9879] By: jhi                                   on 2001/04/27  12:40:55
31990         Log: break is not yet Perl.  Added the template license also to README.
31991      Branch: perl
31992            ! utils/h2xs.PL
31993 ____________________________________________________________________________
31994 [  9878] By: jhi                                   on 2001/04/27  03:08:20
31995         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
31996              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31997              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
31998              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
31999      Branch: perl
32000            ! t/lib/xs-typemap.t
32001 ____________________________________________________________________________
32002 [  9877] By: jhi                                   on 2001/04/26  23:54:40
32003         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
32004              From: "Abigail" <abigail@foad.org>
32005              Date: Fri, 27 Apr 2001 01:44:28 +0200
32006              Message-ID: <20010426234428.19786.qmail@foad.org>
32007      Branch: perl
32008            ! utils/h2xs.PL
32009 ____________________________________________________________________________
32010 [  9876] By: jhi                                   on 2001/04/26  23:52:06
32011         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
32012              From: Peter Prymmer <pvhp@forte.com>
32013              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
32014              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
32015      Branch: perl
32016            ! t/lib/selfstubber.t
32017 ____________________________________________________________________________
32018 [  9875] By: jhi                                   on 2001/04/26  23:48:10
32019         Log: Deparse nits.
32020      Branch: perl
32021            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
32022 ____________________________________________________________________________
32023 [  9874] By: jhi                                   on 2001/04/26  22:46:05
32024         Log: Document ANYOF_CLASS.
32025      Branch: perl
32026            ! regcomp.h
32027 ____________________________________________________________________________
32028 [  9873] By: jhi                                   on 2001/04/26  22:35:03
32029         Log: Subject: Re: [PATCH @9846] dumping ANYOF
32030              From: Hugo <hv@crypt.compulink.co.uk>
32031              Date: Thu, 26 Apr 2001 23:33:38 +0100
32032              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
32033      Branch: perl
32034            ! regcomp.c regcomp.h
32035 ____________________________________________________________________________
32036 [  9872] By: jhi                                   on 2001/04/26  22:34:31
32037         Log: Subject: [PATCH] more for Devel::SelfStubber
32038              From: Nicholas Clark <nick@ccl4.org>
32039              Date: Fri, 27 Apr 2001 00:13:52 +0100
32040              Message-ID: <20010427001351.K88186@plum.flirble.org>
32041      Branch: perl
32042            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
32043 ____________________________________________________________________________
32044 [  9871] By: jhi                                   on 2001/04/26  21:59:17
32045         Log: Subject: [PATCH B::Deparse] formats must be flush left
32046              From: Robin Houston <robin@kitsite.com>
32047              Date: Thu, 26 Apr 2001 23:54:29 +0100
32048              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
32049      Branch: perl
32050            ! ext/B/B/Deparse.pm
32051 ____________________________________________________________________________
32052 [  9870] By: jhi                                   on 2001/04/26  21:57:37
32053         Log: If some of the constants are prefixes of others,
32054              the prefixes may never get recognized.  (See 20010426.006.)
32055      Branch: perl
32056            ! utils/h2xs.PL
32057 ____________________________________________________________________________
32058 [  9869] By: jhi                                   on 2001/04/26  21:50:42
32059         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
32060              From: Chris Bongaarts <cab@tc.umn.edu>
32061              Date: Thu, 26 Apr 2001 17:10:31 -0500
32062              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
32063      Branch: perl
32064            ! ext/Sys/Syslog/Syslog.xs
32065 ____________________________________________________________________________
32066 [  9868] By: jhi                                   on 2001/04/26  21:35:12
32067         Log: Further cuts and more docs from Graham Barr.
32068      Branch: perl
32069            ! ext/List/Util/lib/List/Util.pm
32070            ! ext/List/Util/lib/Scalar/Util.pm
32071 ____________________________________________________________________________
32072 [  9867] By: jhi                                   on 2001/04/26  21:18:57
32073         Log: Subject: [PATCH 5.7.1] DB_File-1.77
32074              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
32075              Date: Thu, 26 Apr 2001 22:37:53 +0100
32076              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
32077      Branch: perl
32078            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32079            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
32080 ____________________________________________________________________________
32081 [  9866] By: jhi                                   on 2001/04/26  21:12:31
32082         Log: Subject: [PATCH B::Deparse] fix easy bugs
32083              From: Robin Houston <robin@kitsite.com>
32084              Date: Thu, 26 Apr 2001 23:03:33 +0100
32085              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
32086      Branch: perl
32087            ! ext/B/B/Deparse.pm
32088 ____________________________________________________________________________
32089 [  9865] By: jhi                                   on 2001/04/26  20:26:13
32090         Log: Update Changes.
32091      Branch: perl
32092            ! Changes patchlevel.h
32093 ____________________________________________________________________________
32094 [  9864] By: jhi                                   on 2001/04/26  19:27:48
32095         Log: Dethinko from Robin Houston.
32096      Branch: perl
32097            ! ext/B/B/Deparse.pm
32098 ____________________________________________________________________________
32099 [  9863] By: jhi                                   on 2001/04/26  19:10:35
32100         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
32101              From: Robin Houston <robin@kitsite.com>
32102              Date: Thu, 26 Apr 2001 21:08:32 +0100
32103              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
32104      Branch: perl
32105            ! ext/B/B/Deparse.pm
32106 ____________________________________________________________________________
32107 [  9862] By: jhi                                   on 2001/04/26  19:04:23
32108         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
32109              From: Robin Houston <robin@kitsite.com>
32110              Date: Thu, 26 Apr 2001 20:52:50 +0100
32111              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
32112      Branch: perl
32113            ! ext/B/B/Deparse.pm
32114 ____________________________________________________________________________
32115 [  9861] By: jhi                                   on 2001/04/26  18:56:14
32116         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
32117              From: Mike Guy <mjtg@cam.ac.uk>
32118              Date: Thu, 26 Apr 2001 14:22:40 +0100
32119              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
32120      Branch: perl
32121            ! pod/perlobj.pod
32122 ____________________________________________________________________________
32123 [  9860] By: jhi                                   on 2001/04/26  18:46:42
32124         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
32125              From: Robin Houston <robin@kitsite.com>
32126              Date: Thu, 26 Apr 2001 20:34:29 +0100
32127              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
32128              
32129              Hashes do not interpolate.
32130      Branch: perl
32131            ! ext/B/B/Deparse.pm
32132 ____________________________________________________________________________
32133 [  9859] By: jhi                                   on 2001/04/26  18:43:51
32134         Log: Subject: The Time::Piece conspiracy unmasked!!!
32135              From: Mike Guy <mjtg@cam.ac.uk>
32136              Date: Thu, 26 Apr 2001 19:02:50 +0100
32137              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
32138              
32139              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
32140              From: Mike Guy <mjtg@cam.ac.uk>
32141              Date: Thu, 26 Apr 2001 19:08:21 +0100
32142              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
32143              
32144              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
32145              From: Graham Barr <gbarr@pobox.com>
32146              Date: Thu, 26 Apr 2001 19:12:03 +0100
32147              Message-ID: <20010426191203.A70835@pobox.com>
32148              
32149              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
32150      Branch: perl
32151            ! ext/List/Util/lib/List/Util.pm
32152            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
32153 ____________________________________________________________________________
32154 [  9858] By: jhi                                   on 2001/04/26  18:17:42
32155         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
32156              From: Robin Houston <robin@kitsite.com>
32157              Date: Thu, 26 Apr 2001 16:09:35 +0100
32158              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
32159      Branch: perl
32160            ! t/comp/proto.t
32161 ____________________________________________________________________________
32162 [  9857] By: jhi                                   on 2001/04/26  18:04:59
32163         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
32164              From: barries <barries@slaysys.com>
32165              Date: Thu, 26 Apr 2001 12:01:10 -0400
32166              Message-ID: <20010426120110.E29698@jester.slaysys.com>
32167      Branch: perl
32168            ! pod/perldiag.pod
32169 ____________________________________________________________________________
32170 [  9856] By: jhi                                   on 2001/04/26  18:03:33
32171         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
32172              Date: Thu, 26 Apr 2001 17:13:41 +0100
32173              From: Robin Houston <robin@kitsite.com>
32174              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
32175              
32176              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
32177              From: Robin Houston <robin@kitsite.com>
32178              Date: Thu, 26 Apr 2001 18:44:29 +0100
32179              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
32180      Branch: perl
32181            ! ext/B/B/Deparse.pm
32182 ____________________________________________________________________________
32183 [  9855] By: jhi                                   on 2001/04/26  17:56:04
32184         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
32185              From: Robin Houston <robin@kitsite.com>
32186              Date: Thu, 26 Apr 2001 17:04:08 +0100
32187              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
32188      Branch: perl
32189            ! ext/B/B/Deparse.pm
32190 ____________________________________________________________________________
32191 [  9854] By: jhi                                   on 2001/04/26  17:47:26
32192         Log: Subject: Re: Short test case for undef %stash:: crash
32193              From: Benjamin Sugars <bsugars@canoe.ca> 
32194              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
32195              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
32196              Changed and moved the perldiag entry.
32197      Branch: perl
32198            ! gv.c pod/perldiag.pod
32199 ____________________________________________________________________________
32200 [  9853] By: jhi                                   on 2001/04/26  14:35:16
32201         Log: Beginnings of strptime().  Do not touch the wet paint.
32202      Branch: perl
32203            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
32204 ____________________________________________________________________________
32205 [  9852] By: jhi                                   on 2001/04/26  13:17:21
32206         Log: Retract #9851, core dumps from pod2man.
32207      Branch: perl
32208            ! regcomp.c
32209 ____________________________________________________________________________
32210 [  9851] By: jhi                                   on 2001/04/26  11:54:41
32211         Log: (Retracted by #9852.)
32212              
32213              Subject: [PATCH @9846] dumping ANYOF
32214              From: Hugo <hv@crypt.compulink.co.uk>
32215              Date: Thu, 26 Apr 2001 05:32:38 +0100
32216              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
32217      Branch: perl
32218            ! regcomp.c
32219 ____________________________________________________________________________
32220 [  9850] By: jhi                                   on 2001/04/26  02:34:44
32221         Log: If ccflags was empty the _previous_ $* containing all the
32222              environment variables and Configure variables was used,
32223              which lead, among other bad things, into $ccflags being your
32224              uname -a output, which lead into test compile with cc failing,
32225              which lead into gcc being selected, which didn't work that well
32226              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
32227              with large files, et cetera.
32228      Branch: perl
32229            ! hints/hpux.sh
32230 ____________________________________________________________________________
32231 [  9849] By: jhi                                   on 2001/04/26  01:44:57
32232         Log: Make selfstubber test more portable.
32233      Branch: perl
32234            ! t/lib/selfstubber.t
32235 ____________________________________________________________________________
32236 [  9848] By: jhi                                   on 2001/04/26  00:50:26
32237         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
32238              From: Benjamin Sugars <ben.sugars@home.com>
32239              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
32240              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
32241      Branch: perl
32242            ! ext/Cwd/Cwd.xs
32243 ____________________________________________________________________________
32244 [  9847] By: jhi                                   on 2001/04/26  00:46:58
32245         Log: Subject: [PATCH: perl@9841] VMS updates
32246              From: Peter Prymmer <pvhp@forte.com>
32247              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
32248              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
32249      Branch: perl
32250            ! README.vms configure.com vms/descrip_mms.template
32251            ! vms/ext/filespec.t
32252 ____________________________________________________________________________
32253 [  9846] By: jhi                                   on 2001/04/26  00:11:56
32254         Log: re 'debug' was broken by #9084.
32255      Branch: perl
32256            ! ext/re/re.xs
32257 ____________________________________________________________________________
32258 [  9845] By: jhi                                   on 2001/04/25  22:33:17
32259         Log: Subject: [PATCH] test for Devel::SelfStubber
32260              From: Nicholas Clark <nick@ccl4.org>
32261              Date: Thu, 26 Apr 2001 00:00:54 +0100
32262              Message-ID: <20010426000054.D89026@plum.flirble.org>
32263      Branch: perl
32264            + t/lib/selfstubber.t
32265            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
32266 ____________________________________________________________________________
32267 [  9844] By: jhi                                   on 2001/04/25  22:29:32
32268         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
32269              From: Paul Johnson <paul@pjcj.net>
32270              Date: Thu, 26 Apr 2001 00:46:08 +0200
32271              Message-ID: <20010426004608.H2338@pjcj.net>
32272      Branch: perl
32273            ! ext/B/B/Concise.pm
32274 ____________________________________________________________________________
32275 [  9843] By: jhi                                   on 2001/04/25  22:28:28
32276         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
32277              From: Peter Prymmer <pvhp@forte.com>
32278              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
32279              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
32280      Branch: perl
32281            ! ext/Cwd/Cwd.xs
32282 ____________________________________________________________________________
32283 [  9842] By: jhi                                   on 2001/04/25  20:58:12
32284         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
32285              From: John Peacock <jpeacock@rowman.com>
32286              Date: Wed, 25 Apr 2001 17:30:26 -0400
32287              Message-ID: <3AE741F2.B3217464@rowman.com>
32288      Branch: perl
32289            ! lib/Math/BigInt.pm t/lib/bigintpm.t
32290 ____________________________________________________________________________
32291 [  9841] By: jhi                                   on 2001/04/25  20:07:05
32292         Log: Update Changes.
32293      Branch: perl
32294            ! Changes patchlevel.h
32295 ____________________________________________________________________________
32296 [  9840] By: jhi                                   on 2001/04/25  19:56:51
32297         Log: Yet another HP-UX hints version from Merijn.
32298      Branch: perl
32299            ! hints/hpux.sh
32300 ____________________________________________________________________________
32301 [  9839] By: jhi                                   on 2001/04/25  19:53:04
32302         Log: abs_path() didn't terminate the filename correctly,
32303              in DIRNAMLENless systems like HP-UX this would fail.
32304      Branch: perl
32305            ! ext/Cwd/Cwd.xs
32306 ____________________________________________________________________________
32307 [  9838] By: jhi                                   on 2001/04/25  16:37:26
32308         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
32309              From: Mike Guy <mjtg@cam.ac.uk>
32310              Date: Wed, 25 Apr 2001 18:31:47 +0100
32311              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
32312      Branch: perl
32313            ! op.c
32314 ____________________________________________________________________________
32315 [  9837] By: jhi                                   on 2001/04/25  16:21:53
32316         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
32317              From: Jon Eveland <jweveland@yahoo.com>
32318              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
32319              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
32320      Branch: perl
32321            ! lib/perl5db.pl
32322 ____________________________________________________________________________
32323 [  9836] By: jhi                                   on 2001/04/25  14:17:50
32324         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
32325              From: "Philip Newton" <pnewton@gmx.de>
32326              Date: Wed, 25 Apr 2001 17:05:58 +0200
32327              Message-ID: <3AE703F6.3234.1833C45@localhost>
32328      Branch: perl
32329            ! Porting/patching.pod
32330 ____________________________________________________________________________
32331 [  9835] By: jhi                                   on 2001/04/25  13:58:07
32332         Log: It would seem that both ar and full_ar need to be overridden
32333              for HP-UX to avoid the GNU ar.
32334      Branch: perl
32335            ! hints/hpux.sh
32336 ____________________________________________________________________________
32337 [  9834] By: jhi                                   on 2001/04/25  13:50:40
32338         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
32339              From: "Philip Newton" <pnewton@gmx.de>
32340              Date: Wed, 25 Apr 2001 16:09:23 +0200
32341              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
32342              
32343              Detypo.
32344      Branch: perl
32345            ! t/op/misc.t
32346 ____________________________________________________________________________
32347 [  9833] By: jhi                                   on 2001/04/25  12:36:11
32348         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
32349      Branch: perl
32350            ! hints/hpux.sh
32351 ____________________________________________________________________________
32352 [  9832] By: jhi                                   on 2001/04/25  12:33:36
32353         Log: New version of HP-UX hints from Merijn.
32354      Branch: perl
32355            ! hints/hpux.sh
32356 ____________________________________________________________________________
32357 [  9831] By: jhi                                   on 2001/04/25  03:39:45
32358         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
32359      Branch: perl
32360            ! hints/hpux.sh
32361 ____________________________________________________________________________
32362 [  9830] By: jhi                                   on 2001/04/25  02:53:25
32363         Log: The tzname[] bit is not needed by util.c -- and causes
32364              heartburn in VMS (and it missing was probably the cause of
32365              the Mac OS X trouble).  Ouch.
32366      Branch: perl
32367            ! ext/POSIX/POSIX.xs util.c
32368 ____________________________________________________________________________
32369 [  9829] By: jhi                                   on 2001/04/25  00:10:06
32370         Log: Metaconfig unit change for #9828.
32371      Branch: metaconfig
32372            ! U/compline/ccflags.U
32373 ____________________________________________________________________________
32374 [  9828] By: jhi                                   on 2001/04/25  00:04:18
32375         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
32376              (which is actually the reason for the change, we need to pass
32377              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
32378              EP/IX, OS/2, and TitanOS, based on the hints files.
32379      Branch: perl
32380            ! Configure config_h.SH
32381 ____________________________________________________________________________
32382 [  9827] By: jhi                                   on 2001/04/24  23:49:20
32383         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
32384              the $cat must have an absolute path.
32385      Branch: perl
32386            ! makedepend.SH
32387 ____________________________________________________________________________
32388 [  9826] By: jhi                                   on 2001/04/24  23:40:53
32389         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
32390      Branch: perl
32391            ! README.amiga
32392 ____________________________________________________________________________
32393 [  9825] By: jhi                                   on 2001/04/24  23:35:35
32394         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
32395              From: "Philip Newton" <pnewton@gmx.de>
32396              Date: Tue, 24 Apr 2001 18:52:49 +0200
32397              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
32398      Branch: perl
32399            ! x2p/find2perl.PL
32400 ____________________________________________________________________________
32401 [  9824] By: jhi                                   on 2001/04/24  23:33:07
32402         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
32403              Some gcc specifics dropped out due to extensive rewriting;
32404              will be put back later as needed.
32405      Branch: perl
32406            ! hints/hpux.sh
32407 ____________________________________________________________________________
32408 [  9823] By: jhi                                   on 2001/04/24  23:27:57
32409         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
32410      Branch: perl
32411            ! ext/POSIX/POSIX.xs
32412 ____________________________________________________________________________
32413 [  9822] By: jhi                                   on 2001/04/24  23:25:21
32414         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
32415              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32416              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
32417              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
32418      Branch: perl
32419            ! ext/XS/Typemap/Typemap.xs
32420 ____________________________________________________________________________
32421 [  9821] By: jhi                                   on 2001/04/24  23:24:10
32422         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
32423              From: "Abigail" <abigail@foad.org>
32424              Date: Tue, 24 Apr 2001 23:12:03 +0200
32425              Message-ID: <20010424211203.7901.qmail@foad.org>
32426      Branch: perl
32427            ! pod/perlport.pod
32428 ____________________________________________________________________________
32429 [  9820] By: jhi                                   on 2001/04/24  23:23:15
32430         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
32431              From: Matt Sergeant <matt@sergeant.org>
32432              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
32433              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
32434      Branch: perl
32435            ! pod/perlfaq4.pod
32436 ____________________________________________________________________________
32437 [  9819] By: nick                                  on 2001/04/24  18:49:43
32438         Log: Integrate mainline.
32439      Branch: perlio
32440           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
32441           !> (integrate 37 files)
32442 ____________________________________________________________________________
32443 [  9818] By: jhi                                   on 2001/04/24  14:35:23
32444         Log: Update Changes.
32445      Branch: perl
32446            ! Changes patchlevel.h
32447 ____________________________________________________________________________
32448 [  9817] By: jhi                                   on 2001/04/24  14:09:17
32449         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
32450              From: "Philip Newton" <pnewton@gmx.de>
32451              Date: Tue, 24 Apr 2001 12:58:12 +0200
32452              Message-ID: <3AE57864.8304.B77A0A@localhost> 
32453              
32454              plus add CPAN to the list of modules that have their own tests.
32455      Branch: perl
32456            ! t/lib/1_compile.t
32457 ____________________________________________________________________________
32458 [  9816] By: jhi                                   on 2001/04/24  14:07:03
32459         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
32460              From: Michael G Schwern <schwern@pobox.com>
32461              Date: Sat, 21 Apr 2001 22:35:00 +0100
32462              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
32463      Branch: perl
32464            ! t/lib/1_compile.t
32465 ____________________________________________________________________________
32466 [  9815] By: jhi                                   on 2001/04/24  13:54:32
32467         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
32468              From: Robin Houston <robin@kitsite.com>
32469              Date: Tue, 24 Apr 2001 15:51:18 +0100
32470              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
32471      Branch: perl
32472            ! ext/B/B/Deparse.pm
32473 ____________________________________________________________________________
32474 [  9814] By: jhi                                   on 2001/04/24  13:17:34
32475         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
32476              From: Bill Glicker <billg@burrelles.com>
32477              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
32478              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
32479      Branch: perl
32480            ! hints/svr5.sh
32481 ____________________________________________________________________________
32482 [  9813] By: jhi                                   on 2001/04/24  12:54:23
32483         Log: Prevent path disclosure (probing for existence of filenames)
32484              using suidperl; bug id 20010322.218.
32485      Branch: perl
32486            ! perl.c pod/perldiag.pod
32487 ____________________________________________________________________________
32488 [  9812] By: jhi                                   on 2001/04/24  12:08:36
32489         Log: Retract #9811.
32490      Branch: perl
32491            ! ext/POSIX/POSIX.xs
32492 ____________________________________________________________________________
32493 [  9811] By: jhi                                   on 2001/04/24  11:57:35
32494         Log: (Retracted by #9812.)
32495      Branch: perl
32496            ! ext/POSIX/POSIX.xs
32497 ____________________________________________________________________________
32498 [  9810] By: jhi                                   on 2001/04/24  03:32:35
32499         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
32500      Branch: perl
32501            ! util.c
32502 ____________________________________________________________________________
32503 [  9809] By: jhi                                   on 2001/04/24  03:16:13
32504         Log: The Math::BigFloat::import() was broken.
32505              (Fixes bug id 20010422.002.)
32506      Branch: perl
32507            ! lib/Math/BigFloat.pm
32508 ____________________________________________________________________________
32509 [  9808] By: jhi                                   on 2001/04/24  01:11:40
32510         Log: Additional dependencies; should help for parallel makes
32511              not to fail on missing lib/lib.pm or lib/re.pm.
32512      Branch: perl
32513            ! Makefile.SH
32514 ____________________________________________________________________________
32515 [  9807] By: jhi                                   on 2001/04/24  00:57:01
32516         Log: Update the test failure disclaimer.
32517      Branch: perl
32518            ! t/pragma/warn/pp_hot
32519 ____________________________________________________________________________
32520 [  9806] By: jhi                                   on 2001/04/24  00:54:04
32521         Log: Add make target "install-all" which is alias for "install"
32522              to cater for case-preserving filesystems like HFS+.
32523      Branch: perl
32524            ! INSTALL Makefile.SH
32525 ____________________________________________________________________________
32526 [  9805] By: jhi                                   on 2001/04/24  00:47:28
32527         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
32528              From: Peter Prymmer <pvhp@forte.com>
32529              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
32530              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
32531              
32532              (Ken William's message forwarded from macosx@perl.org)
32533      Branch: perl
32534            ! hints/darwin.sh
32535 ____________________________________________________________________________
32536 [  9804] By: jhi                                   on 2001/04/23  23:57:35
32537         Log: Cut-and-pasto.
32538      Branch: perl
32539            ! perlio.c
32540 ____________________________________________________________________________
32541 [  9803] By: jhi                                   on 2001/04/23  23:52:25
32542         Log: More PerlIO robustness.
32543      Branch: perl
32544            ! perlio.c
32545 ____________________________________________________________________________
32546 [  9802] By: jhi                                   on 2001/04/23  23:43:35
32547         Log: Make the "STD* opened only for ..." errors more consistent.
32548      Branch: perl
32549            ! doio.c
32550 ____________________________________________________________________________
32551 [  9801] By: jhi                                   on 2001/04/23  23:34:26
32552         Log: Test case for #9800.
32553      Branch: perl
32554            ! t/op/misc.t
32555 ____________________________________________________________________________
32556 [  9800] By: jhi                                   on 2001/04/23  23:14:43
32557         Log: Avoid coredump on 'close STDERR; die' by making
32558              the PerlIO calls more robust.  Also use SETERRNO()
32559              instead of errno = to be more VMS-ready.
32560      Branch: perl
32561            ! perlio.c
32562 ____________________________________________________________________________
32563 [  9799] By: jhi                                   on 2001/04/23  21:41:10
32564         Log: Subject: test for ID 20010423.002
32565              From: Robin Houston <robin@kitsite.com>
32566              Date: Mon, 23 Apr 2001 16:52:21 +0100
32567              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
32568      Branch: perl
32569            ! t/op/avhv.t
32570 ____________________________________________________________________________
32571 [  9798] By: jhi                                   on 2001/04/23  21:40:07
32572         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
32573              From: David Dyck <dcd@tc.fluke.com>
32574              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
32575              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
32576      Branch: perl
32577            ! installperl
32578 ____________________________________________________________________________
32579 [  9797] By: jhi                                   on 2001/04/23  21:37:56
32580         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
32581              From: Benjamin Sugars <bsugars@canoe.ca>
32582              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
32583              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
32584      Branch: perl
32585            ! ext/Cwd/Cwd.xs lib/Cwd.pm
32586 ____________________________________________________________________________
32587 [  9796] By: jhi                                   on 2001/04/23  21:29:24
32588         Log: Synchronize h2xs and pod2man some more on the documentation
32589              templates they propose.
32590      Branch: perl
32591            ! pod/pod2man.PL utils/h2xs.PL
32592 ____________________________________________________________________________
32593 [  9795] By: jhi                                   on 2001/04/23  17:30:40
32594         Log: Add one more naughty test for base64; make encoding logic cleaner.
32595      Branch: perl
32596            ! t/lib/mimeb64.t
32597 ____________________________________________________________________________
32598 [  9794] By: jhi                                   on 2001/04/23  13:51:32
32599         Log: Update Changes.
32600      Branch: perl
32601            ! Changes patchlevel.h
32602 ____________________________________________________________________________
32603 [  9793] By: jhi                                   on 2001/04/23  13:44:18
32604         Log: Duplicate lines.
32605      Branch: perl
32606            ! MANIFEST
32607 ____________________________________________________________________________
32608 [  9792] By: jhi                                   on 2001/04/23  13:39:13
32609         Log: Subject: Re: PATCH 5.7.1
32610              From: Mark-Jason Dominus <mjd@plover.com>
32611              Date: Mon, 23 Apr 2001 10:30:21 -0400
32612              Message-ID: <20010423143021.17335.qmail@plover.com>
32613      Branch: perl
32614            ! perl.h sv.c
32615 ____________________________________________________________________________
32616 [  9791] By: jhi                                   on 2001/04/23  13:32:40
32617         Log: Add the CPAN.pm 1.59_54 tests.
32618      Branch: perl
32619            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
32620            ! MANIFEST
32621 ____________________________________________________________________________
32622 [  9790] By: jhi                                   on 2001/04/23  13:21:55
32623         Log: Subject: Deparse nit
32624              From: Robin Houston <robin@kitsite.com>
32625              Date: Mon, 23 Apr 2001 12:38:20 +0100
32626              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
32627      Branch: perl
32628            ! ext/B/B/Deparse.pm
32629 ____________________________________________________________________________
32630 [  9789] By: jhi                                   on 2001/04/23  13:19:07
32631         Log: Subject: [PATCH] bug 20010423.002
32632              From: Robin Houston <robin@kitsite.com>
32633              Date: Mon, 23 Apr 2001 13:12:30 +0100
32634              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
32635      Branch: perl
32636            ! pp.c
32637 ____________________________________________________________________________
32638 [  9788] By: jhi                                   on 2001/04/23  13:02:49
32639         Log: Subject: PATCH [5.7.1] hv.c unused #define
32640              From: Mark-Jason Dominus <mjd@plover.com>
32641              Date: Sun, 22 Apr 2001 14:17:49 -0400
32642              Message-ID: <20010422181749.26976.qmail@plover.com>
32643      Branch: perl
32644            ! hv.c
32645 ____________________________________________________________________________
32646 [  9787] By: jhi                                   on 2001/04/23  13:02:02
32647         Log: Subject: PATCH 5.7.1
32648              From: Mark-Jason Dominus <mjd@plover.com>
32649              Date: Sun, 22 Apr 2001 15:12:57 -0400
32650              Message-ID: <20010422191258.6539.qmail@plover.com>
32651              
32652              plus Sarathy's STMT_START + STMT_END suggestion.
32653      Branch: perl
32654            ! perl.h
32655 ____________________________________________________________________________
32656 [  9786] By: jhi                                   on 2001/04/23  12:53:25
32657         Log: Fix for
32658              
32659              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
32660              From: dLux <dlux@spam.sch.bme.hu>
32661              Date: Mon, 23 Apr 2001 01:25:26 +0200
32662              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
32663              
32664              (SvGROW really does return a char *.)
32665      Branch: perl
32666            ! pod/perlapi.pod sv.h
32667 ____________________________________________________________________________
32668 [  9785] By: jhi                                   on 2001/04/23  04:34:04
32669         Log: Time::Piece work continues.  $t->day removed since
32670              I think it's too confusing.  Now has normal and
32671              abbreviated length weekday names and month names,
32672              the names change with _names(), not _list().
32673              Now has strftime() in Perl, _strftime() is
32674              the libc version (to which strftime() falls back
32675              if it doesn't know the format.  To do: the reverse
32676              of strftime, strptime(), and the localisation of both.
32677      Branch: perl
32678            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
32679            ! t/lib/time-piece.t
32680 ____________________________________________________________________________
32681 [  9784] By: jhi                                   on 2001/04/23  02:41:46
32682         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
32683              From: andreas.koenig@anima.de (Andreas J. Koenig)
32684              Date: 23 Apr 2001 05:20:55 +0200
32685              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
32686      Branch: perl
32687            ! t/pragma/overload.t
32688 ____________________________________________________________________________
32689 [  9783] By: jhi                                   on 2001/04/22  23:32:42
32690         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
32691              From: Robin Houston <robin@kitsite.com>
32692              Date: Mon, 23 Apr 2001 00:38:18 +0100
32693              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
32694      Branch: perl
32695            ! ext/B/B/Deparse.pm
32696 ____________________________________________________________________________
32697 [  9782] By: jhi                                   on 2001/04/22  20:55:43
32698         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
32699              From: Simon Cozens <simon@netthink.co.uk>
32700              Date: Sun, 22 Apr 2001 18:47:25 +0100
32701              Message-ID: <20010422184725.A14411@netthink.co.uk>
32702      Branch: perl
32703            ! sv.c t/pragma/overload.t
32704 ____________________________________________________________________________
32705 [  9781] By: jhi                                   on 2001/04/22  20:52:13
32706         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
32707              From: Robin Houston <robin@kitsite.com>
32708              Date: Sun, 22 Apr 2001 22:14:50 +0100
32709              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
32710      Branch: perl
32711            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
32712 ____________________________________________________________________________
32713 [  9780] By: nick                                  on 2001/04/22  20:40:31
32714         Log: Integrate mainline.
32715      Branch: perlio
32716           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
32717           +> t/lib/b-stash.t
32718           !> (integrate 38 files)
32719 ____________________________________________________________________________
32720 [  9779] By: jhi                                   on 2001/04/22  15:16:03
32721         Log: Subject: IO::Socket::INET patch
32722              From: andrew deryabin <djsf@technarchy.ru>
32723              Date: Sat, 21 Apr 2001 17:46:52 +0400
32724              Message-ID: <20010421174652.B1426@technarchy>
32725      Branch: perl
32726            ! ext/IO/lib/IO/Socket/INET.pm
32727 ____________________________________________________________________________
32728 [  9778] By: jhi                                   on 2001/04/22  15:14:33
32729         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
32730              From: Mark-Jason Dominus <mjd@plover.com>
32731              Date: Sat, 21 Apr 2001 21:27:49 -0400
32732              Message-ID: <20010422012749.27024.qmail@plover.com>
32733      Branch: perl
32734            ! regcomp.c
32735 ____________________________________________________________________________
32736 [  9777] By: jhi                                   on 2001/04/22  15:10:51
32737         Log: Subject: Re: Regex debugger patch 
32738              From: Mark-Jason Dominus <mjd@plover.com>
32739              Date: Sat, 21 Apr 2001 21:48:51 -0400
32740              Message-ID: <20010422014851.27165.qmail@plover.com>
32741      Branch: perl
32742            ! pod/perldebguts.pod
32743 ____________________________________________________________________________
32744 [  9776] By: jhi                                   on 2001/04/22  15:09:48
32745         Log: Subject: Re: Regex debugger patch
32746              From: Mark-Jason Dominus <mjd@plover.com>
32747              Date: Sat, 21 Apr 2001 14:24:39 -0400
32748              Message-ID: <20010421182439.16508.qmail@plover.com>
32749              
32750              Regex debugger backend.
32751      Branch: perl
32752            ! regcomp.c regexp.h
32753 ____________________________________________________________________________
32754 [  9775] By: jhi                                   on 2001/04/21  16:45:40
32755         Log: Subject: [PATCH] Typo in utf8.h
32756              From: Jesús Quiroga <jquiroga@pobox.com>
32757              Date: Sat, 21 Apr 2001 19:25:33 +0200
32758              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
32759      Branch: perl
32760            ! utf8.h
32761 ____________________________________________________________________________
32762 [  9774] By: jhi                                   on 2001/04/21  16:43:52
32763         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
32764              From: Joe Orton <jorton@redhat.com>
32765              Date: Tue, 17 Apr 2001 15:50:43 +0100
32766              Message-Id: <20010417155043.D19132@eu.c2.net>
32767      Branch: perl
32768            ! hints/svr5.sh
32769 ____________________________________________________________________________
32770 [  9773] By: jhi                                   on 2001/04/21  15:30:15
32771         Log: Subject: Patch utils/h2xs.PL
32772              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
32773              Date: Sat, 21 Apr 2001 10:32:16 -0500
32774              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
32775              
32776              Add MAILING list and LICENSE templates.
32777      Branch: perl
32778            ! utils/h2xs.PL
32779 ____________________________________________________________________________
32780 [  9772] By: jhi                                   on 2001/04/21  15:28:36
32781         Log: Subject: perlfaq2.patch for 5.7.1
32782              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
32783              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
32784              Date: Fri, 20 Apr 2001 16:42:19 -0500
32785              
32786              rm an extra tab, a blurb about the xx.cpan to clarify
32787              which countries actually have that and dejanews is history
32788              as well as most of that nonsensical entry.
32789      Branch: perl
32790            ! pod/perlfaq2.pod
32791 ____________________________________________________________________________
32792 [  9771] By: jhi                                   on 2001/04/21  15:27:17
32793         Log: Subject: perlfaq1.patch for 5.7.1
32794              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
32795              Date: Fri, 20 Apr 2001 16:57:36 -0500
32796              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
32797              
32798              Evil URLs must die. Especially when they are broken.
32799      Branch: perl
32800            ! pod/perlfaq1.pod
32801 ____________________________________________________________________________
32802 [  9770] By: jhi                                   on 2001/04/21  15:23:38
32803         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
32804              From: Michael G Schwern <schwern@pobox.com>
32805              Date: Sat, 21 Apr 2001 16:11:12 +0100
32806              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
32807      Branch: perl
32808            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
32809            + t/lib/b-stash.t
32810            ! MANIFEST ext/B/B.pm t/lib/b.t
32811 ____________________________________________________________________________
32812 [  9769] By: jhi                                   on 2001/04/21  15:03:32
32813         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
32814              From: Michael G Schwern <schwern@pobox.com>
32815              Date: Sat, 21 Apr 2001 09:48:00 +0100
32816              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
32817      Branch: perl
32818            ! utils/h2ph.PL
32819 ____________________________________________________________________________
32820 [  9768] By: jhi                                   on 2001/04/21  14:33:49
32821         Log: PerlIO and Encode doc cleanup and tweaks.
32822      Branch: perl
32823            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
32824            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
32825 ____________________________________________________________________________
32826 [  9767] By: jhi                                   on 2001/04/21  12:40:16
32827         Log: Integrate perlio.
32828      Branch: perl
32829           !> doio.c
32830 ____________________________________________________________________________
32831 [  9766] By: nick                                  on 2001/04/20  18:28:35
32832         Log: Avoid core dump on
32833              open(STDOUT,">",\$foo);
32834      Branch: perlio
32835            ! doio.c
32836 ____________________________________________________________________________
32837 [  9765] By: jhi                                   on 2001/04/20  13:23:43
32838         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
32839              From: Robin Houston <robin@kitsite.com>
32840              Date: Fri, 20 Apr 2001 14:29:22 +0100
32841              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
32842      Branch: perl
32843            ! ext/B/B.pm ext/B/B/Deparse.pm
32844 ____________________________________________________________________________
32845 [  9764] By: jhi                                   on 2001/04/20  13:19:33
32846         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
32847              From: Peter Prymmer <pvhp@forte.com>
32848              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
32849              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
32850      Branch: perl
32851            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
32852            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
32853            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
32854            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
32855 ____________________________________________________________________________
32856 [  9763] By: jhi                                   on 2001/04/20  12:36:39
32857         Log: Subject: Re: A new PerlIO coredump
32858              From: Nick Ing-Simmons <nik@tiuk.ti.com>
32859              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
32860              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
32861      Branch: perl
32862            ! doio.c
32863 ____________________________________________________________________________
32864 [  9762] By: jhi                                   on 2001/04/19  23:02:30
32865         Log: Update Changes.
32866      Branch: perl
32867            ! Changes patchlevel.h
32868 ____________________________________________________________________________
32869 [  9761] By: jhi                                   on 2001/04/19  22:59:19
32870         Log: More cleanup cleanup.
32871      Branch: perl
32872            ! Makefile.SH win32/Makefile win32/makefile.mk
32873 ____________________________________________________________________________
32874 [  9760] By: jhi                                   on 2001/04/19  22:50:31
32875         Log: lib/Time is non-empty, let's not rmdir it.
32876      Branch: perl
32877            ! Makefile.SH
32878 ____________________________________________________________________________
32879 [  9759] By: jhi                                   on 2001/04/19  22:36:51
32880         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
32881              From: Robin Houston <robin@kitsite.com>
32882              Date: Fri, 20 Apr 2001 00:18:53 +0100
32883              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
32884      Branch: perl
32885            ! ext/B/B/Deparse.pm
32886 ____________________________________________________________________________
32887 [  9758] By: jhi                                   on 2001/04/19  22:36:00
32888         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
32889              From: Peter Prymmer <pvhp@forte.com>
32890              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
32891              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
32892      Branch: perl
32893            ! ext/Cwd/Cwd.xs
32894 ____________________________________________________________________________
32895 [  9757] By: nick                                  on 2001/04/19  18:53:54
32896         Log: Blind (untested) integrate of mainline.
32897      Branch: perlio
32898           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
32899           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
32900           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
32901           !> (integrate 53 files)
32902 ____________________________________________________________________________
32903 [  9756] By: jhi                                   on 2001/04/19  16:59:23
32904         Log: Document and test Time::Piece.
32905      Branch: perl
32906            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
32907            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
32908 ____________________________________________________________________________
32909 [  9755] By: jhi                                   on 2001/04/19  12:13:29
32910         Log: A better fix for the \x{12345678} trouble from NI-S.
32911      Branch: perl
32912            ! utf8.c
32913 ____________________________________________________________________________
32914 [  9754] By: jhi                                   on 2001/04/19  11:56:07
32915         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
32916              From: Robin Houston <robin@kitsite.com>
32917              Date: Wed, 18 Apr 2001 17:58:33 +0100
32918              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
32919      Branch: perl
32920            ! ext/B/B/Deparse.pm op.c
32921 ____________________________________________________________________________
32922 [  9753] By: jhi                                   on 2001/04/19  04:21:52
32923         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
32924              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
32925              Date: Thu, 19 Apr 2001 01:11:41 -0400
32926              Message-ID: <20010419011141.A5798@cpan.org>
32927      Branch: perl
32928            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
32929 ____________________________________________________________________________
32930 [  9752] By: jhi                                   on 2001/04/19  02:41:10
32931         Log: The new time utils need to be thread-aware, too.
32932      Branch: perl
32933            ! util.c
32934 ____________________________________________________________________________
32935 [  9751] By: jhi                                   on 2001/04/19  02:26:47
32936         Log: Compilation nit noticed by AIX compiler.
32937      Branch: perl
32938            ! perlio.c
32939 ____________________________________________________________________________
32940 [  9750] By: jhi                                   on 2001/04/19  02:20:06
32941         Log: The new time utils need to be public.
32942      Branch: perl
32943            ! embed.pl
32944 ____________________________________________________________________________
32945 [  9749] By: jhi                                   on 2001/04/19  01:42:39
32946         Log: Regen toc.
32947      Branch: perl
32948            ! pod/perltoc.pod
32949 ____________________________________________________________________________
32950 [  9748] By: jhi                                   on 2001/04/19  01:41:10
32951         Log: Add Time::Piece, a slight rewrite of Time::Object,
32952              from Matt Sergeant.
32953      Branch: perl
32954            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
32955            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
32956            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
32957            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
32958            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
32959            ! win32/makefile.mk
32960 ____________________________________________________________________________
32961 [  9747] By: jhi                                   on 2001/04/19  00:55:35
32962         Log: The new metaconfig unit from strftime.
32963      Branch: metaconfig/U/perl
32964            + d_strftime.U
32965 ____________________________________________________________________________
32966 [  9746] By: jhi                                   on 2001/04/19  00:54:54
32967         Log: Move the strftime() wrapper from POSIX.xs to util.c
32968              as my_strftime(), requires HAS_STRFTIME.
32969      Branch: perl
32970            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32971            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
32972            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
32973            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32974            ! vos/config.ga.h win32/config.bc win32/config.gc
32975            ! win32/config.vc
32976 ____________________________________________________________________________
32977 [  9745] By: jhi                                   on 2001/04/18  23:11:03
32978         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
32979              in preparation of Time::Piece.
32980      Branch: perl
32981            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
32982 ____________________________________________________________________________
32983 [  9744] By: jhi                                   on 2001/04/18  22:33:12
32984         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
32985              From: Peter Prymmer <pvhp@forte.com>
32986              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
32987              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
32988      Branch: perl
32989            ! t/lib/exporter.t
32990 ____________________________________________________________________________
32991 [  9743] By: jhi                                   on 2001/04/18  22:32:23
32992         Log: Subject: Fwd: pod2html leaves cache files lying around?
32993              From: Rajesh Vaidheeswarran <rv@gnu.org>
32994              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
32995              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
32996      Branch: perl
32997            ! lib/Pod/Html.pm
32998 ____________________________________________________________________________
32999 [  9742] By: jhi                                   on 2001/04/18  20:31:49
33000         Log: Update Changes.
33001      Branch: perl
33002            ! Changes patchlevel.h
33003 ____________________________________________________________________________
33004 [  9741] By: jhi                                   on 2001/04/18  20:23:02
33005         Log: Declare hints only if needed.
33006      Branch: perl
33007            ! ext/B/B/Deparse.pm
33008 ____________________________________________________________________________
33009 [  9740] By: jhi                                   on 2001/04/18  19:06:05
33010         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
33011              bug noticed by Robin Houston; basically the code of detecting
33012              value wraparound was acting differently under different compilers
33013              and platforms.  The workaround is to remove the overflow check
33014              for now, a real fix would be to do the overflow (portably) right.
33015      Branch: perl
33016            ! t/op/pat.t utf8.c
33017 ____________________________________________________________________________
33018 [  9739] By: jhi                                   on 2001/04/18  19:01:23
33019         Log: Subject: [PATCH B::Deparse] some pragma support
33020              From: Robin Houston <robin@kitsite.com>
33021              Date: Wed, 18 Apr 2001 19:32:12 +0100
33022              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
33023      Branch: perl
33024            ! ext/B/B/Deparse.pm
33025 ____________________________________________________________________________
33026 [  9738] By: jhi                                   on 2001/04/18  15:16:37
33027         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
33028              From: Benjamin Sugars <bsugars@canoe.ca>
33029              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
33030              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
33031      Branch: perl
33032            ! t/op/glob.t
33033 ____________________________________________________________________________
33034 [  9737] By: jhi                                   on 2001/04/18  13:24:50
33035         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
33036              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33037              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
33038              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
33039      Branch: perl
33040            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
33041            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
33042 ____________________________________________________________________________
33043 [  9736] By: jhi                                   on 2001/04/18  04:15:14
33044         Log: The #9735 also changes the subtest 12.
33045      Branch: perl
33046            ! t/lib/b.t
33047 ____________________________________________________________________________
33048 [  9735] By: jhi                                   on 2001/04/18  03:55:17
33049         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
33050              From: David Dyck <dcd@tc.fluke.com>
33051              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
33052              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
33053      Branch: perl
33054            ! ext/B/B/Deparse.pm
33055 ____________________________________________________________________________
33056 [  9734] By: jhi                                   on 2001/04/18  03:54:11
33057         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
33058              From: Gisle Aas <gisle@ActiveState.com>
33059              Date: 17 Apr 2001 19:06:45 -0700
33060              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
33061      Branch: perl
33062            ! pp_hot.c t/op/misc.t
33063 ____________________________________________________________________________
33064 [  9733] By: jhi                                   on 2001/04/17  22:25:22
33065         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
33066              From: "Abigail" <abigail@foad.org>
33067              Date: Wed, 18 Apr 2001 01:17:46 +0200
33068              Message-ID: <20010417231746.21657.qmail@foad.org>
33069      Branch: perl
33070            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
33071 ____________________________________________________________________________
33072 [  9732] By: jhi                                   on 2001/04/17  20:47:56
33073         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
33074              From: Robin Houston <robin@kitsite.com>
33075              Date: Tue, 17 Apr 2001 22:37:42 +0100
33076              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
33077      Branch: perl
33078            ! ext/B/B/Deparse.pm
33079 ____________________________________________________________________________
33080 [  9731] By: nick                                  on 2001/04/17  20:46:35
33081         Log: Re-sync for t/lib/b.t fix
33082      Branch: perlio
33083           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
33084 ____________________________________________________________________________
33085 [  9730] By: jhi                                   on 2001/04/17  20:45:29
33086         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
33087              From: Robin Houston <robin@kitsite.com>
33088              Date: Tue, 17 Apr 2001 22:29:36 +0100
33089              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
33090      Branch: perl
33091            ! ext/B/B.xs ext/B/B/Deparse.pm
33092 ____________________________________________________________________________
33093 [  9729] By: jhi                                   on 2001/04/17  20:43:11
33094         Log: Subject: Deparse - parenthesise args to undeclared subs
33095              From: Robin Houston <robin@kitsite.com>
33096              Date: Tue, 17 Apr 2001 21:31:05 +0100
33097              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
33098      Branch: perl
33099            ! ext/B/B/Deparse.pm
33100 ____________________________________________________________________________
33101 [  9728] By: jhi                                   on 2001/04/17  18:57:30
33102         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
33103              From: Benjamin Sugars <ben.sugars@home.com>
33104              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
33105              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
33106      Branch: perl
33107            ! t/lib/cwd.t
33108 ____________________________________________________________________________
33109 [  9727] By: jhi                                   on 2001/04/17  18:20:20
33110         Log: Subject: [PATCH B::Deparse] ambient pragmas
33111              From: Robin Houston <robin@kitsite.com>
33112              Date: Tue, 17 Apr 2001 20:01:59 +0100
33113              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
33114      Branch: perl
33115            ! ext/B/B/Deparse.pm t/lib/b.t
33116 ____________________________________________________________________________
33117 [  9726] By: nick                                  on 2001/04/17  16:33:51
33118         Log: Integrate mainline (t/lib/b.t fails test 2...)
33119      Branch: perlio
33120           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
33121           +> ext/List/Util/README ext/List/Util/Util.xs
33122           +> ext/List/Util/lib/List/Util.pm
33123           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
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           !> (integrate 31 files)
33129 ____________________________________________________________________________
33130 [  9725] By: jhi                                   on 2001/04/17  12:14:24
33131         Log: Subject: multiple B::* changes
33132              From: Robin Houston <robin@kitsite.com>
33133              Date: Thu, 12 Apr 2001 20:12:27 +0100
33134              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
33135      Branch: perl
33136            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
33137 ____________________________________________________________________________
33138 [  9724] By: jhi                                   on 2001/04/17  11:59:05
33139         Log: Thread-awareness from Doug MacEachern.
33140      Branch: perl
33141            ! ext/List/Util/Util.xs
33142 ____________________________________________________________________________
33143 [  9723] By: jhi                                   on 2001/04/17  11:57:41
33144         Log: Make the test more portable.
33145      Branch: perl
33146            ! t/lib/cwd.t
33147 ____________________________________________________________________________
33148 [  9722] By: jhi                                   on 2001/04/17  11:53:50
33149         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
33150              From: Benjamin Sugars <ben.sugars@home.com>
33151              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
33152              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
33153      Branch: perl
33154            ! t/lib/cwd.t
33155 ____________________________________________________________________________
33156 [  9721] By: jhi                                   on 2001/04/17  11:52:17
33157         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
33158              From: Benjamin Sugars <bsugars@canoe.ca>
33159              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
33160              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
33161      Branch: perl
33162            ! op.c
33163 ____________________________________________________________________________
33164 [  9720] By: jhi                                   on 2001/04/17  11:35:42
33165         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
33166              From: Chris Nandor <pudge@pobox.com>
33167              Date: Tue, 17 Apr 2001 00:30:49 -0400
33168              Message-Id: <p05100207b701768712de@[10.0.1.177]>
33169      Branch: perl
33170            ! ext/File/Glob/bsd_glob.c gv.c
33171 ____________________________________________________________________________
33172 [  9719] By: jhi                                   on 2001/04/17  11:32:13
33173         Log: Subject: [PATCH] Tweten->West
33174              From: Casey West <casey@geeknest.com>
33175              Date: Mon, 16 Apr 2001 12:11:22 -0400
33176              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
33177      Branch: perl
33178            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
33179            ! pod/perltie.pod
33180 ____________________________________________________________________________
33181 [  9718] By: jhi                                   on 2001/04/16  03:22:52
33182         Log: Update Changes.
33183      Branch: perl
33184            ! Changes patchlevel.h
33185 ____________________________________________________________________________
33186 [  9717] By: jhi                                   on 2001/04/16  03:06:28
33187         Log: Regen toc.
33188      Branch: perl
33189            ! pod/perltoc.pod
33190 ____________________________________________________________________________
33191 [  9716] By: jhi                                   on 2001/04/16  02:58:42
33192         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
33193              From: Prymmer/Kahn <pvhp@best.com>
33194              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
33195              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
33196      Branch: perl
33197            ! utf8.c
33198 ____________________________________________________________________________
33199 [  9715] By: jhi                                   on 2001/04/15  23:40:35
33200         Log: Subject: Re: Net::Ping patch, adds stream protocol
33201              From: bronson@rinspin.com (Scott Bronson)
33202              Date: Tue, 10 Apr 2001 23:58:33 -0700
33203              Message-ID: <20010410235833.N29719@rinspin.com>
33204      Branch: perl
33205            ! lib/Net/Ping.pm
33206 ____________________________________________________________________________
33207 [  9714] By: jhi                                   on 2001/04/15  23:31:46
33208         Log: Printing out the ok messages helps successful testing.
33209      Branch: perl
33210            ! t/lib/time-hires.t
33211 ____________________________________________________________________________
33212 [  9713] By: jhi                                   on 2001/04/15  21:43:24
33213         Log: Update Douglas Wegscheid's email.
33214      Branch: perl
33215            ! AUTHORS
33216 ____________________________________________________________________________
33217 [  9712] By: jhi                                   on 2001/04/15  21:40:41
33218         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
33219              From: Michael G Schwern <schwern@pobox.com>
33220              Date: Sat, 14 Apr 2001 22:40:50 +0100
33221              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
33222      Branch: perl
33223            + t/lib/exporter.t
33224            ! MANIFEST lib/Exporter/Heavy.pm
33225 ____________________________________________________________________________
33226 [  9711] By: jhi                                   on 2001/04/15  21:39:21
33227         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
33228              From: Michael G Schwern <schwern@pobox.com>
33229              Date: Sat, 14 Apr 2001 22:13:59 +0100
33230              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
33231      Branch: perl
33232            ! t/op/loopctl.t
33233 ____________________________________________________________________________
33234 [  9710] By: jhi                                   on 2001/04/15  21:30:19
33235         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
33236              From: Michael G Schwern <schwern@pobox.com>
33237              Date: Sat, 14 Apr 2001 22:05:32 +0100
33238              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
33239      Branch: perl
33240            ! t/pragma/warnings.t
33241 ____________________________________________________________________________
33242 [  9709] By: jhi                                   on 2001/04/15  19:34:09
33243         Log: Integrate changes #9706,9707 from maintperl into mainline.
33244              
33245              change#7210 broke .packlist generation
33246              
33247              ExtUtils::Installed doesn't quote regex metacharacters in paths
33248              before using them in match; also make it work for dosish platforms
33249      Branch: perl
33250           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
33251 ____________________________________________________________________________
33252 [  9708] By: jhi                                   on 2001/04/15  19:31:01
33253         Log: Test also the scalar aspect of getitimer().
33254      Branch: perl
33255            ! t/lib/time-hires.t
33256 ____________________________________________________________________________
33257 [  9707] By: gsar                                  on 2001/04/15  17:24:20
33258         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
33259              before using them in match; also make it work for dosish platforms
33260      Branch: maint-5.6/perl
33261            ! lib/ExtUtils/Installed.pm
33262 ____________________________________________________________________________
33263 [  9706] By: gsar                                  on 2001/04/15  17:21:59
33264         Log: change#7210 broke .packlist generation (listed only filename
33265              rather than fully qualified path name)
33266      Branch: maint-5.6/perl
33267            ! lib/ExtUtils/Install.pm
33268 ____________________________________________________________________________
33269 [  9705] By: jhi                                   on 2001/04/15  12:36:33
33270         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
33271      Branch: perl
33272            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
33273            ! t/lib/time-hires.t
33274 ____________________________________________________________________________
33275 [  9704] By: jhi                                   on 2001/04/15  10:49:08
33276         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
33277              From: Prymmer/Kahn <pvhp@best.com>
33278              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
33279              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
33280      Branch: perl
33281            ! lib/utf8.pm pod/perlebcdic.pod
33282 ____________________________________________________________________________
33283 [  9703] By: jhi                                   on 2001/04/15  02:26:26
33284         Log: I keep forgetting to sort MANIFEST.
33285      Branch: perl
33286            ! MANIFEST
33287 ____________________________________________________________________________
33288 [  9702] By: jhi                                   on 2001/04/15  02:07:47
33289         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
33290              Now we have blessed, reftype, tainted, first, reduce, ...
33291      Branch: perl
33292            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
33293            + ext/List/Util/README ext/List/Util/Util.xs
33294            + ext/List/Util/lib/List/Util.pm
33295            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
33296            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
33297            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
33298            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
33299            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
33300            ! MANIFEST
33301 ____________________________________________________________________________
33302 [  9701] By: jhi                                   on 2001/04/14  15:05:25
33303         Log: Subject: RE: dprofpp.pl updates 
33304              From: Carl Eklof <CEklof@endeca.com>
33305              Date: Thu, 12 Apr 2001 18:45:46 -0400
33306              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
33307      Branch: perl
33308            ! utils/dprofpp.PL
33309 ____________________________________________________________________________
33310 [  9700] By: jhi                                   on 2001/04/14  14:44:55
33311         Log: Do not just blindly add CR.
33312      Branch: perl
33313            ! Porting/makerel
33314 ____________________________________________________________________________
33315 [  9699] By: jhi                                   on 2001/04/13  13:17:01
33316         Log: Update Changes.
33317      Branch: perl
33318            ! Changes patchlevel.h
33319 ____________________________________________________________________________
33320 [  9698] By: jhi                                   on 2001/04/13  12:44:48
33321         Log: Integrate perlio.
33322      Branch: perl
33323           !> ext/PerlIO/Scalar/Scalar.xs
33324 ____________________________________________________________________________
33325 [  9697] By: jhi                                   on 2001/04/13  12:29:15
33326         Log: Add more debug output to the test.
33327      Branch: perl
33328            ! t/lib/cwd.t
33329 ____________________________________________________________________________
33330 [  9696] By: nick                                  on 2001/04/13  10:14:29
33331         Log: Fix core dump on binmode($fh,'Scalar')
33332      Branch: perlio
33333            ! ext/PerlIO/Scalar/Scalar.xs
33334 ____________________________________________________________________________
33335 [  9695] By: nick                                  on 2001/04/13  09:05:42
33336         Log: Integrate mainline
33337      Branch: perlio
33338           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33339           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
33340           +> t/lib/time-hires.t
33341           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
33342           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
33343           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
33344           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
33345           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
33346           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
33347           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
33348 ____________________________________________________________________________
33349 [  9694] By: jhi                                   on 2001/04/12  22:23:35
33350         Log: Integrate change #9693 from maintperl into mainline.
33351              
33352              $VERSION and Version() on the same line provokes a warning from
33353              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
33354      Branch: perl
33355           !> lib/Devel/SelfStubber.pm
33356 ____________________________________________________________________________
33357 [  9693] By: gsar                                  on 2001/04/12  21:55:56
33358         Log: $VERSION and Version() on the same line provokes a warning from
33359              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
33360      Branch: maint-5.6/perl
33361            ! lib/Devel/SelfStubber.pm
33362 ____________________________________________________________________________
33363 [  9692] By: jhi                                   on 2001/04/12  13:54:00
33364         Log: This is at least 5.005.
33365      Branch: perl
33366            ! ext/Time/HiRes/HiRes.xs
33367 ____________________________________________________________________________
33368 [  9691] By: jhi                                   on 2001/04/12  13:37:20
33369         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
33370      Branch: perl
33371            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
33372            ! win32/Makefile win32/makefile.mk
33373 ____________________________________________________________________________
33374 [  9690] By: jhi                                   on 2001/04/12  01:34:46
33375         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
33376      Branch: perl
33377            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33378            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
33379            + t/lib/time-hires.t
33380            ! MANIFEST
33381 ____________________________________________________________________________
33382 [  9689] By: jhi                                   on 2001/04/12  00:28:39
33383         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
33384              From: Gisle Aas <gisle@ActiveState.com>
33385              Date: 11 Apr 2001 16:36:11 -0700
33386              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
33387      Branch: perl
33388            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
33389 ____________________________________________________________________________
33390 [  9688] By: jhi                                   on 2001/04/12  00:27:39
33391         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
33392              From: Gisle Aas <gisle@ActiveState.com>
33393              Date: 11 Apr 2001 11:13:24 -0700
33394              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
33395      Branch: perl
33396            ! ext/MIME/Base64/Base64.xs
33397 ____________________________________________________________________________
33398 [  9687] By: jhi                                   on 2001/04/11  19:51:47
33399         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
33400      Branch: perl
33401            ! Todo-5.6
33402 ____________________________________________________________________________
33403 [  9686] By: jhi                                   on 2001/04/11  16:54:25
33404         Log: Subject: [PATCH opcode.pl] Documentation of table format
33405              From: Simon Cozens <simon@netthink.co.uk>
33406              Date: Wed, 11 Apr 2001 12:59:31 +0100
33407              Message-ID: <20010411125931.A25681@netthink.co.uk>
33408      Branch: perl
33409            ! opcode.pl
33410 ____________________________________________________________________________
33411 [  9685] By: jhi                                   on 2001/04/11  16:53:15
33412         Log: Subject: [PATCH] prototype("CORE::recv")
33413              From: Simon Cozens <simon@netthink.co.uk>
33414              Date: Wed, 11 Apr 2001 13:24:35 +0100
33415              Message-ID: <20010411132435.A26169@netthink.co.uk>
33416      Branch: perl
33417            ! pp.c t/comp/proto.t
33418 ____________________________________________________________________________
33419 [  9684] By: jhi                                   on 2001/04/11  16:47:13
33420         Log: FAQ (and AUTHORS) update from Dan Carson: the information
33421              was several years obsolete, Term::Readkey has been updated
33422              to have the functionality.
33423      Branch: perl
33424            ! AUTHORS pod/perlfaq5.pod
33425 ____________________________________________________________________________
33426 [  9683] By: jhi                                   on 2001/04/11  12:15:46
33427         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
33428              From: Calle Dybedahl <calle@lysator.liu.se>
33429              Date: 10 Apr 2001 16:44:16 +0200
33430              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
33431      Branch: perl
33432            ! ext/MIME/Base64/Base64.xs
33433 ____________________________________________________________________________
33434 [  9682] By: jhi                                   on 2001/04/11  12:12:26
33435         Log: A more minimal fix for 20010410.006 from Hugo.
33436      Branch: perl
33437            ! regexec.c
33438 ____________________________________________________________________________
33439 [  9681] By: jhi                                   on 2001/04/11  11:34:23
33440         Log: Integrate changes #9678,9679 from maintline into mainperl.
33441              
33442              addendum to change#9676
33443              
33444              up $File::Glob::VERSION; add a note pointing out the version of
33445              the OpenBSD glob bsd_glob.c resembles
33446      Branch: perl
33447           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33448           !> ext/File/Glob/bsd_glob.h
33449 ____________________________________________________________________________
33450 [  9680] By: jhi                                   on 2001/04/11  11:30:38
33451         Log: Bad test numbering in integrate in #9677.
33452              Fixes ID 20010411.001.
33453      Branch: perl
33454            ! t/op/pat.t
33455 ____________________________________________________________________________
33456 [  9679] By: gsar                                  on 2001/04/11  03:38:40
33457         Log: up $File::Glob::VERSION; add a note pointing out the version of
33458              the OpenBSD glob bsd_glob.c resembles
33459      Branch: maint-5.6/perl
33460            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33461            ! ext/File/Glob/bsd_glob.h
33462 ____________________________________________________________________________
33463 [  9678] By: gsar                                  on 2001/04/11  03:09:48
33464         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
33465              revision 1.8.10.1 found here:
33466              
33467              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
33468      Branch: maint-5.6/perl
33469            ! ext/File/Glob/bsd_glob.c
33470 ____________________________________________________________________________
33471 [  9677] By: jhi                                   on 2001/04/11  02:54:39
33472         Log: Integrate changes #9675,9676 from maintperl into mainline.
33473              
33474              fix for bug 20010410.006, undo change#7115
33475              
33476              port the OpenBSD glob() security patch
33477      Branch: perl
33478           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
33479           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
33480           !> t/op/pat.t
33481 ____________________________________________________________________________
33482 [  9676] By: gsar                                  on 2001/04/11  02:19:02
33483         Log: port the glob() security patch found at:
33484              
33485              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
33486              
33487              CERT advisory for the issue is here:
33488              
33489              http://www.cert.org/advisories/CA-2001-07.html
33490              
33491              Note that the security scare is only relevant for those who are
33492              foolish enough to build suidperl (which is now officially discouraged)
33493      Branch: maint-5.6/perl
33494            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
33495            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
33496 ____________________________________________________________________________
33497 [  9675] By: gsar                                  on 2001/04/10  23:52:11
33498         Log: fix for bug 20010410.006
33499              
33500              undo change#7115 (came into maint-5.6 as change#8156)
33501              
33502              add tests to keep it from coming back
33503      Branch: maint-5.6/perl
33504            ! regexec.c t/op/pat.t
33505 ____________________________________________________________________________
33506 [  9674] By: nick                                  on 2001/04/10  20:39:31
33507         Log: Integrate mainline
33508      Branch: perlio
33509           +> Porting/testall.atom
33510           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
33511           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
33512           !> t/lib/lc-uk.t t/pod/find.t
33513 ____________________________________________________________________________
33514 [  9673] By: nick                                  on 2001/04/10  18:46:14
33515         Log: Integrate against change 9670 aka perl-5.7.1
33516      Branch: perlio
33517           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
33518           !> (integrate 53 files)
33519 ____________________________________________________________________________
33520 [  9672] By: jhi                                   on 2001/04/10  13:45:01
33521         Log: Add a script for doing cumulative profile of the test suite.
33522              (Requires ATOM, that is, Tru64.)
33523      Branch: perl
33524            + Porting/testall.atom
33525            ! MANIFEST
33526 ____________________________________________________________________________
33527 [  9671] By: jhi                                   on 2001/04/10  12:38:53
33528         Log: Missing std block.
33529      Branch: perl
33530            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
33531            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
33532            ! t/pod/find.t
33533 ____________________________________________________________________________
33534 [  9670] By: jhi                                   on 2001/04/10  01:25:58
33535         Log: This is 5.7.1.
33536      Branch: perl
33537            ! patchlevel.h
33538 ____________________________________________________________________________
33539 [  9669] By: jhi                                   on 2001/04/10  01:09:14
33540         Log: Update Changes.
33541      Branch: perl
33542            ! Changes patchlevel.h
33543 ____________________________________________________________________________
33544 [  9668] By: jhi                                   on 2001/04/10  01:00:38
33545         Log: Regen toc.
33546      Branch: perl
33547            ! pod/perltoc.pod
33548 ____________________________________________________________________________
33549 [  9667] By: jhi                                   on 2001/04/10  00:52:16
33550         Log: Update perlhist.
33551      Branch: perl
33552            ! pod/perlhist.pod
33553 ____________________________________________________________________________
33554 [  9666] By: jhi                                   on 2001/04/09  23:38:59
33555         Log: Slight wording tweaks from Damian to #9658.
33556      Branch: perl
33557            ! pod/perlobj.pod
33558 ____________________________________________________________________________
33559 [  9665] By: jhi                                   on 2001/04/09  19:56:06
33560         Log: Subject: [PATCH perlutil.pod] Nit
33561              From: Simon Cozens <simon@netthink.co.uk>
33562              Date: Mon, 9 Apr 2001 20:29:44 +0100
33563              Message-ID: <20010409202944.A14796@the.earth.li>
33564      Branch: perl
33565            ! pod/perlutil.pod
33566 ____________________________________________________________________________
33567 [  9664] By: jhi                                   on 2001/04/09  19:54:42
33568         Log: Subject: Re: perl571delta.pod@9631
33569              From: Mike Guy <mjtg@cam.ac.uk>
33570              Date: Mon, 09 Apr 2001 18:09:14 +0100
33571              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
33572      Branch: perl
33573            ! pod/perl571delta.pod
33574 ____________________________________________________________________________
33575 [  9663] By: jhi                                   on 2001/04/09  13:43:35
33576         Log: Update Changes.
33577      Branch: perl
33578            ! Changes patchlevel.h
33579 ____________________________________________________________________________
33580 [  9662] By: jhi                                   on 2001/04/09  13:24:46
33581         Log: tweak tweak.
33582      Branch: perl
33583            ! AUTHORS pod/perl571delta.pod
33584 ____________________________________________________________________________
33585 [  9661] By: jhi                                   on 2001/04/09  13:15:13
33586         Log: Thinko in manual patch applying.
33587      Branch: perl
33588            ! sv.c
33589 ____________________________________________________________________________
33590 [  9660] By: jhi                                   on 2001/04/09  13:07:53
33591         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
33592              From: Robin Barker <rmb1@cise.npl.co.uk> 
33593              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
33594              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
33595              
33596              (This corrects the case where the "isn't numeric" string contains \0s
33597              and is longer than the temporary buffer, and contains \0 at the point
33598              the string would be truncated by "...".) 
33599      Branch: perl
33600            ! sv.c
33601 ____________________________________________________________________________
33602 [  9659] By: jhi                                   on 2001/04/09  12:57:41
33603         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
33604      Branch: perl
33605            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
33606            ! t/lib/cgi-function.t t/lib/cgi-html.t
33607 ____________________________________________________________________________
33608 [  9658] By: jhi                                   on 2001/04/09  12:48:47
33609         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
33610              From: Ilmari Karonen <iltzu@sci.fi>
33611              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
33612              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
33613              
33614              Rearrange and rewrite the Method Invocation section
33615              to explain the concepts in nicer order.
33616      Branch: perl
33617            ! pod/perlobj.pod
33618 ____________________________________________________________________________
33619 [  9657] By: jhi                                   on 2001/04/09  12:35:58
33620         Log: Upgrade to podlators 1.09, from Russ Allbery.
33621      Branch: perl
33622            ! lib/Pod/Man.pm lib/Pod/Text.pm
33623 ____________________________________________________________________________
33624 [  9656] By: jhi                                   on 2001/04/09  12:31:53
33625         Log: perl571delta.
33626      Branch: perl
33627            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
33628 ____________________________________________________________________________
33629 [  9655] By: jhi                                   on 2001/04/09  12:20:09
33630         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
33631              From: Prymmer/Kahn <pvhp@best.com>
33632              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
33633              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
33634      Branch: perl
33635            ! lib/utf8.pm pod/perlunicode.pod
33636 ____________________________________________________________________________
33637 [  9654] By: gsar                                  on 2001/04/09  03:38:33
33638         Log: here lies 5.6.1
33639      Branch: maint-5.6/perl
33640            ! Changes
33641 ____________________________________________________________________________
33642 [  9653] By: jhi                                   on 2001/04/09  03:25:24
33643         Log: Update perlhist.
33644      Branch: perl
33645            ! pod/perlhist.pod
33646 ____________________________________________________________________________
33647 [  9652] By: jhi                                   on 2001/04/09  03:18:49
33648         Log: perl571delta tweaking continues.
33649      Branch: perl
33650            ! pod/perl571delta.pod
33651 ____________________________________________________________________________
33652 [  9651] By: gsar                                  on 2001/04/09  03:11:19
33653         Log: update Changes, patchlevel.h &c.
33654      Branch: maint-5.6/perl
33655            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
33656            ! pod/perltoc.pod
33657 ____________________________________________________________________________
33658 [  9650] By: jhi                                   on 2001/04/09  02:40:24
33659         Log: Integrate the perlfork half of #9513 from maintperl into mainline
33660              (the perlunicode half is obsolete)
33661      Branch: perl
33662            ! pod/perlfork.pod
33663 ____________________________________________________________________________
33664 [  9649] By: gsar                                  on 2001/04/09  02:35:43
33665         Log: tweak perldelta as suggested by Jarkko
33666      Branch: maint-5.6/perl
33667            ! pod/perldelta.pod
33668 ____________________________________________________________________________
33669 [  9648] By: jhi                                   on 2001/04/09  02:13:04
33670         Log: Integrate change #9646 from maintperl into mainline.
33671              
33672              add note about ithreads and Thread.pm
33673      Branch: perl
33674           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
33675 ____________________________________________________________________________
33676 [  9647] By: jhi                                   on 2001/04/09  02:10:18
33677         Log: Bad assumption that shortsize == 2.
33678      Branch: perl
33679            ! t/lib/xs-typemap.t
33680 ____________________________________________________________________________
33681 [  9646] By: gsar                                  on 2001/04/09  00:48:04
33682         Log: add note about ithreads and Thread.pm (too many people are
33683              confused by the fact that Thread.pm is built and installed
33684              under non-5005threads but doesn't work)
33685      Branch: maint-5.6/perl
33686            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
33687 ____________________________________________________________________________
33688 [  9645] By: gsar                                  on 2001/04/09  00:19:03
33689         Log: update perldelta.pod for changes in 5.6.1
33690      Branch: maint-5.6/perl
33691            ! Changes pod/perldelta.pod
33692 ____________________________________________________________________________
33693 [  9644] By: jhi                                   on 2001/04/08  20:37:00
33694         Log: Integrate change #9639 from maintperl into mainline:
33695              on windows, many of the README.* pods were being copied to
33696              the wrong location
33697      Branch: perl
33698           !> win32/Makefile win32/makefile.mk
33699 ____________________________________________________________________________
33700 [  9643] By: jhi                                   on 2001/04/08  20:07:11
33701         Log: Integrate change #9624 from maintperl into mainline:
33702              the pod tests were not okay.  (t/pod/find.t changes ignored)
33703      Branch: perl
33704           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
33705           !> t/pod/include.t t/pod/included.t t/pod/lref.t
33706           !> t/pod/multiline_items.t t/pod/nested_items.t
33707           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
33708           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
33709 ____________________________________________________________________________
33710 [  9642] By: jhi                                   on 2001/04/08  19:57:17
33711         Log: Integrate change #9638 from maintperl into mainline:
33712              update to latest JPL from the anoncvs repository
33713      Branch: perl
33714           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
33715           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
33716           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
33717 ____________________________________________________________________________
33718 [  9641] By: jhi                                   on 2001/04/08  19:53:30
33719         Log: perl571delta updates.
33720      Branch: perl
33721            ! lib/Filter/Simple.pm pod/perl571delta.pod
33722 ____________________________________________________________________________
33723 [  9640] By: gsar                                  on 2001/04/08  19:20:46
33724         Log: integrate change#9634 from mainline
33725              
33726              Fix the perlmodlib generation (didn't understand separate .pod
33727              files; didn't understand -- as the name-thing separator).
33728              Update the CPAN mirrors list.
33729      Branch: maint-5.6/perl
33730            ! pod/perlmodlib.pod
33731           !> pod/perlmodlib.PL
33732 ____________________________________________________________________________
33733 [  9639] By: gsar                                  on 2001/04/08  18:57:31
33734         Log: on windows, many of the README.* pods were being copied to the wrong
33735              location
33736      Branch: maint-5.6/perl
33737            ! win32/Makefile win32/makefile.mk
33738 ____________________________________________________________________________
33739 [  9638] By: gsar                                  on 2001/04/08  18:38:25
33740         Log: update to latest JPL from the anoncvs repository
33741      Branch: maint-5.6/perl
33742            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
33743            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
33744            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
33745 ____________________________________________________________________________
33746 [  9637] By: jhi                                   on 2001/04/08  17:53:53
33747         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
33748      Branch: perl
33749            ! pod/perl571delta.pod
33750 ____________________________________________________________________________
33751 [  9636] By: jhi                                   on 2001/04/08  17:18:32
33752         Log: Regen toc.
33753      Branch: perl
33754            ! pod/perltoc.pod
33755 ____________________________________________________________________________
33756 [  9635] By: jhi                                   on 2001/04/08  17:16:33
33757         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
33758              From: "Craig A. Berry" <craigberry@mac.com>
33759              Date: Sun, 08 Apr 2001 12:30:16 -0500
33760              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
33761      Branch: perl
33762            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
33763 ____________________________________________________________________________
33764 [  9634] By: jhi                                   on 2001/04/08  17:09:19
33765         Log: Fix the perlmodlib generation (didn't understand separate .pod
33766              files; didn't understand -- as the name-thing separator).
33767              
33768              Update the CPAN mirrors list.
33769      Branch: perl
33770            ! pod/perlmodlib.PL pod/perlmodlib.pod
33771 ____________________________________________________________________________
33772 [  9633] By: jhi                                   on 2001/04/08  16:49:17
33773         Log: Sort MANIFEST.
33774      Branch: perl
33775            ! MANIFEST
33776 ____________________________________________________________________________
33777 [  9632] By: gsar                                  on 2001/04/08  16:36:06
33778         Log: add $Tie::RefHash::VERSION
33779      Branch: maint-5.6/perl
33780            ! lib/Tie/RefHash.pm
33781 ____________________________________________________________________________
33782 [  9631] By: jhi                                   on 2001/04/08  16:10:15
33783         Log: perl571delta updates based on p5p feedback; still needs
33784              lots of examples.
33785      Branch: perl
33786            ! pod/perl571delta.pod
33787 ____________________________________________________________________________
33788 [  9630] By: jhi                                   on 2001/04/08  15:59:13
33789         Log: Update the list of supported platforms to talk about 5.7.1
33790              (and 5.6.1)
33791      Branch: perl
33792            ! pod/perlport.pod
33793 ____________________________________________________________________________
33794 [  9629] By: jhi                                   on 2001/04/08  15:55:41
33795         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
33796              from maintperl into mainline: perlport updates.
33797      Branch: perl
33798            ! pod/perlport.pod
33799 ____________________________________________________________________________
33800 [  9628] By: jhi                                   on 2001/04/08  15:53:17
33801         Log: perlsolaris.pod copied to wrong directory.
33802      Branch: perl
33803            ! win32/makefile.mk
33804 ____________________________________________________________________________
33805 [  9627] By: jhi                                   on 2001/04/08  14:48:18
33806         Log: Subject: Typos in perl571delta.pod
33807              From: "Stephen P. Potter" <spp@spotter.yi.org>
33808              Date: Sat, 07 Apr 2001 20:37:05 -0400
33809              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
33810      Branch: perl
33811            ! pod/perl571delta.pod
33812 ____________________________________________________________________________
33813 [  9626] By: jhi                                   on 2001/04/08  14:39:04
33814         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
33815      Branch: perl
33816            ! gv.c
33817 ____________________________________________________________________________
33818 [  9625] By: nick                                  on 2001/04/08  10:14:23
33819         Log: Integrate mainline
33820      Branch: perlio
33821           +> pod/perl570delta.pod pod/perl571delta.pod
33822           !> (integrate 27 files)
33823 ____________________________________________________________________________
33824 [  9624] By: gsar                                  on 2001/04/08  06:08:17
33825         Log: test in t/pod/* were busted
33826              
33827              these tests are still not enabled in t/{harness,TEST}
33828      Branch: maint-5.6/perl
33829            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
33830            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
33831            ! t/pod/multiline_items.t t/pod/nested_items.t
33832            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
33833            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
33834 ____________________________________________________________________________
33835 [  9623] By: gsar                                  on 2001/04/08  03:37:01
33836         Log: integrate change#9470 from mainline
33837              
33838              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
33839      Branch: maint-5.6/perl
33840           !> ext/Socket/Socket.xs
33841 ____________________________________________________________________________
33842 [  9622] By: jhi                                   on 2001/04/07  22:40:47
33843         Log: Update Changes.
33844      Branch: perl
33845            ! Changes patchlevel.h
33846 ____________________________________________________________________________
33847 [  9621] By: jhi                                   on 2001/04/07  22:34:16
33848         Log: Update AUTHORS.
33849      Branch: perl
33850            ! AUTHORS
33851 ____________________________________________________________________________
33852 [  9620] By: jhi                                   on 2001/04/07  22:12:47
33853         Log: Forgot to bump the number of tests in #9164.
33854      Branch: perl
33855            ! t/op/array.t
33856 ____________________________________________________________________________
33857 [  9619] By: jhi                                   on 2001/04/07  22:09:50
33858         Log: Bump patchlevel to 5.7.1.
33859      Branch: perl
33860            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33861            ! config_h.SH patchlevel.h
33862 ____________________________________________________________________________
33863 [  9618] By: jhi                                   on 2001/04/07  22:02:41
33864         Log: Populate perl571delta.
33865      Branch: perl
33866            ! pod/perl571delta.pod
33867 ____________________________________________________________________________
33868 [  9617] By: jhi                                   on 2001/04/07  22:01:23
33869         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
33870              to forget it later; do not change patchlevel.h yet or regenerate
33871              Configure yet.
33872      Branch: perl
33873            ! epoc/config.sh win32/Makefile win32/config_H.bc
33874            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
33875 ____________________________________________________________________________
33876 [  9616] By: jhi                                   on 2001/04/07  17:46:33
33877         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
33878      Branch: perl
33879            ! pod/perl571delta.pod
33880 ____________________________________________________________________________
33881 [  9615] By: jhi                                   on 2001/04/07  17:33:21
33882         Log: Change the toc configuration.
33883      Branch: perl
33884            ! pod/buildtoc.PL pod/perl.pod
33885 ____________________________________________________________________________
33886 [  9614] By: jhi                                   on 2001/04/07  17:29:47
33887         Log: Subject: PATCH: $[
33888              From: Robin Houston <robin@kitsite.com>
33889              Date: Fri, 6 Apr 2001 18:10:14 +0100
33890              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
33891      Branch: perl
33892            ! op.c t/op/array.t
33893 ____________________________________________________________________________
33894 [  9613] By: jhi                                   on 2001/04/07  17:28:26
33895         Log: Subject: [PATCH perl@9424] isn't numeric warning
33896              From: Robin Barker <rmb1@cise.npl.co.uk>
33897              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
33898              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
33899      Branch: perl
33900            ! sv.c t/pragma/warn/sv
33901 ____________________________________________________________________________
33902 [  9612] By: jhi                                   on 2001/04/07  17:26:45
33903         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
33904              From: Mike Guy <mjtg@cam.ac.uk>
33905              Date: Fri, 06 Apr 2001 12:47:06 +0100
33906              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
33907      Branch: perl
33908            ! dump.c t/lib/peek.t
33909 ____________________________________________________________________________
33910 [  9611] By: jhi                                   on 2001/04/07  17:21:35
33911         Log: Create perl571delta and seed it off with the perldelta changes
33912              since 5.7.0; remove those changes from perldelta and rename it
33913              as perl570delta; recreate perldelta but leave it almost empty.
33914      Branch: perl
33915            + pod/perl570delta.pod pod/perl571delta.pod
33916            ! MANIFEST pod/perldelta.pod
33917 ____________________________________________________________________________
33918 [  9610] By: jhi                                   on 2001/04/07  16:56:32
33919         Log: Denit.
33920      Branch: perl
33921            ! pod/perldelta.pod
33922 ____________________________________________________________________________
33923 [  9609] By: jhi                                   on 2001/04/07  16:38:32
33924         Log: Retract #9523: needs more thought.
33925      Branch: perl
33926            ! Makefile.SH
33927 ____________________________________________________________________________
33928 [  9608] By: jhi                                   on 2001/04/07  14:59:20
33929         Log: atmark() code cleanaup.
33930      Branch: perl
33931            ! ext/IO/IO.xs
33932 ____________________________________________________________________________
33933 [  9607] By: jhi                                   on 2001/04/07  14:48:14
33934         Log: Integrate change #9605 from maintperl into mainline.
33935              
33936              can't optimize away scope entry if tr/// is present
33937      Branch: perl
33938           !> op.c t/op/tr.t
33939 ____________________________________________________________________________
33940 [  9606] By: jhi                                   on 2001/04/07  14:43:59
33941         Log: Integrate perlio.
33942      Branch: perl
33943           +> win32/FindExt.pm
33944           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
33945           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
33946 ____________________________________________________________________________
33947 [  9605] By: gsar                                  on 2001/04/07  11:52:40
33948         Log: can't optimize away scope entry if tr/// is present
33949      Branch: maint-5.6/perl
33950            ! op.c t/op/tr.t
33951 ____________________________________________________________________________
33952 [  9604] By: nick                                  on 2001/04/07  11:39:45
33953         Log: Split out extension finding code from buildext.pl into FindExt.pm
33954              Use it to get Config.pm's idea of available extensions in line
33955              with what is built.
33956      Branch: perlio
33957            + win32/FindExt.pm
33958            ! MANIFEST win32/buildext.pl win32/config_sh.PL
33959            ! win32/makefile.mk
33960 ____________________________________________________________________________
33961 [  9603] By: nick                                  on 2001/04/07  09:11:38
33962         Log: Cleanup correction for failed :Via() layer, also set an error code.
33963      Branch: perlio
33964            ! ext/PerlIO/Via/Via.xs
33965 ____________________________________________________________________________
33966 [  9602] By: nick                                  on 2001/04/07  08:38:04
33967         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
33968              style. So don't use binmode() on the handles so that Win32 etc. see
33969              same sequence and produce same digests.
33970      Branch: perlio
33971            ! t/lib/md5-file.t
33972 ____________________________________________________________________________
33973 [  9601] By: nick                                  on 2001/04/07  08:36:26
33974         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
33975              Else it complains and so crlf layer (say) does not get pushed.
33976      Branch: perlio
33977            ! perlio.c
33978 ____________________________________________________________________________
33979 [  9600] By: jhi                                   on 2001/04/06  23:00:09
33980         Log: Integrate change #9599 from perlio into mainline.
33981      Branch: perl
33982           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
33983           !> win32/config_H.vc
33984 ____________________________________________________________________________
33985 [  9599] By: nick                                  on 2001/04/06  21:42:43
33986         Log: Quote $VERSION in Encode.pm.
33987              regen_config_h as requested.
33988      Branch: perlio
33989            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
33990            ! win32/config_H.vc
33991 ____________________________________________________________________________
33992 [  9598] By: nick                                  on 2001/04/06  20:34:59
33993         Log: Integrate mainline
33994      Branch: perlio
33995           +> README.macos
33996           !> (integrate 39 files)
33997 ____________________________________________________________________________
33998 [  9597] By: gsar                                  on 2001/04/06  18:06:35
33999         Log: integrate change#9464 from mainline (addendum to change#8313)
34000              
34001              Subject: [PATCH @9452] Better peep()ing for foreach() loops
34002      Branch: maint-5.6/perl
34003           !> op.c
34004 ____________________________________________________________________________
34005 [  9596] By: jhi                                   on 2001/04/06  17:26:03
34006         Log: The d_casti32=undef is good for you even when not use64bitall.
34007      Branch: perl
34008            ! hints/hpux.sh
34009 ____________________________________________________________________________
34010 [  9595] By: gsar                                  on 2001/04/06  14:57:17
34011         Log: add a low-impact fix to accomodate darwin-ism
34012      Branch: maint-5.6/perl
34013            ! ext/Errno/Errno_pm.PL
34014 ____________________________________________________________________________
34015 [  9594] By: jhi                                   on 2001/04/06  14:55:14
34016         Log: Integrate changes #9528,9593 from mainline into maintperl;
34017              tweaking the editor/IDE/shell list.
34018      Branch: maint-5.6/perl
34019           !> pod/perlfaq3.pod
34020 ____________________________________________________________________________
34021 [  9593] By: jhi                                   on 2001/04/06  14:51:39
34022         Log: Make the editor/IDE/shell list a little bit airier.
34023      Branch: perl
34024            ! pod/perlfaq3.pod
34025 ____________________________________________________________________________
34026 [  9592] By: gsar                                  on 2001/04/06  14:45:18
34027         Log: integrate change#9477 from mainline (base.pm doc tweak)
34028              
34029              missing doc entry for fmod()
34030      Branch: maint-5.6/perl
34031            ! lib/Math/BigFloat.pm
34032           !> lib/base.pm
34033 ____________________________________________________________________________
34034 [  9591] By: jhi                                   on 2001/04/06  13:55:48
34035         Log: Regen toc.
34036      Branch: perl
34037            ! pod/perltoc.pod
34038 ____________________________________________________________________________
34039 [  9590] By: jhi                                   on 2001/04/06  13:54:52
34040         Log: Math::BigFloat patches from John Peacock.  The equivalent
34041              of #9586 from maintperl but reworked by John to work with
34042              the bleadperl.
34043      Branch: perl
34044            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
34045 ____________________________________________________________________________
34046 [  9589] By: jhi                                   on 2001/04/06  13:42:23
34047         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
34048      Branch: perl
34049            ! ext/Digest/MD5/Makefile.PL
34050 ____________________________________________________________________________
34051 [  9588] By: jhi                                   on 2001/04/06  13:31:45
34052         Log: Integrate changes #9584,9587 from maintperl into mainline.
34053              
34054              keep eval"" CVs alive until the end of the statement in which
34055              they're called
34056              
34057              add README.macos (from Chris Nandor)
34058              
34059              tyop in change#9555
34060      Branch: perl
34061           +> README.macos
34062           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
34063           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
34064           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
34065           !> win32/makefile.mk
34066 ____________________________________________________________________________
34067 [  9587] By: gsar                                  on 2001/04/06  07:31:30
34068         Log: add README.macos (from Chris Nandor)
34069              
34070              tyop in change#9555
34071      Branch: maint-5.6/perl
34072            + README.macos
34073            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
34074            ! win32/Makefile win32/makefile.mk
34075 ____________________________________________________________________________
34076 [  9586] By: gsar                                  on 2001/04/06  07:08:54
34077         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
34078      Branch: maint-5.6/perl
34079            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
34080 ____________________________________________________________________________
34081 [  9585] By: gsar                                  on 2001/04/06  06:58:44
34082         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
34083              from mainline
34084              
34085              Subject: [PATCH] Base64 update to perlfaq9.pod
34086              
34087              Subject: [PATCH AUTHORS] Housekeeping
34088              
34089              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
34090              Mac OS X (Darwin) has extra pwent fields.
34091              
34092              Subject: [PATCH B::*] print control-character vars readably
34093              Needs EBCDICification.
34094              
34095              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
34096              
34097              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
34098              
34099              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
34100              
34101              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
34102              
34103              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
34104              
34105              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
34106              
34107              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
34108              
34109              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
34110              
34111              FreeBSD hints tweak from Anton Berezin.
34112              
34113              Subject: [PATCH foolperl & bleadperl] README.vms update
34114              
34115              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
34116      Branch: maint-5.6/perl
34117           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
34118           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
34119           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
34120 ____________________________________________________________________________
34121 [  9584] By: gsar                                  on 2001/04/06  04:09:00
34122         Log: keep eval"" CVs alive until the end of the statement in which
34123              they're called; this avoids a coredump ensuing from search for
34124              lexicals in code such as:
34125              
34126              sub bug {
34127              my $s = @_;
34128              eval q[sub { eval 'sub { &$s }' }];
34129              }
34130              bug("x")->()->();
34131              
34132              this code still doesn't work as intended (as it has remained
34133              since time immemorial), but it doesn't provoke a coredump anymore
34134      Branch: maint-5.6/perl
34135            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
34136            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
34137 ____________________________________________________________________________
34138 [  9583] By: jhi                                   on 2001/04/05  23:52:51
34139         Log: Update Changes.
34140      Branch: perl
34141            ! Changes patchlevel.h
34142 ____________________________________________________________________________
34143 [  9582] By: jhi                                   on 2001/04/05  23:11:23
34144         Log: Slight doc tweak.
34145      Branch: perl
34146            ! pod/perlunicode.pod
34147 ____________________________________________________________________________
34148 [  9581] By: jhi                                   on 2001/04/05  23:04:11
34149         Log: Integrate perlio.
34150      Branch: perl
34151           !> pod/perlunicode.pod
34152 ____________________________________________________________________________
34153 [  9580] By: jhi                                   on 2001/04/05  23:03:29
34154         Log: Test for #9579.
34155      Branch: perl
34156            ! t/op/do.t
34157 ____________________________________________________________________________
34158 [  9579] By: jhi                                   on 2001/04/05  22:54:17
34159         Log: Subject: [PATCH] Propagate calling context for do '...'
34160              From: Gisle Aas <gisle@ActiveState.com>
34161              Date: 04 Apr 2001 20:17:29 -0700
34162              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
34163      Branch: perl
34164            ! pod/perlfunc.pod pp_ctl.c
34165 ____________________________________________________________________________
34166 [  9578] By: jhi                                   on 2001/04/05  22:52:51
34167         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
34168              From: Peter Prymmer <pvhp@forte.com>
34169              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
34170              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
34171      Branch: perl
34172            ! README.vms
34173 ____________________________________________________________________________
34174 [  9577] By: jhi                                   on 2001/04/05  22:48:22
34175         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
34176              From: "Craig A. Berry" <craigberry@mac.com>
34177              Date: Thu, 5 Apr 2001 13:43:28 -0500
34178              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
34179      Branch: perl
34180            ! README.vms
34181 ____________________________________________________________________________
34182 [  9576] By: jhi                                   on 2001/04/05  22:31:38
34183         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
34184              From: Michael G Schwern <schwern@pobox.com>
34185              Date: Thu, 5 Apr 2001 21:53:21 +0100
34186              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
34187      Branch: perl
34188            ! lib/base.pm t/lib/fields.t
34189 ____________________________________________________________________________
34190 [  9575] By: jhi                                   on 2001/04/05  22:26:10
34191         Log: FreeBSD hints tweak from Anton Berezin.
34192      Branch: perl
34193            ! hints/freebsd.sh
34194 ____________________________________________________________________________
34195 [  9574] By: jhi                                   on 2001/04/05  22:24:03
34196         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
34197              From: David Dyck <dcd@tc.fluke.com>
34198              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
34199              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
34200      Branch: perl
34201            ! t/op/oct.t
34202 ____________________________________________________________________________
34203 [  9573] By: jhi                                   on 2001/04/05  22:23:06
34204         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
34205              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
34206              From: David Dyck <dcd@tc.fluke.com>
34207              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
34208      Branch: perl
34209            ! pp.c
34210 ____________________________________________________________________________
34211 [  9572] By: jhi                                   on 2001/04/05  22:14:47
34212         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
34213              From: Robin Houston <robin@kitsite.com>
34214              Date: Thu, 5 Apr 2001 20:56:48 +0100
34215              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
34216      Branch: perl
34217            ! ext/B/B/Deparse.pm
34218 ____________________________________________________________________________
34219 [  9571] By: jhi                                   on 2001/04/05  22:12:53
34220         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
34221              From: Robin Houston <robin@kitsite.com>
34222              Date: Thu, 5 Apr 2001 19:55:51 +0100
34223              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
34224      Branch: perl
34225            ! ext/B/B/Deparse.pm
34226 ____________________________________________________________________________
34227 [  9570] By: jhi                                   on 2001/04/05  22:11:06
34228         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
34229              From: Robin Houston <robin@kitsite.com>
34230              Date: Thu, 5 Apr 2001 20:16:29 +0100
34231              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
34232      Branch: perl
34233            ! ext/B/B/Deparse.pm
34234 ____________________________________________________________________________
34235 [  9569] By: nick                                  on 2001/04/05  21:32:26
34236         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
34237      Branch: perlio
34238            ! pod/perlunicode.pod
34239 ____________________________________________________________________________
34240 [  9568] By: nick                                  on 2001/04/05  19:38:09
34241         Log: Integrate mainline
34242      Branch: perlio
34243           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
34244           !> (integrate 35 files)
34245 ____________________________________________________________________________
34246 [  9567] By: jhi                                   on 2001/04/05  18:31:45
34247         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
34248              From: Robin Houston <robin@kitsite.com>
34249              Date: Thu, 5 Apr 2001 18:03:23 +0100
34250              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
34251      Branch: perl
34252            ! ext/B/B/Deparse.pm
34253 ____________________________________________________________________________
34254 [  9566] By: jhi                                   on 2001/04/05  18:29:35
34255         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
34256              From: Robin Houston <robin@kitsite.com>
34257              Date: Thu, 5 Apr 2001 16:45:18 +0100
34258              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
34259      Branch: perl
34260            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
34261 ____________________________________________________________________________
34262 [  9565] By: jhi                                   on 2001/04/05  18:24:23
34263         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
34264              From: Robin Houston <robin@kitsite.com>
34265              Date: Thu, 5 Apr 2001 14:50:09 +0100
34266              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
34267      Branch: perl
34268            ! ext/B/B/Deparse.pm
34269 ____________________________________________________________________________
34270 [  9564] By: jhi                                   on 2001/04/05  18:23:03
34271         Log: Subject: [PATCH B::*] print control-character vars readably
34272              From: Robin Houston <robin@kitsite.com>
34273              Date: Thu, 5 Apr 2001 14:27:38 +0100
34274              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
34275              
34276              Needs EBCDICification.
34277      Branch: perl
34278            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
34279            ! ext/B/B/Terse.pm
34280 ____________________________________________________________________________
34281 [  9563] By: jhi                                   on 2001/04/05  18:20:32
34282         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
34283              Date: Thu, 5 Apr 2001 13:21:42 -0400
34284              From: Paul Schinder <schinder@pobox.com>
34285              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
34286              
34287              Mac OS X (Darwin) has extra pwent fields.
34288      Branch: perl
34289            ! t/op/pwent.t
34290 ____________________________________________________________________________
34291 [  9562] By: jhi                                   on 2001/04/05  17:57:51
34292         Log: Regen toc.
34293      Branch: perl
34294            ! pod/perltoc.pod
34295 ____________________________________________________________________________
34296 [  9561] By: jhi                                   on 2001/04/05  17:47:33
34297         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
34298      Branch: metaconfig
34299            ! U/Glossary.patch
34300      Branch: metaconfig/U/perl
34301            + d_u32align.U
34302            ! d_cmsghdr_s.U d_msghdr_s.U
34303 ____________________________________________________________________________
34304 [  9560] By: jhi                                   on 2001/04/05  17:47:01
34305         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
34306              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
34307              Introduce probes for struct msghdr, struct cmsghdr,
34308              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
34309              ualarm, usleep, for possible later extension work.
34310      Branch: perl
34311            + t/lib/md5-align.t
34312            ! Configure MANIFEST Porting/Glossary Porting/config.sh
34313            ! Porting/config_H config_h.SH configure.com epoc/config.sh
34314            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
34315            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34316            ! vos/config.ga.h win32/config.bc win32/config.gc
34317            ! win32/config.vc
34318 ____________________________________________________________________________
34319 [  9559] By: jhi                                   on 2001/04/05  13:03:04
34320         Log: Be traditional in your cpp (for the Errno extension).
34321      Branch: perl
34322            ! hints/darwin.sh
34323 ____________________________________________________________________________
34324 [  9558] By: jhi                                   on 2001/04/05  13:00:05
34325         Log: Add $Config{cppflags} to the gcc incantation.
34326      Branch: perl
34327            ! ext/Errno/Errno_pm.PL
34328 ____________________________________________________________________________
34329 [  9557] By: jhi                                   on 2001/04/05  04:22:39
34330         Log: Introduce Sean Burke's Class::ISA 0.32.
34331      Branch: perl
34332            + lib/Class/ISA.pm t/lib/class-isa.t
34333            ! MANIFEST
34334 ____________________________________________________________________________
34335 [  9556] By: jhi                                   on 2001/04/05  04:09:50
34336         Log: Subject: [PATCH AUTHORS] Housekeeping
34337              From: Paul Johnson <paul@pjcj.net> 
34338              Date: Wed, 4 Apr 2001 22:45:47 +0200
34339              Message-ID: <20010404224547.D9548@pjcj.net>
34340      Branch: perl
34341            ! AUTHORS
34342 ____________________________________________________________________________
34343 [  9555] By: jhi                                   on 2001/04/05  04:06:33
34344         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
34345              From: Gisle Aas <gisle@ActiveState.com>
34346              Date: 04 Apr 2001 14:23:04 -0700
34347              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
34348      Branch: perl
34349            ! pod/perlfaq9.pod
34350 ____________________________________________________________________________
34351 [  9554] By: jhi                                   on 2001/04/05  04:05:49
34352         Log: Downgrade also the "Wide character" diagnostic.
34353      Branch: perl
34354            ! pod/perldiag.pod
34355 ____________________________________________________________________________
34356 [  9553] By: jhi                                   on 2001/04/05  04:00:33
34357         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
34358              maintperl into mainline.
34359              
34360              "double" should be "NV"; standard typemap is missing entry
34361              for NV
34362              
34363              s/djSP/dSP/
34364              
34365              Downgrade "Wide character in print" to a warning.
34366              
34367              B::Deparse fix for ${^FOO} and documentation for PVX() method
34368              (from Robin Houston)
34369              
34370              tr/// doesn't null-terminate the result in some situations
34371              (from Gisle Aas)
34372      Branch: perl
34373           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
34374           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
34375           !> t/io/utf8.t t/op/tr.t
34376 ____________________________________________________________________________
34377 [  9552] By: jhi                                   on 2001/04/05  03:52:50
34378         Log: Retract changes #9542 and #9538 (from maintperl, integrated
34379              at #9540), shouldn't be needed because of the perlio changes.
34380      Branch: perl
34381            ! util.c
34382 ____________________________________________________________________________
34383 [  9551] By: gsar                                  on 2001/04/05  00:18:34
34384         Log: tr/// doesn't null-terminate the result in some situations
34385              (from Gisle Aas)
34386      Branch: maint-5.6/perl
34387            ! doop.c t/op/tr.t
34388 ____________________________________________________________________________
34389 [  9550] By: gsar                                  on 2001/04/04  20:04:17
34390         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
34391              (from Robin Houston)
34392      Branch: maint-5.6/perl
34393            ! ext/B/B.pm ext/B/B/Deparse.pm
34394 ____________________________________________________________________________
34395 [  9549] By: nick                                  on 2001/04/04  18:56:15
34396         Log: Downgrade "Wide character in print" to a warning.
34397      Branch: perlio
34398            ! doio.c t/io/utf8.t
34399 ____________________________________________________________________________
34400 [  9548] By: gsar                                  on 2001/04/04  18:51:49
34401         Log: integrate changes#9460,9462,9482,9521,9522
34402              
34403              Subject: PATCH: B::Debug should show LOOP-specific fields
34404              
34405              Subject: B::Deparse precedence bug. (Patch included.)
34406              
34407              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
34408              
34409              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
34410              
34411              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
34412      Branch: maint-5.6/perl
34413           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
34414           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
34415 ____________________________________________________________________________
34416 [  9547] By: gsar                                  on 2001/04/04  18:49:16
34417         Log: s/djSP/dSP/
34418      Branch: maint-5.6/perl
34419            ! ext/Thread/Thread.xs
34420 ____________________________________________________________________________
34421 [  9546] By: nick                                  on 2001/04/04  18:44:00
34422         Log: Integrate mainline.
34423      Branch: perlio
34424           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
34425           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
34426 ____________________________________________________________________________
34427 [  9545] By: gsar                                  on 2001/04/04  18:38:52
34428         Log: integrate change#8837 from mainline
34429              
34430              Subject: [patch] -Wall cleanup round 2
34431      Branch: maint-5.6/perl
34432           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
34433           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
34434           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
34435           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
34436           !> ext/SDBM_File/SDBM_File.xs
34437 ____________________________________________________________________________
34438 [  9544] By: gsar                                  on 2001/04/04  17:49:57
34439         Log: "double" should be "NV"; standard typemap is missing entry
34440              for NV
34441      Branch: maint-5.6/perl
34442            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
34443 ____________________________________________________________________________
34444 [  9543] By: jhi                                   on 2001/04/04  14:13:18
34445         Log: Thou shalt not (just) match for English error messages.
34446      Branch: perl
34447            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
34448            ! os2/OS2/Process/Process.pm
34449 ____________________________________________________________________________
34450 [  9542] By: jhi                                   on 2001/04/04  13:20:39
34451         Log: Make the stdio tricks of fflush_all() to exist only if
34452              stdio is being used.
34453      Branch: perl
34454            ! util.c
34455 ____________________________________________________________________________
34456 [  9541] By: jhi                                   on 2001/04/04  04:20:24
34457         Log: Subject: Re: [PATCH] Lighten up glob
34458              From: Benjamin Sugars <bsugars@canoe.ca>
34459              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
34460              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
34461      Branch: perl
34462            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
34463            ! util.c
34464 ____________________________________________________________________________
34465 [  9540] By: jhi                                   on 2001/04/04  04:03:57
34466         Log: Integrate changes #9538,9539 from maintperl into mainline.
34467              
34468              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
34469              for use with _fwalk() (fix for change#7705)
34470              
34471              another tweak needed for SunOS 4.1.x build (from Mike Guy)
34472              (cp -f is not portable)
34473      Branch: perl
34474           !> Makefile.SH util.c
34475 ____________________________________________________________________________
34476 [  9539] By: gsar                                  on 2001/04/04  03:01:14
34477         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
34478      Branch: maint-5.6/perl
34479            ! Makefile.SH
34480 ____________________________________________________________________________
34481 [  9538] By: gsar                                  on 2001/04/04  01:00:38
34482         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
34483              for use with _fwalk() (fix for change#7705)
34484      Branch: maint-5.6/perl
34485            ! util.c
34486 ____________________________________________________________________________
34487 [  9537] By: nick                                  on 2001/04/03  19:24:55
34488         Log: Integrate mainline
34489      Branch: perlio
34490           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
34491           +> lib/unicode/PropList.html
34492            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
34493           !> (integrate 69 files)
34494 ____________________________________________________________________________
34495 [  9536] By: jhi                                   on 2001/04/03  18:02:31
34496         Log: Integrate change #9533 from maintperl into mainline.
34497              
34498              better fix for change#9517 to accomodate UNC paths like
34499              \\server\share\foo, and paths with trailing backslash
34500              like c:\this\
34501      Branch: perl
34502           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
34503 ____________________________________________________________________________
34504 [  9535] By: jhi                                   on 2001/04/03  17:58:07
34505         Log: Change the push/unshift warning to be of class syntax, not misc.
34506      Branch: perl
34507            ! op.c pod/perldiag.pod t/pragma/warn/op
34508 ____________________________________________________________________________
34509 [  9534] By: jhi                                   on 2001/04/03  15:03:46
34510         Log: Change the push/unshift warning (#9532) to talk about "no values"
34511              instead of "no arguments".
34512      Branch: perl
34513            ! op.c pod/perldiag.pod t/pragma/warn/op
34514 ____________________________________________________________________________
34515 [  9533] By: gsar                                  on 2001/04/03  14:30:07
34516         Log: better fix for change#9517 to accomodate UNC paths like
34517              \\server\share\foo, and paths with trailing backslash
34518              like c:\this\
34519      Branch: maint-5.6/perl
34520            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
34521 ____________________________________________________________________________
34522 [  9532] By: jhi                                   on 2001/04/03  13:11:46
34523         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
34524              From: Robin Houston <robin@kitsite.com>
34525              Date: Mon, 2 Apr 2001 15:03:29 +0100
34526              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
34527      Branch: perl
34528            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
34529 ____________________________________________________________________________
34530 [  9531] By: jhi                                   on 2001/04/03  13:06:34
34531         Log: Integrate change #9530 from maintperl into mainline.
34532              
34533              accomodate VMS "mailbox overflow" quirk in testsuite (from
34534              Craig Berry)
34535      Branch: perl
34536           !> t/lib/socket.t
34537 ____________________________________________________________________________
34538 [  9530] By: gsar                                  on 2001/04/03  04:56:41
34539         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
34540              Craig Berry)
34541      Branch: maint-5.6/perl
34542            ! t/lib/socket.t
34543 ____________________________________________________________________________
34544 [  9529] By: jhi                                   on 2001/04/03  02:34:34
34545         Log: Update Changes.
34546      Branch: perl
34547            ! Changes patchlevel.h
34548 ____________________________________________________________________________
34549 [  9528] By: jhi                                   on 2001/04/03  01:27:57
34550         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
34551              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
34552              To: perl5-porters@perl.org
34553              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
34554      Branch: perl
34555            ! pod/perlfaq3.pod
34556 ____________________________________________________________________________
34557 [  9527] By: jhi                                   on 2001/04/03  01:22:09
34558         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
34559              From: Peter Prymmer <pvhp@forte.com>
34560              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
34561              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
34562      Branch: perl
34563            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
34564 ____________________________________________________________________________
34565 [  9526] By: jhi                                   on 2001/04/03  01:18:25
34566         Log: The metaconfig unit changes for #9525.
34567      Branch: metaconfig
34568            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
34569      Branch: metaconfig/U/perl
34570            ! use64bits.U
34571 ____________________________________________________________________________
34572 [  9525] By: jhi                                   on 2001/04/03  01:17:30
34573         Log: Configure sanity checks:
34574              * if use64bitall is attempted but pointers are only 32-bit,
34575              'downgrade' to use64bitint
34576              * if use64bitint is attempted but there's no quad type,
34577              forget about use64bitint (well, the default for it is 'n',
34578              the user can still override this)
34579              * if pointers are 64 bits, do not try to use Perl's malloc
34580      Branch: perl
34581            ! Configure
34582 ____________________________________________________________________________
34583 [  9524] By: gsar                                  on 2001/04/03  01:09:12
34584         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
34585      Branch: maint-5.6/perl
34586            ! pp_sys.c
34587 ____________________________________________________________________________
34588 [  9523] By: jhi                                   on 2001/04/03  00:02:31
34589         Log: (Retracted by #9609)
34590              
34591              Make it harder for parallel makes to enter 'test' before
34592              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
34593              should be unhappy enough, but sometimes parallel makes seem
34594              to sneak past both in Tru64 and AIX.)
34595      Branch: perl
34596            ! Makefile.SH
34597 ____________________________________________________________________________
34598 [  9522] By: jhi                                   on 2001/04/02  22:35:31
34599         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
34600              Date: Mon, 2 Apr 2001 22:54:10 +0100
34601              From: Robin Houston <robin@kitsite.com>
34602              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
34603      Branch: perl
34604            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
34605 ____________________________________________________________________________
34606 [  9521] By: jhi                                   on 2001/04/02  22:32:23
34607         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
34608              From: Robin Houston <robin@kitsite.com>
34609              Date: Mon, 2 Apr 2001 20:24:03 +0100
34610              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
34611      Branch: perl
34612            ! ext/B/B/Concise.pm
34613 ____________________________________________________________________________
34614 [  9520] By: jhi                                   on 2001/04/02  22:30:43
34615         Log: Subject: [PATCH] REALLY pedantic hv.h nit
34616              From: Simon Cozens <simon@netthink.co.uk>
34617              Date: Mon, 2 Apr 2001 15:43:06 +0100
34618              Message-ID: <20010402154306.A21711@netthink.co.uk>
34619      Branch: perl
34620            ! hv.h
34621 ____________________________________________________________________________
34622 [  9519] By: jhi                                   on 2001/04/02  22:28:04
34623         Log: Based on
34624              
34625              Subject: [foolperl] EPOC fix
34626              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34627              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
34628              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
34629      Branch: perl
34630            ! pp_sys.c
34631 ____________________________________________________________________________
34632 [  9518] By: jhi                                   on 2001/04/02  22:22:34
34633         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
34634              
34635              README.win32 tweaks; add a note about alternative location for
34636              getting a gcc-2.95.2 that will build perl properly on windows
34637              
34638              add some notes about gutsy threading matters
34639              
34640              many of the utilities interpolate literal paths within doublequotes
34641              (fails on dosish platforms where path contains backslashes)
34642      Branch: perl
34643           !> README.win32 pod/perlguts.pod utils/perldoc.PL
34644           !> x2p/find2perl.PL x2p/s2p.PL
34645 ____________________________________________________________________________
34646 [  9517] By: gsar                                  on 2001/04/02  19:52:21
34647         Log: many of the utilities interpolate literal paths within doublequotes
34648              (fails on dosish platforms where path contains backslashes)
34649      Branch: maint-5.6/perl
34650            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
34651 ____________________________________________________________________________
34652 [  9516] By: gsar                                  on 2001/04/02  05:49:37
34653         Log: a foolish release
34654      Branch: maint-5.6/perl
34655            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
34656            ! pod/perltoc.pod
34657 ____________________________________________________________________________
34658 [  9515] By: gsar                                  on 2001/04/02  05:04:29
34659         Log: add missing changelog summaries
34660      Branch: maint-5.6/perl
34661            ! Changes
34662 ____________________________________________________________________________
34663 [  9514] By: gsar                                  on 2001/04/02  04:07:13
34664         Log: add some notes about gutsy threading matters
34665      Branch: maint-5.6/perl
34666            ! pod/perlguts.pod
34667 ____________________________________________________________________________
34668 [  9513] By: gsar                                  on 2001/04/02  03:25:21
34669         Log: add more prominent caveat notices about experimental features
34670      Branch: maint-5.6/perl
34671            ! pod/perlfork.pod pod/perlunicode.pod
34672 ____________________________________________________________________________
34673 [  9512] By: gsar                                  on 2001/04/02  02:54:33
34674         Log: integrate changes#9479,9509 from mainline
34675              
34676              [PATCH] File::Glob stuff for Mac OS
34677              
34678              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
34679      Branch: maint-5.6/perl
34680           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
34681           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
34682           !> t/lib/glob-taint.t
34683 ____________________________________________________________________________
34684 [  9511] By: gsar                                  on 2001/04/02  02:38:24
34685         Log: README.win32 tweaks; add a note about alternative location for
34686              getting a gcc-2.95.2 that will build perl properly on windows
34687      Branch: maint-5.6/perl
34688            ! README.win32
34689 ____________________________________________________________________________
34690 [  9510] By: jhi                                   on 2001/04/01  20:45:10
34691         Log: An ambiguosity warning.
34692      Branch: perl
34693            ! t/lib/trig.t
34694 ____________________________________________________________________________
34695 [  9509] By: jhi                                   on 2001/04/01  19:53:47
34696         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
34697              From: Jonathan Stowe <gellyfish@gellyfish.com>
34698              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
34699              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
34700      Branch: perl
34701            ! ext/File/Glob/bsd_glob.c
34702 ____________________________________________________________________________
34703 [  9508] By: jhi                                   on 2001/04/01  19:35:03
34704         Log: Update Changes.
34705      Branch: perl
34706            ! Changes patchlevel.h
34707 ____________________________________________________________________________
34708 [  9507] By: jhi                                   on 2001/04/01  19:24:01
34709         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
34710              from mainline to maintperl: pod tweaks.
34711      Branch: maint-5.6/perl
34712           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
34713           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
34714           !> pod/perlvar.pod
34715 ____________________________________________________________________________
34716 [  9506] By: jhi                                   on 2001/04/01  19:11:53
34717         Log: Commit Sarathy to April release of 5.6.1 :-)
34718      Branch: perl
34719            ! pod/perlfaq1.pod
34720 ____________________________________________________________________________
34721 [  9505] By: jhi                                   on 2001/04/01  19:03:15
34722         Log: Subject: PATCH 5.6.0 (perldebug.pod)
34723              From: Mark-Jason Dominus <mjd@plover.com>
34724              Date: Sun, 01 Apr 2001 14:25:11 -0400
34725              Message-ID: <20010401182511.9247.qmail@plover.com>
34726      Branch: perl
34727            ! pod/perldebug.pod
34728 ____________________________________________________________________________
34729 [  9504] By: jhi                                   on 2001/04/01  18:43:09
34730         Log: Add great_circle_direction().
34731      Branch: perl
34732            ! lib/Math/Trig.pm t/lib/trig.t
34733 ____________________________________________________________________________
34734 [  9503] By: jhi                                   on 2001/04/01  17:29:12
34735         Log: Unicode ReadMe update for Unicode 3.1.
34736      Branch: perl
34737            ! lib/unicode/ReadMe.txt
34738 ____________________________________________________________________________
34739 [  9502] By: jhi                                   on 2001/04/01  17:18:40
34740         Log: Integrate change #9501 from maintperl into mainline.
34741              
34742              fix the perlembed notes on multiple interpreters
34743              
34744              fix ExtUtils::Embed to work passably on Windows
34745      Branch: perl
34746           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
34747 ____________________________________________________________________________
34748 [  9501] By: gsar                                  on 2001/04/01  07:21:57
34749         Log: fix the perlembed notes on multiple interpreters
34750              
34751              fix ExtUtils::Embed to work passably on Windows
34752      Branch: maint-5.6/perl
34753            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
34754 ____________________________________________________________________________
34755 [  9500] By: jhi                                   on 2001/04/01  05:58:23
34756         Log: Test for #9499.
34757      Branch: perl
34758            ! t/op/tr.t
34759 ____________________________________________________________________________
34760 [  9499] By: jhi                                   on 2001/04/01  05:55:46
34761         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
34762      Branch: perl
34763            ! embed.h embed.pl op.c proto.h
34764 ____________________________________________________________________________
34765 [  9498] By: jhi                                   on 2001/04/01  05:44:34
34766         Log: Protect the workaround hunk more.
34767      Branch: perl
34768            ! toke.c
34769 ____________________________________________________________________________
34770 [  9497] By: jhi                                   on 2001/04/01  00:24:25
34771         Log: Integrate changes #9493,9494,9495,9496 from maintperl
34772              into mainline.
34773              
34774              fix a broken workaround for Borland compiler in change#4739
34775              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
34776              
34777              nits spotted by Borland compiler
34778              
34779              avoid redefinition warnings under Borland 5.02
34780              
34781              various nits identified by the Borland 5.5 compiler; remove suppression
34782              of a few warnings
34783      Branch: perl
34784           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
34785           !> win32/win32.h
34786 ____________________________________________________________________________
34787 [  9496] By: gsar                                  on 2001/03/31  23:22:28
34788         Log: various nits identified by the Borland 5.5 compiler; remove suppression
34789              of a few warnings
34790      Branch: maint-5.6/perl
34791            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
34792 ____________________________________________________________________________
34793 [  9495] By: gsar                                  on 2001/03/31  21:03:08
34794         Log: avoid redefinition warnings under Borland 5.02
34795      Branch: maint-5.6/perl
34796            ! win32/makefile.mk
34797 ____________________________________________________________________________
34798 [  9494] By: gsar                                  on 2001/03/31  20:18:59
34799         Log: nits spotted by Borland compiler
34800      Branch: maint-5.6/perl
34801            ! utf8.h win32/win32.h
34802 ____________________________________________________________________________
34803 [  9493] By: gsar                                  on 2001/03/31  20:18:05
34804         Log: fix a broken workaround for Borland compiler in change#4739
34805              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
34806      Branch: maint-5.6/perl
34807            ! toke.c
34808 ____________________________________________________________________________
34809 [  9492] By: jhi                                   on 2001/03/31  18:36:24
34810         Log: Integrate change #9491 from maintperl into mainline.
34811              
34812              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
34813              directory is relative (need to fetch the full path name *before*
34814              the chdir!)
34815      Branch: perl
34816           !> lib/Cwd.pm
34817 ____________________________________________________________________________
34818 [  9491] By: gsar                                  on 2001/03/31  17:01:56
34819         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
34820              directory is relative (need to fetch the full path name *before*
34821              the chdir!)
34822              
34823              this is a followup patch for change#6749
34824      Branch: maint-5.6/perl
34825            ! lib/Cwd.pm
34826 ____________________________________________________________________________
34827 [  9490] By: jhi                                   on 2001/03/31  15:50:18
34828         Log: Subject: Re: [PATCH] av.h cosmetics
34829              From: Simon Cozens <simon@netthink.co.uk>
34830              Date: Sat, 31 Mar 2001 13:09:59 +0100
34831              Message-ID: <20010331130959.A22000@netthink.co.uk>
34832              
34833              Document AvALLOC.
34834      Branch: perl
34835            ! pod/perlguts.pod
34836 ____________________________________________________________________________
34837 [  9489] By: jhi                                   on 2001/03/31  15:48:44
34838         Log: Subject: [PATCH] Re: Math::Big* v1.21
34839              From: Tels <perl_dummy@bloodgate.com>
34840              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
34841              Message-Id: <200103311125.GAA377738@www08.hway.net>
34842      Branch: perl
34843            ! pod/perlop.pod
34844 ____________________________________________________________________________
34845 [  9488] By: jhi                                   on 2001/03/31  03:39:51
34846         Log: Debug output tweak.
34847      Branch: perl
34848            ! t/lib/cwd.t
34849 ____________________________________________________________________________
34850 [  9487] By: jhi                                   on 2001/03/31  03:33:02
34851         Log: OverVMSification.
34852      Branch: perl
34853            ! t/lib/cwd.t
34854 ____________________________________________________________________________
34855 [  9486] By: jhi                                   on 2001/03/31  03:01:40
34856         Log: Missed MANIFESTations in #9483.
34857      Branch: perl
34858            ! MANIFEST
34859 ____________________________________________________________________________
34860 [  9485] By: jhi                                   on 2001/03/31  02:58:17
34861         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
34862              From: Peter Prymmer <pvhp@forte.com>
34863              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
34864              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
34865      Branch: perl
34866            ! regexec.c t/lib/cwd.t
34867 ____________________________________________________________________________
34868 [  9484] By: jhi                                   on 2001/03/31  01:04:41
34869         Log: Obsolete file (see #3938)
34870      Branch: perl
34871            - lib/unicode/README.Ethiopic
34872            ! MANIFEST
34873 ____________________________________________________________________________
34874 [  9483] By: jhi                                   on 2001/03/31  00:52:42
34875         Log: Update to Unicode 3.1.
34876              (Rename Names.txt to NamesList.txt.)
34877      Branch: perl
34878            + lib/unicode/NamesList.txt lib/unicode/PropList.html
34879            - lib/unicode/Names.txt
34880            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
34881            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
34882            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
34883            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
34884            ! lib/unicode/UCD.html lib/unicode/Unicode.html
34885            ! lib/unicode/rename lib/unicode/version
34886 ____________________________________________________________________________
34887 [  9482] By: jhi                                   on 2001/03/30  23:33:44
34888         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
34889              From: Robin Houston <robin@kitsite.com>
34890              Date: Fri, 30 Mar 2001 20:07:22 +0100
34891              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
34892      Branch: perl
34893            ! ext/B/B/Deparse.pm
34894 ____________________________________________________________________________
34895 [  9481] By: jhi                                   on 2001/03/30  23:20:25
34896         Log: Subject: Re: [PATCH] CwdXS, Take 2
34897              From: Benjamin Sugars <bsugars@canoe.ca>
34898              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
34899              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
34900      Branch: perl
34901            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
34902            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
34903 ____________________________________________________________________________
34904 [  9480] By: jhi                                   on 2001/03/30  22:52:38
34905         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
34906              From: David Dyck <dcd@tc.fluke.com>
34907              Date: Fri, 30 Mar 2001 14:44:13 -0800
34908              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
34909              
34910              The t/rantests flags file creation was accidentally
34911              removed by #9217.
34912      Branch: perl
34913            ! Makefile.SH
34914 ____________________________________________________________________________
34915 [  9479] By: jhi                                   on 2001/03/30  22:45:45
34916         Log: Subject: [PATCH] File::Glob stuff for Mac OS
34917              From: Chris Nandor <pudge@pobox.com>
34918              Date: Fri, 30 Mar 2001 16:51:00 -0500
34919              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
34920      Branch: perl
34921            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
34922            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
34923            ! t/lib/glob-taint.t
34924 ____________________________________________________________________________
34925 [  9478] By: jhi                                   on 2001/03/30  22:43:12
34926         Log: Subject: fix for win32/buildext.pl
34927              From: "Vadim Konovalov" <watman@inbox.ru>
34928              Date: Sat, 31 Mar 2001 00:50:36 +0400
34929              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
34930      Branch: perl
34931            ! win32/buildext.pl
34932 ____________________________________________________________________________
34933 [  9477] By: jhi                                   on 2001/03/30  22:41:16
34934         Log: Subject: small base.pm doc patch
34935              From: Leon Brocard <acme@astray.com>
34936              Date: Fri, 30 Mar 2001 21:49:57 +0100
34937              Message-ID: <20010330214957.B8733@ns0.astray.com>
34938      Branch: perl
34939            ! lib/base.pm
34940 ____________________________________________________________________________
34941 [  9476] By: jhi                                   on 2001/03/30  18:16:57
34942         Log: Subject: [PATCH] av.h cosmetics
34943              From: Simon Cozens <simon@netthink.co.uk>
34944              Date: Fri, 30 Mar 2001 18:12:28 +0100
34945              Message-ID: <20010330181228.A9319@netthink.co.uk>
34946      Branch: perl
34947            ! av.h
34948 ____________________________________________________________________________
34949 [  9475] By: jhi                                   on 2001/03/30  18:15:50
34950         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
34951              From: "Philip Newton" <pnewton@gmx.de>
34952              Date: Fri, 30 Mar 2001 19:06:57 +0200
34953              Message-ID: <3AC4D951.14815.1AC7068@localhost>
34954      Branch: perl
34955            ! pod/perlhack.pod
34956 ____________________________________________________________________________
34957 [  9474] By: jhi                                   on 2001/03/30  18:14:02
34958         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
34959              From: Benjamin Sugars <bsugars@canoe.ca>
34960              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
34961              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
34962      Branch: perl
34963            ! t/lib/glob-basic.t
34964 ____________________________________________________________________________
34965 [  9473] By: jhi                                   on 2001/03/30  16:09:24
34966         Log: Update Changes.
34967      Branch: perl
34968            ! Changes patchlevel.h
34969 ____________________________________________________________________________
34970 [  9472] By: jhi                                   on 2001/03/30  15:16:08
34971         Log: Integrate perlio.
34972      Branch: perl
34973           !> t/lib/cwd.t t/lib/glob-basic.t
34974 ____________________________________________________________________________
34975 [  9471] By: nick                                  on 2001/03/30  14:47:10
34976         Log: Should be (^O eq 'MSWin32') not 'Win32'
34977              Fail #12 seems real - chdir is in wrong dir.
34978      Branch: perlio
34979            ! t/lib/cwd.t
34980 ____________________________________________________________________________
34981 [  9470] By: jhi                                   on 2001/03/30  14:41:11
34982         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
34983              From: Radu Greab <radu@netsoft.ro>
34984              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
34985              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
34986              
34987              Replace #9352.
34988      Branch: perl
34989            ! ext/Socket/Socket.xs pp_sys.c
34990 ____________________________________________________________________________
34991 [  9469] By: jhi                                   on 2001/03/30  14:37:51
34992         Log: Subject: PATCH pod/perldiag.pod
34993              From: Robin Houston <robin@kitsite.com>
34994              Date: Fri, 30 Mar 2001 14:10:36 +0100
34995              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
34996      Branch: perl
34997            ! pod/perldiag.pod t/lib/glob-basic.t
34998 ____________________________________________________________________________
34999 [  9468] By: jhi                                   on 2001/03/30  14:36:36
35000         Log: Subject: Better diagnostic in io/fs.t
35001              From: andreas.koenig@anima.de (Andreas J. Koenig)
35002              Date: 30 Mar 2001 10:11:43 +0200
35003              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
35004      Branch: perl
35005            ! t/io/fs.t
35006 ____________________________________________________________________________
35007 [  9467] By: nick                                  on 2001/03/30  14:25:43
35008         Log: Skip order test of glob if case-ignoring system cannot 
35009              create a.test and A.test
35010      Branch: perlio
35011            ! t/lib/glob-basic.t
35012 ____________________________________________________________________________
35013 [  9466] By: nick                                  on 2001/03/30  13:03:12
35014         Log: Integrate mainline.
35015      Branch: perlio
35016            - ext/re/hints/aix.pl
35017           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
35018           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
35019           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
35020           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
35021 ____________________________________________________________________________
35022 [  9465] By: jhi                                   on 2001/03/30  03:53:37
35023         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
35024              the tests sometimes hang, sometimes not.)
35025      Branch: perl
35026            ! t/lib/io_multihomed.t t/lib/io_sock.t
35027 ____________________________________________________________________________
35028 [  9464] By: jhi                                   on 2001/03/30  02:56:04
35029         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
35030              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35031              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
35032              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
35033      Branch: perl
35034            ! op.c
35035 ____________________________________________________________________________
35036 [  9463] By: jhi                                   on 2001/03/30  02:34:48
35037         Log: Test for #9462.
35038      Branch: perl
35039            ! t/lib/b.t
35040 ____________________________________________________________________________
35041 [  9462] By: jhi                                   on 2001/03/30  02:29:37
35042         Log: Subject: B::Deparse precedence bug. (Patch included.)
35043              From: Jeremy Madea <jmadea@inktomi.com>
35044              Date: Thu, 29 Mar 2001 12:05:02 -0800
35045              Message-ID: <20010329120502.A24881@dr.inktomi.com>
35046      Branch: perl
35047            ! ext/B/B/Deparse.pm
35048 ____________________________________________________________________________
35049 [  9461] By: jhi                                   on 2001/03/30  02:18:41
35050         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
35051              From: Peter Prymmer <pvhp@forte.com>
35052              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
35053              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
35054      Branch: perl
35055            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
35056            ! t/lib/md5-file.t
35057 ____________________________________________________________________________
35058 [  9460] By: jhi                                   on 2001/03/30  02:17:07
35059         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
35060              From: Robin Houston <robin@kitsite.com>
35061              Date: Thu, 29 Mar 2001 20:47:56 +0100
35062              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
35063      Branch: perl
35064            ! ext/B/B/Debug.pm
35065 ____________________________________________________________________________
35066 [  9459] By: jhi                                   on 2001/03/30  02:16:05
35067         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
35068              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
35069              Date: Wed, 28 Mar 2001 18:02:20 -0600
35070              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
35071      Branch: perl
35072            ! lib/ExtUtils/MM_VMS.pm
35073 ____________________________________________________________________________
35074 [  9458] By: jhi                                   on 2001/03/30  02:07:58
35075         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
35076              From: "Joshua E. Rodd" <jrodd@pbs.org>
35077              Date: Wed, 28 Mar 2001 17:29:12 -0500
35078              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
35079      Branch: perl
35080            ! pod/perlop.pod
35081 ____________________________________________________________________________
35082 [  9457] By: jhi                                   on 2001/03/30  02:04:33
35083         Log: Subject: ext/re/aix.pl can go
35084              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35085              Date: Thu, 29 Mar 2001 12:03:28 +0200
35086              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
35087      Branch: perl
35088            - ext/re/hints/aix.pl
35089            ! MANIFEST
35090 ____________________________________________________________________________
35091 [  9456] By: jhi                                   on 2001/03/30  02:03:32
35092         Log: Integrate perlio.
35093      Branch: perl
35094           !> ext/Encode/Encode.xs installperl
35095 ____________________________________________________________________________
35096 [  9455] By: nick                                  on 2001/03/29  21:11:46
35097         Log: DLL name has changed so installperl needs to know
35098              (Why isn't it working it out or passed it?)
35099      Branch: perlio
35100            ! installperl
35101 ____________________________________________________________________________
35102 [  9454] By: nick                                  on 2001/03/29  20:56:12
35103         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
35104              and we don't get undef warnings.
35105      Branch: perlio
35106            ! ext/Encode/Encode.xs
35107 ____________________________________________________________________________
35108 [  9453] By: nick                                  on 2001/03/29  17:58:48
35109         Log: Integrate mainline
35110      Branch: perlio
35111           !> Changes patchlevel.h
35112 ____________________________________________________________________________
35113 [  9452] By: jhi                                   on 2001/03/29  16:44:55
35114         Log: Update Changes.
35115      Branch: perl
35116            ! Changes patchlevel.h
35117 ____________________________________________________________________________
35118 [  9451] By: nick                                  on 2001/03/29  16:31:38
35119         Log: Integrate mainline
35120      Branch: perlio
35121           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
35122           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
35123           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
35124           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
35125           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
35126 ____________________________________________________________________________
35127 [  9450] By: jhi                                   on 2001/03/29  16:29:17
35128         Log: Integrate perlio.
35129      Branch: perl
35130           !> win32/buildext.pl
35131 ____________________________________________________________________________
35132 [  9449] By: jhi                                   on 2001/03/29  15:50:01
35133         Log: Update Changes.
35134      Branch: perl
35135            ! Changes patchlevel.h
35136 ____________________________________________________________________________
35137 [  9448] By: nick                                  on 2001/03/29  15:47:15
35138         Log: Make sure buildext.pl finds Errno.pm
35139      Branch: perlio
35140            ! win32/buildext.pl
35141 ____________________________________________________________________________
35142 [  9447] By: jhi                                   on 2001/03/29  15:39:34
35143         Log: Integrate perlio.
35144      Branch: perl
35145           !> win32/makefile.mk
35146 ____________________________________________________________________________
35147 [  9446] By: nick                                  on 2001/03/29  15:30:03
35148         Log: Integrate win32/makefile.mk with mainline.
35149      Branch: perlio
35150           !> win32/makefile.mk
35151 ____________________________________________________________________________
35152 [  9445] By: nick                                  on 2001/03/29  15:27:32
35153         Log: Fix breakage ... 
35154      Branch: perlio
35155            ! win32/makefile.mk
35156 ____________________________________________________________________________
35157 [  9444] By: jhi                                   on 2001/03/29  15:03:08
35158         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
35159              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35160              Date: Thu, 29 Mar 2001 10:32:59 +0400
35161              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
35162      Branch: perl
35163            ! win32/makefile.mk
35164 ____________________________________________________________________________
35165 [  9443] By: jhi                                   on 2001/03/29  15:02:12
35166         Log: Integrate perlio.
35167      Branch: perl
35168           +> win32/buildext.pl
35169           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
35170           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
35171 ____________________________________________________________________________
35172 [  9442] By: nick                                  on 2001/03/29  14:59:11
35173         Log: Work in progress - determine win32 extensions to build via script.
35174      Branch: perlio
35175            + win32/buildext.pl
35176            ! MANIFEST win32/makefile.mk
35177 ____________________________________________________________________________
35178 [  9441] By: jhi                                   on 2001/03/29  14:51:47
35179         Log: Reintroduce the use of external pwd.
35180      Branch: perl
35181            ! t/lib/cwd.t
35182 ____________________________________________________________________________
35183 [  9440] By: jhi                                   on 2001/03/29  14:42:58
35184         Log: use warnings instead of -w.
35185      Branch: perl
35186            ! utils/h2xs.PL
35187 ____________________________________________________________________________
35188 [  9439] By: jhi                                   on 2001/03/29  14:41:52
35189         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
35190              From: Jonathan Stowe <gellyfish@gellyfish.com>
35191              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
35192              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
35193      Branch: perl
35194            ! utils/h2xs.PL
35195 ____________________________________________________________________________
35196 [  9438] By: jhi                                   on 2001/03/29  14:39:38
35197         Log: Subject: [PATCH perl@9424] minor pod nits
35198              From: Robin Barker <rmb1@cise.npl.co.uk>
35199              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
35200              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
35201      Branch: perl
35202            ! pod/perlhack.pod pod/perliol.pod
35203 ____________________________________________________________________________
35204 [  9437] By: jhi                                   on 2001/03/29  14:29:16
35205         Log: Subject: [PATCH perl@9424] typemap cast warning
35206              From: Robin Barker <rmb1@cise.npl.co.uk>
35207              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
35208              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
35209      Branch: perl
35210            ! lib/ExtUtils/typemap
35211 ____________________________________________________________________________
35212 [  9436] By: jhi                                   on 2001/03/29  14:26:03
35213         Log: Subject: [PATCH perl@9424] printf warning
35214              From: Robin Barker <rmb1@cise.npl.co.uk>
35215              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
35216              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
35217      Branch: perl
35218            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
35219            ! ext/Storable/Storable.xs toke.c
35220 ____________________________________________________________________________
35221 [  9435] By: nick                                  on 2001/03/29  14:23:31
35222         Log: Win32 has name conflict with ERROR
35223      Branch: perlio
35224            ! ext/PerlIO/Via/Via.xs
35225 ____________________________________________________________________________
35226 [  9434] By: jhi                                   on 2001/03/29  14:17:48
35227         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
35228              From: Peter Prymmer <pvhp@forte.com>
35229              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
35230              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
35231      Branch: perl
35232            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
35233 ____________________________________________________________________________
35234 [  9433] By: jhi                                   on 2001/03/29  13:52:44
35235         Log: test-prep target was missing.
35236      Branch: perl
35237            ! Makefile.SH
35238 ____________________________________________________________________________
35239 [  9432] By: nick                                  on 2001/03/29  12:40:03
35240         Log: Make as-shipped compiler default to MSVC6 
35241      Branch: perlio
35242            ! win32/makefile.mk
35243 ____________________________________________________________________________
35244 [  9431] By: nick                                  on 2001/03/29  12:12:16
35245         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
35246              akin to PerlIO::Scalar.
35247      Branch: perlio
35248            ! perlio.c perlio.h
35249 ____________________________________________________________________________
35250 [  9430] By: nick                                  on 2001/03/29  10:56:35
35251         Log: Integrate mainline.
35252      Branch: perlio
35253           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
35254           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
35255           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
35256           !> win32/makefile.mk win32/win32sck.c
35257 ____________________________________________________________________________
35258 [  9429] By: nick                                  on 2001/03/29  09:03:43
35259         Log: Noticed that two tests were skipped as perlio:: package
35260              isn't there any more. Changed the skip condition.
35261              Avoid core-dump if sv_utf8_upgrade() called on something
35262              that does not become SvPOK after SvPV() (e.g. a ref).
35263      Branch: perlio
35264            ! sv.c t/io/utf8.t t/lib/io_scalar.t
35265 ____________________________________________________________________________
35266 [  9428] By: jhi                                   on 2001/03/29  01:31:47
35267         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
35268              From: Benjamin Sugars <bsugars@canoe.ca> 
35269              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
35270              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
35271      Branch: perl
35272            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
35273            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
35274            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
35275 ____________________________________________________________________________
35276 [  9427] By: jhi                                   on 2001/03/29  00:49:30
35277         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
35278              From: "Vadim Konovalov" <watman@inbox.ru>
35279              Date: Thu, 29 Mar 2001 01:50:12 +0400
35280              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
35281      Branch: perl
35282            ! win32/makefile.mk win32/win32sck.c
35283 ____________________________________________________________________________
35284 [  9426] By: gsar                                  on 2001/03/29  00:28:04
35285         Log: dmake can only handle == and != in comparisons; support building
35286              with Borland's VCL libraries (from Vadim Konovalov)
35287      Branch: maint-5.6/perl
35288            ! win32/makefile.mk
35289 ____________________________________________________________________________
35290 [  9425] By: nick                                  on 2001/03/28  19:29:56
35291         Log: Integrate (@snapshot)
35292      Branch: perlio
35293           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
35294 ____________________________________________________________________________
35295 [  9424] By: jhi                                   on 2001/03/28  19:03:16
35296         Log: Update Changes.
35297      Branch: perl
35298            ! Changes patchlevel.h
35299 ____________________________________________________________________________
35300 [  9423] By: jhi                                   on 2001/03/28  18:52:09
35301         Log: Rmdir lib/XS on cleanup.
35302      Branch: perl
35303            ! Makefile.SH
35304 ____________________________________________________________________________
35305 [  9422] By: jhi                                   on 2001/03/28  18:49:34
35306         Log: Integrate perlio.
35307      Branch: perl
35308           !> t/op/utf8decode.t
35309 ____________________________________________________________________________
35310 [  9421] By: nick                                  on 2001/03/28  18:46:44
35311         Log: Loose duplicate chunk.
35312      Branch: perlio
35313            ! t/op/utf8decode.t
35314 ____________________________________________________________________________
35315 [  9420] By: nick                                  on 2001/03/28  18:44:11
35316         Log: Integrate mainline.
35317      Branch: perlio
35318           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
35319           !> vms/vmsish.h
35320 ____________________________________________________________________________
35321 [  9419] By: jhi                                   on 2001/03/28  18:42:05
35322         Log: Can't trust external pwds
35323              (either shell builtins or external programs)
35324      Branch: perl
35325            ! t/lib/cwd.t
35326 ____________________________________________________________________________
35327 [  9418] By: jhi                                   on 2001/03/28  18:34:05
35328         Log: Integrate perlio.
35329      Branch: perl
35330            - lib/perlio.pm
35331           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
35332           !> t/op/utf8decode.t
35333 ____________________________________________________________________________
35334 [  9417] By: nick                                  on 2001/03/28  18:24:02
35335         Log: PerlIO.pm / perlio.pm conflict.
35336              Update some pods.
35337              Make t/op/utf8decode.t a text file.
35338      Branch: perlio
35339            - lib/perlio.pm
35340            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
35341            ! t/op/utf8decode.t
35342 ____________________________________________________________________________
35343 [  9416] By: jhi                                   on 2001/03/28  18:06:07
35344         Log: Integrate change #9409 from mainline to maintperl.
35345              
35346              Yet another tweak on AIX dynaloading.
35347      Branch: maint-5.6/perl
35348           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35349 ____________________________________________________________________________
35350 [  9415] By: gsar                                  on 2001/03/28  17:13:01
35351         Log: integrate changes#9377,9385,9401 from mainline
35352              
35353              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
35354              
35355              If directory entries compare equal case-insensitively,
35356              retry case-sensitively.
35357              
35358              Subject: [PATCH] B::Terse and warnings
35359      Branch: maint-5.6/perl
35360           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
35361           !> t/pragma/warn/perl
35362 ____________________________________________________________________________
35363 [  9414] By: jhi                                   on 2001/03/28  17:11:12
35364         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
35365              From: "Craig A. Berry" <craigberry@mac.com>
35366              Date: Wed, 28 Mar 2001 10:55:20 -0600
35367              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
35368      Branch: perl
35369            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
35370 ____________________________________________________________________________
35371 [  9413] By: jhi                                   on 2001/03/28  17:03:12
35372         Log: Dup hunk.
35373      Branch: perl
35374            ! t/op/utf8decode.t
35375 ____________________________________________________________________________
35376 [  9412] By: jhi                                   on 2001/03/28  17:02:36
35377         Log: Forced integrate from perlio.
35378      Branch: perl
35379           !> t/op/utf8decode.t
35380 ____________________________________________________________________________
35381 [  9411] By: nick                                  on 2001/03/28  16:50:03
35382         Log: Integrate mainline.
35383      Branch: perlio
35384           +> t/lib/cwd.t
35385           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35386           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
35387           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
35388           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
35389           !> t/pragma/warn/perl
35390 ____________________________________________________________________________
35391 [  9410] By: jhi                                   on 2001/03/28  16:44:23
35392         Log: Subject: Re: [PATCH] 9403 cannot be tested
35393              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35394              Date: Wed, 28 Mar 2001 18:33:56 +0200
35395              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
35396      Branch: perl
35397            ! makedef.pl
35398 ____________________________________________________________________________
35399 [  9409] By: jhi                                   on 2001/03/28  16:12:45
35400         Log: Yet another tweak on AIX dynaloading.
35401      Branch: perl
35402            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35403 ____________________________________________________________________________
35404 [  9408] By: jhi                                   on 2001/03/28  15:52:55
35405         Log: Subject: [PATCH] 9403 cannot be tested
35406              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
35407              Date: Wed, 28 Mar 2001 17:23:00 +0200
35408              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
35409              
35410              A missing symbol.
35411      Branch: perl
35412            ! makedef.pl
35413 ____________________________________________________________________________
35414 [  9407] By: jhi                                   on 2001/03/28  15:47:43
35415         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
35416      Branch: perl
35417            ! t/op/utf8decode.t
35418           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
35419           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
35420 ____________________________________________________________________________
35421 [  9406] By: jhi                                   on 2001/03/28  15:37:08
35422         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
35423              From: Benjamin Sugars <bsugars@canoe.ca> 
35424              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
35425              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
35426      Branch: perl
35427            + t/lib/cwd.t
35428            ! MANIFEST
35429 ____________________________________________________________________________
35430 [  9405] By: jhi                                   on 2001/03/28  15:13:18
35431         Log: pp_ne() needs a CORRECT boolean.
35432      Branch: perl
35433            ! pp.c
35434 ____________________________________________________________________________
35435 [  9404] By: jhi                                   on 2001/03/28  15:09:23
35436         Log: pp_ne() needs a boolean, not an integer.
35437      Branch: perl
35438            ! pp.c
35439 ____________________________________________________________________________
35440 [  9403] By: jhi                                   on 2001/03/28  14:47:43
35441         Log: (Retracted by #9404.)
35442      Branch: perl
35443            ! pp.c
35444 ____________________________________________________________________________
35445 [  9402] By: jhi                                   on 2001/03/28  14:43:59
35446         Log: Subject: Re: [PATCH] Typemap testing
35447              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
35448              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
35449              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
35450      Branch: perl
35451            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
35452            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
35453 ____________________________________________________________________________
35454 [  9401] By: jhi                                   on 2001/03/28  14:42:14
35455         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
35456              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
35457              Date: Sun, 25 Mar 2001 21:59:15 +0100
35458              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
35459              
35460              A variable will be checked for the "use once" warnings if:
35461              
35462              1. It is in the scope of a use warnings 'once'
35463              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
35464              
35465              Otherwise it won't be checked at all.
35466              
35467              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
35468              
35469              The enclosed patch partially fixes this issue. What I didn't
35470              get to work was the case where the "used once" warning is enabled
35471              in any file other than the main file.
35472      Branch: perl
35473            ! gv.c t/pragma/warn/perl
35474 ____________________________________________________________________________
35475 [  9400] By: nick                                  on 2001/03/28  14:38:24
35476         Log: More EBCDIC tweaks:
35477              - one more swash issue &~(0xA0-1) did not do the right thing,
35478              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
35479              - add "use re 'asciirange'" to make [!-~] etc. work
35480              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
35481              - Choose a key for t/op/each.t test which gets encoded.
35482              - Skip utf8decode if this is UTF-EBCDIC.
35483      Branch: perlio
35484            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
35485            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
35486 ____________________________________________________________________________
35487 [  9399] By: jhi                                   on 2001/03/28  14:21:00
35488         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
35489              Andreas Schwab.
35490      Branch: perl
35491            ! pp.c
35492 ____________________________________________________________________________
35493 [  9398] By: jhi                                   on 2001/03/28  00:55:56
35494         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
35495              From: David Dyck <dcd@tc.fluke.com>
35496              Date: Tue, 27 Mar 2001 15:16:24 -0800
35497              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
35498      Branch: perl
35499            ! ext/IO/lib/IO/Socket.pm
35500 ____________________________________________________________________________
35501 [  9397] By: jhi                                   on 2001/03/27  21:52:49
35502         Log: Integrate perlio.
35503      Branch: perl
35504           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
35505           +> ext/PerlIO/Via/Via.xs
35506           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
35507 ____________________________________________________________________________
35508 [  9396] By: nick                                  on 2001/03/27  21:45:13
35509         Log: Integrate mainline.
35510      Branch: perlio
35511           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
35512           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
35513 ____________________________________________________________________________
35514 [  9395] By: nick                                  on 2001/03/27  21:18:58
35515         Log: Outline docs for PerlIO and PerlIO::Scalar
35516      Branch: perlio
35517            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
35518 ____________________________________________________________________________
35519 [  9394] By: nick                                  on 2001/03/27  20:50:13
35520         Log: PerlIO::Via layer (alpha-ish).
35521      Branch: perlio
35522            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
35523            + ext/PerlIO/Via/Via.xs
35524            ! MANIFEST
35525 ____________________________________________________________________________
35526 [  9393] By: jhi                                   on 2001/03/27  20:49:55
35527         Log: Retract #9329 now that 9390 should take care of the matter.
35528      Branch: perl
35529            ! utils/h2xs.PL
35530 ____________________________________________________________________________
35531 [  9390] By: jhi                                   on 2001/03/27  20:47:50
35532         Log: Subject: Autoloading Errno.pm when %! is encountered
35533              From: Robin Houston <robin@kitsite.com>
35534              Date: Tue, 27 Mar 2001 20:57:11 +0100
35535              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
35536      Branch: perl
35537            ! embed.h embed.pl gv.c proto.h t/op/magic.t
35538 ____________________________________________________________________________
35539 [  9389] By: jhi                                   on 2001/03/27  20:24:31
35540         Log: Integrate perlio.
35541      Branch: perl
35542           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
35543           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
35544           !> utf8.c
35545 ____________________________________________________________________________
35546 [  9388] By: jhi                                   on 2001/03/27  20:21:38
35547         Log: Better have a three-element array if one is going to assign
35548              to the third element of that array. (from Tim Jenness)
35549      Branch: perl
35550            ! ext/XS/Typemap/Typemap.xs
35551 ____________________________________________________________________________
35552 [  9387] By: nick                                  on 2001/03/27  20:15:43
35553         Log: Integrate mainline.
35554      Branch: perlio
35555           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
35556           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
35557           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
35558           +> t/lib/xs-typemap.t
35559           !> (integrate 34 files)
35560 ____________________________________________________________________________
35561 [  9386] By: jhi                                   on 2001/03/27  20:04:18
35562         Log: Subject: Re: perl@9359 breaks HTML::Parser
35563              From: Gisle Aas <gisle@ActiveState.com>
35564              Date: 27 Mar 2001 11:30:24 -0800
35565              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
35566              
35567              Clarify the UTF-8 issues of the API docs.
35568              (Slightly reworded and expanded.)
35569      Branch: perl
35570            ! pod/perlapi.pod sv.c sv.h
35571 ____________________________________________________________________________
35572 [  9385] By: jhi                                   on 2001/03/27  19:44:25
35573         Log: If directory entries compare equal case-insensitively,
35574              retry case-sensitively.
35575      Branch: perl
35576            ! ext/File/Glob/bsd_glob.c
35577 ____________________________________________________________________________
35578 [  9384] By: nick                                  on 2001/03/27  19:38:50
35579         Log: Various EBCDIC fixes:
35580              - major revelation that swash code is encoding aware,
35581              (or thought it was) - now it is ;-)
35582              - With that out of the way fix a slab of tr/// cases.
35583              - Fix Encode 'Unicode' to be true Unicode so tests pass.
35584              - As anticipated Base64.xs needed tweaks.
35585              - Until tr/// works right avoid old_encode64 in MIME tests.
35586      Branch: perlio
35587            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
35588            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
35589 ____________________________________________________________________________
35590 [  9383] By: jhi                                   on 2001/03/27  18:34:41
35591         Log: Add the std test suite BEGIN block.
35592      Branch: perl
35593            ! t/lib/xs-typemap.t
35594 ____________________________________________________________________________
35595 [  9382] By: jhi                                   on 2001/03/27  15:16:07
35596         Log: Add debugging output to the test.
35597      Branch: perl
35598            ! t/lib/glob-basic.t
35599 ____________________________________________________________________________
35600 [  9381] By: jhi                                   on 2001/03/27  15:08:10
35601         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
35602      Branch: perl
35603            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
35604            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
35605            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
35606            + t/lib/xs-typemap.t
35607            ! MANIFEST
35608 ____________________________________________________________________________
35609 [  9380] By: jhi                                   on 2001/03/27  14:48:34
35610         Log: Subject: [PATCH] Typemap testing
35611              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
35612              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
35613              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
35614              
35615              (The first part of the patch.)
35616      Branch: perl
35617            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
35618 ____________________________________________________________________________
35619 [  9379] By: jhi                                   on 2001/03/27  14:44:56
35620         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
35621              From: Benjamin Sugars <bsugars@canoe.ca> 
35622              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
35623              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
35624      Branch: perl
35625            ! t/lib/glob-basic.t
35626 ____________________________________________________________________________
35627 [  9378] By: jhi                                   on 2001/03/27  14:42:30
35628         Log: Subject: [PATCH] perlvar nit
35629              From: Simon Cozens <simon@netthink.co.uk>
35630              Date: Tue, 27 Mar 2001 01:12:01 +0100
35631              Message-ID: <20010327011201.A19179@netthink.co.uk>
35632      Branch: perl
35633            ! pod/perlvar.pod
35634 ____________________________________________________________________________
35635 [  9377] By: jhi                                   on 2001/03/27  14:36:26
35636         Log: Subject: [PATCH] B::Terse and warnings
35637              From: Benjamin Sugars <ben.sugars@home.com>
35638              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
35639              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
35640      Branch: perl
35641            ! ext/B/B.pm ext/B/B/Terse.pm
35642 ____________________________________________________________________________
35643 [  9376] By: jhi                                   on 2001/03/27  14:31:31
35644         Log: Document sockatmark() some.
35645      Branch: perl
35646            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
35647            ! pod/perltoc.pod
35648 ____________________________________________________________________________
35649 [  9375] By: jhi                                   on 2001/03/27  14:00:24
35650         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
35651              noted by Gisle and fixed by NI-S.
35652      Branch: perl
35653            ! sv.c
35654 ____________________________________________________________________________
35655 [  9374] By: jhi                                   on 2001/03/27  05:50:01
35656         Log: Regen toc.
35657      Branch: perl
35658            ! pod/perltoc.pod
35659 ____________________________________________________________________________
35660 [  9373] By: jhi                                   on 2001/03/27  05:43:51
35661         Log: Pixie documenting.
35662      Branch: perl
35663            ! Makefile.SH pod/perlhack.pod
35664 ____________________________________________________________________________
35665 [  9372] By: jhi                                   on 2001/03/27  05:29:34
35666         Log: Metaconfig unit changes for #9371.
35667      Branch: metaconfig
35668            ! U/modified/myhostname.U
35669      Branch: metaconfig/U/perl
35670            + d_sockatmark.U
35671            ! gccvers.U
35672 ____________________________________________________________________________
35673 [  9371] By: jhi                                   on 2001/03/27  05:29:07
35674         Log: Add sockatmark() probing.
35675      Branch: perl
35676            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35677            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
35678            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35679            ! vos/config.ga.h win32/config.bc win32/config.gc
35680            ! win32/config.vc
35681 ____________________________________________________________________________
35682 [  9370] By: jhi                                   on 2001/03/26  22:01:18
35683         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
35684              Really need to benchmark this.
35685      Branch: perl
35686            ! pp.c
35687 ____________________________________________________________________________
35688 [  9369] By: nick                                  on 2001/03/26  21:59:30
35689         Log: Integrate mainline.
35690      Branch: perlio
35691            ! ext/MIME/Base64/QuotedPrint.pm
35692           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
35693           !> patchlevel.h pod/perlhack.pod pp_sys.c
35694 ____________________________________________________________________________
35695 [  9368] By: jhi                                   on 2001/03/26  21:47:03
35696         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
35697              
35698              TODO1: perlbench.
35699              TODO2: le, lt, ge, gt?  Yech.
35700      Branch: perl
35701            ! pp.c
35702 ____________________________________________________________________________
35703 [  9367] By: jhi                                   on 2001/03/26  21:34:57
35704         Log: Too much cut-and-paste in #9363.
35705      Branch: perl
35706            ! pp_sys.c
35707 ____________________________________________________________________________
35708 [  9366] By: jhi                                   on 2001/03/26  21:20:53
35709         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
35710              From: Andreas Schwab <schwab@suse.de>
35711              Date: 26 Mar 2001 17:29:04 +0200
35712              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
35713              
35714              (The patch for 5.6.0 or so, this is a guess for bleadperl)
35715      Branch: perl
35716            ! pp_hot.c
35717 ____________________________________________________________________________
35718 [  9365] By: jhi                                   on 2001/03/26  21:07:54
35719         Log: Integrate perlio.
35720      Branch: perl
35721           !> perlio.c
35722 ____________________________________________________________________________
35723 [  9364] By: nick                                  on 2001/03/26  20:30:48
35724         Log: REFCNT botch in layer name cache hash.
35725      Branch: perlio
35726            ! perlio.c
35727 ____________________________________________________________________________
35728 [  9363] By: jhi                                   on 2001/03/26  18:44:32
35729         Log: Subject: [PATCH] socket() leaks file descriptors
35730              From: Benjamin Sugars <bsugars@canoe.ca>
35731              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
35732              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
35733              
35734              Also sockpair() fixed similarly.
35735      Branch: perl
35736            ! pp_sys.c
35737 ____________________________________________________________________________
35738 [  9362] By: jhi                                   on 2001/03/26  18:37:52
35739         Log: Integrate perlio.
35740      Branch: perl
35741           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
35742 ____________________________________________________________________________
35743 [  9361] By: nick                                  on 2001/03/26  17:32:06
35744         Log: Implement flush of linebuffered streams on read of a tty.
35745      Branch: perlio
35746            ! perlio.c perliol.h
35747 ____________________________________________________________________________
35748 [  9360] By: nick                                  on 2001/03/26  17:12:32
35749         Log: Memory tweaks and notes for OEMVS.
35750      Branch: perlio
35751            ! README.os390 miniperlmain.c t/op/pat.t
35752 ____________________________________________________________________________
35753 [  9359] By: jhi                                   on 2001/03/26  02:12:54
35754         Log: Update Changes.
35755      Branch: perl
35756            ! Changes patchlevel.h
35757 ____________________________________________________________________________
35758 [  9358] By: jhi                                   on 2001/03/26  02:05:32
35759         Log: Document the most common pixie options.
35760      Branch: perl
35761            ! pod/perlhack.pod
35762 ____________________________________________________________________________
35763 [  9357] By: jhi                                   on 2001/03/26  01:25:28
35764         Log: For perl.pixie check *before* compiling that optimize is -g,
35765              as for perl.third.
35766      Branch: perl
35767            ! Makefile.SH
35768 ____________________________________________________________________________
35769 [  9356] By: jhi                                   on 2001/03/26  01:13:41
35770         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
35771      Branch: perl
35772            ! Makefile.SH
35773 ____________________________________________________________________________
35774 [  9355] By: jhi                                   on 2001/03/26  01:11:19
35775         Log: Remove t/perl.third.
35776      Branch: perl
35777            ! Makefile.SH
35778 ____________________________________________________________________________
35779 [  9354] By: jhi                                   on 2001/03/26  00:23:38
35780         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
35781              IO::Sockatmark().
35782      Branch: perl
35783            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
35784 ____________________________________________________________________________
35785 [  9353] By: jhi                                   on 2001/03/25  22:25:04
35786         Log: Integrate perlio.
35787      Branch: perl
35788           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
35789           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
35790           !> pp_hot.c win32/makefile.mk
35791 ____________________________________________________________________________
35792 [  9352] By: jhi                                   on 2001/03/25  22:21:41
35793         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
35794              From: Radu Greab <radu@netsoft.ro>
35795              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
35796              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
35797      Branch: perl
35798            ! pp_sys.c
35799 ____________________________________________________________________________
35800 [  9351] By: nick                                  on 2001/03/25  22:15:02
35801         Log: Fix readline in list mode to tell rest of world that it has
35802              things on the stack. Otherwise if perl code gets invoked
35803              underneath it it scribbles over results-so-far.
35804              (Why TIEHANDLE has not tripped on this is a mystery.)
35805      Branch: perlio
35806            ! pp_hot.c
35807 ____________________________________________________________________________
35808 [  9350] By: nick                                  on 2001/03/25  22:10:13
35809         Log: win32/makefile.mk typos
35810      Branch: perlio
35811            ! win32/makefile.mk
35812 ____________________________________________________________________________
35813 [  9349] By: nick                                  on 2001/03/25  21:31:14
35814         Log: Integrate now-non-binary file.
35815      Branch: perlio
35816           !> t/lib/mimeqp.t
35817 ____________________________________________________________________________
35818 [  9348] By: nick                                  on 2001/03/25  21:27:24
35819         Log: Make it text
35820      Branch: perlio
35821            ! t/lib/mimeqp.t
35822 ____________________________________________________________________________
35823 [  9347] By: nick                                  on 2001/03/25  21:25:37
35824         Log: Integrate mainline.
35825      Branch: perlio
35826           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
35827           !> lib/Term/ReadLine.pm t/lib/md5-file.t
35828 ____________________________________________________________________________
35829 [  9346] By: nick                                  on 2001/03/25  20:58:15
35830         Log: Add destruct time hook to PerlIO (for work-in-process implementing
35831              layers in perl code. In such cases layers need to be popped before
35832              we loose the ability to run perl code.)
35833              Also back-out "PerlIO::object" hook - it isn't going to work like that...
35834      Branch: perlio
35835            ! perl.c perlio.c perlio.h perliol.h
35836 ____________________________________________________________________________
35837 [  9345] By: nick                                  on 2001/03/25  20:49:11
35838         Log: Avoid at leasy one of undefined warnings in Encode.
35839      Branch: perlio
35840            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
35841 ____________________________________________________________________________
35842 [  9344] By: jhi                                   on 2001/03/25  20:37:43
35843         Log: A workaround for using Term::ReadLine in emacs minibuffer
35844              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
35845              additional tweaks from Ilya Zakharevich.
35846      Branch: perl
35847            ! lib/Term/ReadLine.pm
35848 ____________________________________________________________________________
35849 [  9343] By: nick                                  on 2001/03/25  20:21:14
35850         Log: Missing return value.
35851      Branch: perlio
35852            ! ext/PerlIO/Scalar/Scalar.xs
35853 ____________________________________________________________________________
35854 [  9342] By: jhi                                   on 2001/03/25  16:21:00
35855         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
35856              to equal the CPAN versions since no code changes have been made.
35857      Branch: perl
35858            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
35859            ! t/lib/md5-file.t
35860 ____________________________________________________________________________
35861 [  9341] By: jhi                                   on 2001/03/25  16:01:48
35862         Log: Escape 8-bit characters.
35863      Branch: perl
35864            ! t/lib/mimeqp.t
35865 ____________________________________________________________________________
35866 [  9340] By: gsar                                  on 2001/03/25  15:50:53
35867         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
35868              chars)
35869      Branch: perl
35870            + t/lib/mimeqp.t
35871 ____________________________________________________________________________
35872 [  9339] By: gsar                                  on 2001/03/25  15:48:50
35873         Log: delete mimeqp.t for later add with text mode set
35874      Branch: perl
35875            - t/lib/mimeqp.t
35876 ____________________________________________________________________________
35877 [  9338] By: nick                                  on 2001/03/25  09:01:57
35878         Log: Integrate mainline.
35879      Branch: perlio
35880           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
35881           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
35882           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
35883           +> t/lib/mimeb64u.t t/lib/mimeqp.t
35884           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
35885           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
35886           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
35887 ____________________________________________________________________________
35888 [  9337] By: jhi                                   on 2001/03/25  04:23:24
35889         Log: Add MIME::Base64 here and there.  Again, a lot of
35890              optimism is in the air.
35891      Branch: perl
35892            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
35893            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
35894 ____________________________________________________________________________
35895 [  9336] By: jhi                                   on 2001/03/25  04:12:43
35896         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
35897              this by ear as I do not do Win32 programming.)
35898      Branch: perl
35899            ! win32/Makefile win32/makefile.mk
35900 ____________________________________________________________________________
35901 [  9335] By: jhi                                   on 2001/03/25  04:03:50
35902         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
35903      Branch: perl
35904            ! t/lib/md5-file.t
35905 ____________________________________________________________________________
35906 [  9334] By: jhi                                   on 2001/03/25  03:58:53
35907         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
35908      Branch: perl
35909            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
35910            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
35911            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
35912            + t/lib/mimeb64u.t t/lib/mimeqp.t
35913            ! MANIFEST
35914 ____________________________________________________________________________
35915 [  9333] By: jhi                                   on 2001/03/24  20:14:37
35916         Log: Integrate perlio.
35917      Branch: perl
35918           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
35919 ____________________________________________________________________________
35920 [  9332] By: nick                                  on 2001/03/24  19:40:34
35921         Log: Fix un-init variable leading to spurious "Out of Memory!"
35922      Branch: perlio
35923            ! doio.c
35924 ____________________________________________________________________________
35925 [  9331] By: nick                                  on 2001/03/24  19:09:59
35926         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
35927              and update layers internals doc.
35928      Branch: perlio
35929            ! pod/perlfunc.pod pod/perliol.pod
35930 ____________________________________________________________________________
35931 [  9330] By: jhi                                   on 2001/03/24  18:42:11
35932         Log: The length might be uninitialized garbage if the *svp is the undef.
35933      Branch: perl
35934            ! doio.c
35935 ____________________________________________________________________________
35936 [  9329] By: jhi                                   on 2001/03/24  18:26:57
35937         Log: (Retracted by #9393)
35938              
35939              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
35940              From: Simon Cozens <simon@netthink.co.uk>
35941              Date: Sat, 24 Mar 2001 17:13:17 +0000
35942              Message-ID: <20010324171317.A13406@netthink.co.uk>
35943      Branch: perl
35944            ! utils/h2xs.PL
35945 ____________________________________________________________________________
35946 [  9328] By: nick                                  on 2001/03/24  17:22:02
35947         Log: Integrate mainline.
35948      Branch: perlio
35949           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
35950           !> lib/unicode/version
35951 ____________________________________________________________________________
35952 [  9327] By: nick                                  on 2001/03/24  17:16:02
35953         Log: Integrate mainline.
35954      Branch: perlio
35955           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
35956           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
35957           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
35958           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
35959           +> t/lib/md5-file.t
35960           !> MANIFEST Makefile.SH configure.com djgpp/config.over
35961           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
35962           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
35963           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
35964           !> win32/makefile.mk
35965 ____________________________________________________________________________
35966 [  9326] By: jhi                                   on 2001/03/24  17:00:42
35967         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
35968      Branch: perl
35969            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
35970            ! lib/unicode/version
35971 ____________________________________________________________________________
35972 [  9325] By: jhi                                   on 2001/03/24  16:22:33
35973         Log: Subject: Re: B::Deparse bug (5.6.0)
35974              From: Robin Houston <robin@kitsite.com>
35975              Date: Sat, 24 Mar 2001 14:33:09 +0000
35976              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
35977      Branch: perl
35978            ! op.c pp.c t/lib/b.t t/op/repeat.t
35979 ____________________________________________________________________________
35980 [  9324] By: jhi                                   on 2001/03/24  16:21:56
35981         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
35982              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
35983              these additions may be too optimistic.
35984      Branch: perl
35985            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
35986            ! hints/uwin.sh hints/vmesa.sh
35987 ____________________________________________________________________________
35988 [  9323] By: jhi                                   on 2001/03/24  16:06:01
35989         Log: Integrate perlio.
35990      Branch: perl
35991           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
35992           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
35993            ! Makefile.SH
35994           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
35995           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
35996           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
35997           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35998           !> win32/makefile.mk win32/perlhost.h win32/win32.c
35999           !> win32/win32iop.h
36000 ____________________________________________________________________________
36001 [  9322] By: nick                                  on 2001/03/24  14:39:12
36002         Log: Routine Win32 regen_config_h - no real changes.
36003      Branch: perlio
36004            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36005 ____________________________________________________________________________
36006 [  9321] By: nick                                  on 2001/03/24  14:31:49
36007         Log: PerlIO fixups for Win32:
36008              - provide win33_popenlist() - non-functional as yet.
36009              - avoid need for aTHX in PerlIO_debug calls - even if not 
36010              enabled args are still evaluated so Win32 has trouble during fork().
36011              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
36012              - Fixup makedef.pl for latest set of symbols.
36013      Branch: perlio
36014            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
36015            ! win32/perlhost.h win32/win32.c win32/win32iop.h
36016 ____________________________________________________________________________
36017 [  9320] By: nick                                  on 2001/03/24  14:26:58
36018         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
36019              was gibberish - broke it on WIn32 at least.
36020      Branch: perlio
36021            ! ext/POSIX/POSIX.xs
36022 ____________________________________________________________________________
36023 [  9319] By: nick                                  on 2001/03/24  11:29:41
36024         Log: Generated files.
36025      Branch: perlio
36026            ! embed.h global.sym objXSUB.h perlapi.c proto.h
36027 ____________________________________________________________________________
36028 [  9318] By: nick                                  on 2001/03/24  10:29:37
36029         Log: Implement:
36030              1.  open($fh,"+<",undef);  # add test to t/io/open.t
36031              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
36032      Branch: perlio
36033            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
36034            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
36035            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
36036            ! t/io/open.t t/io/utf8.t
36037 ____________________________________________________________________________
36038 [  9317] By: jhi                                   on 2001/03/23  23:41:25
36039         Log: AIX does seems to have optimization problems with its C compilers.
36040      Branch: perl
36041            ! hints/aix.sh
36042 ____________________________________________________________________________
36043 [  9316] By: jhi                                   on 2001/03/23  23:40:46
36044         Log: Integrate perlio.
36045      Branch: perl
36046           +> lib/PerlIO.pm
36047           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
36048           !> perliol.h
36049 ____________________________________________________________________________
36050 [  9315] By: jhi                                   on 2001/03/23  22:16:30
36051         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
36052      Branch: perl
36053            ! t/lib/md5-file.t
36054 ____________________________________________________________________________
36055 [  9314] By: nick                                  on 2001/03/23  20:49:02
36056         Log: Perlio internals re-organized.
36057              - open process creates AV of layer/arg pairs
36058              (appends layers from open() or open.pm to default list).
36059              - push arg is now an SV.
36060              - layer ->Open get passed the AV
36061              - open is no longer mandatory method.
36062              - topmost layer that has ->Open method does the open
36063              - any layers above are pushed once that returns.
36064              - vtable re-ordered so dummy layers need only provide push/pop methods.
36065      Branch: perlio
36066            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
36067 ____________________________________________________________________________
36068 [  9313] By: nick                                  on 2001/03/23  16:27:41
36069         Log: Check in a stable (working) version before next round of tweaks.
36070              Changes include:
36071              - Move default layers code out of doio.c and into perlio.c
36072              - Single routine for parsing layer specification strings.
36073              - Skeleton support for demand loading of layers
36074              - Core-dump avoidance if PERLIO environment specifies loadable layer
36075              (does not _work_ as need IO to load and need load to do IO ...)
36076      Branch: perlio
36077            + lib/PerlIO.pm
36078            ! MANIFEST doio.c perlio.c
36079 ____________________________________________________________________________
36080 [  9312] By: gsar                                  on 2001/03/23  16:25:25
36081         Log: add execute bit to files with shebang lines in the repository;
36082              avoid clobbering execute bit in Porting/makerel 
36083      Branch: maint-5.6/perl
36084            ! (edit 144 files)
36085 ____________________________________________________________________________
36086 [  9311] By: jhi                                   on 2001/03/23  14:25:35
36087         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
36088      Branch: perl
36089            ! MANIFEST
36090 ____________________________________________________________________________
36091 [  9310] By: jhi                                   on 2001/03/23  13:45:04
36092         Log: Subject: [PATCH] Net::Ping
36093              From: Colin McMillen <mcmi0037@tc.umn.edu>
36094              Date: Thu, 22 Mar 2001 19:30:31 -0600
36095              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
36096      Branch: perl
36097            ! lib/Net/Ping.pm
36098 ____________________________________________________________________________
36099 [  9309] By: jhi                                   on 2001/03/23  13:39:13
36100         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
36101      Branch: perl
36102            ! t/lib/md5-aaa.t t/lib/md5-file.t
36103 ____________________________________________________________________________
36104 [  9308] By: jhi                                   on 2001/03/23  13:20:34
36105         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
36106              - bump the version to 2.14
36107              - drop the base64 tests since they require MIME::Base64
36108              - drop the rfc1321.txt
36109              - drop the hints/dec_osf.pl since it's only needed for
36110              pre-5.005_03 Perls
36111              Todo:
36112              - the U32 alignment testing is now removed; it needs to
36113              be reintroduced as as a Config variable (meaning also
36114              as a Configure test)
36115              - get the new EBCDIC md5sum for MD5.pm
36116              - test in Win32 to see how badly I botched the makefiles
36117      Branch: perl
36118            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
36119            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
36120            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
36121            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
36122            + t/lib/md5-file.t
36123            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
36124            ! win32/Makefile win32/makefile.mk
36125 ____________________________________________________________________________
36126 [  9307] By: jhi                                   on 2001/03/23  12:56:14
36127         Log: Integrate change #9306 from maintperl into mainline,
36128              AIX dynaloader for AIXes without <load.h>.
36129      Branch: perl
36130           !> ext/DynaLoader/hints/aix.pl
36131 ____________________________________________________________________________
36132 [  9306] By: jhi                                   on 2001/03/23  12:51:36
36133         Log: There are AIXes without /usr/include/load.h,
36134              patch from H.Merijn Brand.
36135      Branch: maint-5.6/perl
36136            ! ext/DynaLoader/hints/aix.pl
36137 ____________________________________________________________________________
36138 [  9305] By: nick                                  on 2001/03/23  11:00:42
36139         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
36140      Branch: perlio
36141            ! ext/Encode/Encode.xs perlio.c perlio.h
36142 ____________________________________________________________________________
36143 [  9304] By: nick                                  on 2001/03/23  10:20:46
36144         Log: Render -Duseperlio functional again.
36145              - this is "quick fix" which calls PerlIO_apply_layers after opening,
36146              which is what old scheme did. New scheme needs to change that
36147              to make open(...,\$scalar) etc. work but this will do for now.
36148      Branch: perlio
36149            ! perlio.c
36150 ____________________________________________________________________________
36151 [  9303] By: nick                                  on 2001/03/23  09:53:20
36152         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
36153              -Uuseperlio now works again.
36154              -Duseperlio is still poorly. Don't merge yet...
36155      Branch: perlio
36156            ! doio.c perlio.h
36157 ____________________________________________________________________________
36158 [  9302] By: nick                                  on 2001/03/22  22:26:51
36159         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
36160              type code.
36161              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
36162              is its main caller. In particular now has access to "extra" args, and
36163              can tell when an open handle is "reopened" (or duped?).
36164              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
36165              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
36166              PerlIO_open() et. al. (i.e. other way round).
36167              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
36168              with args close to PerlIO_openn().
36169      Branch: perlio
36170            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
36171 ____________________________________________________________________________
36172 [  9301] By: jhi                                   on 2001/03/22  20:58:04
36173         Log: Integrate perlio.
36174      Branch: perl
36175           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
36176           !> t/io/open.t util.c
36177 ____________________________________________________________________________
36178 [  9300] By: nick                                  on 2001/03/22  17:36:32
36179         Log: Don't include $@ in not ok message.
36180      Branch: perlio
36181            ! t/io/open.t
36182 ____________________________________________________________________________
36183 [  9299] By: gsar                                  on 2001/03/22  16:53:45
36184         Log: back out changes#7532,7521 for now (appears to have problems
36185              on IRIX)
36186      Branch: maint-5.6/perl
36187            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
36188            ! ext/POSIX/typemap pod/perlvar.pod
36189 ____________________________________________________________________________
36190 [  9298] By: nick                                  on 2001/03/22  14:35:46
36191         Log: Give a meaning to '&' in n-arg open case:
36192              open($fh,"<&",$scalar);
36193              $scalar can be:
36194              - an integer which does "fdopen"
36195              open($fh,"<&",2); # like open($fh,"<&2")
36196              - something that will yield a file handle via sv_2io()
36197              useful for dup'ing anonymous handles.
36198              e.g.:
36199              open(my $fh,"<&",\*STDIN);
36200              open(my $dup,"<&",$fh);
36201      Branch: perlio
36202            ! doio.c t/io/open.t
36203 ____________________________________________________________________________
36204 [  9297] By: nick                                  on 2001/03/22  13:34:35
36205         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
36206      Branch: perlio
36207            ! util.c
36208 ____________________________________________________________________________
36209 [  9296] By: nick                                  on 2001/03/22  12:51:20
36210         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
36211      Branch: perlio
36212            ! perl.c
36213 ____________________________________________________________________________
36214 [  9295] By: nick                                  on 2001/03/22  11:59:44
36215         Log: If stdin, stdout or stderr get opened in unexpected read/write state
36216              then warn at time of open not at time of use.
36217      Branch: perlio
36218            ! doio.c pp_hot.c pp_sys.c
36219 ____________________________________________________________________________
36220 [  9294] By: nick                                  on 2001/03/22  10:54:35
36221         Log: Die on n-arg open(...,"",xxx,yyy,...)
36222              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
36223              - die on read/write cases so we can decide what it means later.
36224      Branch: perlio
36225            ! doio.c embed.pl iperlsys.h util.c
36226 ____________________________________________________________________________
36227 [  9293] By: nick                                  on 2001/03/22  09:02:45
36228         Log: perlio tweaks (reported by Nick Clark)
36229              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
36230              error check in Pendinf_read().
36231      Branch: perlio
36232            ! perlio.c
36233 ____________________________________________________________________________
36234 [  9292] By: gsar                                  on 2001/03/22  07:12:00
36235         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
36236              fixes)
36237      Branch: maint-5.6/perl
36238           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
36239 ____________________________________________________________________________
36240 [  9291] By: jhi                                   on 2001/03/22  06:06:44
36241         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
36242      Branch: perl
36243            ! t/op/re_tests
36244 ____________________________________________________________________________
36245 [  9290] By: jhi                                   on 2001/03/22  05:57:01
36246         Log: Move MacOS Classic higher in the list of supported platforms.
36247      Branch: maint-5.6/perl
36248            ! pod/perlport.pod
36249 ____________________________________________________________________________
36250 [  9289] By: gsar                                  on 2001/03/22  05:35:04
36251         Log: revert part of change#6438 for compatibility (av_reify()
36252              appears to be needed to implement av_splice()ish things
36253              in XS)
36254      Branch: maint-5.6/perl
36255            ! embed.pl global.sym objXSUB.h perlapi.c
36256 ____________________________________________________________________________
36257 [  9288] By: gsar                                  on 2001/03/22  03:09:19
36258         Log: update copyright year
36259      Branch: maint-5.6/perl
36260            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
36261            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
36262            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
36263            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
36264            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
36265            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
36266            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
36267            ! x2p/walk.c
36268 ____________________________________________________________________________
36269 [  9287] By: jhi                                   on 2001/03/21  20:30:54
36270         Log: Integrate perlio.
36271      Branch: perl
36272           !> ext/Data/Dumper/Dumper.xs
36273 ____________________________________________________________________________
36274 [  9286] By: gsar                                  on 2001/03/21  19:49:54
36275         Log: makefile.mk tweak
36276      Branch: maint-5.6/perl
36277            ! win32/Makefile win32/makefile.mk
36278 ____________________________________________________________________________
36279 [  9285] By: nick                                  on 2001/03/21  19:07:13
36280         Log: Multiplicity fix for Dumper.
36281      Branch: perlio
36282            ! ext/Data/Dumper/Dumper.xs
36283 ____________________________________________________________________________
36284 [  9284] By: nick                                  on 2001/03/21  19:01:07
36285         Log: Integrate mainline - (does not build xTHX issue in Dumper).
36286      Branch: perlio
36287           !> (integrate 27 files)
36288 ____________________________________________________________________________
36289 [  9283] By: jhi                                   on 2001/03/21  17:17:35
36290         Log: Integrate change #9282 from mainline into maintperl,
36291              4-arg UTF-8 substr().
36292      Branch: maint-5.6/perl
36293           !> pp.c
36294 ____________________________________________________________________________
36295 [  9282] By: jhi                                   on 2001/03/21  17:15:43
36296         Log: The #9270 would have leaked a scalar if pp_substr()
36297              returned early.
36298      Branch: perl
36299            ! pp.c
36300 ____________________________________________________________________________
36301 [  9281] By: gsar                                  on 2001/03/21  17:03:14
36302         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
36303      Branch: maint-5.6/perl
36304            ! win32/makefile.mk
36305 ____________________________________________________________________________
36306 [  9280] By: gsar                                  on 2001/03/21  17:01:20
36307         Log: some tweaks to change#9278 (fork() emulation should be enabled
36308              by setting BUILD_FLAVOR instead of changing the defaults)
36309      Branch: maint-5.6/perl
36310            ! win32/makefile.mk
36311 ____________________________________________________________________________
36312 [  9279] By: gsar                                  on 2001/03/21  16:47:19
36313         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
36314      Branch: maint-5.6/perl
36315            ! ext/File/Glob/Glob.pm
36316           !> lib/Cwd.pm
36317 ____________________________________________________________________________
36318 [  9278] By: jhi                                   on 2001/03/21  14:35:10
36319         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
36320              From: "Vadim Konovalov" <watman@inbox.ru>
36321              Date: Wed, 21 Mar 2001 01:53:51 +0300
36322              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
36323      Branch: maint-5.6/perl
36324            ! win32/makefile.mk win32/win32sck.c
36325 ____________________________________________________________________________
36326 [  9277] By: jhi                                   on 2001/03/21  13:58:28
36327         Log: Integrate change #9270 from mainline to maintperl:
36328              continued 4-arg UTF-8 substr() fixing.
36329      Branch: maint-5.6/perl
36330           !> pp.c t/op/substr.t
36331 ____________________________________________________________________________
36332 [  9276] By: jhi                                   on 2001/03/21  13:33:00
36333         Log: More pixie cleaning.
36334      Branch: perl
36335            ! Makefile.SH
36336 ____________________________________________________________________________
36337 [  9275] By: jhi                                   on 2001/03/21  03:54:17
36338         Log: Update Changes.
36339      Branch: perl
36340            ! Changes patchlevel.h
36341 ____________________________________________________________________________
36342 [  9274] By: jhi                                   on 2001/03/21  03:48:24
36343         Log: First stab at making Data::Dumper to grok Unicode.
36344              
36345              TODO: tests, EBCDICify.
36346      Branch: perl
36347            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
36348 ____________________________________________________________________________
36349 [  9273] By: jhi                                   on 2001/03/21  02:23:00
36350         Log: Fix for
36351              
36352              Subject: Memory leak in unquoted print   
36353              From: Benjamin Sugars <bsugars@canoe.ca> 
36354              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
36355              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
36356      Branch: perl
36357            ! perlio.c
36358 ____________________________________________________________________________
36359 [  9272] By: jhi                                   on 2001/03/21  01:33:17
36360         Log: Subject: Re: [PATCH] POSIX::getcwd()
36361              From: Benjamin Sugars <bsugars@canoe.ca> 
36362              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
36363              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
36364      Branch: perl
36365            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
36366 ____________________________________________________________________________
36367 [  9271] By: jhi                                   on 2001/03/21  01:22:52
36368         Log: Subject: [PATCH] Cwd.pm docs
36369              From: Benjamin Sugars <bsugars@canoe.ca>
36370              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
36371              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
36372      Branch: perl
36373            ! lib/Cwd.pm
36374 ____________________________________________________________________________
36375 [  9270] By: jhi                                   on 2001/03/21  01:16:29
36376         Log: Continue 4-arg substr() UTF-8 fixage.
36377      Branch: perl
36378            ! pp.c t/op/substr.t
36379 ____________________________________________________________________________
36380 [  9269] By: jhi                                   on 2001/03/21  00:46:14
36381         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
36382              
36383              revert the leak fix in change#9142 (problem needs a more experimental
36384              fix unsuitable for 5.6.1)
36385              
36386              do alphabetical sorting by default (for csh compatibility)
36387              
36388              cut-n-paste goof in change#9264
36389              
36390              VMS piping fixes (from Charles Lane)
36391      Branch: perl
36392           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
36393           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
36394           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
36395 ____________________________________________________________________________
36396 [  9268] By: jhi                                   on 2001/03/21  00:37:04
36397         Log: Integrate perlio.
36398      Branch: perl
36399           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
36400           !> utf8.c utf8.h utfebcdic.h
36401 ____________________________________________________________________________
36402 [  9267] By: nick                                  on 2001/03/20  20:04:39
36403         Log: More EBCDIC stuff:
36404              - Loose the extra level of function on ASCII.
36405              - spotted a chr(0) issue in sv.c
36406              - re-work of UTF-X tr/// ranges to work in Unicode
36407              space. Still issues with the "0xff is illegal UTF-8" hack.
36408              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
36409              (why do it once when you can do it all over the place :-(
36410              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
36411              need utf8.pm for swashes.
36412              - Simplified and commented scan_const() in toke.c
36413              Still something wrong regexp and tr (swashes?).
36414      Branch: perlio
36415            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
36416            ! utf8.c utf8.h utfebcdic.h
36417 ____________________________________________________________________________
36418 [  9266] By: gsar                                  on 2001/03/20  19:16:43
36419         Log: VMS piping fixes (from Charles Lane)
36420      Branch: maint-5.6/perl
36421            ! vms/vms.c vms/vmspipe.com
36422 ____________________________________________________________________________
36423 [  9265] By: gsar                                  on 2001/03/20  17:53:52
36424         Log: cut-n-paste goof in change#9264
36425      Branch: maint-5.6/perl
36426            ! ext/File/Glob/Glob.xs
36427 ____________________________________________________________________________
36428 [  9264] By: gsar                                  on 2001/03/20  17:43:47
36429         Log: do alphabetical sorting by default (for csh compatibility);
36430              bsd_glob() does ASCII sort by default as usual, unless
36431              GLOB_ALPHASORT was specified
36432      Branch: maint-5.6/perl
36433            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
36434            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
36435            ! ext/File/Glob/bsd_glob.h
36436 ____________________________________________________________________________
36437 [  9263] By: gsar                                  on 2001/03/20  16:40:08
36438         Log: integrate change#9255 from mainline (unicode fix)
36439              
36440              substr($bytestr, i, n, $charstr)
36441      Branch: maint-5.6/perl
36442           !> Todo-5.6 pp.c t/op/substr.t
36443 ____________________________________________________________________________
36444 [  9262] By: gsar                                  on 2001/03/20  15:57:41
36445         Log: revert the leak fix in change#9142 (problem needs a more experimental
36446              fix unsuitable for 5.6.1)
36447      Branch: maint-5.6/perl
36448            ! scope.c
36449 ____________________________________________________________________________
36450 [  9261] By: jhi                                   on 2001/03/20  14:26:25
36451         Log: Integrate changes #9259,9260 from maintperl into mainline.
36452              
36453              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
36454              
36455              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
36456      Branch: perl
36457           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
36458 ____________________________________________________________________________
36459 [  9260] By: jhi                                   on 2001/03/20  14:05:46
36460         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
36461              From: Robin Barker <rmb1@cise.npl.co.uk>
36462              Date: Tue, 20 Mar 2001 10:12:04 GMT
36463              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
36464      Branch: maint-5.6/perl
36465            ! run.c
36466 ____________________________________________________________________________
36467 [  9259] By: jhi                                   on 2001/03/20  14:04:39
36468         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
36469              From: Chris Nandor <pudge@pobox.com>
36470              Date: Tue, 20 Mar 2001 00:40:56 -0500
36471              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
36472      Branch: maint-5.6/perl
36473            ! ext/POSIX/POSIX.xs lib/File/Path.pm
36474 ____________________________________________________________________________
36475 [  9258] By: jhi                                   on 2001/03/20  05:09:34
36476         Log: Update Changes.
36477      Branch: perl
36478            ! Changes patchlevel.h
36479 ____________________________________________________________________________
36480 [  9257] By: jhi                                   on 2001/03/20  05:04:25
36481         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
36482      Branch: perl
36483            ! t/op/tr.t
36484 ____________________________________________________________________________
36485 [  9256] By: jhi                                   on 2001/03/20  04:43:12
36486         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
36487              From: Peter Prymmer <pvhp@forte.com>
36488              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
36489              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
36490      Branch: maint-5.6/perl
36491            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
36492 ____________________________________________________________________________
36493 [  9255] By: jhi                                   on 2001/03/19  23:17:17
36494         Log: substr($bytestr, i, n, $charstr)
36495              
36496              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
36497      Branch: perl
36498            ! Todo-5.6 pp.c t/op/substr.t
36499 ____________________________________________________________________________
36500 [  9254] By: jhi                                   on 2001/03/19  22:25:09
36501         Log: Rearrange the make test target prerequisites so that
36502              in a parallel make 'all' is finished before 'test'.
36503      Branch: perl
36504            ! Makefile.SH
36505 ____________________________________________________________________________
36506 [  9253] By: jhi                                   on 2001/03/19  21:48:07
36507         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
36508              From: Robin Houston <robin@kitsite.com>
36509              Date: Mon, 19 Mar 2001 15:48:41 +0000
36510              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
36511      Branch: perl
36512            ! pp_ctl.c
36513 ____________________________________________________________________________
36514 [  9252] By: jhi                                   on 2001/03/19  21:42:27
36515         Log: Integrate perlio.
36516      Branch: perl
36517           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
36518           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
36519           !> utfebcdic.h vms/perly_c.vms
36520 ____________________________________________________________________________
36521 [  9251] By: jhi                                   on 2001/03/19  21:31:28
36522         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
36523              
36524              Dynaloading in 64-bit AIX with vac.
36525      Branch: perl
36526           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36527           !> hints/aix.sh
36528 ____________________________________________________________________________
36529 [  9250] By: jhi                                   on 2001/03/19  21:18:00
36530         Log: A more robust solution for the 64bitall AIX dynaloading
36531              problem, from Jens-Uwe Mager.
36532      Branch: maint-5.6/perl
36533            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36534 ____________________________________________________________________________
36535 [  9249] By: nick                                  on 2001/03/19  20:59:37
36536         Log: Integrate mainline.
36537      Branch: perlio
36538           !> (integrate 42 files)
36539 ____________________________________________________________________________
36540 [  9248] By: nick                                  on 2001/03/19  20:22:07
36541         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
36542              (Building on OS390 uses native YACC and YYDEBUG has other
36543              side effects.)
36544      Branch: perlio
36545            ! perly.c perly.y vms/perly_c.vms
36546 ____________________________________________________________________________
36547 [  9247] By: jhi                                   on 2001/03/19  19:59:53
36548         Log: 64-bit AIX dynaloading problem (see #9244) idea
36549              from Jens-Uwe Mager.
36550      Branch: maint-5.6/perl
36551            ! ext/DynaLoader/dl_aix.xs
36552 ____________________________________________________________________________
36553 [  9246] By: nick                                  on 2001/03/19  19:27:57
36554         Log: More EBCDIC fixes.
36555      Branch: perlio
36556            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
36557            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
36558 ____________________________________________________________________________
36559 [  9245] By: jhi                                   on 2001/03/19  19:05:19
36560         Log: Integrate change #9243 from mainline into maintperl.
36561              
36562              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
36563      Branch: maint-5.6/perl
36564           !> README.vmesa
36565 ____________________________________________________________________________
36566 [  9244] By: jhi                                   on 2001/03/19  19:03:15
36567         Log: Get 64bitall AIX building, but still does not test okay:
36568              dynaloading anything fails, for example for op/defins:
36569              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
36570              (update: fixed by #9247,9250)
36571      Branch: maint-5.6/perl
36572            ! hints/aix.sh
36573 ____________________________________________________________________________
36574 [  9243] By: jhi                                   on 2001/03/19  19:00:16
36575         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
36576              From: Robin Barker <rmb1@cise.npl.co.uk>
36577              Date: Mon, 19 Mar 2001 18:01:57 GMT
36578              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
36579      Branch: perl
36580            ! README.vmesa
36581 ____________________________________________________________________________
36582 [  9242] By: jhi                                   on 2001/03/19  18:58:43
36583         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
36584              
36585              TODO: tests.
36586      Branch: perl
36587            ! doop.c op.c
36588 ____________________________________________________________________________
36589 [  9241] By: gsar                                  on 2001/03/19  17:34:46
36590         Log: VMSify tests (from Charles Lane)
36591      Branch: maint-5.6/perl
36592            ! t/lib/filehand.t t/lib/texttabs.t
36593 ____________________________________________________________________________
36594 [  9240] By: jhi                                   on 2001/03/19  14:24:26
36595         Log: Integrate change #9233 from maintperl into mainline.
36596              
36597              some refcounts were incorrect in perl_clone()
36598      Branch: perl
36599           !> sv.c
36600 ____________________________________________________________________________
36601 [  9239] By: gsar                                  on 2001/03/19  09:23:17
36602         Log: this is 5.6.1-trial3
36603      Branch: maint-5.6/perl
36604            ! Changes
36605 ____________________________________________________________________________
36606 [  9238] By: gsar                                  on 2001/03/19  08:47:04
36607         Log: some new symbols are only available under ithreads
36608      Branch: maint-5.6/perl
36609            ! makedef.pl
36610 ____________________________________________________________________________
36611 [  9237] By: gsar                                  on 2001/03/19  08:42:28
36612         Log: update patchlevel.h, Changes, &c.
36613      Branch: maint-5.6/perl
36614            ! Changes patchlevel.h pod/perlhist.pod
36615           !> AUTHORS
36616 ____________________________________________________________________________
36617 [  9236] By: gsar                                  on 2001/03/19  08:17:49
36618         Log: integrate changes#8068,8717 from mainline
36619              
36620              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
36621              
36622              [PATCH CPAN 1.59_51] warning message (not!)
36623      Branch: maint-5.6/perl
36624           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
36625           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
36626           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
36627           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
36628           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
36629 ____________________________________________________________________________
36630 [  9235] By: gsar                                  on 2001/03/19  08:07:09
36631         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
36632              
36633              [PATCH] Add missing CV flags to dump.c
36634              
36635              Re: [patch] Re: PL_ptr_table
36636              
36637              Fixup non-ithread build after 8713
36638              
36639              Generated files form 8713 etc.
36640              
36641              Correct the correction :-(
36642              
36643              Documenting coderef @INC (Re: CPAN "make this script work" feature)
36644              
36645              Subject: Re: sync sync sync: have I missed any patches?
36646              Replace djSP with dSP.
36647      Branch: maint-5.6/perl
36648           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
36649           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
36650           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
36651           !> sv.c sv.h win32/perlhost.h
36652 ____________________________________________________________________________
36653 [  9234] By: gsar                                  on 2001/03/19  07:22:05
36654         Log: revert the change#9090 integrate for now (change looks somewhat
36655              incomplete in that [ha]v_exists() need something similar; lacks
36656              tests; &c.)
36657      Branch: maint-5.6/perl
36658            ! hv.c
36659 ____________________________________________________________________________
36660 [  9233] By: gsar                                  on 2001/03/19  07:10:01
36661         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
36662              destruction when there are unreferenced scalars (SvREFCNT==0)
36663      Branch: maint-5.6/perl
36664            ! sv.c
36665 ____________________________________________________________________________
36666 [  9232] By: jhi                                   on 2001/03/19  05:11:02
36667         Log: Regen api and toc.
36668      Branch: maint-5.6/perl
36669            ! pod/perlapi.pod pod/perltoc.pod
36670 ____________________________________________________________________________
36671 [  9231] By: jhi                                   on 2001/03/19  04:06:03
36672         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
36673              add a lost line in pp.c:pp_chop(), update to new op/chop.
36674              
36675              Clarify the description differentiating for and while; inspired by
36676              
36677              Subject: [ID 20010306.004] || != named unary operator
36678              
36679              The $Is_MacOS needs to be declared.
36680      Branch: maint-5.6/perl
36681            ! pp.c t/op/chop.t
36682           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
36683 ____________________________________________________________________________
36684 [  9230] By: jhi                                   on 2001/03/19  03:48:16
36685         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
36686              9079,9083,9089,9090,9091 from mainline to maintperl.
36687              
36688              Quieten some noise in Win32 builds
36689              
36690              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
36691              
36692              The perlretut was still talking about the old \p and \P
36693              definitions.
36694              
36695              More tweakage on the Unicode character class descriptions.
36696              
36697              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
36698              
36699              Subject: 'no *POSIX' Patch speeding up make on BS2000 
36700              
36701              Subject: [PATCH] perldata.pod here-doc docs
36702              
36703              Add /sbin and /usr/sbin to the list of directories scanned
36704              for setuid programs.  Takes care of bug id 20010309.003.
36705              
36706              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
36707              
36708              In op/stat #35 better to scan all the potential directories
36709              for setuids, not just the first one.
36710      Branch: maint-5.6/perl
36711            ! Makefile.SH
36712           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
36713           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
36714           !> t/op/stat.t toke.c win32/win32.h
36715 ____________________________________________________________________________
36716 [  9229] By: jhi                                   on 2001/03/19  02:31:50
36717         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
36718              From: Chris Nandor <pudge@pobox.com>
36719              Date: Sat, 10 Mar 2001 14:22:19 -0500
36720              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
36721      Branch: maint-5.6/perl
36722            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
36723            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
36724            ! t/lib/b.t t/lib/errno.t
36725 ____________________________________________________________________________
36726 [  9228] By: jhi                                   on 2001/03/19  02:29:59
36727         Log: Integrate changes #9113,9122 from mainline into maintperl.
36728              
36729              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?)
36730      Branch: maint-5.6/perl
36731           !> Configure README.os390 hints/os390.sh
36732 ____________________________________________________________________________
36733 [  9227] By: jhi                                   on 2001/03/19  02:22:35
36734         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
36735              into maintperl.
36736              
36737              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
36738              
36739              Forgot to check-in the larger part of #9120, duh.
36740              
36741              Subject: Another patch for integer.pm POD 
36742              
36743              h2ph strictness and cleanliness from Kurt Starsinic.
36744              
36745              Borland filename case problem.
36746              
36747              h2ph strictness and cleanliness from Kurt Starsinic.
36748              
36749              Subject: [PATCH] the uncontroversial doc patches
36750      Branch: maint-5.6/perl
36751           +> win32/sncfnmcs.pl
36752           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
36753           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
36754           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
36755           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
36756           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
36757           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
36758           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
36759 ____________________________________________________________________________
36760 [  9226] By: jhi                                   on 2001/03/19  02:10:21
36761         Log: Integrate changes #9207,9214 from mainline into maintperl.
36762              
36763              podchecker relaxations: =over has an *optional* number after it,
36764              and whitespace in L<> is okay.
36765      Branch: maint-5.6/perl
36766           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
36767           !> t/pod/poderrs.xr
36768 ____________________________________________________________________________
36769 [  9225] By: jhi                                   on 2001/03/19  02:07:38
36770         Log: Integrate change #9219 from maintperl into mainline.
36771              
36772              remove duplicated tests
36773      Branch: perl
36774           !> t/op/re_tests
36775 ____________________________________________________________________________
36776 [  9224] By: jhi                                   on 2001/03/19  02:06:11
36777         Log: Integrate change #9223 from mainline to maintperl.
36778              
36779              Document -Dmksymlinks.
36780      Branch: maint-5.6/perl
36781           !> INSTALL
36782 ____________________________________________________________________________
36783 [  9223] By: jhi                                   on 2001/03/19  02:01:25
36784         Log: Document -Dmksymlinks.
36785      Branch: perl
36786            ! INSTALL
36787 ____________________________________________________________________________
36788 [  9222] By: jhi                                   on 2001/03/19  01:15:35
36789         Log: The -Dmksymlinks wasn't working for maintperl.
36790      Branch: maint-5.6/perl
36791            ! Configure
36792 ____________________________________________________________________________
36793 [  9221] By: jhi                                   on 2001/03/19  00:49:43
36794         Log: Cleanup pixie residue.
36795      Branch: perl
36796            ! Makefile.SH
36797 ____________________________________________________________________________
36798 [  9220] By: jhi                                   on 2001/03/19  00:44:47
36799         Log: Document the use of pixie/prof; create make targets for it.
36800              
36801              TODO: make t/TEST pixie-aware.
36802      Branch: perl
36803            ! Makefile.SH pod/perlhack.pod
36804 ____________________________________________________________________________
36805 [  9219] By: gsar                                  on 2001/03/19  00:16:55
36806         Log: remove duplicated tests
36807      Branch: maint-5.6/perl
36808            ! t/op/re_tests
36809 ____________________________________________________________________________
36810 [  9218] By: jhi                                   on 2001/03/18  23:59:31
36811         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
36812      Branch: perl
36813            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
36814 ____________________________________________________________________________
36815 [  9217] By: jhi                                   on 2001/03/18  23:25:20
36816         Log: Rewrite the tests section of Makefile to be less redundant
36817              and to allow for more flexible test targets, many recursive
36818              make calls introduced.
36819      Branch: perl
36820            ! Makefile.SH
36821 ____________________________________________________________________________
36822 [  9216] By: jhi                                   on 2001/03/18  22:30:04
36823         Log: Document the use of Third Degree (sparsely).
36824      Branch: perl
36825            ! pod/perlhack.pod t/TEST
36826 ____________________________________________________________________________
36827 [  9215] By: jhi                                   on 2001/03/18  22:10:30
36828         Log: Make targets for testing with Third Degree.
36829      Branch: perl
36830            ! Makefile.SH
36831 ____________________________________________________________________________
36832 [  9214] By: jhi                                   on 2001/03/18  21:08:53
36833         Log: The podchecker relaxations need to mirrored also at the tests.
36834      Branch: perl
36835            ! t/pod/poderrs.xr
36836 ____________________________________________________________________________
36837 [  9213] By: jhi                                   on 2001/03/18  20:56:21
36838         Log: Update Changes.
36839      Branch: perl
36840            ! Changes patchlevel.h
36841 ____________________________________________________________________________
36842 [  9212] By: jhi                                   on 2001/03/18  20:36:59
36843         Log: Looking for config.sh in parent directories isn't
36844              very useful for the toplevel Makefile.
36845      Branch: perl
36846            ! Makefile.SH
36847 ____________________________________________________________________________
36848 [  9211] By: jhi                                   on 2001/03/18  20:33:37
36849         Log: On "make clean" take care of Third Degree droppings.
36850      Branch: perl
36851            ! Makefile.SH
36852 ____________________________________________________________________________
36853 [  9210] By: jhi                                   on 2001/03/18  20:21:34
36854         Log: Add a hook for running the tests under the Third Degree
36855              debugging tool (set $ENV{PERL_3LOG} to non-zero)
36856              
36857              TODO: Document the use of Third Degree.
36858      Branch: perl
36859            ! t/TEST
36860 ____________________________________________________________________________
36861 [  9209] By: jhi                                   on 2001/03/18  20:19:07
36862         Log: Regen toc and api pods.
36863      Branch: perl
36864            ! pod/perlapi.pod pod/perltoc.pod
36865 ____________________________________________________________________________
36866 [  9208] By: jhi                                   on 2001/03/18  20:12:12
36867         Log: Integrate changes #8128,9132 from mainline into maintperl,
36868              Tie::SubstrHash fixes.
36869      Branch: maint-5.6/perl
36870           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
36871 ____________________________________________________________________________
36872 [  9207] By: jhi                                   on 2001/03/18  20:07:43
36873         Log: podchecker relaxations from Michael Stevens.
36874      Branch: perl
36875            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
36876 ____________________________________________________________________________
36877 [  9206] By: jhi                                   on 2001/03/18  20:04:24
36878         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
36879      Branch: perl
36880            ! lib/Locale/Constants.pm lib/Locale/Country.pm
36881            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
36882            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
36883 ____________________________________________________________________________
36884 [  9205] By: jhi                                   on 2001/03/18  19:54:45
36885         Log: Integrate changes #9161,9162 from maintperl to mainline.
36886              
36887              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
36888              results
36889      Branch: perl
36890           !> t/op/magic.t
36891 ____________________________________________________________________________
36892 [  9204] By: jhi                                   on 2001/03/18  19:37:46
36893         Log: Make perl.third checks more understandable to the builder.
36894      Branch: perl
36895            ! Makefile.SH
36896 ____________________________________________________________________________
36897 [  9203] By: jhi                                   on 2001/03/18  19:20:54
36898         Log: Re-integrate #9138 from maintperl to mainline,
36899              the squelching of the unneeded "Scalars leaked" messages.
36900      Branch: perl
36901           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
36902           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
36903           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
36904 ____________________________________________________________________________
36905 [  9202] By: jhi                                   on 2001/03/18  18:48:36
36906         Log: More robust and more paranoid perl.third target.
36907      Branch: perl
36908            ! Makefile.SH
36909 ____________________________________________________________________________
36910 [  9201] By: jhi                                   on 2001/03/18  18:39:21
36911         Log: Integrate change #9197 from maintperl to mainline.
36912              
36913              more thorough cleaning of arenas.
36914      Branch: perl
36915           !> embed.pl perl.c proto.h sv.c t/op/sort.t
36916 ____________________________________________________________________________
36917 [  9200] By: jhi                                   on 2001/03/18  18:25:17
36918         Log: Integrate perlio.
36919      Branch: perl
36920           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
36921           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
36922           !> t/lib/encode.t toke.c universal.c utf8.c
36923 ____________________________________________________________________________
36924 [  9199] By: nick                                  on 2001/03/18  15:23:51
36925         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
36926              is the sense of the test being done. Avoid some magical 127 and 128 values
36927              by using macros.
36928      Branch: perlio
36929            ! doop.c pp_ctl.c sv.c toke.c
36930 ____________________________________________________________________________
36931 [  9198] By: nick                                  on 2001/03/18  14:18:12
36932         Log: UTF-X encoding invariance for Encode:
36933              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
36934              - move the XS code for those to universal.c (so in miniperl)
36935              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
36936              - change ext/Encode/compile to use above.
36937              - Fix t/lib/encode.t for above
36938              - Teach t/lib/b.t to expect -uutf8
36939              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
36940              utf8.pm is needed.
36941      Branch: perlio
36942            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
36943            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
36944 ____________________________________________________________________________
36945 [  9197] By: gsar                                  on 2001/03/18  12:15:57
36946         Log: more thorough cleaning of arenas--keep going until no more
36947              SvREFCNT_dec()s occur (this fixes the problem that causes the
36948              pesky "Scalars leaked" warnings)
36949      Branch: maint-5.6/perl
36950            ! embed.pl perl.c proto.h sv.c t/op/sort.t
36951 ____________________________________________________________________________
36952 [  9196] By: nick                                  on 2001/03/18  10:57:29
36953         Log: Fix pragma/utf8.t # 15
36954              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
36955              are SvUTF8 as well.
36956      Branch: perlio
36957            ! toke.c
36958 ____________________________________________________________________________
36959 [  9195] By: nick                                  on 2001/03/18  09:27:06
36960         Log: Integrate mainline
36961      Branch: perlio
36962           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
36963           !> t/op/pat.t
36964 ____________________________________________________________________________
36965 [  9194] By: jhi                                   on 2001/03/18  05:29:59
36966         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
36967              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
36968      Branch: perl
36969            ! op.c op.h t/op/misc.t t/op/pat.t
36970 ____________________________________________________________________________
36971 [  9193] By: jhi                                   on 2001/03/18  05:15:06
36972         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
36973      Branch: perl
36974            ! mg.c t/op/pat.t
36975 ____________________________________________________________________________
36976 [  9192] By: jhi                                   on 2001/03/18  04:22:43
36977         Log: tr/// UTF-8 patches from Inaba Hiroto.
36978      Branch: perl
36979            ! doop.c op.c
36980 ____________________________________________________________________________
36981 [  9191] By: jhi                                   on 2001/03/18  04:21:17
36982         Log: Integrate perlio.
36983      Branch: perl
36984           !> utf8.c utfebcdic.h
36985 ____________________________________________________________________________
36986 [  9190] By: nick                                  on 2001/03/17  20:32:01
36987         Log: Correct #if EBCDIC side typos.
36988              Builds and passes many tests on OS390.
36989      Branch: perlio
36990            ! utf8.c utfebcdic.h
36991 ____________________________________________________________________________
36992 [  9189] By: jhi                                   on 2001/03/17  18:55:49
36993         Log: Add prerequisites for the perl.third target.
36994      Branch: perl
36995            ! Makefile.SH
36996 ____________________________________________________________________________
36997 [  9188] By: jhi                                   on 2001/03/17  18:46:00
36998         Log: Integrate perlio.
36999      Branch: perl
37000           +> utfebcdic.h
37001           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
37002 ____________________________________________________________________________
37003 [  9187] By: jhi                                   on 2001/03/17  18:38:47
37004         Log: Add a make rule for perl.third (the Third Degree memory debugging
37005              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
37006      Branch: perl
37007            ! Makefile.SH
37008 ____________________________________________________________________________
37009 [  9186] By: nick                                  on 2001/03/17  18:34:48
37010         Log: MANIFEST addition :-(
37011      Branch: perlio
37012            ! MANIFEST
37013 ____________________________________________________________________________
37014 [  9185] By: nick                                  on 2001/03/17  18:29:50
37015         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
37016              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
37017              a superset of ASCII are invariant under the encoding. This is EBCDIC
37018              friendly as an encoded string can be looked at as being EBCDIC by lexer
37019              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
37020              ASCII on ASCII machines.
37021              
37022              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
37023              seperate.
37024              - Add some more macros to comprehend different shift amounts and
37025              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
37026              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
37027              and conditionaly #include it.
37028              
37029              EBCDIC build as yet untested.  ASCII still fails the one test.
37030      Branch: perlio
37031            + utfebcdic.h
37032            ! utf8.c utf8.h
37033 ____________________________________________________________________________
37034 [  9184] By: nick                                  on 2001/03/17  17:44:16
37035         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
37036      Branch: perlio
37037            ! doop.c perl.h pp.c utf8.h
37038 ____________________________________________________________________________
37039 [  9183] By: jhi                                   on 2001/03/17  15:55:42
37040         Log: Integrate perlio.
37041      Branch: perl
37042            ! MANIFEST
37043           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
37044 ____________________________________________________________________________
37045 [  9182] By: nick                                  on 2001/03/17  09:16:06
37046         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
37047      Branch: perlio
37048            ! t/op/pat.t
37049 ____________________________________________________________________________
37050 [  9181] By: nick                                  on 2001/03/17  09:15:11
37051         Log: Integrate mainline.
37052      Branch: perlio
37053           +> lib/Locale/Constants.pm lib/Locale/Country.pm
37054           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
37055           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
37056           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
37057           !> (integrate 83 files)
37058 ____________________________________________________________________________
37059 [  9180] By: nick                                  on 2001/03/16  17:23:21
37060         Log: EBCDIC Fixes.
37061      Branch: perlio
37062            ! perl.h sv.c toke.c utf8.c utf8.h
37063 ____________________________________________________________________________
37064 [  9179] By: jhi                                   on 2001/03/16  14:10:12
37065         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
37066              a change needed to work around an AIX compiler bug.
37067      Branch: perl
37068            ! ext/Storable/Storable.xs
37069 ____________________________________________________________________________
37070 [  9178] By: jhi                                   on 2001/03/16  03:19:59
37071         Log: With Damian's approval synchronize damian's modules'
37072              licensing with Perl's standard module licensing.
37073      Branch: perl
37074            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
37075 ____________________________________________________________________________
37076 [  9177] By: jhi                                   on 2001/03/16  03:15:34
37077         Log: Make the Filter::Util:Call files have their own copies
37078              of the Perl standard module licensing, from Paul Marquess.
37079      Branch: perl
37080            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
37081 ____________________________________________________________________________
37082 [  9176] By: jhi                                   on 2001/03/16  02:56:04
37083         Log: Subject: [PATCH] more pod patches
37084              From: Michael Stevens <michael@etla.org>
37085              Date: Thu, 15 Mar 2001 21:25:18 +0000
37086              Message-ID: <20010315212518.A18870@firedrake.org>
37087      Branch: perl
37088            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
37089            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
37090            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
37091            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
37092            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
37093            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
37094            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
37095            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
37096            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
37097            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
37098            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
37099            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
37100            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
37101            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
37102            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
37103            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
37104            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
37105            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
37106            ! lib/Locale/Country.pm lib/Locale/Language.pm
37107            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
37108            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
37109            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
37110            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
37111            ! os2/OS2/Process/Process.pm
37112 ____________________________________________________________________________
37113 [  9175] By: jhi                                   on 2001/03/16  02:53:32
37114         Log: Subject: [PATCH] the uncontroversial doc patches
37115              From: Michael Stevens <michael@etla.org>
37116              Date: Thu, 15 Mar 2001 20:01:12 +0000
37117              Message-ID: <20010315200112.A7636@firedrake.org>
37118      Branch: perl
37119            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
37120            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
37121            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
37122            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
37123            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
37124 ____________________________________________________________________________
37125 [  9174] By: jhi                                   on 2001/03/16  02:50:49
37126         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
37127              From: Paul Lindner <lindner@inuus.com>
37128              Date: Fri, 16 Mar 2001 11:28:03 -0800
37129              Message-ID: <20010316112803.A7577@inuus.com>
37130      Branch: perl
37131            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
37132 ____________________________________________________________________________
37133 [  9173] By: nick                                  on 2001/03/15  20:21:03
37134         Log: 1st day's EBCDIC fixes:
37135              - toke.c's parsing of strings needed attention
37136              needed to conditionally e2a if string was already UTF-8
37137              - e2a/a2e tables where wrong way round.
37138              - new macros in utf8.h
37139      Branch: perlio
37140            ! perl.h toke.c utf8.h
37141 ____________________________________________________________________________
37142 [  9172] By: jhi                                   on 2001/03/15  15:17:17
37143         Log: Update Changes.
37144      Branch: perl
37145            ! Changes patchlevel.h
37146 ____________________________________________________________________________
37147 [  9171] By: jhi                                   on 2001/03/15  15:09:32
37148         Log: Subject: Re: Another Borland C++ problem.
37149              From: "Vadim Konovalov" <watman@inbox.ru>
37150              Date: Sat, 10 Mar 2001 19:26:07 +0300
37151              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
37152              
37153              Borland filename case problem.
37154      Branch: perl
37155            + win32/sncfnmcs.pl
37156            ! MANIFEST README.win32
37157 ____________________________________________________________________________
37158 [  9170] By: jhi                                   on 2001/03/15  14:54:23
37159         Log: Add Locale::Codes 1.06, from Neil Bowers.
37160      Branch: perl
37161            + lib/Locale/Constants.pm lib/Locale/Country.pm
37162            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
37163            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
37164            + t/lib/lc-language.t t/lib/lc-uk.t
37165            ! MANIFEST
37166 ____________________________________________________________________________
37167 [  9169] By: jhi                                   on 2001/03/15  14:19:01
37168         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
37169      Branch: perl
37170            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
37171            ! ext/Storable/Storable.xs
37172 ____________________________________________________________________________
37173 [  9168] By: jhi                                   on 2001/03/15  14:13:22
37174         Log: Integrate changes #9120,9167 from mainline to maintperl.
37175              
37176              Subject: [PATCH 5.6.1] OS/2 docs
37177              
37178              Subject: [PATCH 5.6.1] perldoc
37179      Branch: maint-5.6/perl
37180           !> os2/Changes utils/perldoc.PL
37181 ____________________________________________________________________________
37182 [  9167] By: jhi                                   on 2001/03/15  14:07:42
37183         Log: Subject: [PATCH 5.6.1] perldoc
37184              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37185              Date: Wed, 14 Mar 2001 23:46:52 -0500
37186              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
37187      Branch: perl
37188            ! utils/perldoc.PL
37189 ____________________________________________________________________________
37190 [  9166] By: jhi                                   on 2001/03/15  13:53:15
37191         Log: sigaction test condition tweakage.
37192      Branch: perl
37193            ! t/lib/sigaction.t
37194 ____________________________________________________________________________
37195 [  9165] By: alanbur                               on 2001/03/15  03:49:17
37196         Log: Resynchronised with parent
37197      Branch: maint-5.6/pureperl
37198           +> os2/os2add.sym t/op/anonsub.t
37199           !> (integrate 72 files)
37200 ____________________________________________________________________________
37201 [  9164] By: jhi                                   on 2001/03/15  01:05:01
37202         Log: Avoid stomping off the beginning of an array in tr///.
37203      Branch: perl
37204            ! op.c
37205 ____________________________________________________________________________
37206 [  9163] By: jhi                                   on 2001/03/15  00:58:57
37207         Log: h2ph strictness and cleanliness from Kurt Starsinic.
37208      Branch: perl
37209            ! utils/h2ph.PL
37210 ____________________________________________________________________________
37211 [  9162] By: gsar                                  on 2001/03/15  00:56:53
37212         Log: avoid warnings
37213      Branch: maint-5.6/perl
37214            ! t/op/magic.t
37215 ____________________________________________________________________________
37216 [  9161] By: gsar                                  on 2001/03/15  00:52:09
37217         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
37218              results
37219      Branch: maint-5.6/perl
37220            ! t/op/magic.t
37221 ____________________________________________________________________________
37222 [  9160] By: jhi                                   on 2001/03/14  22:02:10
37223         Log: Do not use the Perl malloc in IRIX, suggested by
37224              Helmus Jarausch.
37225      Branch: perl
37226            ! hints/irix_6.sh
37227 ____________________________________________________________________________
37228 [  9159] By: nick                                  on 2001/03/14  21:45:59
37229         Log: Integrate mainline
37230      Branch: perlio
37231           +> t/op/loopctl.t
37232           !> (integrate 41 files)
37233 ____________________________________________________________________________
37234 [  9158] By: jhi                                   on 2001/03/14  21:10:09
37235         Log: The Day of the Retractions continues: the #9138
37236              (integrated in #9144) doesn't work well in mainline.
37237      Branch: perl
37238            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
37239            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
37240            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
37241 ____________________________________________________________________________
37242 [  9157] By: jhi                                   on 2001/03/14  20:58:12
37243         Log: The #9145 CANNOT be enabled: the clear_pmop code still
37244              dumps core all over in Tru64.
37245      Branch: perl
37246            ! op.c op.h t/op/pat.t
37247 ____________________________________________________________________________
37248 [  9156] By: jhi                                   on 2001/03/14  20:48:06
37249         Log: Integrate change #9154 from maintperl to mainline.
37250              
37251              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
37252              (caused Storable 1.0.10 to break on windows)
37253      Branch: perl
37254           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
37255           !> perlapi.c proto.h
37256 ____________________________________________________________________________
37257 [  9155] By: jhi                                   on 2001/03/14  20:23:53
37258         Log: Retract #9136: breaks threading (and binary compatibility).
37259      Branch: perl
37260            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
37261 ____________________________________________________________________________
37262 [  9154] By: gsar                                  on 2001/03/14  17:48:18
37263         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
37264              (caused Storable 1.0.10 to break on windows)
37265      Branch: maint-5.6/perl
37266            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
37267            ! perlapi.c proto.h
37268 ____________________________________________________________________________
37269 [  9153] By: jhi                                   on 2001/03/14  13:35:21
37270         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
37271      Branch: perl
37272            ! t/lib/sigaction.t
37273 ____________________________________________________________________________
37274 [  9152] By: gsar                                  on 2001/03/14  07:29:40
37275         Log: back out changes#9012,9010,9009 and parts of change#9016
37276              (causes ABRs under purify, and some prerequisites don't
37277              seem to be there in 5.6.x)
37278      Branch: maint-5.6/perl
37279            ! doop.c op.c t/op/tr.t toke.c
37280 ____________________________________________________________________________
37281 [  9151] By: gsar                                  on 2001/03/14  07:01:29
37282         Log: reenable change#9145 (the test was busted due to a missing
37283              C<print "ok 27\n">)
37284      Branch: perl
37285            ! op.c op.h t/op/pat.t
37286 ____________________________________________________________________________
37287 [  9150] By: jhi                                   on 2001/03/14  06:38:36
37288         Log: Retract #9145.
37289      Branch: perl
37290            ! op.c op.h t/op/pat.t
37291 ____________________________________________________________________________
37292 [  9149] By: jhi                                   on 2001/03/14  06:14:56
37293         Log: Retract #9143.
37294      Branch: perl
37295            ! op.c
37296 ____________________________________________________________________________
37297 [  9148] By: gsar                                  on 2001/03/14  06:13:02
37298         Log: Uninitialized Memory Read in regexec.c
37299      Branch: perl
37300            ! regexec.c
37301 ____________________________________________________________________________
37302 [  9147] By: jhi                                   on 2001/03/14  04:59:54
37303         Log: Subject: PATCH: make goto work in nested eval ""
37304              From: Robin Houston <robin@kitsite.com>
37305              Date: Wed, 14 Mar 2001 04:16:10 +0000
37306              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
37307      Branch: perl
37308            ! pp_ctl.c t/op/goto.t
37309 ____________________________________________________________________________
37310 [  9146] By: jhi                                   on 2001/03/14  04:42:54
37311         Log: Preserve the #ifdef PERL_CORE in perly.h.
37312      Branch: perl
37313            ! perly.fixer
37314 ____________________________________________________________________________
37315 [  9145] By: jhi                                   on 2001/03/14  03:57:41
37316         Log: (Retracted by #9150.)
37317      Branch: perl
37318            ! op.c op.h t/op/pat.t
37319 ____________________________________________________________________________
37320 [  9144] By: jhi                                   on 2001/03/14  03:50:38
37321         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
37322              
37323              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
37324              
37325              remove squelch controls for "Scalars leaked" messages in most places
37326              (these are now cured)
37327              
37328              fix another memory leak reported by purify (tie callbacks that
37329              croak can leak when wiping out magic)
37330      Branch: perl
37331           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
37332           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
37333           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
37334           !> t/pragma/warnings.t
37335 ____________________________________________________________________________
37336 [  9143] By: jhi                                   on 2001/03/14  03:37:53
37337         Log: (Retracted by #9149.)
37338      Branch: perl
37339            ! op.c
37340 ____________________________________________________________________________
37341 [  9142] By: gsar                                  on 2001/03/14  03:20:48
37342         Log: fix another memory leak reported by purify (tie callbacks that
37343              croak can leak when wiping out magic)
37344      Branch: maint-5.6/perl
37345            ! scope.c
37346 ____________________________________________________________________________
37347 [  9141] By: jhi                                   on 2001/03/14  02:55:00
37348         Log: Subject: PATCH for [ID 20010305.003]
37349              From: Robin Houston <robin@kitsite.com>
37350              Date: Wed, 14 Mar 2001 02:45:51 +0000
37351              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
37352      Branch: perl
37353            ! pp_ctl.c t/op/eval.t
37354 ____________________________________________________________________________
37355 [  9140] By: jhi                                   on 2001/03/14  02:41:54
37356         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
37357              Date: Wed, 14 Mar 2001 01:52:51 +0000
37358              From: Robin Houston <robin@kitsite.com>
37359              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
37360              
37361              Fix for 2000313.004.
37362      Branch: perl
37363            ! pp_ctl.c t/op/goto.t
37364 ____________________________________________________________________________
37365 [  9139] By: jhi                                   on 2001/03/14  02:40:50
37366         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
37367              From: Robin Houston <robin@kitsite.com>
37368              Date: Wed, 14 Mar 2001 00:43:45 +0000
37369              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
37370      Branch: perl
37371            + t/op/loopctl.t
37372            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
37373            ! vms/perly_c.vms
37374 ____________________________________________________________________________
37375 [  9138] By: gsar                                  on 2001/03/14  01:18:00
37376         Log: remove squelch controls for "Scalars leaked" messages in most places
37377              (these are now cured)
37378      Branch: maint-5.6/perl
37379            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
37380            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
37381            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
37382 ____________________________________________________________________________
37383 [  9137] By: gsar                                  on 2001/03/14  00:57:04
37384         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
37385      Branch: maint-5.6/perl
37386            ! regcomp.c
37387 ____________________________________________________________________________
37388 [  9136] By: jhi                                   on 2001/03/13  23:12:24
37389         Log: (Retracted by #9155)
37390              
37391              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
37392              From: Jens-Uwe Mager <jum@helios.de>
37393              Date: Wed, 21 Feb 2001 21:32:04 +0100
37394              Message-ID: <20010221213203.A18340@ans.helios.de>
37395      Branch: perl
37396            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
37397 ____________________________________________________________________________
37398 [  9135] By: jhi                                   on 2001/03/13  22:50:05
37399         Log: Integrate perlio.
37400      Branch: perl
37401           !> pp.c
37402 ____________________________________________________________________________
37403 [  9134] By: jhi                                   on 2001/03/13  22:49:05
37404         Log: Integrate change #9131 from maintperl into mainline.
37405              
37406              make the error text look more consistent in hints/hpux.sh
37407      Branch: perl
37408           !> hints/hpux.sh
37409 ____________________________________________________________________________
37410 [  9133] By: gsar                                  on 2001/03/13  22:46:20
37411         Log: integrate change#9067 from mainline
37412              
37413              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
37414      Branch: maint-5.6/perl
37415           !> lib/ExtUtils/MM_Unix.pm
37416 ____________________________________________________________________________
37417 [  9132] By: jhi                                   on 2001/03/13  22:41:21
37418         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
37419              From: "John P. Linderman" <jpl@research.att.com>
37420              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
37421              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
37422              
37423              A more correct prime finder.
37424      Branch: perl
37425            ! lib/Tie/SubstrHash.pm
37426 ____________________________________________________________________________
37427 [  9131] By: gsar                                  on 2001/03/13  22:30:42
37428         Log: make the error text look more consistent in hints/hpux.sh
37429      Branch: maint-5.6/perl
37430            ! hints/hpux.sh
37431 ____________________________________________________________________________
37432 [  9130] By: jhi                                   on 2001/03/13  22:23:44
37433         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
37434              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37435              Date: Tue, 13 Mar 2001 18:41:26 +0100
37436              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
37437              
37438              If the test is run non-interactively the default handler
37439              is different.
37440      Branch: perl
37441            ! t/lib/sigaction.t
37442 ____________________________________________________________________________
37443 [  9129] By: jhi                                   on 2001/03/13  22:20:21
37444         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
37445              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37446              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
37447              Date:     Tue, 13 Mar 2001 16:44:32 EST
37448      Branch: perl
37449            ! t/lib/1_compile.t
37450 ____________________________________________________________________________
37451 [  9128] By: jhi                                   on 2001/03/13  22:18:34
37452         Log: Subject: Another patch for integer.pm POD 
37453              From: "John L. Allen" <allen@grumman.com>
37454              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
37455              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
37456      Branch: perl
37457            ! lib/integer.pm
37458 ____________________________________________________________________________
37459 [  9127] By: nick                                  on 2001/03/13  21:26:30
37460         Log: Integrate mainline.
37461      Branch: perlio
37462           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
37463           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
37464           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
37465           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
37466           !> Changes Configure MANIFEST README.os2 README.os390
37467           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
37468           !> os2/Changes patchlevel.h win32/perlhost.h
37469 ____________________________________________________________________________
37470 [  9126] By: nick                                  on 2001/03/13  20:39:51
37471         Log: #ifdef'ed out code to make packed side of pack/unpack
37472              octets. (i.e. pack('U') => encode_utf8).
37473      Branch: perlio
37474            ! pp.c
37475 ____________________________________________________________________________
37476 [  9125] By: jhi                                   on 2001/03/13  15:07:16
37477         Log: Update Changes.
37478      Branch: perl
37479            ! Changes patchlevel.h
37480 ____________________________________________________________________________
37481 [  9124] By: jhi                                   on 2001/03/13  14:22:45
37482         Log: Workaround for the buggy ("internal compiler error")
37483              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
37484              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
37485              of Andreas König.
37486      Branch: perl
37487            ! ext/re/Makefile.PL hints/aix.sh
37488 ____________________________________________________________________________
37489 [  9123] By: jhi                                   on 2001/03/13  03:24:34
37490         Log: Typo in #9114.
37491      Branch: metaconfig
37492            ! U/modified/myhostname.U
37493 ____________________________________________________________________________
37494 [  9122] By: jhi                                   on 2001/03/13  03:24:06
37495         Log: Typo in #9113.
37496      Branch: perl
37497            ! Configure
37498 ____________________________________________________________________________
37499 [  9121] By: jhi                                   on 2001/03/13  01:53:05
37500         Log: Forgot to check-in the larger part of #9120, duh.
37501      Branch: perl
37502            ! README.os2
37503 ____________________________________________________________________________
37504 [  9120] By: jhi                                   on 2001/03/13  01:51:31
37505         Log: Subject: [PATCH 5.6.1] OS/2 docs
37506              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37507              Date: Mon, 12 Mar 2001 03:27:32 -0500
37508              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
37509      Branch: perl
37510            ! os2/Changes
37511 ____________________________________________________________________________
37512 [  9119] By: jhi                                   on 2001/03/13  01:49:41
37513         Log: Integrate change #9116 from maintperl into mainline.
37514              
37515              Win32::GetCwd() returns C: instead of C:\ in the root directory
37516              under ithreads
37517      Branch: perl
37518           !> win32/perlhost.h
37519 ____________________________________________________________________________
37520 [  9118] By: jhi                                   on 2001/03/13  01:13:39
37521         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
37522      Branch: perl
37523            + lib/Switch.pm t/lib/switch.t
37524            ! MANIFEST
37525 ____________________________________________________________________________
37526 [  9117] By: jhi                                   on 2001/03/13  01:03:17
37527         Log: Add Text::Balanced 1.83.
37528      Branch: perl
37529            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
37530            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
37531            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
37532            + t/lib/tb-xvari.t
37533            ! MANIFEST
37534 ____________________________________________________________________________
37535 [  9116] By: gsar                                  on 2001/03/13  00:55:53
37536         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
37537              under ithreads
37538      Branch: maint-5.6/perl
37539            ! win32/perlhost.h
37540 ____________________________________________________________________________
37541 [  9115] By: jhi                                   on 2001/03/13  00:54:09
37542         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
37543              From: "John L. Allen" <allen@grumman.com>
37544              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
37545              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
37546              
37547              use integer document clarification.
37548      Branch: perl
37549            ! lib/integer.pm
37550 ____________________________________________________________________________
37551 [  9114] By: jhi                                   on 2001/03/13  00:38:54
37552         Log: Metaconfig unit change for #9113.
37553      Branch: metaconfig
37554            ! U/modified/myhostname.U
37555 ____________________________________________________________________________
37556 [  9113] By: jhi                                   on 2001/03/13  00:38:35
37557         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?)
37558              From: Peter Prymmer <pvhp@forte.com>
37559              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
37560              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
37561      Branch: perl
37562            ! Configure README.os390 hints/os390.sh
37563 ____________________________________________________________________________
37564 [  9112] By: jhi                                   on 2001/03/13  00:29:00
37565         Log: Integrate perlio.
37566      Branch: perl
37567           !> sv.c utf8.h
37568 ____________________________________________________________________________
37569 [  9111] By: nick                                  on 2001/03/12  21:16:33
37570         Log: Integrate mainline.
37571      Branch: perlio
37572           +> t/op/anonsub.t
37573           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
37574           !> proto.h sv.c
37575 ____________________________________________________________________________
37576 [  9110] By: nick                                  on 2001/03/12  21:00:13
37577         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
37578      Branch: perlio
37579            ! sv.c utf8.h
37580 ____________________________________________________________________________
37581 [  9109] By: jhi                                   on 2001/03/12  16:04:47
37582         Log: Integrate change #9108 from maintperl to mainline.
37583              
37584              fix memory leak in C<sub X { sub {} }> arising from a refcount
37585              loop between the outer sub and the inner prototype anonsub
37586              
37587              this also enables closures returned by subroutines that
37588              subsequently get redefined to work without generating coredumps :)
37589              
37590              completely removed the free_closures() hack--it shouldn't be
37591              needed anymore
37592      Branch: perl
37593           +> t/op/anonsub.t
37594           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
37595           !> proto.h sv.c
37596 ____________________________________________________________________________
37597 [  9108] By: gsar                                  on 2001/03/12  10:21:31
37598         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
37599              loop between the outer sub and the inner prototype anonsub
37600              
37601              this also enables closures returned by subroutines that
37602              subsequently get redefined to work without generating coredumps :)
37603              
37604              completely removed the free_closures() hack--it shouldn't be
37605              needed anymore
37606      Branch: maint-5.6/perl
37607            + t/op/anonsub.t
37608            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
37609            ! proto.h sv.c
37610 ____________________________________________________________________________
37611 [  9107] By: jhi                                   on 2001/03/12  05:15:31
37612         Log: Integrate perlio.
37613      Branch: perl
37614           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
37615 ____________________________________________________________________________
37616 [  9106] By: nick                                  on 2001/03/11  20:10:12
37617         Log: regcomp.c is working in native space, not Unicode space (if different)
37618              as it is doing compare against 'W' in \W etc.
37619      Branch: perlio
37620            ! regcomp.c
37621 ____________________________________________________________________________
37622 [  9105] By: nick                                  on 2001/03/11  19:39:34
37623         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
37624              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
37625      Branch: perlio
37626            ! regcomp.c toke.c utf8.c
37627 ____________________________________________________________________________
37628 [  9104] By: nick                                  on 2001/03/11  18:15:44
37629         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
37630      Branch: perlio
37631            ! sv.c
37632 ____________________________________________________________________________
37633 [  9103] By: nick                                  on 2001/03/11  18:03:28
37634         Log: Integrate mainline (for regexp stuff).
37635      Branch: perlio
37636           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
37637           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
37638           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
37639           !> t/lib/errno.t t/op/pat.t
37640 ____________________________________________________________________________
37641 [  9102] By: nick                                  on 2001/03/11  17:44:20
37642         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
37643              - exclude layer syms in makedef.pl for sfio
37644              - also inhibit Encode from trying to build ":encode()" layer.
37645      Branch: perlio
37646            ! ext/Encode/Encode.xs makedef.pl
37647 ____________________________________________________________________________
37648 [  9101] By: jhi                                   on 2001/03/10  22:38:13
37649         Log: The $Is_MacOS needs to be declared.
37650      Branch: perl
37651            ! lib/ExtUtils/Manifest.pm
37652 ____________________________________________________________________________
37653 [  9100] By: jhi                                   on 2001/03/10  22:14:29
37654         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
37655              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
37656              pollute the symbolspace if using sfio.
37657      Branch: perl
37658            ! ext/Encode/Encode.xs
37659 ____________________________________________________________________________
37660 [  9099] By: jhi                                   on 2001/03/10  21:58:48
37661         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
37662              Date: Sat, 10 Mar 2001 14:23:55 -0500
37663              From: Chris Nandor <pudge@pobox.com>
37664              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
37665      Branch: perl
37666            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
37667            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
37668            ! t/lib/errno.t
37669 ____________________________________________________________________________
37670 [  9098] By: jhi                                   on 2001/03/10  21:38:30
37671         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
37672      Branch: perl
37673            ! regcomp.c regexec.c t/op/pat.t
37674 ____________________________________________________________________________
37675 [  9097] By: jhi                                   on 2001/03/10  14:38:07
37676         Log: Integrate perlio.
37677      Branch: perl
37678           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
37679           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
37680           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
37681 ____________________________________________________________________________
37682 [  9096] By: nick                                  on 2001/03/10  11:55:43
37683         Log: EBCDIC sanity - phase I
37684              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
37685              - use utf8n_xxxx (c.f. pvn) for forms which take length.
37686              - back out vN.N and $^V exceptions to e2a/a2e
37687              - make "locale" isxxx macros be uvchr (may be redundant?)
37688              
37689              Not clear yet that toUPPER_uni et. al. return being handled correctly.
37690              The tr// and rexexp stuff still needs an audit, assumption is they are working
37691              in Unicode space.
37692              
37693              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
37694      Branch: perlio
37695            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
37696            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
37697            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
37698 ____________________________________________________________________________
37699 [  9095] By: jhi                                   on 2001/03/09  22:10:01
37700         Log: Integrate perlio.
37701      Branch: perl
37702           !> dump.c
37703 ____________________________________________________________________________
37704 [  9094] By: nick                                  on 2001/03/09  17:36:38
37705         Log: Builds an passes all tests after integrate and this tweak.
37706      Branch: perlio
37707            ! dump.c
37708 ____________________________________________________________________________
37709 [  9093] By: nick                                  on 2001/03/09  17:16:03
37710         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
37711      Branch: perlio
37712           +> lib/unicode/Scripts.txt t/lib/sigaction.t
37713           !> (integrate 79 files)
37714 ____________________________________________________________________________
37715 [  9092] By: jhi                                   on 2001/03/09  15:28:26
37716         Log: Update Changes.
37717      Branch: perl
37718            ! Changes patchlevel.h
37719 ____________________________________________________________________________
37720 [  9091] By: jhi                                   on 2001/03/09  15:25:05
37721         Log: In op/stat #35 better to scan all the potential directories
37722              for setuids, not just the first one.
37723      Branch: perl
37724            ! t/op/stat.t
37725 ____________________________________________________________________________
37726 [  9090] By: jhi                                   on 2001/03/09  15:01:27
37727         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
37728              From: rspier@pobox.com (Robert Spier)
37729              Date: Fri, 9 Mar 2001 03:30:20 -0500
37730              Message-ID: <15016.38044.381174.160189@rls.cx>
37731              
37732              EXISTS() returning undef mistakenly triggered a FETCH().
37733      Branch: perl
37734            ! hv.c
37735 ____________________________________________________________________________
37736 [  9089] By: jhi                                   on 2001/03/09  14:59:02
37737         Log: Add /sbin and /usr/sbin to the list of directories scanned
37738              for setuid programs.  Takes care of bug id 20010309.003.
37739      Branch: perl
37740            ! t/op/stat.t
37741 ____________________________________________________________________________
37742 [  9088] By: jhi                                   on 2001/03/09  14:48:32
37743         Log: Regen perlapi, perltoc.
37744      Branch: perl
37745            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
37746 ____________________________________________________________________________
37747 [  9087] By: jhi                                   on 2001/03/09  14:38:56
37748         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
37749              From: David Mitchell <davem@fdgroup.co.uk>
37750              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
37751              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
37752      Branch: perl
37753            ! dump.c perl.c perl.h pod/perlrun.pod
37754 ____________________________________________________________________________
37755 [  9086] By: jhi                                   on 2001/03/09  01:47:16
37756         Log: A modified version of
37757              
37758              Subject: [ID 20010307.005] POSIX::sigaction has various problems
37759              From: anders@broadcom.com
37760              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
37761              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
37762              
37763              Currently the sigaction.t test #6 fails (and is fudged to look
37764              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
37765              This may well be a genuine bug in Linux sigaction() (since at
37766              least Tru64, Solaris, and HP-UX disagree with Linux).
37767              Anyone with POSIX / SUSv2 tome handy?  The problem is that
37768              the flags of the oldaction don't match with the flags in
37769              the previously installed disposition.
37770      Branch: perl
37771            + t/lib/sigaction.t
37772            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
37773 ____________________________________________________________________________
37774 [  9085] By: jhi                                   on 2001/03/09  01:30:13
37775         Log: Subject: Re: mission impossible for the day
37776              From: Alex Gough <alex@rcon.org>
37777              Date: Thu, 08 Mar 2001 17:18:19 +0000
37778              Message-ID: <3AA7BEDB.8070409@rcon.org>
37779              
37780              If references (are overloaded) and can be directly stringified,
37781              show that instead of "stringified".
37782              
37783              (The problem, infinite mutual recursion caused by overloaded bool
37784              in Switch.pm, tracked by David Mitchell)
37785      Branch: perl
37786            ! lib/Carp/Heavy.pm
37787 ____________________________________________________________________________
37788 [  9084] By: jhi                                   on 2001/03/09  01:20:39
37789         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
37790              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
37791              From: David Mitchell <davem@fdgroup.co.uk>
37792              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
37793      Branch: perl
37794            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
37795            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
37796 ____________________________________________________________________________
37797 [  9083] By: jhi                                   on 2001/03/09  01:16:51
37798         Log: Subject: [PATCH] perldata.pod here-doc docs
37799              From: Jeff Pinyan <jeffp@crusoe.net>
37800              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
37801              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
37802      Branch: perl
37803            ! pod/perldata.pod
37804 ____________________________________________________________________________
37805 [  9082] By: jhi                                   on 2001/03/09  01:01:27
37806         Log: Subject: Re: Unicode/EBCDIC
37807              From: Peter Prymmer <pvhp@forte.com>
37808              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
37809              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
37810      Branch: perl
37811            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
37812 ____________________________________________________________________________
37813 [  9081] By: jhi                                   on 2001/03/08  13:41:30
37814         Log: Subject: Ooops, wrong 'no *POSIX' Patch
37815              From: Dorner Thomas <Thomas.Dorner@start.de>
37816              Date: Thu, 8 Mar 2001 08:43:28 +0100
37817              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
37818      Branch: perl
37819            ! hints/posix-bc.sh
37820 ____________________________________________________________________________
37821 [  9080] By: jhi                                   on 2001/03/08  13:11:42
37822         Log: It's Scripts.txt, not Script.txt.
37823      Branch: perl
37824            ! MANIFEST
37825 ____________________________________________________________________________
37826 [  9079] By: jhi                                   on 2001/03/08  12:59:05
37827         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
37828              From: Dorner Thomas <Thomas.Dorner@start.de>
37829              Date: Wed, 7 Mar 2001 14:13:31 +0100
37830              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
37831      Branch: perl
37832            ! makedepend.SH
37833 ____________________________________________________________________________
37834 [  9078] By: jhi                                   on 2001/03/08  12:57:43
37835         Log: Retract #9069, wrong patch.
37836      Branch: perl
37837            ! Makefile.SH
37838 ____________________________________________________________________________
37839 [  9077] By: jhi                                   on 2001/03/08  01:06:13
37840         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
37841      Branch: perl
37842            + lib/unicode/Scripts.txt
37843            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
37844            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
37845            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
37846            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
37847            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
37848            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
37849            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
37850            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
37851            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
37852            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
37853            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
37854            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
37855            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
37856            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
37857            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
37858            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
37859            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
37860            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
37861            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
37862            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
37863            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
37864            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
37865            ! lib/unicode/version
37866 ____________________________________________________________________________
37867 [  9076] By: jhi                                   on 2001/03/07  22:59:39
37868         Log: Integrate change #7784 from mainline into maintperl.
37869              
37870              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
37871      Branch: maint-5.6/perl
37872           !> pp_ctl.c t/op/pat.t
37873 ____________________________________________________________________________
37874 [  9075] By: jhi                                   on 2001/03/07  22:05:11
37875         Log: More UTF-8 test tweaks.
37876      Branch: perl
37877            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
37878 ____________________________________________________________________________
37879 [  9074] By: nick                                  on 2001/03/07  21:39:29
37880         Log: Integrate mainline.
37881      Branch: perlio
37882           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
37883           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
37884           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
37885           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
37886           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
37887 ____________________________________________________________________________
37888 [  9073] By: jhi                                   on 2001/03/07  16:37:09
37889         Log: Update Changes.
37890      Branch: perl
37891            ! Changes patchlevel.h
37892 ____________________________________________________________________________
37893 [  9072] By: jhi                                   on 2001/03/07  16:32:30
37894         Log: Subject: [ID 20010306.004] || != named unary operator
37895              From: abela@geneanet.org
37896              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
37897              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
37898      Branch: perl
37899            ! pod/perlop.pod
37900 ____________________________________________________________________________
37901 [  9071] By: jhi                                   on 2001/03/07  15:14:11
37902         Log: Subject: downgrading to bytes for common functions
37903              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
37904              Date: Wed, 7 Mar 2001 02:36:55 -0500
37905              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
37906      Branch: perl
37907            ! pp_sys.c
37908 ____________________________________________________________________________
37909 [  9070] By: jhi                                   on 2001/03/07  15:04:58
37910         Log: Clarify the description differentiating for and while; inspired by
37911              
37912              Subject: [ID 20010306.002] for/while difference in for definition
37913              From: abela@geneanet.org
37914              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
37915              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
37916      Branch: perl
37917            ! pod/perlsyn.pod
37918 ____________________________________________________________________________
37919 [  9069] By: jhi                                   on 2001/03/07  14:55:30
37920         Log: (Retracted by #9078.)
37921      Branch: perl
37922            ! Makefile.SH
37923 ____________________________________________________________________________
37924 [  9068] By: jhi                                   on 2001/03/07  14:51:17
37925         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
37926              From: Radu Greab <radu@netsoft.ro>
37927              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
37928              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
37929      Branch: perl
37930            ! pp.c t/op/chop.t
37931 ____________________________________________________________________________
37932 [  9067] By: jhi                                   on 2001/03/07  14:48:57
37933         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
37934              From: Simon Cozens <simon@netthink.co.uk>
37935              Date: Wed, 7 Mar 2001 13:59:28 +0000
37936              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
37937              
37938              In order to allow MakeMaker to build correct Makefiles,
37939              you need to change the order of the arguments in MM_Unix.pm
37940              as well. (Unless you have C89_CCMODE set, but we're trying
37941              to be POSIXly correct)
37942              
37943              Thanks to Merijn Broeren for tracking this down.
37944      Branch: perl
37945            ! lib/ExtUtils/MM_Unix.pm
37946 ____________________________________________________________________________
37947 [  9066] By: jhi                                   on 2001/03/07  14:30:02
37948         Log: Floating point too messy.
37949      Branch: perl
37950            ! t/camel-III/vstring.t
37951 ____________________________________________________________________________
37952 [  9065] By: jhi                                   on 2001/03/07  14:17:44
37953         Log: Integrate change #9064 from maintperl into mainline.
37954              
37955              fix memory leak in pack("Bb",...)
37956      Branch: perl
37957           !> perl.c
37958 ____________________________________________________________________________
37959 [  9064] By: gsar                                  on 2001/03/07  06:29:24
37960         Log: fix memory leak in pack("Bb",...)
37961      Branch: maint-5.6/perl
37962            ! perl.c
37963 ____________________________________________________________________________
37964 [  9063] By: jhi                                   on 2001/03/07  00:55:04
37965         Log: Major utf8 test reorganisation and rewrite.
37966              Hopefully no tests were lost in the shuffle.
37967              (The beginning of pragma/utf8 was lost intentionally,
37968              the tests were rather bogus and incomplete.)
37969      Branch: perl
37970            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
37971            ! t/pragma/utf8.t
37972 ____________________________________________________________________________
37973 [  9062] By: jhi                                   on 2001/03/07  00:41:16
37974         Log: More tweakage on the Unicode character class descriptions.
37975      Branch: perl
37976            ! lib/unicode/mktables.PL pod/perlretut.pod
37977 ____________________________________________________________________________
37978 [  9061] By: jhi                                   on 2001/03/06  23:12:38
37979         Log: The perlretut was still talking about the old \p and \P
37980              definitions.
37981      Branch: perl
37982            ! pod/perlretut.pod
37983 ____________________________________________________________________________
37984 [  9060] By: nick                                  on 2001/03/06  20:52:37
37985         Log: Integrate mainline (make test works again now).
37986      Branch: perlio
37987           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
37988 ____________________________________________________________________________
37989 [  9059] By: jhi                                   on 2001/03/06  15:36:14
37990         Log: 0.999... does equal 1.0, doesn't it?
37991      Branch: perl
37992            ! t/camel-III/vstring.t
37993 ____________________________________________________________________________
37994 [  9058] By: jhi                                   on 2001/03/06  15:34:00
37995         Log: Make /x{abcd}/ to work without use utf8.
37996      Branch: perl
37997            ! regcomp.c
37998 ____________________________________________________________________________
37999 [  9057] By: jhi                                   on 2001/03/06  03:02:36
38000         Log: Easier to outcomment all the three reset() tests for now.
38001      Branch: perl
38002            ! t/op/pat.t
38003 ____________________________________________________________________________
38004 [  9056] By: jhi                                   on 2001/03/06  02:30:02
38005         Log: Comment out the deadly reset; until the 20010301.005
38006              is finally fixed.
38007      Branch: perl
38008            ! t/op/pat.t
38009 ____________________________________________________________________________
38010 [  9055] By: jhi                                   on 2001/03/06  02:21:26
38011         Log: Integrate the change #9054 from mainline:
38012              retract the PMOP cleanup patch pending further investigation.
38013      Branch: maint-5.6/perl
38014           !> op.c op.h
38015 ____________________________________________________________________________
38016 [  9054] By: jhi                                   on 2001/03/06  02:19:57
38017         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
38018              with oddly familiar stack traces.
38019      Branch: perl
38020            ! op.c op.h
38021 ____________________________________________________________________________
38022 [  9053] By: jhi                                   on 2001/03/05  23:20:28
38023         Log: Integrate perlio.
38024      Branch: perl
38025           +> ext/Encode/Encode/koi8-r.ucm
38026           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
38027           !> makedef.pl
38028 ____________________________________________________________________________
38029 [  9052] By: nick                                  on 2001/03/05  23:08:17
38030         Log: skipping USE_PERLIO symbols correction.
38031      Branch: perlio
38032            ! makedef.pl
38033 ____________________________________________________________________________
38034 [  9051] By: nick                                  on 2001/03/05  22:35:07
38035         Log: More Encode alias tidying.
38036      Branch: perlio
38037            + ext/Encode/Encode/koi8-r.ucm
38038            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
38039 ____________________________________________________________________________
38040 [  9050] By: jhi                                   on 2001/03/05  21:44:29
38041         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
38042              Sarathy's fix for ID 20010301.005.
38043      Branch: maint-5.6/perl
38044           !> op.c op.h
38045 ____________________________________________________________________________
38046 [  9049] By: nick                                  on 2001/03/05  19:54:04
38047         Log: Integrate Jarkko's Encode.pm tweak.
38048      Branch: perlio
38049           !> ext/Encode/Encode.pm
38050 ____________________________________________________________________________
38051 [  9048] By: nick                                  on 2001/03/05  19:47:57
38052         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
38053      Branch: perlio
38054           +> os2/os2add.sym
38055           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
38056           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
38057           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
38058           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
38059           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
38060 ____________________________________________________________________________
38061 [  9047] By: jhi                                   on 2001/03/05  19:25:26
38062         Log: Regen perlapi.
38063      Branch: perl
38064            ! pod/perlapi.pod
38065 ____________________________________________________________________________
38066 [  9046] By: jhi                                   on 2001/03/05  19:12:14
38067         Log: Integrate perlio.
38068      Branch: perl
38069           +> t/camel-III/vstring.t
38070           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
38071 ____________________________________________________________________________
38072 [  9045] By: jhi                                   on 2001/03/05  19:10:36
38073         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
38074      Branch: perl
38075            ! ext/Encode/Encode.pm
38076 ____________________________________________________________________________
38077 [  9044] By: jhi                                   on 2001/03/05  18:49:12
38078         Log: Forgot the other half of the PMOP patch (#9033).
38079      Branch: perl
38080            ! op.h
38081 ____________________________________________________________________________
38082 [  9043] By: nick                                  on 2001/03/05  18:14:47
38083         Log: Update MANIFEST for new test.
38084      Branch: perlio
38085            ! MANIFEST
38086 ____________________________________________________________________________
38087 [  9042] By: nick                                  on 2001/03/05  18:12:41
38088         Log: Some tests for Camel 3rd edition features.
38089              Make gethostbyaddr() test in above work.
38090      Branch: perlio
38091            + t/camel-III/vstring.t
38092            ! pp.h pp_sys.c t/TEST t/harness
38093 ____________________________________________________________________________
38094 [  9041] By: jhi                                   on 2001/03/05  17:41:48
38095         Log: Add more ISO 8859 encoding aliases.
38096      Branch: perl
38097            ! ext/Encode/Encode.pm
38098 ____________________________________________________________________________
38099 [  9040] By: jhi                                   on 2001/03/05  17:30:43
38100         Log: Integrate perlio.
38101      Branch: perl
38102           !> MANIFEST sv.c
38103 ____________________________________________________________________________
38104 [  9039] By: nick                                  on 2001/03/05  17:11:36
38105         Log: Missed added file.
38106      Branch: perlio
38107            ! MANIFEST
38108 ____________________________________________________________________________
38109 [  9038] By: jhi                                   on 2001/03/05  15:58:01
38110         Log: Add tr tests for EBCDIC, from Karsten Sperling.
38111      Branch: perl
38112            ! t/op/tr.t
38113 ____________________________________________________________________________
38114 [  9037] By: nick                                  on 2001/03/05  15:56:35
38115         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
38116              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
38117              
38118              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
38119              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
38120              - uses SvPV() rather than sv_2pv() in case it isn't a string.
38121      Branch: perlio
38122            ! sv.c
38123 ____________________________________________________________________________
38124 [  9036] By: jhi                                   on 2001/03/05  15:49:15
38125         Log: Add matching tests currently failing in EBCDIC,
38126              suggested by Karsten Sperling.
38127      Branch: perl
38128            ! t/op/pat.t
38129 ____________________________________________________________________________
38130 [  9035] By: jhi                                   on 2001/03/05  15:36:55
38131         Log: The #9034 needs a MANIFESTation.
38132      Branch: perl
38133            ! MANIFEST
38134 ____________________________________________________________________________
38135 [  9034] By: jhi                                   on 2001/03/05  15:35:14
38136         Log: Integrate perlio.
38137      Branch: perl
38138           +> ext/Encode/Encode/Tcl.pm
38139           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
38140           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
38141           !> ext/Encode/Encode/iso8859-1.ucm
38142           !> ext/Encode/Encode/iso8859-10.ucm
38143           !> ext/Encode/Encode/iso8859-13.ucm
38144           !> ext/Encode/Encode/iso8859-14.ucm
38145           !> ext/Encode/Encode/iso8859-15.ucm
38146           !> ext/Encode/Encode/iso8859-16.ucm
38147           !> ext/Encode/Encode/iso8859-2.ucm
38148           !> ext/Encode/Encode/iso8859-3.ucm
38149           !> ext/Encode/Encode/iso8859-4.ucm
38150           !> ext/Encode/Encode/iso8859-5.ucm
38151           !> ext/Encode/Encode/iso8859-6.ucm
38152           !> ext/Encode/Encode/iso8859-7.ucm
38153           !> ext/Encode/Encode/iso8859-8.ucm
38154           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
38155           !> t/lib/encode.t
38156 ____________________________________________________________________________
38157 [  9033] By: jhi                                   on 2001/03/05  15:33:18
38158         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
38159              From: Gurusamy Sarathy <gsar@ActiveState.com>
38160              Date: Sun, 04 Mar 2001 22:33:15 -0800
38161              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
38162              
38163              PMOPs need to remember their own stash so that they can
38164              gracefully remove themselves from their linked list.
38165      Branch: perl
38166            ! op.c
38167 ____________________________________________________________________________
38168 [  9032] By: nick                                  on 2001/03/05  14:51:50
38169         Log: Encode implementation "completion"
38170              Implement and document define_encoding()
38171              Implement and document encoding aliases including define_alias()
38172              Make Encode::XS use define_encoding() rather than back-door.
38173              Move run-time *.enc to separate Encode::Tcl module.
38174              Make 'compile' honour <codeset_name>
38175              Change canonical names of to iso-8859-* and US-ascii.
38176      Branch: perlio
38177            + ext/Encode/Encode/Tcl.pm
38178            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
38179            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
38180            ! ext/Encode/Encode/iso8859-1.ucm
38181            ! ext/Encode/Encode/iso8859-10.ucm
38182            ! ext/Encode/Encode/iso8859-13.ucm
38183            ! ext/Encode/Encode/iso8859-14.ucm
38184            ! ext/Encode/Encode/iso8859-15.ucm
38185            ! ext/Encode/Encode/iso8859-16.ucm
38186            ! ext/Encode/Encode/iso8859-2.ucm
38187            ! ext/Encode/Encode/iso8859-3.ucm
38188            ! ext/Encode/Encode/iso8859-4.ucm
38189            ! ext/Encode/Encode/iso8859-5.ucm
38190            ! ext/Encode/Encode/iso8859-6.ucm
38191            ! ext/Encode/Encode/iso8859-7.ucm
38192            ! ext/Encode/Encode/iso8859-8.ucm
38193            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
38194            ! t/lib/encode.t
38195 ____________________________________________________________________________
38196 [  9031] By: jhi                                   on 2001/03/05  13:51:17
38197         Log: Integrate change #9030 from maintperl into mainline.
38198              
38199              Subject: [PATCH 5.6.1] OS/2 cleanup
38200      Branch: perl
38201           +> os2/os2add.sym
38202           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
38203           !> makedef.pl os2/Changes os2/Makefile.SHs
38204           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
38205           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
38206           !> os2/os2.sym os2/os2ish.h
38207 ____________________________________________________________________________
38208 [  9030] By: jhi                                   on 2001/03/05  13:46:49
38209         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
38210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38211              Date: Mon, 5 Mar 2001 02:29:44 -0500
38212              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
38213      Branch: maint-5.6/perl
38214            + os2/os2add.sym
38215            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
38216            ! makedef.pl os2/Changes os2/Makefile.SHs
38217            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
38218            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
38219            ! os2/os2.sym os2/os2ish.h
38220 ____________________________________________________________________________
38221 [  9029] By: jhi                                   on 2001/03/05  13:40:35
38222         Log: Integrate change #9028 from maintperl into mainline.
38223              
38224              various nits in MM_Unix.pm found by disabling SelfLoader
38225      Branch: perl
38226           !> lib/ExtUtils/MM_Unix.pm
38227 ____________________________________________________________________________
38228 [  9028] By: gsar                                  on 2001/03/05  09:58:38
38229         Log: various nits in MM_Unix.pm found by disabling SelfLoader
38230      Branch: maint-5.6/perl
38231            ! lib/ExtUtils/MM_Unix.pm
38232 ____________________________________________________________________________
38233 [  9027] By: nick                                  on 2001/03/05  08:35:22
38234         Log: Integrate mainline
38235      Branch: perlio
38236           !> (integrate 28 files)
38237 ____________________________________________________________________________
38238 [  9026] By: jhi                                   on 2001/03/05  02:14:59
38239         Log: Integrate change #9025 from mainline to maintperl,
38240              retract \N{U+HHHH}.
38241      Branch: maint-5.6/perl
38242           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
38243           !> t/lib/charnames.t toke.c
38244 ____________________________________________________________________________
38245 [  9025] By: jhi                                   on 2001/03/05  02:13:09
38246         Log: Retracting \N{U+HHHH}.
38247      Branch: perl
38248            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
38249            ! t/lib/charnames.t toke.c
38250 ____________________________________________________________________________
38251 [  9024] By: jhi                                   on 2001/03/04  20:51:07
38252         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
38253              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
38254              Date: Fri, 02 Mar 2001 18:25:26 +0100
38255              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
38256              
38257              Casting problem.
38258      Branch: perl
38259            ! ext/Storable/Storable.xs
38260 ____________________________________________________________________________
38261 [  9023] By: jhi                                   on 2001/03/04  19:46:45
38262         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
38263              From: nick@talking.bollo.cx
38264              Date: Sat, 03 Mar 2001 21:41:33 +0000
38265              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
38266              
38267              Revert the workaround.
38268      Branch: perl
38269            ! perlio.c
38270 ____________________________________________________________________________
38271 [  9022] By: jhi                                   on 2001/03/04  19:36:28
38272         Log: Update Changes.
38273      Branch: perl
38274            ! Changes patchlevel.h
38275 ____________________________________________________________________________
38276 [  9021] By: jhi                                   on 2001/03/04  18:41:00
38277         Log: makedef.pl updates suggested by Chris Nandor; double-checking
38278              the changes in AIX, OS/2 Win32 would be nice.
38279      Branch: perl
38280            ! makedef.pl
38281 ____________________________________________________________________________
38282 [  9020] By: jhi                                   on 2001/03/04  18:23:58
38283         Log: Integrate change #9012 from maintperl into mainline,
38284              quench a compiler warning.
38285      Branch: perl
38286           !> toke.c
38287 ____________________________________________________________________________
38288 [  9019] By: jhi                                   on 2001/03/04  18:18:43
38289         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
38290              
38291              \N{U+HHHH} fix.
38292              
38293              pattern in G_ARRAY context
38294      Branch: maint-5.6/perl
38295           !> pp_hot.c t/op/pat.t toke.c
38296 ____________________________________________________________________________
38297 [  9018] By: jhi                                   on 2001/03/04  18:07:48
38298         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
38299              From: Jeff Pinyan <jeffp@crusoe.net>
38300              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
38301              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
38302      Branch: perl
38303            ! pp_hot.c t/op/pat.t
38304 ____________________________________________________________________________
38305 [  9017] By: jhi                                   on 2001/03/04  18:06:21
38306         Log: I thought I tested the #9014.
38307      Branch: perl
38308            ! toke.c
38309 ____________________________________________________________________________
38310 [  9016] By: jhi                                   on 2001/03/04  17:41:22
38311         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
38312              
38313              Tweak the get*ent() OS/2 prototypes.
38314              
38315              Add the \N{U+HHHH} syntax.
38316              
38317              More tr/// UTF-8 fixes from Inaba Hiroto.
38318      Branch: maint-5.6/perl
38319           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
38320           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
38321 ____________________________________________________________________________
38322 [  9015] By: jhi                                   on 2001/03/04  17:36:04
38323         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
38324      Branch: perl
38325            ! doop.c t/op/tr.t
38326 ____________________________________________________________________________
38327 [  9014] By: jhi                                   on 2001/03/04  17:24:49
38328         Log: Add the \N{U+HHHH} syntax.
38329      Branch: perl
38330            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
38331            ! t/lib/charnames.t toke.c
38332 ____________________________________________________________________________
38333 [  9013] By: jhi                                   on 2001/03/04  17:20:45
38334         Log: Tweak the get*ent() OS/2 prototypes.
38335      Branch: perl
38336            ! os2/os2.c
38337 ____________________________________________________________________________
38338 [  9012] By: gsar                                  on 2001/03/04  06:26:14
38339         Log: avoid warning (nit in change#9009)
38340      Branch: maint-5.6/perl
38341            ! toke.c
38342 ____________________________________________________________________________
38343 [  9011] By: gsar                                  on 2001/03/04  06:15:24
38344         Log: lib/charnames.t fails in 5.6.x because of older Unicode
38345              data
38346              
38347              TODO: need to revisit this after updating lib/unicode/...
38348      Branch: maint-5.6/perl
38349            ! t/lib/charnames.t
38350 ____________________________________________________________________________
38351 [  9010] By: gsar                                  on 2001/03/04  06:08:36
38352         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
38353      Branch: maint-5.6/perl
38354            ! toke.c
38355 ____________________________________________________________________________
38356 [  9009] By: jhi                                   on 2001/03/03  19:27:20
38357         Log: Integrate change #9008 from mainline to maintperl,
38358              UTF-8 tr/// fixes from Inaba Hiroto.
38359      Branch: maint-5.6/perl
38360           !> doop.c op.c t/op/tr.t toke.c
38361 ____________________________________________________________________________
38362 [  9008] By: jhi                                   on 2001/03/03  19:19:42
38363         Log: UTF8 tr/// fixes from Inaba Hiroto.
38364      Branch: perl
38365            ! doop.c op.c t/op/tr.t toke.c
38366 ____________________________________________________________________________
38367 [  9007] By: jhi                                   on 2001/03/03  19:00:30
38368         Log: Integrate change #9006 from maintperl to mainline,
38369              more robust quest for the infinite.
38370      Branch: perl
38371           !> lib/Math/Complex.pm
38372 ____________________________________________________________________________
38373 [  9006] By: jhi                                   on 2001/03/03  18:58:06
38374         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
38375              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38376              Date: Sat, 3 Mar 2001 12:51:50 -0500
38377              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
38378              
38379              Be more robust in our quest for the infinite.
38380      Branch: maint-5.6/perl
38381            ! lib/Math/Complex.pm
38382 ____________________________________________________________________________
38383 [  9005] By: jhi                                   on 2001/03/03  17:55:50
38384         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
38385      Branch: maint-5.6/perl
38386            ! doio.c
38387 ____________________________________________________________________________
38388 [  9004] By: jhi                                   on 2001/03/03  17:40:14
38389         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
38390              so that picky compilers like IRIX won't get huffy about
38391              "statements without effect" (like 1;).
38392      Branch: perl
38393            ! toke.c
38394 ____________________________________________________________________________
38395 [  9003] By: jhi                                   on 2001/03/03  17:15:52
38396         Log: Integrate change #9002 from mainline to maintperl.
38397              
38398              Subject: [perl-5.6.x, perl-current] accept for EPOC
38399      Branch: maint-5.6/perl
38400           !> pp_sys.c
38401 ____________________________________________________________________________
38402 [  9002] By: jhi                                   on 2001/03/03  17:14:30
38403         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
38404              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38405              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
38406              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
38407      Branch: perl
38408            ! pp_sys.c
38409 ____________________________________________________________________________
38410 [  9001] By: jhi                                   on 2001/03/03  17:13:13
38411         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
38412              From: "Craig A. Berry" <craigberry@mac.com>
38413              Date: Fri, 02 Mar 2001 17:44:40 -0600
38414              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
38415      Branch: perl
38416            ! t/pod/find.t
38417 ____________________________________________________________________________
38418 [  9000] By: jhi                                   on 2001/03/03  17:11:55
38419         Log: Integrate changes #8997,8999 from maintperl.
38420              
38421              Subject: [PATCH 5.6.1] compiling on OS/2
38422              (Better error message from hints/os2.sh)
38423              
38424              Subject: [PATCH 5.6.1] syslog.t
38425      Branch: perl
38426           !> hints/os2.sh t/lib/syslog.t
38427 ____________________________________________________________________________
38428 [  8999] By: jhi                                   on 2001/03/03  17:09:28
38429         Log: Subject: [PATCH 5.6.1] syslog.t
38430              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38431              Date: Sat, 3 Mar 2001 02:11:17 -0500
38432              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
38433      Branch: maint-5.6/perl
38434            ! t/lib/syslog.t
38435 ____________________________________________________________________________
38436 [  8998] By: jhi                                   on 2001/03/03  17:07:50
38437         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
38438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38439              Date: Sat, 3 Mar 2001 01:53:52 -0500
38440              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
38441      Branch: maint-5.6/perl
38442            ! opcode.pl os2/os2.c
38443 ____________________________________________________________________________
38444 [  8997] By: jhi                                   on 2001/03/03  17:03:30
38445         Log: Subject: [PATCH 5.6.1] compiling on OS/2
38446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38447              Date: Sat, 3 Mar 2001 01:59:59 -0500
38448              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
38449      Branch: maint-5.6/perl
38450            ! hints/os2.sh
38451 ____________________________________________________________________________
38452 [  8996] By: jhi                                   on 2001/03/03  00:55:58
38453         Log: Regen files for mainline.
38454      Branch: perl
38455            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38456            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
38457 ____________________________________________________________________________
38458 [  8995] By: jhi                                   on 2001/03/03  00:35:22
38459         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
38460              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
38461              to maintperl.
38462              
38463              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
38464              
38465              Add Configure option -Dmksymlinks which will create a symlink
38466              forest if the current/build differs from the source directory.
38467              (8218,8220,8221,8317,8318,8971)
38468              
38469              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
38470              (Document APPLLIB_EXP in INSTALL.)
38471              
38472              If running byacc write-enable also perly.h.
38473              
38474              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
38475              
38476              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
38477              
38478              Sanity check for conflicting thread flavours.
38479              
38480              Fix the sys/fcntl.h problem reported by Peter Prymmer.
38481              
38482              Add few CPUs/architectures to the Cppsym scan,
38483              add -perlio to archname if so selected (modified 8890)
38484              
38485              Be more helpful for devel builders, suggested by John L. Allen.
38486              (admittedly pointless change for maintperl, but the usedevel
38487              code is there already)
38488      Branch: maint-5.6/perl
38489           !> Configure INSTALL Makefile.SH Porting/Glossary
38490           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
38491           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
38492           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
38493           !> win32/config.bc win32/config.gc win32/config.vc
38494 ____________________________________________________________________________
38495 [  8994] By: jhi                                   on 2001/03/02  23:31:41
38496         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
38497      Branch: metaconfig/U/perl
38498            ! gccvers.U
38499 ____________________________________________________________________________
38500 [  8993] By: jhi                                   on 2001/03/02  23:22:12
38501         Log: Regenerate various files for maint.
38502      Branch: maint-5.6/perl
38503            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
38504            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
38505 ____________________________________________________________________________
38506 [  8992] By: alanbur                               on 2001/03/02  22:48:34
38507         Log: Resync wuth parent
38508      Branch: maint-5.6/pureperl
38509           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
38510           !> (integrate 60 files)
38511 ____________________________________________________________________________
38512 [  8991] By: jhi                                   on 2001/03/02  21:00:08
38513         Log: Retract the #8742 part of #8986, backward compat.
38514      Branch: maint-5.6/perl
38515            ! embed.pl
38516 ____________________________________________________________________________
38517 [  8990] By: jhi                                   on 2001/03/02  20:40:07
38518         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
38519      Branch: maint-5.6/perl
38520            ! hv.c
38521 ____________________________________________________________________________
38522 [  8989] By: jhi                                   on 2001/03/02  19:59:56
38523         Log: Update Changes.
38524      Branch: perl
38525            ! Changes patchlevel.h
38526 ____________________________________________________________________________
38527 [  8988] By: jhi                                   on 2001/03/02  19:57:08
38528         Log: Integrate perlio.
38529      Branch: perl
38530           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
38531           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
38532           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
38533           !> ext/Encode/Encode/iso8859-10.ucm
38534           !> ext/Encode/Encode/iso8859-13.ucm
38535           !> ext/Encode/Encode/iso8859-14.ucm
38536           !> ext/Encode/Encode/iso8859-15.ucm
38537           !> ext/Encode/Encode/iso8859-16.ucm
38538           !> ext/Encode/Encode/iso8859-2.ucm
38539           !> ext/Encode/Encode/iso8859-3.ucm
38540           !> ext/Encode/Encode/iso8859-4.ucm
38541           !> ext/Encode/Encode/iso8859-5.ucm
38542           !> ext/Encode/Encode/iso8859-6.ucm
38543           !> ext/Encode/Encode/iso8859-7.ucm
38544           !> ext/Encode/Encode/iso8859-8.ucm
38545           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
38546           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
38547 ____________________________________________________________________________
38548 [  8987] By: jhi                                   on 2001/03/02  19:43:40
38549         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
38550              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
38551              8950,8952,8955 from mainline to maintperl.
38552              
38553              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
38554              
38555              Put to rest the 20010205.001, the email address checking (not) regex.
38556              
38557              fork() not everywhere, cleanup temp files.
38558              
38559              The #8843 wasn't quite right: %Config needs to imported.
38560              
38561              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
38562              (#8849: the glob-basic hunk needed massaging as it depended
38563              on Schwern's large-scale (unintegrated) patches)
38564              
38565              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
38566              
38567              Upgrade to CGI.pm 2.752, from Lincoln Stein.
38568              (Note: there were some conflicts due to EBCDIC and EPOC
38569              patches, in general I preferred the repository code.)
38570              (When 2.753 comes out, we need to synchronize.)
38571              
38572              Subject: [PATCH] fix for charnames above FFFF
38573              
38574              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
38575              
38576              If no sfio, no -lsfio.
38577              
38578              Run run/*.t also in minitest.
38579              
38580              Subject:  [PATCH perl 5.7.0] malloc message address offset
38581              
38582              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
38583              
38584              Subject: fix for parameter -Dm (for perl@8867)
38585              
38586              Subject: [PATCH: perl@8892] was Re: hashing order difference?
38587              (make the test more portable)
38588              
38589              Subject: Re: [PATCH] fix for charnames above FFFF
38590              
38591              Subject: Re: I'm losing the war...
38592              (hv_store() not working correctly in ENV_IS_CASELESS case.)
38593              
38594              Subject: Modified README.bs2000 
38595              
38596              Subject: [PATCH: perl@8935] -Dt padsv($var)
38597              
38598              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
38599              
38600              Subject: PATCH: extra tests to check on negative float to unsigned cast
38601              
38602              Subject: [PATCH] XPUSH[insp] was Re: progress
38603              
38604              Subject: Re: Compile with perlcc..
38605      Branch: maint-5.6/perl
38606           !> (integrate 36 files)
38607 ____________________________________________________________________________
38608 [  8986] By: jhi                                   on 2001/03/02  18:51:25
38609         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
38610              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
38611              to maintperl.
38612              
38613              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
38614              
38615              Subject: [DOC PATCH] overload.pm nits
38616              
38617              Add header for LIB$ prototypes (C. Berry)
38618              
38619              Convert fwrite()s to sockets to write()s, since some socket stacks
38620              don't take kindly to stdio.
38621              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
38622              (for often optional LNMs)
38623              Correct a few typos
38624              (C. Bailey)
38625              
38626              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
38627              
38628              De-cut-and-pasto.
38629              
38630              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
38631              
38632              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
38633              
38634              Upgrade to CPAN 1.59_54, from Andreas König.
38635              
38636              Bogus shebang.
38637              
38638              Subject: [PATCH] Document makepatch in Porting/patching
38639              
38640              UTF-8 documentation.
38641              
38642              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
38643              
38644              Sort the MANIFEST.
38645              
38646              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
38647              
38648              Subject: [PATCH @8807] toke.c cleanup: scan_str()
38649              
38650              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
38651              
38652              Add run/*.t to testables.
38653              
38654              TODO: integrate #8784.
38655      Branch: maint-5.6/perl
38656           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
38657           !> (integrate 28 files)
38658 ____________________________________________________________________________
38659 [  8985] By: nick                                  on 2001/03/02  18:15:45
38660         Log: Integrate mainline
38661      Branch: perlio
38662           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
38663           !> vms/vms.c
38664 ____________________________________________________________________________
38665 [  8984] By: jhi                                   on 2001/03/02  16:00:17
38666         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
38667              
38668              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
38669              5.004_05, and mention the suidperl August 2000 security problem.
38670              (#8978,#8981)
38671              
38672              Subject: [ID 20010301.004] Technically speaking in perldata
38673              
38674              Subject: [PATCH] File::Copy for bleadperl, maintperl
38675              
38676              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
38677              
38678              (The #8982, fix for 20010221.005 and 20010221.008,
38679              would be nice too but it didn't integrate cleanly.)
38680      Branch: maint-5.6/perl
38681           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
38682 ____________________________________________________________________________
38683 [  8983] By: jhi                                   on 2001/03/02  15:51:16
38684         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
38685              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38686              Date:     Thu, 1 Mar 2001 15:54:09 EST
38687              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
38688      Branch: perl
38689            ! vms/vms.c
38690 ____________________________________________________________________________
38691 [  8982] By: jhi                                   on 2001/03/02  15:43:31
38692         Log: Subject: Re: sync sync sync: have I missed any patches?
38693              From: Radu Greab <radu@netsoft.ro> 
38694              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
38695              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
38696              
38697              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
38698              was checking argv[0] regardless of whether a different pathname
38699              will actually be executed."  Test case not supplied because 
38700              drafting that, ironically enough, revealed another bug
38701              (or a feature).
38702      Branch: perl
38703            ! doio.c
38704 ____________________________________________________________________________
38705 [  8981] By: jhi                                   on 2001/03/02  15:28:03
38706         Log: Misdate in #8978.
38707      Branch: perl
38708            ! pod/perlfaq1.pod
38709 ____________________________________________________________________________
38710 [  8980] By: jhi                                   on 2001/03/02  15:24:20
38711         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
38712              From: Chris Nandor <pudge@pobox.com>
38713              Date: Wed, 28 Feb 2001 22:10:15 -0500
38714              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
38715      Branch: perl
38716            ! lib/File/Copy.pm
38717 ____________________________________________________________________________
38718 [  8979] By: jhi                                   on 2001/03/02  15:17:16
38719         Log: Subject: [ID 20010301.004] Technically speaking in perldata
38720              From: abela@geneanet.org
38721              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
38722              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
38723      Branch: perl
38724            ! pod/perldata.pod
38725 ____________________________________________________________________________
38726 [  8978] By: jhi                                   on 2001/03/02  15:15:27
38727         Log: Subject: [ID 20010301.003] ref to 5.004
38728              From: abela@geneanet.org
38729              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
38730              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
38731              
38732              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
38733              and mention the suidperl August 2000 security problem.
38734      Branch: perl
38735            ! pod/perlfaq1.pod
38736 ____________________________________________________________________________
38737 [  8977] By: alanbur                               on 2001/03/02  14:17:45
38738         Log: Resynchronised with parent
38739      Branch: maint-5.6/pureperl
38740           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
38741           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
38742           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
38743           !> vms/descrip_mms.template win32/win32.c win32/win32.h
38744           !> win32/win32iop.h
38745 ____________________________________________________________________________
38746 [  8976] By: nick                                  on 2001/03/01  23:25:30
38747         Log: Integrate mainline.
38748      Branch: perlio
38749            - t/op/qu.t
38750           !> (integrate 55 files)
38751 ____________________________________________________________________________
38752 [  8975] By: jhi                                   on 2001/03/01  16:51:34
38753         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
38754      Branch: perl
38755           !> toke.c
38756 ____________________________________________________________________________
38757 [  8974] By: gsar                                  on 2001/03/01  16:28:21
38758         Log: fix for bugid 20010226.008
38759              
38760              the problem was that some of the pointers (PL_last_lop and
38761              PL_last_uni specifically) into the lex buffers weren't correctly
38762              being invalidated when the buffer changed; this would leave the
38763              pointers pointing at an arbitrary location in the buffer if
38764              the buffer didn't need to be reallocated, or point into freed
38765              memory if the buffer had to be realloced
38766              
38767              TODO item for bugdb maintainers: check other seemingly random
38768              parser-related bugs--they might be cured by this
38769      Branch: maint-5.6/perl
38770            ! toke.c
38771 ____________________________________________________________________________
38772 [  8973] By: jhi                                   on 2001/03/01  02:23:25
38773         Log: Retract #8970 because of a completely mysterious core dump:
38774              adding the tests 241..244 causes op/pat dump core at test #25.
38775              The test needs a lot of whittling down before the bug can be solved.
38776      Branch: perl
38777            ! t/op/pat.t
38778 ____________________________________________________________________________
38779 [  8972] By: jhi                                   on 2001/03/01  01:58:38
38780         Log: Regen perlapi.
38781      Branch: perl
38782            ! pod/perlapi.pod
38783 ____________________________________________________________________________
38784 [  8971] By: jhi                                   on 2001/03/01  01:34:09
38785         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))
38786              From: Nicholas Clark <nick@ccl4.org>
38787              Date: Wed, 28 Feb 2001 23:28:49 +0000
38788              Message-ID: <20010228232849.A55187@plum.flirble.org>
38789              
38790              Allow a completely write protected source code tree
38791              when using the Configure -Dmksymlinks.
38792      Branch: perl
38793            ! embed.pl warnings.pl
38794 ____________________________________________________________________________
38795 [  8970] By: jhi                                   on 2001/03/01  01:32:04
38796         Log: Add back the EBCDIC character range tests (for matching).
38797      Branch: perl
38798            ! t/op/pat.t
38799 ____________________________________________________________________________
38800 [  8969] By: nick                                  on 2001/02/28  18:18:01
38801         Log: Add charname comments to .ucm files writen by 'compile',
38802              also order charmaps in those files by source encoding.
38803              regenerate distrubuted .ucm files
38804      Branch: perlio
38805            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
38806            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
38807            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
38808            ! ext/Encode/Encode/iso8859-10.ucm
38809            ! ext/Encode/Encode/iso8859-13.ucm
38810            ! ext/Encode/Encode/iso8859-14.ucm
38811            ! ext/Encode/Encode/iso8859-15.ucm
38812            ! ext/Encode/Encode/iso8859-16.ucm
38813            ! ext/Encode/Encode/iso8859-2.ucm
38814            ! ext/Encode/Encode/iso8859-3.ucm
38815            ! ext/Encode/Encode/iso8859-4.ucm
38816            ! ext/Encode/Encode/iso8859-5.ucm
38817            ! ext/Encode/Encode/iso8859-6.ucm
38818            ! ext/Encode/Encode/iso8859-7.ucm
38819            ! ext/Encode/Encode/iso8859-8.ucm
38820            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
38821            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
38822 ____________________________________________________________________________
38823 [  8968] By: jhi                                   on 2001/02/28  16:26:37
38824         Log: Expand usemorebits early if d_casti32 needs to be undefined.
38825      Branch: perl
38826            ! hints/hpux.sh hints/irix_6.sh
38827 ____________________________________________________________________________
38828 [  8967] By: jhi                                   on 2001/02/28  16:22:26
38829         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
38830              retract toke.c/qu parts of #8583, retract #8485, retract
38831              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
38832              op/length.t, and MANIFEST, and delete t/op/qu.t.
38833      Branch: perl
38834            - t/op/qu.t
38835            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
38836            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
38837            ! t/op/length.t toke.c
38838 ____________________________________________________________________________
38839 [  8966] By: jhi                                   on 2001/02/28  15:00:27
38840         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
38841              by not changing from pre-Unicode days into being Unicode-aware.
38842              Sniff.
38843      Branch: perl
38844            ! pp.c t/op/pack.t t/op/qu.t
38845 ____________________________________________________________________________
38846 [  8965] By: jhi                                   on 2001/02/28  14:37:55
38847         Log: Subject: Re: Errors in core PODs
38848              From: Michael Stevens <michael@etla.org> 
38849              Date: Fri, 23 Feb 2001 15:47:56 +0000
38850              Message-ID: <20010223154756.A7723@firedrake.org> 
38851      Branch: perl
38852            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
38853            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
38854            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
38855            ! x2p/a2p.pod
38856 ____________________________________________________________________________
38857 [  8964] By: jhi                                   on 2001/02/28  14:35:35
38858         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
38859              (The #8961 was too bold.)
38860      Branch: perl
38861            ! hints/hpux.sh hints/irix_6.sh
38862 ____________________________________________________________________________
38863 [  8963] By: jhi                                   on 2001/02/28  14:33:39
38864         Log: Subject: Re: sync sync sync: have I missed any patches?
38865              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38866              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
38867              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
38868              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
38869              
38870              Replace djSP with dSP.
38871      Branch: perl
38872            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
38873            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
38874            ! win32/perlhost.h
38875 ____________________________________________________________________________
38876 [  8962] By: jhi                                   on 2001/02/27  23:21:14
38877         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
38878      Branch: perl
38879            ! lib/Filter/Simple.pm
38880 ____________________________________________________________________________
38881 [  8961] By: jhi                                   on 2001/02/27  22:55:26
38882         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
38883              and this would be it.
38884      Branch: perl
38885            ! hints/hpux.sh hints/irix_6.sh
38886 ____________________________________________________________________________
38887 [  8960] By: jhi                                   on 2001/02/27  22:51:33
38888         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
38889              From: "Craig A. Berry" <craigberry@mac.com>
38890              Date: Tue, 27 Feb 2001 16:11:44 -0600
38891              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
38892      Branch: maint-5.6/perl
38893            ! configure.com vms/descrip_mms.template
38894 ____________________________________________________________________________
38895 [  8959] By: jhi                                   on 2001/02/27  22:47:23
38896         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
38897              From: "Craig A. Berry" <craigberry@mac.com>
38898              Date: Tue, 27 Feb 2001 16:11:44 -0600
38899              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
38900      Branch: perl
38901            ! configure.com vms/descrip_mms.template
38902 ____________________________________________________________________________
38903 [  8958] By: jhi                                   on 2001/02/27  15:16:42
38904         Log: Update Changes.
38905      Branch: perl
38906            ! Changes patchlevel.h
38907 ____________________________________________________________________________
38908 [  8957] By: jhi                                   on 2001/02/27  06:15:07
38909         Log: Subject: [5.6.x] EPOC additions
38910              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38911              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
38912              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
38913      Branch: maint-5.6/perl
38914            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
38915 ____________________________________________________________________________
38916 [  8956] By: jhi                                   on 2001/02/27  06:12:11
38917         Log: Subject: [perl-current] EPOC 
38918              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38919              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
38920              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
38921      Branch: perl
38922            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
38923            ! epoc/epocish.c epoc/epocish.h pp_sys.c
38924 ____________________________________________________________________________
38925 [  8955] By: jhi                                   on 2001/02/27  05:59:50
38926         Log: Subject: Re: Compile with perlcc..
38927              From: Edward Peschko <edwardp@excitehome.net>
38928              Date: Mon, 26 Feb 2001 18:51:58 -0800
38929              Message-ID: <20010226185158.A9871@excitehome.net>
38930              
38931              plus add a simple usage message if no arguments given.
38932      Branch: perl
38933            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
38934            ! utils/Makefile utils/perlcc.PL win32/pod.mak
38935 ____________________________________________________________________________
38936 [  8954] By: nick                                  on 2001/02/26  21:02:59
38937         Log: Integrate mainline
38938      Branch: perlio
38939           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
38940           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
38941           !> t/op/sprintf.t
38942 ____________________________________________________________________________
38943 [  8953] By: jhi                                   on 2001/02/26  14:43:54
38944         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
38945              From: Nicholas Clark <nick@ccl4.org>
38946              Date: Mon, 26 Feb 2001 00:42:07 +0000
38947              Message-ID: <20010226004207.F23333@plum.flirble.org>
38948      Branch: perl
38949            ! pp_ctl.c
38950 ____________________________________________________________________________
38951 [  8952] By: jhi                                   on 2001/02/26  14:42:13
38952         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
38953              From: Simon Cozens <simon@netthink.co.uk>
38954              Date: Mon, 26 Feb 2001 12:23:48 +0000
38955              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
38956      Branch: perl
38957            ! pod/perlguts.pod
38958 ____________________________________________________________________________
38959 [  8951] By: jhi                                   on 2001/02/26  14:39:15
38960         Log: Subject: [PATCH] perlio - unknown layer
38961              From: Nicholas Clark <nick@ccl4.org>
38962              Date: Mon, 26 Feb 2001 00:27:19 +0000
38963              Message-ID: <20010226002719.E23333@plum.flirble.org>
38964      Branch: perl
38965            ! perlio.c
38966 ____________________________________________________________________________
38967 [  8950] By: jhi                                   on 2001/02/26  14:38:04
38968         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
38969              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
38970              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
38971              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
38972      Branch: perl
38973            ! t/op/bop.t
38974 ____________________________________________________________________________
38975 [  8949] By: jhi                                   on 2001/02/26  14:37:07
38976         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
38977              From: Peter Prymmer <pvhp@forte.com>
38978              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
38979              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
38980      Branch: perl
38981            ! lib/Test.pm
38982 ____________________________________________________________________________
38983 [  8948] By: jhi                                   on 2001/02/26  14:35:53
38984         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
38985              From: Radu Greab <radu@netsoft.ro>
38986              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
38987              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
38988      Branch: perl
38989            ! pod/perlop.pod
38990 ____________________________________________________________________________
38991 [  8947] By: jhi                                   on 2001/02/26  14:34:46
38992         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
38993              From: David Mitchell <davem@fdgroup.co.uk>
38994              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
38995              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
38996      Branch: perl
38997            ! run.c
38998 ____________________________________________________________________________
38999 [  8946] By: jhi                                   on 2001/02/26  14:32:37
39000         Log: Subject: Modified README.bs2000 
39001              From: Dorner Thomas <Thomas.Dorner@start.de>
39002              Date: Mon, 26 Feb 2001 09:22:17 +0100
39003              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
39004      Branch: perl
39005            ! README.bs2000
39006 ____________________________________________________________________________
39007 [  8945] By: jhi                                   on 2001/02/26  14:19:53
39008         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
39009              to maintperl, listing the known failures on the tests 129 and 130.
39010      Branch: maint-5.6/perl
39011           !> t/op/sprintf.t
39012 ____________________________________________________________________________
39013 [  8944] By: jhi                                   on 2001/02/26  14:14:15
39014         Log: Add more known sprintf failures.
39015      Branch: perl
39016            ! t/op/sprintf.t
39017 ____________________________________________________________________________
39018 [  8943] By: jhi                                   on 2001/02/26  13:56:22
39019         Log: perlglob.exe needs to be found in Win32, patch from
39020              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
39021              which needs external glob at mini-perl time."
39022      Branch: perl
39023            ! ext/Encode/compile
39024 ____________________________________________________________________________
39025 [  8942] By: jhi                                   on 2001/02/26  13:52:19
39026         Log: A missing dTHX from Vadim Konovalov.
39027      Branch: perl
39028            ! perlio.c
39029 ____________________________________________________________________________
39030 [  8941] By: jhi                                   on 2001/02/26  13:37:05
39031         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
39032      Branch: perl
39033            ! op.c
39034 ____________________________________________________________________________
39035 [  8940] By: jhi                                   on 2001/02/26  13:35:40
39036         Log: Integrate perlio.
39037      Branch: perl
39038           !> ext/Encode/Encode.pm
39039 ____________________________________________________________________________
39040 [  8939] By: nick                                  on 2001/02/25  23:47:09
39041         Log: Integrate mainline.
39042      Branch: perlio
39043           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
39044           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
39045 ____________________________________________________________________________
39046 [  8938] By: nick                                  on 2001/02/25  19:36:28
39047         Log: Encode implementations docs.
39048      Branch: perlio
39049            ! ext/Encode/Encode.pm
39050 ____________________________________________________________________________
39051 [  8937] By: jhi                                   on 2001/02/25  19:26:16
39052         Log: Script wasn't aligned with reality.
39053      Branch: perl
39054            ! t/pod/find.t
39055 ____________________________________________________________________________
39056 [  8936] By: jhi                                   on 2001/02/25  18:54:55
39057         Log: Update Changes.
39058      Branch: perl
39059            ! Changes patchlevel.h
39060 ____________________________________________________________________________
39061 [  8935] By: jhi                                   on 2001/02/25  18:46:36
39062         Log: Retract #8929,8930,8932,8933 for now.
39063      Branch: perl
39064            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
39065 ____________________________________________________________________________
39066 [  8934] By: jhi                                   on 2001/02/25  17:34:35
39067         Log: Integrate perlio.
39068      Branch: perl
39069           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
39070           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
39071           !> t/lib/encode.t
39072 ____________________________________________________________________________
39073 [  8933] By: jhi                                   on 2001/02/25  17:33:12
39074         Log: (Retracted by #8395.)
39075              
39076              Slight tweaks in scan_const(), not fixes yet, it seems like
39077              lots of work remains to be done...
39078      Branch: perl
39079            ! toke.c
39080 ____________________________________________________________________________
39081 [  8932] By: jhi                                   on 2001/02/25  17:27:11
39082         Log: (Retracted by #8395.)
39083              
39084              Missing from #8930.
39085      Branch: perl
39086            ! perl.h
39087 ____________________________________________________________________________
39088 [  8931] By: jhi                                   on 2001/02/25  17:26:19
39089         Log: A comment tweak.
39090      Branch: perl
39091            ! utf8.c
39092 ____________________________________________________________________________
39093 [  8930] By: jhi                                   on 2001/02/25  17:25:47
39094         Log: (Retracted by #8395.)
39095              
39096              Attempt to fix the EBCDIC character range problwm with //.
39097      Branch: perl
39098            ! regcomp.c
39099 ____________________________________________________________________________
39100 [  8929] By: jhi                                   on 2001/02/25  17:23:45
39101         Log: (Retracted by #8395.)
39102              
39103              Expand the EBCDIC character range tests, and add few nasty
39104              tr tests from Karsten Sperling.
39105      Branch: perl
39106            ! t/op/pat.t t/op/tr.t
39107 ____________________________________________________________________________
39108 [  8928] By: jhi                                   on 2001/02/25  17:18:49
39109         Log: Missing check-in.
39110      Branch: perl
39111            ! lib/Pod/Find.pm
39112 ____________________________________________________________________________
39113 [  8927] By: nick                                  on 2001/02/25  11:30:22
39114         Log: Change method names in Encode implementation classes to something
39115              less confusing (preparing to "go public").
39116      Branch: perlio
39117            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
39118 ____________________________________________________________________________
39119 [  8926] By: nick                                  on 2001/02/25  10:53:24
39120         Log: GCC __atribute__ / printf fix
39121      Branch: perlio
39122            ! perl.h
39123 ____________________________________________________________________________
39124 [  8925] By: nick                                  on 2001/02/25  10:52:25
39125         Log: Checked in the wrong one ...
39126      Branch: perlio
39127            ! ext/Encode/Encode.pm
39128 ____________________________________________________________________________
39129 [  8924] By: nick                                  on 2001/02/24  18:46:51
39130         Log: Integrate mainline - to see what Jarkko has in ...
39131      Branch: perlio
39132           +> t/pod/testpods/lib/Pod/Stuff.pm
39133           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
39134 ____________________________________________________________________________
39135 [  8923] By: nick                                  on 2001/02/24  17:05:23
39136         Log: Encode API documentation nd tidy up.
39137              Minor additions to test.
39138              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
39139              Adds STRLEN to standard typemap.
39140      Branch: perlio
39141            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
39142            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
39143 ____________________________________________________________________________
39144 [  8922] By: jhi                                   on 2001/02/24  16:38:12
39145         Log: Add a test for the "character range should match in EBCDIC
39146              if specified using explicit numerics" bug found by Karsten
39147              Sperling.
39148      Branch: perl
39149            ! t/op/pat.t
39150 ____________________________________________________________________________
39151 [  8921] By: jhi                                   on 2001/02/24  16:30:16
39152         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
39153              From: schwern@pobox.com
39154              Date: Fri, 23 Feb 2001 03:21:37 -0500
39155              Message-ID: <20010223032137.A26022@magnonel.guild.net>
39156              
39157              plus Charles Lane's fixes, plus tweaks.
39158      Branch: perl
39159            + t/pod/testpods/lib/Pod/Stuff.pm
39160            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
39161 ____________________________________________________________________________
39162 [  8920] By: nick                                  on 2001/02/24  10:30:11
39163         Log: Integrate mainline
39164      Branch: perlio
39165           !> (integrate 33 files)
39166 ____________________________________________________________________________
39167 [  8919] By: jhi                                   on 2001/02/24  00:23:35
39168         Log: Subject: Re: I'm losing the war...
39169              From: "Vadim Konovalov" <watman@inbox.ru>
39170              Date: Sat, 24 Feb 2001 00:10:14 +0300
39171              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
39172              
39173              hv_store() not working correctly in ENV_IS_CASELESS case.
39174      Branch: perl
39175            ! hv.c
39176 ____________________________________________________________________________
39177 [  8918] By: jhi                                   on 2001/02/24  00:20:09
39178         Log: Subject: Re: [PATCH] fix for charnames above FFFF
39179              From: andreas.koenig@anima.de (Andreas J. Koenig)
39180              Date: 23 Feb 2001 02:39:03 +0100
39181              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
39182              
39183              A further efficiency tweak.
39184      Branch: perl
39185            ! lib/charnames.pm
39186 ____________________________________________________________________________
39187 [  8917] By: jhi                                   on 2001/02/23  20:27:51
39188         Log: Integrate change #8916 from mainline,
39189              do away with USE_WIN32_RTL_ENV.
39190      Branch: maint-5.6/perl
39191           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
39192 ____________________________________________________________________________
39193 [  8916] By: jhi                                   on 2001/02/23  20:02:25
39194         Log: Abolish USE_WIN32_RTL_ENV.
39195      Branch: perl
39196            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
39197 ____________________________________________________________________________
39198 [  8915] By: jhi                                   on 2001/02/23  19:36:00
39199         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
39200              later protected by some #define.
39201      Branch: perl
39202            ! gv.c
39203 ____________________________________________________________________________
39204 [  8914] By: jhi                                   on 2001/02/23  19:31:38
39205         Log: Retract #8902 for now, requested by Charles Lane, the correct
39206              fix will be something else.
39207      Branch: perl
39208            ! op.c
39209 ____________________________________________________________________________
39210 [  8913] By: jhi                                   on 2001/02/23  19:11:36
39211         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
39212              From: Peter Prymmer <pvhp@forte.com>
39213              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
39214              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
39215      Branch: perl
39216            ! t/op/lex_assign.t
39217 ____________________________________________________________________________
39218 [  8912] By: jhi                                   on 2001/02/23  18:38:20
39219         Log: Subject: [patch] perlio + useithreads
39220              From: Doug MacEachern <dougm@covalent.net>
39221              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
39222              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
39223              
39224              Gets things running but not complete.
39225      Branch: perl
39226            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
39227 ____________________________________________________________________________
39228 [  8911] By: jhi                                   on 2001/02/23  04:20:02
39229         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
39230              
39231              Duplicated environment freeing, File::Temp 0.12,
39232              op/append portability (EBCDIC) tweak.
39233      Branch: maint-5.6/perl
39234           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39235           !> t/op/append.t
39236 ____________________________________________________________________________
39237 [  8910] By: jhi                                   on 2001/02/23  02:07:33
39238         Log: Integrate change #8909 from mainline, a better Borland
39239              putenv() workaround.
39240      Branch: maint-5.6/perl
39241           !> perl.c
39242 ____________________________________________________________________________
39243 [  8909] By: jhi                                   on 2001/02/23  02:05:46
39244         Log: A better workaround for Borland putenv() brokenness from Sarathy.
39245      Branch: perl
39246            ! perl.c
39247 ____________________________________________________________________________
39248 [  8908] By: jhi                                   on 2001/02/23  02:04:14
39249         Log: Subject: fix for parameter -Dm (for perl@8867)
39250              From: "Vadim Konovalov" <watman@inbox.ru>
39251              Date: Thu, 22 Feb 2001 17:30:12 +0300
39252              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
39253      Branch: perl
39254            ! perl.h
39255 ____________________________________________________________________________
39256 [  8907] By: jhi                                   on 2001/02/23  01:58:20
39257         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
39258              From: Peter Prymmer <pvhp@forte.com>
39259              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
39260              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
39261      Branch: perl
39262            ! t/op/append.t
39263 ____________________________________________________________________________
39264 [  8906] By: jhi                                   on 2001/02/23  01:48:34
39265         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
39266      Branch: perl
39267            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39268 ____________________________________________________________________________
39269 [  8905] By: jhi                                   on 2001/02/23  01:43:30
39270         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
39271              From: Peter Prymmer <pvhp@forte.com>
39272              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
39273              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
39274      Branch: perl
39275            ! t/lib/st-06compat.t
39276 ____________________________________________________________________________
39277 [  8904] By: jhi                                   on 2001/02/23  01:42:39
39278         Log: Metaconfig unit change for #8903.
39279      Branch: metaconfig/U/perl
39280            ! Devel.U
39281 ____________________________________________________________________________
39282 [  8903] By: jhi                                   on 2001/02/23  01:42:12
39283         Log: Be more helpful for devel builders, suggested by John L. Allen.
39284      Branch: perl
39285            ! Configure
39286 ____________________________________________________________________________
39287 [  8902] By: jhi                                   on 2001/02/23  01:37:41
39288         Log: (Retracted by #8914)
39289              (Wrongly, reinstated by #8941)
39290              
39291              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
39292              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39293              Date:     Thu, 22 Feb 2001 09:43:57 EST
39294              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
39295      Branch: perl
39296            ! op.c
39297 ____________________________________________________________________________
39298 [  8901] By: jhi                                   on 2001/02/23  01:20:32
39299         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
39300              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39301              Date:     Thu, 22 Feb 2001 08:01:35 EST
39302              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
39303      Branch: perl
39304            ! malloc.c
39305 ____________________________________________________________________________
39306 [  8900] By: jhi                                   on 2001/02/23  01:18:02
39307         Log: Integrate changes #8898,8899 from mainline, environ handling.
39308      Branch: maint-5.6/perl
39309           !> perl.c
39310 ____________________________________________________________________________
39311 [  8899] By: jhi                                   on 2001/02/23  01:16:25
39312         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
39313              putenv() is not to be relied on, they are either broken or leaky
39314              or both.)
39315      Branch: perl
39316            ! perl.c
39317 ____________________________________________________________________________
39318 [  8898] By: jhi                                   on 2001/02/22  23:36:59
39319         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
39320              and safesysfree() must be used.
39321      Branch: perl
39322            ! perl.c
39323 ____________________________________________________________________________
39324 [  8897] By: jhi                                   on 2001/02/22  23:25:45
39325         Log: With environ one must use safesysmalloc()/safesysfree().
39326      Branch: perl
39327            ! perl.c
39328 ____________________________________________________________________________
39329 [  8896] By: jhi                                   on 2001/02/22  22:13:18
39330         Log: If we have a duplicated environment free it
39331              if PERL_DESTRUCT_LEVEL.
39332      Branch: perl
39333            ! perl.c
39334 ____________________________________________________________________________
39335 [  8895] By: alanbur                               on 2001/02/22  19:31:57
39336         Log: Synchronised with parent
39337      Branch: maint-5.6/pureperl
39338           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
39339 ____________________________________________________________________________
39340 [  8894] By: gsar                                  on 2001/02/22  19:06:18
39341         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
39342              
39343              fix memory leak in method call optimization (change#3768);
39344              made C<eval "$x->foo()"> leak
39345              
39346              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
39347      Branch: maint-5.6/perl
39348           !> op.c
39349 ____________________________________________________________________________
39350 [  8893] By: jhi                                   on 2001/02/22  18:35:27
39351         Log: (Retracted by #8915.)
39352              
39353              Third Degree finding:
39354              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
39355      Branch: perl
39356            ! gv.c
39357 ____________________________________________________________________________
39358 [  8892] By: jhi                                   on 2001/02/22  14:28:32
39359         Log: Update Changes.
39360      Branch: perl
39361            ! Changes patchlevel.h
39362 ____________________________________________________________________________
39363 [  8891] By: jhi                                   on 2001/02/22  13:22:45
39364         Log: Metaconfig unit changes for #8890.
39365      Branch: metaconfig
39366            ! U/modified/Cppsym.U U/threads/archname.U
39367 ____________________________________________________________________________
39368 [  8890] By: jhi                                   on 2001/02/22  13:22:12
39369         Log: Add -stdio to the archname if no perlio selected,
39370              no -perlio added since that is now the default.
39371              
39372              Add few CPUs/architectures to the Cppsym scan.
39373      Branch: perl
39374            ! Configure config_h.SH
39375 ____________________________________________________________________________
39376 [  8889] By: jhi                                   on 2001/02/22  13:05:59
39377         Log: Metaconfig unit change for #8888.
39378      Branch: metaconfig/U/perl
39379            ! useperlio.U
39380 ____________________________________________________________________________
39381 [  8888] By: jhi                                   on 2001/02/22  13:05:28
39382         Log: *drum roll*  Make perlio the default.
39383      Branch: perl
39384            ! Configure config_h.SH
39385 ____________________________________________________________________________
39386 [  8887] By: jhi                                   on 2001/02/22  12:50:52
39387         Log: Integrate change #8665 from maintperl to mainline,
39388              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
39389      Branch: perl
39390           !> ext/POSIX/POSIX.xs
39391 ____________________________________________________________________________
39392 [  8886] By: jhi                                   on 2001/02/22  12:49:24
39393         Log: Integrate changes #8883,8884 from mainline to maintperl.
39394              
39395              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
39396              Subject: Re: File::Temp::_gettemp warning
39397      Branch: maint-5.6/perl
39398           !> embed.h embed.pl lib/File/Temp.pm
39399 ____________________________________________________________________________
39400 [  8885] By: jhi                                   on 2001/02/22  12:43:59
39401         Log: Based on
39402              
39403              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
39404              From: schwab@suse.de
39405              Date: Thu, 22 Feb 2001 13:08:09 +0100
39406              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
39407              
39408              but the fix done slightly differently because the other
39409              half was already done in #8664.
39410      Branch: maint-5.6/perl
39411            ! ext/POSIX/POSIX.xs
39412 ____________________________________________________________________________
39413 [  8884] By: jhi                                   on 2001/02/22  12:37:15
39414         Log: Subject: Re: File::Temp::_gettemp warning
39415              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39416              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
39417              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
39418              
39419              This patch to File::Temp does two things:
39420              
39421              1. Fixes the problem with CGI::Carp when determining
39422              the Fcntl constants
39423              
39424              2. Removes most of the carps and consolidates them so that all the
39425              reasons are included in a single die that is caught by the test. This
39426              means that the correct skipping behaviour is displayed by the test.
39427      Branch: perl
39428            ! lib/File/Temp.pm
39429 ____________________________________________________________________________
39430 [  8883] By: jhi                                   on 2001/02/22  12:29:19
39431         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
39432              From: Peter Prymmer <pvhp@forte.com>
39433              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
39434              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
39435      Branch: perl
39436            ! embed.h embed.pl
39437 ____________________________________________________________________________
39438 [  8882] By: jhi                                   on 2001/02/21  19:41:33
39439         Log: Integrate change #8881 from mainlin to maintperl.
39440              
39441              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
39442      Branch: maint-5.6/perl
39443           !> op.c
39444 ____________________________________________________________________________
39445 [  8881] By: jhi                                   on 2001/02/21  19:38:57
39446         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
39447              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39448              Date:     Wed, 21 Feb 2001 13:08:03 EST
39449              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
39450      Branch: perl
39451            ! op.c
39452 ____________________________________________________________________________
39453 [  8880] By: jhi                                   on 2001/02/21  19:34:34
39454         Log: Retract #8875, cannot let go of the old semantics of unpack U
39455              without rethinking utf8decode.t.
39456      Branch: perl
39457            ! pp.c t/op/pack.t
39458 ____________________________________________________________________________
39459 [  8879] By: jhi                                   on 2001/02/21  19:08:02
39460         Log: Run run/*.t also in minitest.
39461      Branch: perl
39462            ! Makefile.SH
39463 ____________________________________________________________________________
39464 [  8878] By: nick                                  on 2001/02/21  18:55:37
39465         Log: Integrate mainline
39466      Branch: perlio
39467           !> (integrate 76 files)
39468 ____________________________________________________________________________
39469 [  8877] By: jhi                                   on 2001/02/21  15:09:33
39470         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
39471      Branch: metaconfig
39472            ! U/compline/nblock_io.U
39473      Branch: perl
39474            ! Configure config_h.SH
39475 ____________________________________________________________________________
39476 [  8876] By: jhi                                   on 2001/02/21  14:54:45
39477         Log: If no sfio, no -lsfio.
39478      Branch: metaconfig/U/perl
39479            ! d_sfio.U
39480      Branch: perl
39481            ! Configure config_h.SH
39482 ____________________________________________________________________________
39483 [  8875] By: jhi                                   on 2001/02/21  14:54:00
39484         Log: Make unpack C and unpack U truly equivalent.
39485      Branch: perl
39486            ! pp.c t/op/pack.t
39487 ____________________________________________________________________________
39488 [  8874] By: jhi                                   on 2001/02/21  14:26:02
39489         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
39490              From: Peter Prymmer <pvhp@forte.com>
39491              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
39492              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
39493      Branch: perl
39494            ! pod/perlport.pod
39495 ____________________________________________________________________________
39496 [  8873] By: jhi                                   on 2001/02/21  14:24:31
39497         Log: Subject: [PATCH] fix for charnames above FFFF
39498              From: andreas.koenig@anima.de (Andreas J. Koenig)
39499              Date: 21 Feb 2001 07:05:45 +0100
39500              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
39501      Branch: perl
39502            ! lib/charnames.pm t/lib/charnames.t
39503 ____________________________________________________________________________
39504 [  8872] By: jhi                                   on 2001/02/21  14:15:25
39505         Log: Integrate change #8868 from pureperl to mainline.
39506              
39507              Fixed reference count loop caused by sv_magic.
39508      Branch: perl
39509           !> sv.c
39510 ____________________________________________________________________________
39511 [  8871] By: jhi                                   on 2001/02/21  14:07:29
39512         Log: Integrate change #8868 from pureperl to maintperl.
39513              
39514              Fixed reference count loop caused by sv_magic.
39515      Branch: maint-5.6/perl
39516           !> sv.c
39517 ____________________________________________________________________________
39518 [  8870] By: jhi                                   on 2001/02/21  14:04:41
39519         Log: Put back the #8840, it was innocent.
39520      Branch: perl
39521            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
39522            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
39523 ____________________________________________________________________________
39524 [  8869] By: jhi                                   on 2001/02/21  14:00:03
39525         Log: unpack("C", ...) was left slightly unfinished by #8865.
39526      Branch: perl
39527            ! pp.c t/op/pack.t
39528 ____________________________________________________________________________
39529 [  8868] By: alanbur                               on 2001/02/21  01:33:45
39530         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
39531              from gv_fetchpv to create single-character magic variables (e.g. $!),
39532              and it is passed a sv and the gv that contains the sv as the mg_obj
39533              value.  When sv_magic stores the mg_obj pointer it increments the gv
39534              refcount, thus causing a sv-gv pair that can't be freed.  There is
39535              already a check for sv == obj which is used to prevent such reference
39536              loops.  This change extends the check to cover the case described above.
39537      Branch: maint-5.6/pureperl
39538            ! sv.c
39539 ____________________________________________________________________________
39540 [  8867] By: jhi                                   on 2001/02/21  00:52:39
39541         Log: Update Changes.
39542      Branch: perl
39543            ! Changes patchlevel.h
39544 ____________________________________________________________________________
39545 [  8866] By: jhi                                   on 2001/02/21  00:34:20
39546         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
39547              (Note: there were some conflicts due to EBCDIC and EPOC
39548              patches, in general I preferred the repository code.)
39549              (When 2.753 comes out, we need to synchronize.)
39550      Branch: perl
39551            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
39552            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
39553            ! t/lib/cgi-html.t
39554 ____________________________________________________________________________
39555 [  8865] By: jhi                                   on 2001/02/21  00:24:22
39556         Log: Make pack("C", 0x100) to create Unicode, unless under the
39557              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
39558              will understand Unicode, unless you under know what.
39559      Branch: perl
39560            ! pp.c t/op/pack.t t/op/qu.t
39561 ____________________________________________________________________________
39562 [  8864] By: alanbur                               on 2001/02/20  22:35:34
39563         Log: Resynchronised with parent
39564      Branch: maint-5.6/pureperl
39565           !> README.win32 ext/GDBM_File/GDBM_File.pm
39566           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
39567           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
39568           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
39569           !> t/lib/sdbm.t util.c
39570 ____________________________________________________________________________
39571 [  8863] By: jhi                                   on 2001/02/20  20:55:11
39572         Log: Integrate change #8860,8861 from mainline into maintperl.
39573              
39574              "pseudo-literal j"
39575              
39576              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
39577      Branch: maint-5.6/perl
39578           !> lib/Test.pm pod/perlop.pod
39579 ____________________________________________________________________________
39580 [  8862] By: jhi                                   on 2001/02/20  20:30:07
39581         Log: Don't do casting between pointers pointing to differently sized
39582              integers.
39583      Branch: perl
39584            ! hv.c sv.c
39585 ____________________________________________________________________________
39586 [  8861] By: jhi                                   on 2001/02/20  19:53:44
39587         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
39588              From: Peter Prymmer <pvhp@forte.com>
39589              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
39590              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
39591      Branch: perl
39592            ! lib/Test.pm
39593 ____________________________________________________________________________
39594 [  8860] By: jhi                                   on 2001/02/20  19:48:02
39595         Log: "pseudo-literal j", a documentation glitch reported to Debian.
39596              The text recovered from Perl 5.005_03, and pseudo-literal replaced
39597              by "backtick string".
39598      Branch: perl
39599            ! pod/perlop.pod
39600 ____________________________________________________________________________
39601 [  8859] By: jhi                                   on 2001/02/20  19:15:46
39602         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
39603              from Chris Nandor.
39604      Branch: perl
39605            ! makedef.pl
39606 ____________________________________________________________________________
39607 [  8858] By: jhi                                   on 2001/02/20  17:36:53
39608         Log: Integrate pureperl changes #8844,8845,8850 to mainline
39609              (via maintperl #8855).
39610              
39611              Fixed %^H scoping bug
39612              
39613              Removed GV <-> CV refcount loop
39614              
39615              Removed %ENV refcount loop
39616      Branch: perl
39617           !> gv.c op.c perl.c pp.c scope.c
39618 ____________________________________________________________________________
39619 [  8857] By: jhi                                   on 2001/02/20  17:34:32
39620         Log: Integrate changes #8853,8854 from maintperl to mainline.
39621              
39622              EBDIC fixes, README.win32 Borland update.
39623      Branch: perl
39624           !> README.win32 handy.h util.c
39625 ____________________________________________________________________________
39626 [  8856] By: jhi                                   on 2001/02/20  17:33:16
39627         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
39628      Branch: maint-5.6/perl
39629           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
39630           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
39631           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
39632 ____________________________________________________________________________
39633 [  8855] By: jhi                                   on 2001/02/20  17:32:13
39634         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
39635              
39636              Fixed %^H scoping bug
39637              
39638              Removed GV <-> CV refcount loop
39639              
39640              Removed %ENV refcount loop
39641      Branch: maint-5.6/perl
39642           !> gv.c op.c perl.c pp.c scope.c
39643 ____________________________________________________________________________
39644 [  8854] By: jhi                                   on 2001/02/20  17:25:06
39645         Log: Subject: Addition to readme.win32 for Borland C++ compilers
39646              Date: Tue, 20 Feb 2001 02:15:25 +0300
39647              From: "Vadim Konovalov" <watman@inbox.ru>
39648              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
39649              
39650              Document Borland compiler misbehaviour.
39651      Branch: maint-5.6/perl
39652            ! README.win32
39653 ____________________________________________________________________________
39654 [  8853] By: jhi                                   on 2001/02/20  17:22:25
39655         Log: The assimilation of ebcdic.c didn't quite work at the first try,
39656              patches from Thomas Dorner.
39657      Branch: maint-5.6/perl
39658            ! handy.h util.c
39659 ____________________________________________________________________________
39660 [  8852] By: jhi                                   on 2001/02/20  17:20:15
39661         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
39662              From: Chris Nandor <pudge@pobox.com>
39663              Date: Tue, 20 Feb 2001 08:32:45 -0500
39664              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
39665      Branch: maint-5.6/perl
39666            ! makedef.pl mg.c
39667 ____________________________________________________________________________
39668 [  8851] By: jhi                                   on 2001/02/20  17:15:52
39669         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
39670      Branch: perl
39671            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
39672            ! t/lib/filter-util.t
39673 ____________________________________________________________________________
39674 [  8850] By: alanbur                               on 2001/02/20  17:12:40
39675         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
39676              and the magic pointer points back to the GV that contains the
39677              %ENV hash.  This creates a refcount loop that prevents members
39678              of %ENV from being freed correctly.  This change removes the
39679              refcount loop - the magic pointer was never used anyway, the
39680              only use of the magic was to check the type ('E') so that the
39681              appropriate environment manipulation code is called when %ENV
39682              is modified.
39683      Branch: maint-5.6/pureperl
39684            ! perl.c
39685 ____________________________________________________________________________
39686 [  8849] By: jhi                                   on 2001/02/20  17:12:20
39687         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
39688              From: "Craig A. Berry" <craigberry@mac.com>
39689              Date: Mon, 19 Feb 2001 23:36:12 -0600
39690              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
39691              
39692              Case-forgiving systems match TestInit.pm with TES*.
39693      Branch: perl
39694            ! t/lib/glob-basic.t
39695 ____________________________________________________________________________
39696 [  8848] By: jhi                                   on 2001/02/20  17:10:02
39697         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
39698      Branch: perl
39699            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
39700            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
39701            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
39702 ____________________________________________________________________________
39703 [  8847] By: jhi                                   on 2001/02/20  15:34:41
39704         Log: The #8843 wasn't quite right: %Config needs to imported.
39705      Branch: perl
39706            ! t/run/runenv.t
39707 ____________________________________________________________________________
39708 [  8846] By: jhi                                   on 2001/02/20  15:31:50
39709         Log: Retract the #8838 and #8840 for now because of
39710              the DB_File tie problem.
39711      Branch: perl
39712            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
39713            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
39714            ! proto.h sv.c
39715 ____________________________________________________________________________
39716 [  8845] By: alanbur                               on 2001/02/20  14:25:41
39717         Log: Removed GV <-> CV refcount loop
39718              CvGV(mycv) points to the parent GV of the CV, and was previously
39719              refcounted.  The pointer remains, but the refcounting has been removed
39720              as it causes a refcount loop between the CV and GV that means the CV
39721              can't ever be deleted.
39722      Branch: maint-5.6/pureperl
39723            ! gv.c op.c pp.c
39724 ____________________________________________________________________________
39725 [  8844] By: alanbur                               on 2001/02/20  14:23:13
39726         Log: Fixed %^H scoping bug
39727      Branch: maint-5.6/pureperl
39728            ! scope.c
39729 ____________________________________________________________________________
39730 [  8843] By: jhi                                   on 2001/02/19  13:38:08
39731         Log: fork() not everywhere, cleanup temp files.
39732      Branch: perl
39733            ! t/run/runenv.t
39734 ____________________________________________________________________________
39735 [  8842] By: alanbur                               on 2001/02/19  12:42:07
39736         Log: Resynchronised with parent
39737      Branch: maint-5.6/pureperl
39738           !> pod/perlfaq4.pod sv.c utf8.c
39739 ____________________________________________________________________________
39740 [  8841] By: jhi                                   on 2001/02/19  03:35:51
39741         Log: Update Changes.
39742      Branch: perl
39743            ! Changes patchlevel.h
39744 ____________________________________________________________________________
39745 [  8840] By: jhi                                   on 2001/02/19  00:23:41
39746         Log: Subject: [patch] add sv_setref_uv
39747              From: Doug MacEachern <dougm@covalent.net>
39748              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
39749              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
39750      Branch: perl
39751            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
39752            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
39753 ____________________________________________________________________________
39754 [  8839] By: jhi                                   on 2001/02/19  00:01:38
39755         Log: Put to rest the 20010205.001, the email address checking (not) regex.
39756      Branch: perl
39757            ! pod/perlfaq9.pod
39758 ____________________________________________________________________________
39759 [  8838] By: jhi                                   on 2001/02/18  22:17:54
39760         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
39761              From: Doug MacEachern <dougm@covalent.net>
39762              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
39763              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
39764      Branch: perl
39765            ! lib/ExtUtils/xsubpp
39766 ____________________________________________________________________________
39767 [  8837] By: jhi                                   on 2001/02/18  22:16:50
39768         Log: Subject: [patch] -Wall cleanup round 2
39769              From: Doug MacEachern <dougm@covalent.net>
39770              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
39771              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
39772      Branch: perl
39773            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
39774            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
39775            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
39776            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
39777            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
39778            ! ext/SDBM_File/SDBM_File.xs
39779 ____________________________________________________________________________
39780 [  8836] By: jhi                                   on 2001/02/18  22:11:20
39781         Log: Misapplied regex optimizations when \C is present.
39782              Fixes 20001230.002.
39783              
39784              What still remains broken is that the submatches that
39785              have \C in them get their UTF8 flag on because their
39786              parent SV has it on.  This will result in malformed
39787              UTF8 if a \C happened to match a non-ASCII byte.
39788      Branch: perl
39789            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
39790            ! t/pragma/utf8.t
39791 ____________________________________________________________________________
39792 [  8835] By: jhi                                   on 2001/02/18  20:12:02
39793         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
39794              
39795              The hash key got wrongly UTF8fied.
39796      Branch: perl
39797            ! pod/perlapi.pod toke.c utf8.c
39798 ____________________________________________________________________________
39799 [  8834] By: jhi                                   on 2001/02/18  19:44:25
39800         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
39801              don't warn on magical or overloaded things.
39802      Branch: perl
39803            ! pp_hot.c
39804 ____________________________________________________________________________
39805 [  8833] By: nick                                  on 2001/02/18  19:31:22
39806         Log: Integrate mainline
39807      Branch: perlio
39808           +> t/TestInit.pm t/run/runenv.t
39809            - t/UTEST
39810           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
39811           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
39812           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
39813           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
39814           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
39815           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
39816           !> utf8.c
39817 ____________________________________________________________________________
39818 [  8832] By: jhi                                   on 2001/02/18  19:21:18
39819         Log: Integrate perlio.
39820      Branch: perl
39821           !> perlio.c pod/perldiag.pod
39822 ____________________________________________________________________________
39823 [  8831] By: jhi                                   on 2001/02/18  19:14:20
39824         Log: Integrate change #8827 from mainline.
39825              
39826              UTF8 tweaks.
39827      Branch: maint-5.6/perl
39828           !> sv.c utf8.c
39829 ____________________________________________________________________________
39830 [  8830] By: nick                                  on 2001/02/18  19:10:34
39831         Log: Apply the spirit of patch from Nick Clark:
39832              Subject: [PATCH] Re: extensions that provide layers
39833              From: Nicholas Clark <nick@ccl4.org>
39834              Date: Mon, 12 Feb 2001 16:43:51 +0000
39835              Message-Id: <20010212164350.Q3652@plum.flirble.org>
39836      Branch: perlio
39837            ! perlio.c pod/perldiag.pod
39838 ____________________________________________________________________________
39839 [  8829] By: jhi                                   on 2001/02/18  19:03:25
39840         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
39841              From: schwern@pobox.com 
39842              Date: Sun, 18 Feb 2001 13:44:35 -0500
39843              Message-ID: <20010218134435.A17544@magnonel.guild.net>
39844              
39845              Applied, but as t/TestInit.pm.
39846      Branch: perl
39847            + t/TestInit.pm
39848            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
39849            ! t/op/subst_wamp.t
39850 ____________________________________________________________________________
39851 [  8828] By: jhi                                   on 2001/02/18  18:43:52
39852         Log: Integrate perlio.
39853      Branch: perl
39854           !> perlio.c
39855 ____________________________________________________________________________
39856 [  8827] By: jhi                                   on 2001/02/18  18:41:33
39857         Log: UTF-8 tweaks.
39858      Branch: perl
39859            ! sv.c utf8.c
39860 ____________________________________________________________________________
39861 [  8826] By: nick                                  on 2001/02/18  17:40:59
39862         Log: Fix [ID 20010217.002]
39863              open FOO, "<:raw:perlio", ...
39864              :raw now inserts default base layer below itself.
39865              Also
39866              open FOO, "<:unix", ...
39867              works as well - but leaves buffer layer on stack under the unix layer.
39868      Branch: perlio
39869            ! perlio.c
39870 ____________________________________________________________________________
39871 [  8825] By: jhi                                   on 2001/02/18  17:15:39
39872         Log: Integrate perlio.
39873      Branch: perl
39874           !> perlio.c perliol.h
39875 ____________________________________________________________________________
39876 [  8824] By: jhi                                   on 2001/02/18  17:10:53
39877         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
39878              From: schwern@pobox.com
39879              Date: Sun, 18 Feb 2001 01:48:50 -0500
39880              Message-ID: <20010218014850.C19957@magnonel.guild.net>
39881      Branch: perl
39882            ! lib/Test/Harness.pm t/TEST t/op/chop.t
39883 ____________________________________________________________________________
39884 [  8823] By: jhi                                   on 2001/02/18  17:01:06
39885         Log: Add run/*.t to testables.
39886      Branch: perl
39887            ! t/TEST
39888 ____________________________________________________________________________
39889 [  8822] By: jhi                                   on 2001/02/18  16:58:58
39890         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
39891              From: schwern@pobox.com
39892              Date: Sun, 18 Feb 2001 01:11:35 -0500
39893              Message-ID: <20010218011135.A19957@magnonel.guild.net>
39894              
39895              Revive mjd's and Simon's PERL5OPT fix.
39896      Branch: perl
39897            + t/run/runenv.t
39898            ! MANIFEST perl.c
39899 ____________________________________________________________________________
39900 [  8821] By: jhi                                   on 2001/02/18  16:53:46
39901         Log: Subject: Re: Why t/TEST and not Test::Harness?
39902              From: schwern@pobox.com
39903              Date: Sat, 17 Feb 2001 22:44:44 -0500
39904              Message-ID: <20010217224444.A6679@magnonel.guild.net>
39905              
39906              Replace UTEST with TEST -utf8.
39907      Branch: perl
39908            - t/UTEST
39909            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
39910            ! t/lib/glob-basic.t
39911 ____________________________________________________________________________
39912 [  8820] By: nick                                  on 2001/02/18  13:06:16
39913         Log: Clean up a few core dumps when layers are used in unexpected ways.
39914              (Still not "right"...)
39915      Branch: perlio
39916            ! perlio.c perliol.h
39917 ____________________________________________________________________________
39918 [  8819] By: jhi                                   on 2001/02/18  02:25:55
39919         Log: Integrate change #8818 from maintperl, a FAQ nit.
39920      Branch: perl
39921           !> pod/perlfaq4.pod
39922 ____________________________________________________________________________
39923 [  8818] By: jhi                                   on 2001/02/18  02:24:50
39924         Log: FAQ nit from Chris Fedde.
39925      Branch: maint-5.6/perl
39926            ! pod/perlfaq4.pod
39927 ____________________________________________________________________________
39928 [  8817] By: nick                                  on 2001/02/17  18:20:14
39929         Log: Integrate mainline
39930      Branch: perlio
39931           +> lib/unicode/UCD.html lib/unicode/Unicode.html
39932           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
39933           +> pod/perlclib.pod
39934            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
39935            - lib/unicode/Unicode.301
39936           !> (integrate 324 files)
39937 ____________________________________________________________________________
39938 [  8816] By: jhi                                   on 2001/02/17  16:56:58
39939         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
39940      Branch: perl
39941            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
39942            ! ext/Storable/Storable.xs t/lib/st-06compat.t
39943            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
39944 ____________________________________________________________________________
39945 [  8815] By: jhi                                   on 2001/02/17  16:40:07
39946         Log: Subject: [patch] -Wall
39947              From: Doug MacEachern <dougm@covalent.net>
39948              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
39949              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
39950      Branch: perl
39951            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
39952            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
39953 ____________________________________________________________________________
39954 [  8814] By: jhi                                   on 2001/02/16  19:27:18
39955         Log: Document qu better.
39956      Branch: perl
39957            ! pod/perlop.pod
39958 ____________________________________________________________________________
39959 [  8813] By: jhi                                   on 2001/02/15  13:54:37
39960         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
39961              From: Hugo <hv@crypt.compulink.co.uk>
39962              Date: Thu, 15 Feb 2001 13:39:49 +0000
39963              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
39964      Branch: perl
39965            ! toke.c
39966 ____________________________________________________________________________
39967 [  8812] By: alanbur                               on 2001/02/15  13:52:16
39968         Log: Resynchronised with parent
39969      Branch: maint-5.6/pureperl
39970            - ebcdic.c
39971           !> (integrate 36 files)
39972 ____________________________________________________________________________
39973 [  8811] By: jhi                                   on 2001/02/15  13:51:16
39974         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
39975              
39976              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
39977              From: Jan Dubois <JanD@ActiveState.com>
39978              Date: Wed, 31 Jan 2001 21:17:03 -0800
39979              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
39980              
39981              tweak change#8659 to keep it simple
39982              
39983              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
39984              From: Russ Allbery <rra@stanford.edu>
39985              Date: 14 Feb 2001 10:15:41 -0800
39986              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
39987              
39988              (8809 empty)
39989              
39990              Upgrade to podlators 1.08, from Russ Allbery.
39991      Branch: perl
39992           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
39993           !> utils/perldoc.PL
39994 ____________________________________________________________________________
39995 [  8810] By: jhi                                   on 2001/02/15  13:35:08
39996         Log: Upgrade to podlators 1.08, from Russ Allbery.
39997      Branch: maint-5.6/perl
39998            ! lib/Pod/Man.pm lib/Pod/Text.pm
39999 ____________________________________________________________________________
40000 [  8809] By: jhi                                   on 2001/02/15  13:26:38
40001         Log: (accidentally empty check-in)
40002      Branch: maint-5.6/perl
40003            ! lib/Test/Harness.pm
40004 ____________________________________________________________________________
40005 [  8808] By: jhi                                   on 2001/02/15  13:23:47
40006         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
40007              From: Russ Allbery <rra@stanford.edu>
40008              Date: 14 Feb 2001 10:15:41 -0800
40009              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
40010              
40011              perldoc was hardcoding $Config{installscript}, which breaks
40012              when install* isn't where Perl ends up (such as with AFS).
40013              
40014              Use $Config{scriptdir} instead.
40015      Branch: maint-5.6/perl
40016            ! utils/perldoc.PL
40017 ____________________________________________________________________________
40018 [  8807] By: jhi                                   on 2001/02/14  14:37:27
40019         Log: Update Changes.
40020      Branch: perl
40021            ! Changes patchlevel.h
40022 ____________________________________________________________________________
40023 [  8806] By: jhi                                   on 2001/02/14  14:25:31
40024         Log: Integrate changes #8803,8804,8805 from mainline.
40025              
40026              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
40027              
40028              Don't skip too much of the locale error message if no environ array,
40029              from Chris Nandor.
40030              
40031              More MacOS Classic fixes from Chris Nandor.
40032      Branch: maint-5.6/perl
40033           !> doop.c lib/Cwd.pm perl.c perl.h util.c
40034 ____________________________________________________________________________
40035 [  8805] By: jhi                                   on 2001/02/14  03:29:01
40036         Log: More MacOS Classic fixes from Chris Nandor.
40037      Branch: perl
40038            ! doop.c lib/Cwd.pm
40039 ____________________________________________________________________________
40040 [  8804] By: jhi                                   on 2001/02/14  03:18:35
40041         Log: Don't skip too much of the locale error message if no environ array,
40042              from Chris Nandor.
40043      Branch: perl
40044            ! util.c
40045 ____________________________________________________________________________
40046 [  8803] By: jhi                                   on 2001/02/14  03:14:14
40047         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
40048      Branch: perl
40049            ! perl.c perl.h
40050 ____________________________________________________________________________
40051 [  8802] By: jhi                                   on 2001/02/13  18:31:33
40052         Log: AUTHORS update.
40053      Branch: perl
40054            ! AUTHORS
40055 ____________________________________________________________________________
40056 [  8801] By: jhi                                   on 2001/02/13  17:55:19
40057         Log: Integrate change #8792 from mainline.
40058              
40059              Subject: buncha MacPerl patches for bleadperl
40060              From: Chris Nandor <pudge@pobox.com>
40061              Date: Tue, 13 Feb 2001 00:02:43 -0500
40062              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
40063      Branch: maint-5.6/perl
40064           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
40065           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
40066           !> t/lib/basename.t toke.c util.h
40067 ____________________________________________________________________________
40068 [  8800] By: jhi                                   on 2001/02/13  17:46:43
40069         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
40070              to be forced to Off_t.
40071              
40072              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
40073              From: nick@ccl4.org
40074              Date: Thu, 1 Feb 2001 12:01:04 +0000
40075              Message-Id: <20010201120103.E11401@plum.flirble.org>
40076      Branch: maint-5.6/perl
40077            ! iperlsys.h perlio.c
40078 ____________________________________________________________________________
40079 [  8799] By: jhi                                   on 2001/02/13  16:52:51
40080         Log: Duplex duplex hunk hunk.
40081      Branch: maint-5.6/perl
40082            ! Makefile.SH
40083 ____________________________________________________________________________
40084 [  8797] By: jhi                                   on 2001/02/13  14:52:04
40085         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
40086              From: "Craig A. Berry" <craigberry@mac.com>
40087              Date: Mon, 12 Feb 2001 11:05:25 -0600
40088              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
40089      Branch: perl
40090            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
40091 ____________________________________________________________________________
40092 [  8796] By: jhi                                   on 2001/02/13  14:36:47
40093         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
40094              From: simon.cozens@pembroke.oxford.ac.uk 
40095              Date: Sat, 10 Feb 2001 17:57:02 +0000
40096              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
40097              
40098              Now it does include.
40099      Branch: perl
40100            ! pod/perldiag.pod
40101 ____________________________________________________________________________
40102 [  8795] By: jhi                                   on 2001/02/13  14:30:11
40103         Log: Sort the MANIFEST.
40104      Branch: perl
40105            ! MANIFEST
40106 ____________________________________________________________________________
40107 [  8794] By: jhi                                   on 2001/02/13  14:26:51
40108         Log: Integrate change #8793 from mainline, FAQ updates.
40109      Branch: maint-5.6/perl
40110           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
40111 ____________________________________________________________________________
40112 [  8793] By: jhi                                   on 2001/02/13  14:25:13
40113         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
40114      Branch: perl
40115            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
40116 ____________________________________________________________________________
40117 [  8792] By: jhi                                   on 2001/02/13  14:22:50
40118         Log: Subject: buncha MacPerl patches for bleadperl
40119              From: Chris Nandor <pudge@pobox.com>
40120              Date: Tue, 13 Feb 2001 00:02:43 -0500
40121              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
40122      Branch: perl
40123            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
40124            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
40125            ! t/lib/basename.t toke.c util.h
40126 ____________________________________________________________________________
40127 [  8791] By: jhi                                   on 2001/02/13  14:10:39
40128         Log: Integrate change #8790 from mainline.
40129              
40130              environ array wrongly assumed in Perl_init_i18nl10n(),
40131      Branch: maint-5.6/perl
40132           !> util.c
40133 ____________________________________________________________________________
40134 [  8790] By: jhi                                   on 2001/02/13  14:06:15
40135         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
40136              noticed by Chris Nandor in MacOS Classic.
40137      Branch: perl
40138            ! util.c
40139 ____________________________________________________________________________
40140 [  8789] By: jhi                                   on 2001/02/13  13:58:07
40141         Log: Integrate changes #8373,8487,8544,8783 from mainline.
40142              
40143              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
40144              hints files, the dynaloading, assimilate ebcdic into util.c.
40145      Branch: maint-5.6/perl
40146            - ebcdic.c
40147            ! MANIFEST hints/posix-bc.sh
40148           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
40149           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
40150           !> perlapi.c proto.h util.c
40151 ____________________________________________________________________________
40152 [  8788] By: alanbur                               on 2001/02/13  10:33:13
40153         Log: Integrated changes from maint-5.6
40154      Branch: maint-5.6/pureperl
40155           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
40156           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
40157           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40158           !> vos/config.ga.h vos/configure_perl.cm
40159 ____________________________________________________________________________
40160 [  8787] By: jhi                                   on 2001/02/13  05:56:36
40161         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
40162      Branch: perl
40163           !> Makefile.SH
40164 ____________________________________________________________________________
40165 [  8786] By: jhi                                   on 2001/02/13  05:54:34
40166         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
40167              From: Dorner Thomas <Thomas.Dorner@start.de>
40168              Date: Mon, 12 Feb 2001 15:06:26 +0100
40169              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
40170      Branch: maint-5.6/perl
40171            ! Makefile.SH
40172 ____________________________________________________________________________
40173 [  8785] By: jhi                                   on 2001/02/13  05:29:04
40174         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
40175      Branch: perl
40176           !> hints/openbsd.sh
40177 ____________________________________________________________________________
40178 [  8784] By: jhi                                   on 2001/02/13  02:25:24
40179         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
40180              From: Peter Prymmer <pvhp@forte.com>
40181              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
40182              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
40183      Branch: perl
40184            ! pod/perlclib.pod
40185 ____________________________________________________________________________
40186 [  8783] By: jhi                                   on 2001/02/13  02:22:36
40187         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
40188      Branch: perl
40189            - ebcdic.c
40190            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
40191            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
40192            ! util.c
40193 ____________________________________________________________________________
40194 [  8782] By: jhi                                   on 2001/02/13  02:00:07
40195         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
40196      Branch: maint-5.6/perl
40197            ! pod/perlport.pod
40198 ____________________________________________________________________________
40199 [  8781] By: jhi                                   on 2001/02/13  01:58:44
40200         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
40201      Branch: maint-5.6/perl
40202            ! hints/openbsd.sh
40203 ____________________________________________________________________________
40204 [  8780] By: jhi                                   on 2001/02/13  01:57:33
40205         Log: Synchronize the regexp tests between maintperl and mainline.
40206      Branch: maint-5.6/perl
40207           !> t/op/re_tests
40208 ____________________________________________________________________________
40209 [  8779] By: jhi                                   on 2001/02/13  01:49:35
40210         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
40211              From: Hugo <hv@crypt.compulink.co.uk>
40212              Date: Tue, 13 Feb 2001 00:11:11 +0000
40213              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
40214      Branch: perl
40215            ! regcomp.c t/op/re_tests
40216 ____________________________________________________________________________
40217 [  8778] By: jhi                                   on 2001/02/13  00:23:10
40218         Log: Comments do not nest.
40219      Branch: perl
40220            ! perl.h
40221 ____________________________________________________________________________
40222 [  8777] By: jhi                                   on 2001/02/13  00:17:54
40223         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
40224              From: Hugo <hv@crypt.compulink.co.uk>
40225              Date: Tue, 13 Feb 2001 00:11:11 +0000
40226              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
40227      Branch: maint-5.6/perl
40228            ! regcomp.c t/op/re_tests
40229 ____________________________________________________________________________
40230 [  8776] By: jhi                                   on 2001/02/12  23:25:52
40231         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
40232      Branch: maint-5.6/perl
40233            ! pod/perlport.pod
40234 ____________________________________________________________________________
40235 [  8775] By: jhi                                   on 2001/02/12  23:04:28
40236         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
40237      Branch: maint-5.6/perl
40238            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
40239            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40240            ! vos/configure_perl.cm
40241 ____________________________________________________________________________
40242 [  8774] By: jhi                                   on 2001/02/12  22:59:11
40243         Log: Subject: Re: [patch] context for 'U' magic functions
40244              From: Doug MacEachern <dougm@covalent.net>
40245              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
40246              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
40247              
40248              plus the suggestion by Nick Ing-Simmons to name the macro
40249              as PERL_MG_UFUNC to avoid namespace pollution, plus add
40250              the advice by Doug for XS writers to perl.h
40251      Branch: perl
40252            ! mg.c perl.h
40253 ____________________________________________________________________________
40254 [  8773] By: jhi                                   on 2001/02/11  20:14:12
40255         Log: Update Changes.
40256      Branch: perl
40257            ! Changes patchlevel.h
40258 ____________________________________________________________________________
40259 [  8772] By: jhi                                   on 2001/02/11  18:47:52
40260         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
40261              From: Simon Cozens <simon@cozens.net>
40262              Date: Wed, 31 Jan 2001 16:31:43 +0000
40263              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
40264      Branch: perl
40265            + pod/perlclib.pod
40266            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
40267            ! pod/perltoc.pod
40268 ____________________________________________________________________________
40269 [  8771] By: jhi                                   on 2001/02/11  18:36:48
40270         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
40271              
40272              Blocks-4d3.beta.txt
40273              CaseFolding-3d4.beta.txt
40274              CompositionExclusions-3d6.beta.txt
40275              EastAsianWidth-4d4.beta.txt
40276              LineBreak-6d3.beta.txt
40277              NamesList-3.1.0d1.beta.txt
40278              PropList-3.1.0d4.beta.txt
40279              SpecialCasing-4d1.beta.txt
40280              UnicodeData-3.1.0d6.beta.txt
40281      Branch: perl
40282            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
40283           +> lib/unicode/UCD.html lib/unicode/Unicode.html
40284            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
40285            - lib/unicode/Unicode.301
40286            ! (edit 257 files)
40287 ____________________________________________________________________________
40288 [  8770] By: jhi                                   on 2001/02/11  17:26:22
40289         Log: UTF-8 documentation.
40290      Branch: perl
40291            ! utf8.h
40292 ____________________________________________________________________________
40293 [  8769] By: jhi                                   on 2001/02/11  17:12:49
40294         Log: Retract #8762.
40295      Branch: perl
40296            ! regexec.c
40297 ____________________________________________________________________________
40298 [  8768] By: jhi                                   on 2001/02/11  16:54:45
40299         Log: Subject: [PATCH] Test::Harness
40300              From: andreas.koenig@anima.de (Andreas J. Koenig)
40301              Date: 11 Feb 2001 14:37:00 +0100
40302              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
40303      Branch: perl
40304            ! lib/Test/Harness.pm
40305 ____________________________________________________________________________
40306 [  8767] By: jhi                                   on 2001/02/11  16:53:52
40307         Log: Subject: [PATCH] Document makepatch in Porting/patching
40308              From: andreas.koenig@anima.de (Andreas J. Koenig)
40309              Date: 11 Feb 2001 16:46:28 +0100
40310              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
40311      Branch: perl
40312            ! Porting/patching.pod
40313 ____________________________________________________________________________
40314 [  8766] By: jhi                                   on 2001/02/11  06:30:23
40315         Log: Subject: Re: [patch] GvSHARED
40316              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
40317              From: Doug MacEachern <dougm@covalent.net>
40318              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
40319              
40320              Subject: Re: [patch] GvSHARED
40321              From: Doug MacEachern <dougm@covalent.net>
40322              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
40323              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
40324              
40325              Subject: [patch] attributes.pm support for `shared'
40326              From: Doug MacEachern <dougm@covalent.net>
40327              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
40328              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
40329              
40330              our() attributes were ignored, our :shared pieces missing,
40331              allow attributes.pm to turn on shared.
40332      Branch: perl
40333            ! op.c t/op/attrs.t toke.c xsutils.c
40334 ____________________________________________________________________________
40335 [  8765] By: alanbur                               on 2001/02/10  23:11:19
40336         Log: Resync with parent (hopefully sucessfully this time)
40337      Branch: maint-5.6/pureperl
40338           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
40339           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
40340           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
40341           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
40342           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
40343           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
40344           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
40345 ____________________________________________________________________________
40346 [  8764] By: jhi                                   on 2001/02/10  22:54:38
40347         Log: Make TEST and UTEST more verbose in case something goes
40348              wrong in running/compiling a script, suggested by Doug
40349              MacEachern.
40350      Branch: perl
40351            ! t/TEST t/UTEST
40352 ____________________________________________________________________________
40353 [  8763] By: jhi                                   on 2001/02/10  22:11:34
40354         Log: Bogus shebang.
40355      Branch: perl
40356            ! t/lib/texttabs.t
40357 ____________________________________________________________________________
40358 [  8762] By: jhi                                   on 2001/02/10  21:56:02
40359         Log: (Retracted by #8769)
40360      Branch: perl
40361            ! regexec.c
40362 ____________________________________________________________________________
40363 [  8761] By: jhi                                   on 2001/02/10  21:26:15
40364         Log: Subject: Re: [patch] GvSHARED 
40365              From: Doug MacEachern <dougm@covalent.net>
40366              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
40367              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
40368              
40369              our @EXPORT : shared = (...);
40370      Branch: perl
40371            ! toke.c
40372 ____________________________________________________________________________
40373 [  8760] By: jhi                                   on 2001/02/10  21:25:07
40374         Log: Subject: [patch] GvSHARED
40375              From: Doug MacEachern <dougm@covalent.net>
40376              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
40377              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
40378      Branch: perl
40379            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
40380 ____________________________________________________________________________
40381 [  8759] By: alanbur                               on 2001/02/10  21:24:27
40382         Log: Backed out mismerge.
40383      Branch: maint-5.6/pureperl
40384            ! MANIFEST README.hpux README.vmesa gv.c installhtml
40385            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
40386            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
40387            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
40388            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
40389            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
40390            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
40391 ____________________________________________________________________________
40392 [  8758] By: jhi                                   on 2001/02/10  18:01:17
40393         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
40394              
40395              Fixed UMRs and leak in Perl_pmtrans()
40396              
40397              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
40398              associated UTFied tr/// code.  Also fixed scoping leak of
40399              PL_reg_start_tmp.
40400              
40401              newATTRSUB leaks when an attempt to redefine the active sort sub is
40402              made.
40403      Branch: maint-5.6/perl
40404           !> op.c regcomp.c
40405 ____________________________________________________________________________
40406 [  8757] By: alanbur                               on 2001/02/10  17:56:46
40407         Log: Resynchronised with parent
40408      Branch: maint-5.6/pureperl
40409           +> README.bs2000
40410            - README.posix-bc
40411            ! gv.c perl.c sv.c
40412           !> MANIFEST README.hpux README.vmesa installhtml
40413           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
40414           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
40415           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
40416           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
40417           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
40418           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
40419 ____________________________________________________________________________
40420 [  8756] By: alanbur                               on 2001/02/10  17:51:15
40421         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
40422              made.
40423      Branch: maint-5.6/pureperl
40424            ! op.c
40425 ____________________________________________________________________________
40426 [  8755] By: jhi                                   on 2001/02/09  22:41:35
40427         Log: Upgrade to CPAN 1.59_54, from Andreas König.
40428      Branch: perl
40429            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40430 ____________________________________________________________________________
40431 [  8754] By: jhi                                   on 2001/02/09  22:29:20
40432         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
40433              
40434              Didn't upgrade the fill.t since it has a dependency to File::Slurp
40435              purely for debugging purposes, the actual test hasn't changed.
40436      Branch: perl
40437            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
40438            ! t/lib/textwrap.t
40439 ____________________________________________________________________________
40440 [  8753] By: jhi                                   on 2001/02/09  20:17:50
40441         Log: Integrate change #8682 from maintperl.
40442              
40443              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
40444              to work correctly.
40445      Branch: perl
40446           !> hints/irix_6.sh
40447 ____________________________________________________________________________
40448 [  8752] By: jhi                                   on 2001/02/09  20:00:46
40449         Log: Update Changes.
40450      Branch: perl
40451            ! Changes patchlevel.h
40452 ____________________________________________________________________________
40453 [  8751] By: nick                                  on 2001/02/09  19:48:37
40454         Log: Integrate mainline
40455      Branch: perlio
40456           +> README.bs2000 t/lib/cgi-esc.t
40457            - README.posix-bc
40458           !> (integrate 53 files)
40459 ____________________________________________________________________________
40460 [  8750] By: nick                                  on 2001/02/09  19:25:16
40461         Log: Subject: RE: Biannual Competition to Improve Hashing Function
40462              From: Fisher Mark <fisherm@tce.com>
40463              Date: Thu, 8 Feb 2001 10:44:00 -0500
40464              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
40465              Date: Thu, 8 Feb 2001 15:02:47 -0500
40466              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
40467      Branch: perl
40468            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
40469 ____________________________________________________________________________
40470 [  8749] By: jhi                                   on 2001/02/09  19:02:35
40471         Log: Forgotten fragment.
40472      Branch: perl
40473            ! pod/perlapi.pod
40474 ____________________________________________________________________________
40475 [  8748] By: jhi                                   on 2001/02/09  18:31:34
40476         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
40477              plus manual tweakage.
40478              
40479              Sync the perlfaq2 between mainline and maintperl.
40480      Branch: maint-5.6/perl
40481            ! pod/perlfaq2.pod
40482      Branch: perl
40483           !> pod/perlfaq2.pod
40484 ____________________________________________________________________________
40485 [  8747] By: jhi                                   on 2001/02/09  18:12:04
40486         Log: Subject: versiononly and installperl
40487              From: abigail@foad.org
40488              Date: Wed, 7 Feb 2001 22:43:12 +0100
40489              Message-ID: <20010207214312.7045.qmail@foad.org>    
40490              
40491              Add +v flag to force a normal install of the perl binary
40492              and the utilities.
40493              
40494              Subject: [PATCH] installperl
40495              From: Nicholas Clark <nick@ccl4.org>
40496              Date: Fri, 9 Feb 2001 16:28:57 +0000
40497              Message-ID: <20010209162857.B10931@plum.flirble.org>
40498              
40499              Add -A flag which also hardlinks the binary with
40500              the full architecture name.
40501      Branch: perl
40502            ! installperl
40503 ____________________________________________________________________________
40504 [  8746] By: jhi                                   on 2001/02/09  18:03:43
40505         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
40506              
40507              Subject: perlfaq2, re: perlmongers
40508              
40509              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
40510              
40511              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
40512              
40513              Subject: [ID 20010205.001] typo in perlfaq9
40514              
40515              Subject: [ID 20010208.002] unordered explanation in perlcall
40516      Branch: maint-5.6/perl
40517           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
40518           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
40519           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
40520 ____________________________________________________________________________
40521 [  8745] By: jhi                                   on 2001/02/09  17:59:09
40522         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
40523              From: abela@geneanet.org
40524              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
40525              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
40526      Branch: perl
40527            ! pod/perlcall.pod
40528 ____________________________________________________________________________
40529 [  8744] By: jhi                                   on 2001/02/09  17:48:16
40530         Log: Subject: [ID 20010205.001] typo in perlfaq9
40531              From: eserte@vran.herceg.de
40532              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
40533              Message-Id: <200102042244.XAA21926@vran.herceg.de>
40534      Branch: perl
40535            ! pod/perlfaq9.pod
40536 ____________________________________________________________________________
40537 [  8743] By: jhi                                   on 2001/02/09  17:25:12
40538         Log: Integrate change #8695 from maintperl.
40539              
40540              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
40541      Branch: perl
40542           !> thread.h
40543 ____________________________________________________________________________
40544 [  8742] By: jhi                                   on 2001/02/09  17:21:22
40545         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
40546              From: Andy Dougherty <doughera@lafayette.edu>
40547              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
40548              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
40549      Branch: perl
40550            ! embed.pl
40551 ____________________________________________________________________________
40552 [  8741] By: jhi                                   on 2001/02/09  17:05:19
40553         Log: Integrate changes #8738,8739,8740 from maintperl.
40554              
40555              Html files will be installed in a more logical and easier to
40556              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
40557              
40558              Html files will be generated with a header to make them look
40559              a little less bare.
40560              
40561              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
40562      Branch: perl
40563           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
40564 ____________________________________________________________________________
40565 [  8740] By: jhi                                   on 2001/02/09  17:03:46
40566         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
40567              From: "Brendan O'Dea" <bod@compusol.com.au>
40568              Date: Sun, 4 Feb 2001 11:17:56 +1100
40569              Message-ID: <20010204111756.A16301@compusol.com.au>
40570      Branch: maint-5.6/perl
40571            ! pod/perlfaq3.pod
40572 ____________________________________________________________________________
40573 [  8739] By: jhi                                   on 2001/02/09  17:01:59
40574         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
40575              From: "Indy Singh" <indy@nusphere.com>
40576              Date: Fri, 2 Feb 2001 15:09:59 -0500
40577              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
40578              
40579              Html files will be generated with a header to make them look
40580              a little less bare.
40581      Branch: maint-5.6/perl
40582            ! installhtml
40583 ____________________________________________________________________________
40584 [  8738] By: jhi                                   on 2001/02/09  16:58:48
40585         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
40586              From: "Indy Singh" <indy@nusphere.com>
40587              Date: Fri, 2 Feb 2001 15:08:23 -0500
40588              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
40589              
40590              Html files will be installed in a more logical and easier to
40591              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
40592      Branch: maint-5.6/perl
40593            ! win32/Makefile win32/makefile.mk
40594 ____________________________________________________________________________
40595 [  8737] By: jhi                                   on 2001/02/09  16:46:54
40596         Log: Integrate changes #8687,8736 from maintperl.
40597              
40598              HP-UX thread patches from Merijn H. Brand.
40599              
40600              Latin nit from Philip Newton.
40601      Branch: perl
40602           !> README.hpux hints/hpux.sh
40603 ____________________________________________________________________________
40604 [  8736] By: jhi                                   on 2001/02/09  16:42:31
40605         Log: Latin nit from Philip Newton.
40606      Branch: maint-5.6/perl
40607            ! README.hpux
40608 ____________________________________________________________________________
40609 [  8735] By: jhi                                   on 2001/02/09  16:24:03
40610         Log: Integrate changes #8704,8710 from pureperl.
40611              
40612              Fixed UMRs and leak in Perl_pmtrans()
40613              
40614              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
40615              associated UTFied tr/// code.  Also fixed scoping leak of
40616              PL_reg_start_tmp.
40617      Branch: perl
40618           !> op.c regcomp.c
40619 ____________________________________________________________________________
40620 [  8734] By: jhi                                   on 2001/02/09  15:40:21
40621         Log: Integrate change #8733 from maintperl.
40622              
40623              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
40624      Branch: perl
40625           !> pod/perlre.pod
40626 ____________________________________________________________________________
40627 [  8733] By: jhi                                   on 2001/02/09  15:35:47
40628         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
40629              From: Prymmer/Kahn <pvhp@best.com>
40630              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
40631              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
40632      Branch: maint-5.6/perl
40633            ! pod/perlre.pod
40634 ____________________________________________________________________________
40635 [  8732] By: jhi                                   on 2001/02/09  15:26:17
40636         Log: Rename README.posix-bc to README.bs2000 (to avoid the
40637              confusion of a "perlposix-bc.pod"), add a few missing
40638              arch pods, regen toc.
40639      Branch: maint-5.6/perl
40640           +> README.bs2000
40641            - README.posix-bc
40642            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
40643            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
40644 ____________________________________________________________________________
40645 [  8731] By: jhi                                   on 2001/02/09  15:23:39
40646         Log: De-cut-and-pasto.
40647      Branch: perl
40648            ! pod/perl.pod
40649 ____________________________________________________________________________
40650 [  8730] By: jhi                                   on 2001/02/09  15:11:13
40651         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
40652              when people think that perlposix-bc.pod tells anything about
40653              Perl and POSIX.  Regen toc.
40654      Branch: perl
40655           +> README.bs2000
40656            - README.posix-bc
40657            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
40658            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
40659 ____________________________________________________________________________
40660 [  8729] By: jhi                                   on 2001/02/09  14:52:28
40661         Log: The README.vmesa part of #8712 from maintperl.
40662      Branch: perl
40663            ! README.vmesa
40664 ____________________________________________________________________________
40665 [  8728] By: jhi                                   on 2001/02/09  14:46:06
40666         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
40667              From: Peter Prymmer <pvhp@forte.com>
40668              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
40669              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
40670      Branch: maint-5.6/perl
40671            ! README.vmesa win32/Makefile win32/makefile.mk
40672 ____________________________________________________________________________
40673 [  8727] By: jhi                                   on 2001/02/09  14:33:25
40674         Log: Integrate change #8712 from mainline.
40675              
40676              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
40677      Branch: maint-5.6/perl
40678           !> lib/Pod/Find.pm
40679 ____________________________________________________________________________
40680 [  8726] By: jhi                                   on 2001/02/09  14:30:28
40681         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
40682              From: Peter Prymmer <pvhp@forte.com>
40683              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
40684              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
40685      Branch: perl
40686            + t/lib/cgi-esc.t
40687            ! MANIFEST lib/CGI/Util.pm
40688 ____________________________________________________________________________
40689 [  8725] By: jhi                                   on 2001/02/09  04:56:47
40690         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
40691      Branch: maint-5.6/perl
40692            ! pod/perlport.pod
40693 ____________________________________________________________________________
40694 [  8724] By: jhi                                   on 2001/02/09  04:40:59
40695         Log: Integrate changes 7819,7820 from vmsperl into mainline.
40696              
40697              Add header for LIB$ prototypes (C. Berry)
40698              
40699              Convert fwrite()s to sockets to write()s, since some socket stacks
40700              don't take kindly to stdio.
40701              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
40702              (for often optional LNMs)
40703              Correct a few typos
40704              (C. Bailey)
40705      Branch: perl
40706           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
40707 ____________________________________________________________________________
40708 [  8723] By: jhi                                   on 2001/02/09  03:29:29
40709         Log: Integrate change #8722 from mainline.
40710              
40711              The Im() function wasn't returning zero for non-Math::Complex
40712              arguments.  The bug reported by John Gamble.
40713      Branch: maint-5.6/perl
40714           !> lib/Math/Complex.pm
40715 ____________________________________________________________________________
40716 [  8722] By: jhi                                   on 2001/02/09  03:28:33
40717         Log: The Im() function wasn't returning zero for non-Math::Complex
40718              arguments.  The bug reported by John Gamble.
40719      Branch: perl
40720            ! lib/Math/Complex.pm
40721 ____________________________________________________________________________
40722 [  8721] By: nick                                  on 2001/02/08  22:11:35
40723         Log: Correct the correction :-(
40724      Branch: perl
40725            ! perl.c
40726 ____________________________________________________________________________
40727 [  8720] By: bailey                                on 2001/02/08  20:59:22
40728         Log: Convert frwite()s to sockets to write()s, since some socket stacks
40729              don't take kindly to stdio.
40730              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
40731              (for often optional LNMs)
40732              Correct a few typos
40733              (C. Bailey)
40734      Branch: vmsperl
40735            ! vms/vms.c vms/vmsish.h
40736 ____________________________________________________________________________
40737 [  8719] By: bailey                                on 2001/02/08  20:51:02
40738         Log: Add header for LIB$ prototypes (C. Berry)
40739      Branch: vmsperl
40740            ! ext/Devel/DProf/DProf.xs
40741 ____________________________________________________________________________
40742 [  8718] By: bailey                                on 2001/02/08  20:49:00
40743         Log: SYN SYN
40744      Branch: vmsperl
40745           +> pod/perliol.pod t/lib/sample-tests/bailout
40746           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
40747           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
40748           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
40749           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
40750           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
40751           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
40752            - lib/unicode/Is/DCinital.pl
40753           !> (integrate 101 files)
40754 ____________________________________________________________________________
40755 [  8717] By: nick                                  on 2001/02/08  19:38:48
40756         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
40757              From: Robin Barker <rmb1@cise.npl.co.uk>
40758              Date: Thu, 8 Feb 2001 14:38:07 GMT
40759              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
40760      Branch: perl
40761            ! lib/CPAN.pm
40762 ____________________________________________________________________________
40763 [  8716] By: nick                                  on 2001/02/08  19:29:07
40764         Log: Generated files form 8713 etc.
40765      Branch: perl
40766            ! embed.h global.sym objXSUB.h perlapi.c proto.h
40767 ____________________________________________________________________________
40768 [  8715] By: nick                                  on 2001/02/08  19:26:08
40769         Log: Fixup non-ithread build after 8713
40770      Branch: perl
40771            ! perl.c
40772 ____________________________________________________________________________
40773 [  8714] By: nick                                  on 2001/02/08  19:17:45
40774         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
40775              From: nick@ccl4.org
40776              Date: Wed, 7 Feb 2001 00:27:47 +0000
40777              Message-Id: <20010207002747.B63724@plum.flirble.org>
40778      Branch: perl
40779            ! sv.c toke.c
40780 ____________________________________________________________________________
40781 [  8713] By: nick                                  on 2001/02/08  19:15:58
40782         Log: Subject: Re: [patch] Re: PL_ptr_table
40783              From: Doug Maceachern <dougm@covalent.net>
40784              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
40785              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
40786      Branch: perl
40787            ! embed.pl perl.c sv.c sv.h
40788 ____________________________________________________________________________
40789 [  8712] By: nick                                  on 2001/02/08  19:12:47
40790         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
40791              From: Peter Prymmer <pvhp@forte.com>
40792              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
40793              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
40794      Branch: perl
40795            ! lib/Pod/Find.pm
40796 ____________________________________________________________________________
40797 [  8711] By: nick                                  on 2001/02/07  21:06:11
40798         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
40799              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
40800              From: Alan Burlison <Alan.Burlison@uk.sun.com>
40801              Date: Tue, 06 Feb 2001 23:37:01 +0000
40802              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
40803      Branch: perl
40804            ! regcomp.c
40805 ____________________________________________________________________________
40806 [  8710] By: alanbur                               on 2001/02/07  00:22:04
40807         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
40808              associated UTFied tr/// code.  Also fixed scoping leak of
40809              PL_reg_start_tmp.
40810      Branch: maint-5.6/pureperl
40811            ! op.c regcomp.c
40812 ____________________________________________________________________________
40813 [  8709] By: nick                                  on 2001/02/06  21:16:49
40814         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
40815              From: Michael G Schwern <schwern@pobox.com>
40816              Date: Sun, 4 Feb 2001 19:47:14 -0500
40817              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
40818      Branch: perl
40819            ! pod/perlapi.pod pod/perlmodlib.PL
40820 ____________________________________________________________________________
40821 [  8708] By: nick                                  on 2001/02/06  20:41:20
40822         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
40823              From: Michael G Schwern <schwern@pobox.com>
40824              Date: Sun, 4 Feb 2001 21:17:49 -0500
40825              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
40826      Branch: perl
40827            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
40828            ! pod/perltootc.pod
40829 ____________________________________________________________________________
40830 [  8707] By: nick                                  on 2001/02/06  20:29:11
40831         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
40832              From: Michael G Schwern <schwern@pobox.com>
40833              Date: Tue, 6 Feb 2001 05:54:30 -0500
40834              Message-Id: <20010206055430.A951@blackrider.aocn.com>
40835      Branch: perl
40836            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
40837 ____________________________________________________________________________
40838 [  8706] By: nick                                  on 2001/02/06  20:21:40
40839         Log: Subject: RE: some win32 fixes
40840              Date: Tue, 6 Feb 2001 09:23:20 +0300
40841              From: Vadim Konovalov <vkonovalov@lucent.com>
40842              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
40843      Branch: perl
40844            ! toke.c win32/Makefile win32/config.bc win32/config.gc
40845            ! win32/config.vc win32/config_H.bc win32/makefile.mk
40846 ____________________________________________________________________________
40847 [  8705] By: alanbur                               on 2001/02/06  15:00:03
40848         Log: Synchronised with parent
40849      Branch: maint-5.6/pureperl
40850            ! regexec.c
40851           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
40852           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
40853 ____________________________________________________________________________
40854 [  8704] By: alanbur                               on 2001/02/06  14:55:24
40855         Log: Fixed UMRs and leak in Perl_pmtrans()
40856      Branch: maint-5.6/pureperl
40857            ! op.c
40858 ____________________________________________________________________________
40859 [  8703] By: gsar                                  on 2001/02/06  02:29:37
40860         Log: $(MAKE) distclean doesn't clean up properly on windows
40861      Branch: maint-5.6/perl
40862            ! win32/Makefile win32/makefile.mk
40863 ____________________________________________________________________________
40864 [  8702] By: gsar                                  on 2001/02/06  01:00:46
40865         Log: tweak change#8659 to keep it simple
40866      Branch: maint-5.6/perl
40867            ! utils/perldoc.PL
40868 ____________________________________________________________________________
40869 [  8701] By: gsar                                  on 2001/02/05  22:45:41
40870         Log: change#8693 was missing testsuite changes
40871      Branch: maint-5.6/perl
40872           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
40873 ____________________________________________________________________________
40874 [  8700] By: nick                                  on 2001/02/05  20:32:52
40875         Log: Integrate mainline
40876      Branch: perlio
40877           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
40878           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
40879           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
40880           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
40881           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
40882           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
40883           +> t/lib/test-harness.t
40884           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
40885           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
40886           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
40887           !> pod/perlutil.pod t/TEST utils/h2xs.PL
40888 ____________________________________________________________________________
40889 [  8699] By: nick                                  on 2001/02/05  19:41:07
40890         Log: Subject: perlfaq2, re: perlmongers
40891              From: David H. Adler <dha@panix.com>
40892              Date: Sun, 4 Feb 2001 23:48:23 -0500
40893              Message-Id: <20010204234823.A13429@panix.com>
40894      Branch: perl
40895            ! pod/perlfaq2.pod
40896 ____________________________________________________________________________
40897 [  8698] By: nick                                  on 2001/02/05  19:39:31
40898         Log: Missed file f#rom the testharness mess.
40899      Branch: perl
40900            + t/lib/test-harness.t
40901 ____________________________________________________________________________
40902 [  8697] By: nick                                  on 2001/02/05  19:37:21
40903         Log: Subject: [DOC PATCH] overload.pm nits
40904              From: John Tobey <jtobey@john-edwin-tobey.org>
40905              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
40906              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
40907      Branch: perl
40908            ! lib/overload.pm
40909 ____________________________________________________________________________
40910 [  8696] By: alanbur                               on 2001/02/05  11:56:00
40911         Log: Sync with parent
40912      Branch: maint-5.6/pureperl
40913           !> thread.h
40914 ____________________________________________________________________________
40915 [  8695] By: gsar                                  on 2001/02/05  03:27:34
40916         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
40917      Branch: maint-5.6/perl
40918            ! thread.h
40919 ____________________________________________________________________________
40920 [  8694] By: alanbur                               on 2001/02/05  00:07:47
40921         Log: Initial branch creation from //depot/maint-5.6/perl
40922      Branch: maint-5.6/pureperl
40923           +> (branch 1719 files)
40924 ____________________________________________________________________________
40925 [  8693] By: gsar                                  on 2001/02/04  22:38:49
40926         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
40927              changes)
40928      Branch: maint-5.6/perl
40929           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
40930           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
40931           !> ext/DB_File/version.c
40932 ____________________________________________________________________________
40933 [  8692] By: nick                                  on 2001/02/04  18:15:57
40934         Log: The missed t/TEST part of the grand testharness upgrade.
40935      Branch: perl
40936            ! t/TEST
40937 ____________________________________________________________________________
40938 [  8691] By: nick                                  on 2001/02/04  18:05:17
40939         Log: New improved test harness
40940              Subject: Re: [PATCH Test::Harness] Third time's a charm?
40941              From: Michael G Schwern <schwern@pobox.com>
40942              Date: Sun, 4 Feb 2001 08:01:20 -0500
40943              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
40944      Branch: perl
40945            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
40946            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
40947            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
40948            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
40949            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
40950            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
40951            ! MANIFEST lib/Test/Harness.pm
40952 ____________________________________________________________________________
40953 [  8690] By: nick                                  on 2001/02/04  17:57:51
40954         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
40955              From: Jonathan Stowe <gellyfish@gellyfish.com>
40956              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
40957              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
40958      Branch: perl
40959            ! utils/h2xs.PL
40960 ____________________________________________________________________________
40961 [  8689] By: nick                                  on 2001/02/04  17:55:24
40962         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
40963              From: Michael G Schwern <schwern@pobox.com>
40964              Date: Sat, 3 Feb 2001 22:46:38 -0500
40965              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
40966      Branch: perl
40967            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
40968            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
40969 ____________________________________________________________________________
40970 [  8688] By: nick                                  on 2001/02/04  17:43:55
40971         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
40972              length byfailing to spot lack of closing )
40973              From: nick@talking.bollo.cx
40974              Date: Sat, 03 Feb 2001 23:53:16 +0000
40975              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
40976      Branch: perl
40977            ! perlio.c pod/perldiag.pod
40978 ____________________________________________________________________________
40979 [  8687] By: jhi                                   on 2001/02/03  17:11:42
40980         Log: HP-UX thread patches from Merijn H. Brand.
40981      Branch: maint-5.6/perl
40982            ! README.hpux hints/hpux.sh
40983 ____________________________________________________________________________
40984 [  8686] By: jhi                                   on 2001/02/03  16:40:12
40985         Log: Metaconfig changes for #8685.
40986      Branch: metaconfig
40987            ! U/installdirs/instubperl.U
40988      Branch: metaconfig/U/perl
40989            ! Devel.U versiononly.U
40990 ____________________________________________________________________________
40991 [  8685] By: jhi                                   on 2001/02/03  16:39:49
40992         Log: For -Dusedevel builds turn off installusrbinperl and turn on
40993              versiononly, a combined idea of Richard Soderberg and Merijn
40994              H. Brand.  You can still override both of these from the command
40995              line if you need to, -Dinstallusrbinperl and -Uversiononly.
40996      Branch: perl
40997            ! Configure
40998 ____________________________________________________________________________
40999 [  8684] By: jhi                                   on 2001/02/03  16:16:34
41000         Log: Metaconfig unit fix for #8683.
41001      Branch: metaconfig
41002            ! U/compline/nblock_io.U
41003 ____________________________________________________________________________
41004 [  8683] By: jhi                                   on 2001/02/03  16:16:12
41005         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
41006              reported by Peter Prymmer for 5.6-TRIAL1.
41007      Branch: perl
41008            ! Configure
41009 ____________________________________________________________________________
41010 [  8682] By: jhi                                   on 2001/02/03  05:52:11
41011         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
41012              to work correctly.
41013      Branch: maint-5.6/perl
41014            ! hints/irix_6.sh
41015 ____________________________________________________________________________
41016 [  8681] By: jhi                                   on 2001/02/03  05:47:33
41017         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
41018      Branch: maint-5.6/perl
41019            ! pod/perlport.pod
41020 ____________________________________________________________________________
41021 [  8680] By: jhi                                   on 2001/02/02  21:39:49
41022         Log: perlport update from Peter Prymmer.
41023      Branch: maint-5.6/perl
41024            ! pod/perlport.pod
41025 ____________________________________________________________________________
41026 [  8679] By: nick                                  on 2001/02/02  20:50:48
41027         Log: Integrate mainline
41028      Branch: perlio
41029           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
41030           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
41031           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
41032 ____________________________________________________________________________
41033 [  8678] By: gsar                                  on 2001/02/02  16:02:12
41034         Log: note about bincompat, slightly modified (from Lupe Christoph)
41035      Branch: maint-5.6/perl
41036            ! README.solaris
41037 ____________________________________________________________________________
41038 [  8677] By: jhi                                   on 2001/02/02  15:46:20
41039         Log: Supported platforms updates.
41040      Branch: maint-5.6/perl
41041            ! pod/perlport.pod
41042 ____________________________________________________________________________
41043 [  8676] By: jhi                                   on 2001/02/02  03:41:26
41044         Log: A couple more perlfaq2 tweaks.
41045      Branch: maint-5.6/perl
41046            ! pod/perlfaq2.pod
41047 ____________________________________________________________________________
41048 [  8675] By: jhi                                   on 2001/02/02  03:17:44
41049         Log: Misedit in #8661.
41050      Branch: maint-5.6/perl
41051            ! Configure
41052 ____________________________________________________________________________
41053 [  8674] By: jhi                                   on 2001/02/02  03:14:38
41054         Log: Damien again.
41055      Branch: maint-5.6/perl
41056            ! pod/perlfaq2.pod
41057 ____________________________________________________________________________
41058 [  8673] By: jhi                                   on 2001/02/02  03:12:40
41059         Log: perlfaq update from Elaine Ashton.
41060      Branch: maint-5.6/perl
41061            ! pod/perlfaq2.pod
41062 ____________________________________________________________________________
41063 [  8672] By: jhi                                   on 2001/02/02  03:07:08
41064         Log: UTF-8 s/// patch from Inaba Hiroto.
41065      Branch: maint-5.6/perl
41066            ! pp_ctl.c pp_hot.c
41067 ____________________________________________________________________________
41068 [  8671] By: jhi                                   on 2001/02/01  22:34:31
41069         Log: Update Changes.
41070      Branch: perl
41071            ! Changes patchlevel.h
41072 ____________________________________________________________________________
41073 [  8670] By: jhi                                   on 2001/02/01  22:15:29
41074         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
41075              from maintperl.
41076              
41077              Upgrade to Getopt::Long 2.25, from Johan Vromans.
41078              
41079              more files need to be writable in the source distribution
41080              
41081              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
41082              
41083              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
41084              
41085              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
41086              
41087              Allow the float to be fuzzier.
41088              
41089              need to use INT2PTR instead of a straight cast or ia64 fails
41090              
41091              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
41092              
41093              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
41094      Branch: perl
41095           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
41096           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
41097           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
41098 ____________________________________________________________________________
41099 [  8669] By: jhi                                   on 2001/02/01  21:57:02
41100         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
41101              From: Robin Barker <rmb1@cise.npl.co.uk>
41102              Date: Thu, 1 Feb 2001 16:59:05 GMT
41103              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
41104      Branch: maint-5.6/perl
41105            ! pod/perlmodlib.PL
41106 ____________________________________________________________________________
41107 [  8668] By: nick                                  on 2001/02/01  19:41:40
41108         Log: Integrate mainline
41109      Branch: perlio
41110           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
41111           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
41112           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
41113 ____________________________________________________________________________
41114 [  8667] By: gsar                                  on 2001/02/01  16:59:11
41115         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
41116      Branch: maint-5.6/perl
41117            ! embed.pl embedvar.h
41118 ____________________________________________________________________________
41119 [  8666] By: gsar                                  on 2001/02/01  16:34:51
41120         Log: add missing entries to win32/config.?c
41121      Branch: maint-5.6/perl
41122            ! win32/config.bc win32/config.gc win32/config.vc
41123            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41124 ____________________________________________________________________________
41125 [  8665] By: jhi                                   on 2001/02/01  14:58:51
41126         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
41127              From: "Stephen P. Potter" <spp@spotter.yi.org>
41128              Date: Thu, 01 Feb 2001 10:45:46 -0500
41129              Message-Id: <200102011545.KAA31479@spotter.yi.org>
41130      Branch: maint-5.6/perl
41131            ! pod/perlfunc.pod
41132 ____________________________________________________________________________
41133 [  8664] By: gsar                                  on 2001/02/01  14:52:37
41134         Log: need to use INT2PTR instead of a straight cast or ia64 fails
41135              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
41136      Branch: maint-5.6/perl
41137            ! ext/POSIX/POSIX.xs
41138 ____________________________________________________________________________
41139 [  8663] By: jhi                                   on 2001/02/01  14:09:13
41140         Log: Allow the float to be fuzzier.
41141      Branch: maint-5.6/perl
41142            ! t/lib/peek.t
41143 ____________________________________________________________________________
41144 [  8662] By: jhi                                   on 2001/02/01  13:59:00
41145         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
41146              From: Robin Barker <rmb1@cise.npl.co.uk>
41147              Date: Thu, 1 Feb 2001 13:05:39 GMT
41148              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
41149      Branch: maint-5.6/perl
41150            ! pod/perlmodlib.pod
41151 ____________________________________________________________________________
41152 [  8661] By: jhi                                   on 2001/02/01  13:57:38
41153         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
41154              Date: Thu, 01 Feb 2001 14:15:41 +0100
41155              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41156              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
41157              
41158              Have the $ccflags in the gcc version test (strange, this change
41159              is claimed to be have been integrated already)
41160      Branch: maint-5.6/perl
41161            ! Configure
41162 ____________________________________________________________________________
41163 [  8660] By: jhi                                   on 2001/02/01  13:44:10
41164         Log: Integrate changes #7950,7964,7962 from mainline.
41165              
41166              Find the stdchar signedness using cpp, should fix some of
41167              the Solaris compiler warnings reported by Alan Burlison.
41168      Branch: maint-5.6/perl
41169           !> Configure config_h.SH
41170 ____________________________________________________________________________
41171 [  8659] By: jhi                                   on 2001/02/01  05:35:32
41172         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
41173              From: Jan Dubois <JanD@ActiveState.com>
41174              Date: Wed, 31 Jan 2001 21:17:03 -0800
41175              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
41176      Branch: maint-5.6/perl
41177            ! utils/perldoc.PL
41178 ____________________________________________________________________________
41179 [  8658] By: jhi                                   on 2001/02/01  04:33:17
41180         Log: Integrate the README.os390 and README.posix-bc parts of mainline
41181              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
41182              installperl parts were taken care of by #8657.)
41183      Branch: maint-5.6/perl
41184           !> README.os390 README.posix-bc
41185 ____________________________________________________________________________
41186 [  8657] By: jhi                                   on 2001/02/01  04:29:21
41187         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
41188              From: Peter Prymmer <pvhp@forte.com>
41189              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
41190              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
41191      Branch: maint-5.6/perl
41192            + ext/DynaLoader/dl_dllload.xs
41193            ! MANIFEST Makefile.SH hints/os390.sh installperl
41194 ____________________________________________________________________________
41195 [  8656] By: jhi                                   on 2001/02/01  04:25:45
41196         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
41197              From: Peter Prymmer <pvhp@forte.com>
41198              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
41199              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
41200      Branch: maint-5.6/perl
41201            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
41202 ____________________________________________________________________________
41203 [  8655] By: jhi                                   on 2001/02/01  04:14:47
41204         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
41205              From: troc@netrus.net
41206              Date: Wed, 31 Jan 2001 22:31:26 -0500
41207              Message-Id: <200102010331.WAA117.85@rocco.homenet>
41208      Branch: maint-5.6/perl
41209            ! os2/os2.c
41210 ____________________________________________________________________________
41211 [  8654] By: jhi                                   on 2001/02/01  04:12:52
41212         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
41213              as reported by Alan Burlison.
41214      Branch: maint-5.6/perl
41215            ! pp.h
41216 ____________________________________________________________________________
41217 [  8653] By: jhi                                   on 2001/02/01  04:05:12
41218         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
41219              From: dsugalski@northernlight.com
41220              Date: Wed, 31 Jan 2001 18:54:11 -0500
41221              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
41222      Branch: maint-5.6/perl
41223            ! configure.com
41224 ____________________________________________________________________________
41225 [  8652] By: jhi                                   on 2001/02/01  04:03:11
41226         Log: Misplaced #endif.
41227              
41228              Subject: [perl-5-6-1-trial2] patches for EPOC
41229              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41230              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
41231              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
41232      Branch: maint-5.6/perl
41233            ! epoc/epocish.c
41234 ____________________________________________________________________________
41235 [  8651] By: jhi                                   on 2001/02/01  04:00:25
41236         Log: Integrate changes #8647,8648,8650 from mainline.
41237              
41238              Macrofy a magic UTF-8 test.
41239              
41240              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
41241              
41242              Watch out for cross compiling for EPOC (usually done on linux).
41243      Branch: maint-5.6/perl
41244           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
41245 ____________________________________________________________________________
41246 [  8650] By: jhi                                   on 2001/02/01  03:56:20
41247         Log: Watch out for cross compiling for EPOC (usually done on linux)
41248              
41249              Subject: [perl-5-6-1-trial2] patches for EPOC
41250              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41251              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
41252              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
41253      Branch: perl
41254            ! ext/Errno/Errno_pm.PL
41255 ____________________________________________________________________________
41256 [  8649] By: gsar                                  on 2001/02/01  00:46:00
41257         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
41258      Branch: maint-5.6/perl
41259            ! sv.c
41260 ____________________________________________________________________________
41261 [  8648] By: jhi                                   on 2001/01/31  23:35:36
41262         Log: All the uses of PL_numeric_radix must be protected by
41263              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
41264              
41265              Subject: [perl-5-6-1-trial2] patches for EPOC
41266              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41267              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
41268              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
41269      Branch: perl
41270            ! sv.c
41271 ____________________________________________________________________________
41272 [  8647] By: jhi                                   on 2001/01/31  22:56:16
41273         Log: Macrofy a magic UTF-8 test.
41274      Branch: perl
41275            ! utf8.c utf8.h
41276 ____________________________________________________________________________
41277 [  8646] By: gsar                                  on 2001/01/31  15:55:12
41278         Log: update Changes
41279      Branch: maint-5.6/perl
41280            ! Changes
41281 ____________________________________________________________________________
41282 [  8645] By: gsar                                  on 2001/01/31  15:10:14
41283         Log: Configure tweak suggested by Peter Prymmer
41284      Branch: maint-5.6/perl
41285            ! Configure
41286 ____________________________________________________________________________
41287 [  8644] By: gsar                                  on 2001/01/31  15:06:32
41288         Log: more files need to be writable in the source distribution
41289      Branch: maint-5.6/perl
41290            ! Porting/makerel
41291 ____________________________________________________________________________
41292 [  8643] By: jhi                                   on 2001/01/31  14:59:46
41293         Log: Integrate changes #8258,8278,8279 from mainline.
41294              
41295              Make the large file tests more robust/talkative.
41296      Branch: maint-5.6/perl
41297           !> t/lib/syslfs.t t/op/lfs.t
41298 ____________________________________________________________________________
41299 [  8642] By: gsar                                  on 2001/01/31  14:53:48
41300         Log: integrate changes#8311,8334 from mainline
41301              
41302              Add a new MakeMaker variable PM_FILTER that defines a Unix
41303              filter to be run on each .pm during the pm_to_blib() phase,
41304              a fixed version of
41305              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
41306              
41307              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
41308              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
41309              accurate reading of the "atime".  
41310      Branch: maint-5.6/perl
41311           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
41312           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
41313           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
41314 ____________________________________________________________________________
41315 [  8641] By: jhi                                   on 2001/01/31  14:46:37
41316         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
41317      Branch: maint-5.6/perl
41318            ! lib/Getopt/Long.pm
41319 ____________________________________________________________________________
41320 [  8640] By: gsar                                  on 2001/01/31  14:40:24
41321         Log: make regen_all
41322      Branch: maint-5.6/perl
41323            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
41324 ____________________________________________________________________________
41325 [  8639] By: gsar                                  on 2001/01/31  14:37:25
41326         Log: refresh windows config files
41327      Branch: maint-5.6/perl
41328            ! win32/Makefile win32/config_H.bc win32/config_H.gc
41329            ! win32/config_H.vc win32/makefile.mk
41330 ____________________________________________________________________________
41331 [  8638] By: gsar                                  on 2001/01/31  14:28:10
41332         Log: makefile tweaks for windows: introduce a bulk-switch to enable
41333              same options as ActivePerl; sync changes with makefile.mk
41334      Branch: maint-5.6/perl
41335            ! win32/Makefile win32/makefile.mk
41336 ____________________________________________________________________________
41337 [  8637] By: jhi                                   on 2001/01/31  04:41:30
41338         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
41339              From: Nicholas Clark <nick@ccl4.org>
41340              Date: Tue, 30 Jan 2001 19:51:05 +0000
41341              Message-ID: <20010130195105.R76607@plum.flirble.org> 
41342              
41343              op/inc cure.
41344      Branch: perl
41345            ! pp.c pp.h pp_hot.c t/op/arith.t
41346 ____________________________________________________________________________
41347 [  8636] By: jhi                                   on 2001/01/31  02:38:32
41348         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
41349              no perlio],8257,8380,8479,8515 from mainline.
41350              
41351              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
41352              
41353              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
41354              Subject: [PATCH perl@8133] fix-up for VMS extensions
41355              
41356              In VMS embedded perls couldn't access the statically built Socket.
41357              
41358              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
41359              
41360              Further VMS piping fixes from Charles Lane.
41361              
41362              Subject:  [PATCH] make t/op/misc.t work on VMS
41363              
41364              Add tracing for debugging extensions builds in VMS.
41365              
41366              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
41367      Branch: maint-5.6/perl
41368           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
41369           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
41370           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
41371 ____________________________________________________________________________
41372 [  8635] By: jhi                                   on 2001/01/31  01:46:41
41373         Log: Integrate change #7732 from mainline.
41374              
41375              Sparc 64-bit pack() fix from Jens Hamisch.
41376      Branch: maint-5.6/perl
41377           !> pp.c
41378 ____________________________________________________________________________
41379 [  8634] By: jhi                                   on 2001/01/31  01:41:16
41380         Log: One spot missing from #8626.
41381      Branch: maint-5.6/perl
41382            ! sv.c
41383 ____________________________________________________________________________
41384 [  8633] By: jhi                                   on 2001/01/31  00:49:17
41385         Log: Integrate change #7495 from mainline.
41386              
41387              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
41388      Branch: maint-5.6/perl
41389           !> MANIFEST ext/re/Makefile.PL
41390 ____________________________________________________________________________
41391 [  8632] By: jhi                                   on 2001/01/30  23:38:49
41392         Log: Integrate change #8396 from mainline.
41393              
41394              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
41395              better multicast support (resend)
41396      Branch: maint-5.6/perl
41397           !> ext/Socket/Socket.pm
41398 ____________________________________________________________________________
41399 [  8631] By: jhi                                   on 2001/01/30  23:28:03
41400         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
41401              
41402              More AIX lore. (7514, ext/re/hints/aix.pl)
41403              
41404              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
41405              
41406              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)
41407              
41408              Subject: [ID 20001214.002] Net::Ping patch
41409              
41410              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
41411              
41412              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
41413              
41414              Add ReuseAddr as a (preferred) alias for Reuse as we now
41415              also have ReusePort.
41416              
41417              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
41418      Branch: maint-5.6/perl
41419           +> ext/re/hints/aix.pl
41420           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
41421           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
41422 ____________________________________________________________________________
41423 [  8630] By: jhi                                   on 2001/01/30  23:03:59
41424         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
41425              
41426              read() documentation tweak for 20001121.004.
41427              
41428              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
41429      Branch: maint-5.6/perl
41430           !> pod/perlfunc.pod pod/perlre.pod
41431 ____________________________________________________________________________
41432 [  8629] By: jhi                                   on 2001/01/30  22:41:57
41433         Log: Integrate change #8098 from mainline.
41434              
41435              fastgetcwd is defined using a glob alias on a $^O dependent basis
41436              and there was no default assignment or perl subroutine.
41437      Branch: maint-5.6/perl
41438           !> lib/Cwd.pm
41439 ____________________________________________________________________________
41440 [  8628] By: jhi                                   on 2001/01/30  21:58:52
41441         Log: Integrate change #7866 from mainline.
41442              
41443              File::Temp 0.11.
41444      Branch: maint-5.6/perl
41445           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
41446 ____________________________________________________________________________
41447 [  8627] By: jhi                                   on 2001/01/30  21:39:44
41448         Log: Integrate changes #8075,8086,8228 from mainline.  
41449              
41450              Darwin is not Windows. (8075,8086)
41451              
41452              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
41453      Branch: maint-5.6/perl
41454           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
41455           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
41456           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
41457           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
41458 ____________________________________________________________________________
41459 [  8626] By: jhi                                   on 2001/01/30  21:22:11
41460         Log: Integrate with tweakery the change #8625 from mainline,
41461              the multibyte decimal separator fix ("fa_IR locale failure").
41462      Branch: maint-5.6/perl
41463            ! embedvar.h perlapi.h
41464           !> intrpvar.h perl.c perl.h sv.c util.c
41465 ____________________________________________________________________________
41466 [  8625] By: jhi                                   on 2001/01/30  20:26:33
41467         Log: Fix for the fa_IR locale failure.  The reason for the failure
41468              was that Perl was assuming the decimal separator aka the radix
41469              separator is one character.  The Farsi-Iranian locale crushed
41470              that bad assumption since there the separator is 'Momayyez',
41471              glyphwise looking somewhat like a slash, and in Unicode UTF-8
41472              encoded in two bytes, 0xd9 0xab.
41473      Branch: perl
41474            ! intrpvar.h perl.c perl.h sv.c util.c
41475 ____________________________________________________________________________
41476 [  8624] By: gsar                                  on 2001/01/30  20:17:03
41477         Log: regen_headers
41478      Branch: maint-5.6/perl
41479            ! Makefile.SH pod/perlintern.pod
41480 ____________________________________________________________________________
41481 [  8623] By: gsar                                  on 2001/01/30  19:42:34
41482         Log: backout change#7431 and its dependents (causes spurious rebuilds
41483              of autogenerated files)
41484              
41485              fix benign b.t failure
41486      Branch: maint-5.6/perl
41487            ! Makefile.SH t/lib/b.t
41488 ____________________________________________________________________________
41489 [  8622] By: jhi                                   on 2001/01/30  19:41:41
41490         Log: Microperl sync.
41491      Branch: perl
41492            ! mg.c perl.h
41493 ____________________________________________________________________________
41494 [  8621] By: gsar                                  on 2001/01/30  19:24:47
41495         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
41496              from mainline
41497              
41498              Subject: podlators 1.06 released
41499              
41500              Subject: [PATCH @8436] Eliminate op_children
41501              
41502              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
41503              
41504              (Replaced by #8448)  More op_children traces (cleanup of #8442).
41505              
41506              Subject: [PATCH #3 @8436] Re: Eliminate op_children
41507              Replace #8444 and #8445.
41508              
41509              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
41510              at the setting of the ofs_sv in new_struct_thread() as the
41511              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
41512              uninitialized fields are, uh, initialized with),
41513              SvREFCNT_inc()ing that invited a core dump.
41514              
41515              podlators 1.07, from Russ Allbery.
41516              
41517              Subject: [PATCH] regcomp.c old feature removal
41518              From: mjd@plover.com
41519              Date: 16 Jan 2001 14:43:18 -0000 
41520              Message-ID: <20010116144318.7140.qmail@plover.com> 
41521      Branch: maint-5.6/perl
41522           +> lib/Pod/Text/Overstrike.pm
41523           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
41524           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
41525           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
41526           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
41527           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
41528           !> util.c
41529 ____________________________________________________________________________
41530 [  8620] By: gsar                                  on 2001/01/30  18:48:32
41531         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
41532              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
41533              now fails one test)
41534              
41535              Subject: [PATCH] lvalue AUTOLOAD. No, really.
41536              
41537              Subject: [PATCH] Interesting syntax idea
41538              Make opens + bareword assigns do typeglob assigns.
41539              
41540              Tests for #8254.
41541              
41542              Subject: [PATCH @8269] Continue blocks and B::Deparse
41543              Make the peephole optimizer to bypass more null ops and
41544              and rewrite the deparse handling of continue blocks.
41545              
41546              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
41547              Doc tweak on #8313.
41548              
41549              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
41550              
41551              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
41552              
41553              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
41554              
41555              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
41556              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
41557              according to the platform.
41558              
41559              Subject: [PATCH @8404] Consolidated lvalue sub changes
41560              
41561              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
41562              
41563              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
41564              
41565              Subject: B::Concise -- an improved replacement for B::Terse 
41566              
41567              The B::Terse drop-in replacement wasn't quite drop-in.
41568              
41569              The LVRET macro needed an aTHX.
41570              
41571              Use the /^Perl_/-less form of is_lvalue_sub().
41572              
41573              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
41574      Branch: maint-5.6/perl
41575           +> ext/B/B/Concise.pm
41576           !> (integrate 27 files)
41577 ____________________________________________________________________________
41578 [  8619] By: nick                                  on 2001/01/30  18:40:28
41579         Log: Integrate mainline
41580      Branch: perlio
41581           !> (integrate 40 files)
41582 ____________________________________________________________________________
41583 [  8618] By: jhi                                   on 2001/01/30  18:37:18
41584         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
41585              Date: Mon, 29 Jan 2001 22:51:29 -0600
41586              From: "Craig A. Berry" <craigberry@mac.com>
41587              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
41588      Branch: perl
41589            ! vms/test.com
41590 ____________________________________________________________________________
41591 [  8617] By: jhi                                   on 2001/01/30  18:34:53
41592         Log: Subject: [PATCH] Add missing CV flags to dump.c
41593              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41594              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
41595              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
41596      Branch: perl
41597            ! dump.c
41598 ____________________________________________________________________________
41599 [  8616] By: jhi                                   on 2001/01/30  18:20:58
41600         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
41601              part isn't applicable to maintperl.
41602              
41603              UTF-8 nit from Inaba Hiroto.
41604      Branch: maint-5.6/perl
41605           !> pod/perlapi.pod utf8.c
41606 ____________________________________________________________________________
41607 [  8615] By: jhi                                   on 2001/01/30  18:18:51
41608         Log: UTF-8 nit from Inaba Hiroto.
41609      Branch: perl
41610            ! pod/perlapi.pod t/op/each.t utf8.c
41611 ____________________________________________________________________________
41612 [  8614] By: jhi                                   on 2001/01/30  18:13:38
41613         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
41614              
41615              perl's internal variables are not for public consumption,
41616              move their docs from perlapi.pod to perlintern.pod
41617              
41618              support for -Dusethreads build under HP-UX 10.20 and DCE threads
41619              library (11.0 and later have pthreads but 10.x don't)
41620              
41621              avoid uninitialized value warnings
41622              
41623              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
41624              gets weird results)
41625              
41626              perldoc nit on windows
41627              
41628              make it possible to run the tests outside the source tree
41629              (there's still a dependency on ../lib being the library
41630              location)
41631      Branch: perl
41632           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
41633           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
41634           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
41635           !> win32/bin/search.pl win32/vdir.h
41636 ____________________________________________________________________________
41637 [  8613] By: gsar                                  on 2001/01/30  16:39:59
41638         Log: make it possible to run the tests outside the source tree
41639              (there's still a dependency on ../lib being the library
41640              location)
41641      Branch: maint-5.6/perl
41642            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
41643 ____________________________________________________________________________
41644 [  8612] By: gsar                                  on 2001/01/30  16:31:12
41645         Log: perldoc nit on windows
41646      Branch: maint-5.6/perl
41647            ! utils/perldoc.PL
41648 ____________________________________________________________________________
41649 [  8611] By: gsar                                  on 2001/01/30  16:22:54
41650         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
41651              gets weird results)
41652      Branch: maint-5.6/perl
41653            ! win32/vdir.h
41654 ____________________________________________________________________________
41655 [  8610] By: gsar                                  on 2001/01/30  16:12:45
41656         Log: avoid uninitialized value warnings
41657      Branch: maint-5.6/perl
41658            ! win32/bin/search.pl
41659 ____________________________________________________________________________
41660 [  8609] By: gsar                                  on 2001/01/30  16:08:01
41661         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
41662              library (11.0 and later have pthreads but 10.x don't)
41663      Branch: maint-5.6/perl
41664            ! hints/hpux.sh thread.h
41665 ____________________________________________________________________________
41666 [  8608] By: gsar                                  on 2001/01/30  15:48:55
41667         Log: perl's internal variables are not for public consumption,
41668              move their docs from perlapi.pod to perlintern.pod
41669      Branch: maint-5.6/perl
41670            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
41671            ! thrdvar.h
41672 ____________________________________________________________________________
41673 [  8607] By: gsar                                  on 2001/01/30  15:44:27
41674         Log: mistakenly branched perl56delta.pod, revert
41675      Branch: maint-5.6/perl
41676            - pod/perl56delta.pod
41677           !> pod/perldelta.pod
41678 ____________________________________________________________________________
41679 [  8606] By: gsar                                  on 2001/01/30  14:20:24
41680         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
41681              dTHR which has been a noop for a while now, except for the
41682              compatibility definition in thread.h)
41683      Branch: maint-5.6/perl
41684           !> (integrate 45 files)
41685 ____________________________________________________________________________
41686 [  8605] By: jhi                                   on 2001/01/30  05:43:58
41687         Log: Mark the UTF-8 APIs as experimental.
41688      Branch: maint-5.6/perl
41689            ! embed.pl pod/perlapi.pod
41690 ____________________________________________________________________________
41691 [  8604] By: jhi                                   on 2001/01/30  05:38:40
41692         Log: Nits from earlier integrates.
41693      Branch: maint-5.6/perl
41694            ! lib/Carp/Heavy.pm
41695           !> sv.c
41696 ____________________________________________________________________________
41697 [  8603] By: jhi                                   on 2001/01/30  05:27:26
41698         Log: Regenerate Porting files.
41699      Branch: maint-5.6/perl
41700            ! Porting/Glossary Porting/config.sh Porting/config_H
41701 ____________________________________________________________________________
41702 [  8602] By: jhi                                   on 2001/01/30  05:14:59
41703         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
41704              8310,8339,8447,8492,8493,8505,8525: documentation changes.
41705              
41706              Subject: Re: perlfaq style changes
41707              
41708              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
41709              
41710              Subject: [PATCH] docs on NaN
41711              
41712              Subject: [patch] perlfaq7
41713              
41714              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
41715              
41716              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
41717              
41718              Subject: [PATCH] open() example in perlfunc.pod
41719              
41720              Podify README.mpeix (a new version from the web)
41721              
41722              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
41723              
41724              Subject: [PATCH] format and rewording in perlfaq.pod
41725              
41726              Subject: [PATCH] API Variable documentation   
41727              
41728              Memory management calls documentation.
41729              
41730              Subject: [PATCH: perl@8482] README.vms URL updates
41731              
41732              Subject: Minor typos in perlfaq2.pod
41733              
41734              Subject: [PATCH] pod/perlvar.pod
41735      Branch: maint-5.6/perl
41736           +> pod/perl56delta.pod
41737            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
41738           !> README.amiga README.epoc README.mpeix README.vms
41739           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
41740           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
41741           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
41742           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
41743           !> pod/perlvar.pod thrdvar.h
41744 ____________________________________________________________________________
41745 [  8601] By: jhi                                   on 2001/01/30  04:38:35
41746         Log: Integrate changes #8036,8096,8253 from mainline:
41747              hints changes.
41748              
41749              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
41750              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
41751              
41752              Output the (apparent) version of gcc in Tru64.
41753      Branch: maint-5.6/perl
41754           +> ext/POSIX/hints/svr4.pl
41755           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
41756           !> hints/svr4.sh t/lib/bigfltpm.t
41757 ____________________________________________________________________________
41758 [  8600] By: jhi                                   on 2001/01/30  04:04:01
41759         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
41760              locale fixes.
41761              
41762              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
41763              
41764              Debian allows /usr/bin/locale to exist without any locales. (7868)
41765              
41766              Allow the locale test needing POSIX and the taint test
41767              needing IPC::SysV to run under 'minitest' (basically,
41768              bail out if loading the extension fails). (8384)
41769              
41770              Cleanup the locale.t output  (8480)
41771      Branch: maint-5.6/perl
41772           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
41773           !> t/pragma/locale.t
41774 ____________________________________________________________________________
41775 [  8599] By: jhi                                   on 2001/01/30  03:51:04
41776         Log: Missing generated files from #8598.
41777      Branch: maint-5.6/perl
41778            ! embed.h global.sym objXSUB.h perlapi.c proto.h
41779 ____________________________________________________________________________
41780 [  8598] By: jhi                                   on 2001/01/30  03:41:54
41781         Log: Integrate change #8555 from mainline, manually integrate parts
41782              of changes 8452 and 8583.
41783              
41784              Subject: [PATCH] utf8.c documentation (8452)
41785              
41786              No point in checking the length if the pointer is bogus. (8555)
41787              
41788              Introduce bytes_from_utf8() and implement sv_eq() using it,
41789              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
41790              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
41791              was malformed. (8583)
41792      Branch: maint-5.6/perl
41793            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
41794           !> pod/perlapi.pod sv.c utf8.c
41795 ____________________________________________________________________________
41796 [  8597] By: gsar                                  on 2001/01/30  02:37:26
41797         Log: get PERL_OBJECT build going again on windows
41798      Branch: maint-5.6/perl
41799            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
41800            ! pod/perlapi.pod proto.h sv.c
41801 ____________________________________________________________________________
41802 [  8596] By: jhi                                   on 2001/01/30  02:16:17
41803         Log: Signedness nit.
41804      Branch: perl
41805            ! sv.c
41806 ____________________________________________________________________________
41807 [  8595] By: jhi                                   on 2001/01/30  02:11:07
41808         Log: EBCDIC patch for Storable, from Peter Prymmer.
41809      Branch: perl
41810            ! t/lib/st-06compat.t
41811 ____________________________________________________________________________
41812 [  8594] By: jhi                                   on 2001/01/30  01:04:48
41813         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
41814              From: Peter Prymmer <pvhp@forte.com>
41815              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
41816              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
41817      Branch: perl
41818            ! t/lib/b.t
41819 ____________________________________________________________________________
41820 [  8593] By: jhi                                   on 2001/01/30  00:56:47
41821         Log: Subject: [PATCH: perl@8585] pod problems in io
41822              From: Peter Prymmer <pvhp@forte.com>
41823              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
41824              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
41825      Branch: perl
41826            ! pod/perlapio.pod pod/perliol.pod
41827 ____________________________________________________________________________
41828 [  8592] By: jhi                                   on 2001/01/30  00:48:20
41829         Log: Integrate perlio.
41830      Branch: perl
41831           !> pod/perlapio.pod pod/perliol.pod
41832 ____________________________________________________________________________
41833 [  8591] By: nick                                  on 2001/01/29  22:02:28
41834         Log: GNU 'merge' Simon's copy of perliol.pod with version
41835              patched by Craig's patch.
41836      Branch: perlio
41837            ! pod/perliol.pod
41838 ____________________________________________________________________________
41839 [  8590] By: nick                                  on 2001/01/29  21:55:10
41840         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
41841      Branch: perlio
41842            ! pod/perlapio.pod pod/perliol.pod
41843 ____________________________________________________________________________
41844 [  8589] By: jhi                                   on 2001/01/29  15:35:33
41845         Log: Integrate change #8586 from maint-5.6/perl.
41846              
41847              make the BOM detection code not call tell() until it has to
41848              (meant to fix esoteric compatibility issues where PL_rsfp
41849              is overridden)
41850      Branch: perl
41851           !> toke.c
41852 ____________________________________________________________________________
41853 [  8588] By: jhi                                   on 2001/01/29  15:29:11
41854         Log: Subject: MAking Solaris malloc() the default
41855              From: Lupe Christoph <lupe@lupe-christoph.de>
41856              Date: Mon, 29 Jan 2001 12:59:36 +0100
41857              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
41858              
41859              The README.solaris part slightly tweaked.
41860      Branch: perl
41861            ! README.solaris hints/solaris_2.sh
41862 ____________________________________________________________________________
41863 [  8587] By: jhi                                   on 2001/01/29  15:17:34
41864         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
41865              From: root@ak-75.mind.de
41866              Date: Sun, 28 Jan 2001 20:32:29 +0100
41867              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
41868      Branch: perl
41869            ! pod/perlre.pod
41870 ____________________________________________________________________________
41871 [  8586] By: gsar                                  on 2001/01/29  13:43:44
41872         Log: make the BOM detection code not call tell() until it has to
41873              (meant to fix esoteric compatibility issues where PL_rsfp
41874              is overridden)
41875      Branch: maint-5.6/perl
41876            ! toke.c
41877 ____________________________________________________________________________
41878 [  8585] By: jhi                                   on 2001/01/28  20:05:45
41879         Log: Update Changes.
41880      Branch: perl
41881            ! Changes patchlevel.h
41882 ____________________________________________________________________________
41883 [  8584] By: jhi                                   on 2001/01/28  19:30:02
41884         Log: Integrate perlio.
41885      Branch: perl
41886           +> pod/perliol.pod
41887           !> MANIFEST pod/perlapio.pod
41888 ____________________________________________________________________________
41889 [  8583] By: jhi                                   on 2001/01/28  19:28:40
41890         Log: Patch from Inaba Hiroto:
41891              - canonical UTF-8 hash keys: if a key string for a hash is
41892              UTF8-on, try downgrade the string and use it if
41893              unicode::distinct is not in effect.
41894              For the task, I added a function bytes_from_utf8() to utf8.c.
41895              It might resemble utf8_to_bytes() but it is not convenient
41896              to the task.
41897              Made a test for it and added to t/op/each.t
41898              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
41899              the mortal copy of the argument SV.
41900              And changed t/io/utf8.t test 18 which expects print() to
41901              upgrade its argument.
41902              - re-implement sv_eq with bytes_from_utf8()
41903              - some bug fixes
41904              - tr/// does not handle UTF8 range (\x{}-\x{})
41905              - \ before raw UTF8 character produced
41906              "Malformed UTF-8 character" warning.
41907              - "\x{100}\N{CENT SIGN}" is Malformed.
41908              Added tests for these 3.
41909              - and one silly bug (by me) with qu operator.
41910      Branch: perl
41911            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
41912            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
41913            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
41914 ____________________________________________________________________________
41915 [  8582] By: nick                                  on 2001/01/28  19:25:04
41916         Log: Add pod/perliol.pod to MANIFEST :-(
41917      Branch: perlio
41918            ! MANIFEST
41919 ____________________________________________________________________________
41920 [  8581] By: nick                                  on 2001/01/28  19:22:40
41921         Log: PerlIO documentation. Proofing and sub-editing requested.
41922      Branch: perlio
41923            + pod/perliol.pod
41924            ! pod/perlapio.pod
41925 ____________________________________________________________________________
41926 [  8580] By: jhi                                   on 2001/01/28  05:16:25
41927         Log: Revert the change to sv_2pv() done by #8054: Someone who
41928              did SvNV_set() on a scalar that also happened to be POK,
41929              followed by sv_2pv() won't get the right coercion anymore.
41930              [Sarathy]
41931      Branch: maint-5.6/perl
41932            ! sv.c
41933 ____________________________________________________________________________
41934 [  8579] By: jhi                                   on 2001/01/28  05:15:04
41935         Log: Remove the #8084 effect: do not allow -Q to be interpreted
41936              as -&Q(), this is too much wiggle room.
41937      Branch: maint-5.6/perl
41938            ! toke.c
41939 ____________________________________________________________________________
41940 [  8578] By: jhi                                   on 2001/01/28  05:12:45
41941         Log: Needed bits of #8439 (should have been in #8576),
41942              mainly for lval substr().
41943      Branch: maint-5.6/perl
41944            ! mg.c pp.c pp_hot.c
41945 ____________________________________________________________________________
41946 [  8577] By: jhi                                   on 2001/01/28  05:02:46
41947         Log: A missing check-in.
41948      Branch: maint-5.6/perl
41949            ! utf8.c
41950 ____________________________________________________________________________
41951 [  8576] By: jhi                                   on 2001/01/28  04:26:18
41952         Log: Integrate changes #8425,8436,8439,8517 from mainline.
41953              The 8439 was not truly integrated because it had too many
41954              dependencies on the development branch and because it introduced
41955              concepts too bold for a maintenance branch (such as the qu operator).
41956              
41957              Subject: [PATCH perl@8342] -Wformat
41958              
41959              Tighten some of the UTF-8 tests a bit.
41960              
41961              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
41962              - The substr lval was still not okay.
41963              - Now pp_stringify and sv_setsv copies source's UTF8 flag
41964              even if IN_BYTE.  pp_stringify is called from fold_constants
41965              at optimization phase and "\x{100}" was made SvUTF8_off under
41966              use bytes (the bytes pragma is for "byte semantics" and not
41967              for "do not produce UTF8 data")
41968      Branch: maint-5.6/perl
41969            ! t/lib/charnames.t t/op/substr.t toke.c
41970           !> sv.c t/pragma/utf8.t
41971 ____________________________________________________________________________
41972 [  8575] By: jhi                                   on 2001/01/28  04:01:51
41973         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
41974              
41975              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
41976              
41977              Subject: [ID 20001230.003] UTF-8 tr still hurts
41978              
41979              Test cases for #8385 (from Simon's "torture.pl")
41980              
41981              Start fixing UTF-8 lval substr() (8405)
41982      Branch: maint-5.6/perl
41983           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
41984           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
41985 ____________________________________________________________________________
41986 [  8574] By: jhi                                   on 2001/01/28  03:09:06
41987         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
41988              from mainline.
41989              
41990              UTF-8 cleanup.
41991              
41992              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
41993              
41994              "\x{FF}\xFF" was broken.
41995              
41996              Tests for #8329 and #8330.
41997              
41998              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
41999              
42000              IRIX compiler noticed that the bof initialization might be
42001              bypassed by control flow.
42002              
42003              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
42004      Branch: maint-5.6/perl
42005           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
42006           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
42007 ____________________________________________________________________________
42008 [  8573] By: jhi                                   on 2001/01/28  02:06:12
42009         Log: Retract #8552.
42010      Branch: perl
42011            ! lib/Text/Wrap.pm t/lib/textwrap.t
42012 ____________________________________________________________________________
42013 [  8572] By: jhi                                   on 2001/01/28  02:04:49
42014         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
42015              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
42016              not really integrated but instead salvaged by hand
42017              (they had too many dependencies on the development release
42018              to be cleanly integratable).
42019              
42020              Subject: more UTF8 test suites and an UTF8 patch
42021              
42022              Tweak for MULTIPLICITY/USE_PERLIO
42023              
42024              Signedness nit.
42025              
42026              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
42027              
42028              Use the UTF8_XXX macros in is_utf8_char().
42029              
42030              Rewrite pp_concat() in terms of sv_catsv().  The . operator
42031              should now be UTF-8-proof.
42032              
42033              Subject: [PATCH perl@8269] scanning two hex-constants
42034              fails on EBCDIC environment (script length.t)
42035              
42036              Add some Unicode chop() tests.
42037      Branch: maint-5.6/perl
42038            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
42039           !> sv.c t/op/chop.t utf8.h
42040 ____________________________________________________________________________
42041 [  8571] By: jhi                                   on 2001/01/28  00:35:59
42042         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
42043              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
42044              
42045              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
42046              
42047              The maxiters upper limit sanity check (guarding against
42048              non-progress) assumed bytes instead of characters in s///
42049              and split().
42050              
42051              Signedness nit.
42052              
42053              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
42054              join() should now be UTF-8-proof.
42055              
42056              More split // UTF-8 tests. (8250)
42057      Branch: maint-5.6/perl
42058           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
42059           !> util.c
42060 ____________________________________________________________________________
42061 [  8570] By: jhi                                   on 2001/01/27  22:15:46
42062         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
42063              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
42064              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
42065              8084,8204,8244,8333 from mainline.
42066              
42067              For -Q where Q might be a one-letter sub name one does no more
42068              get a warning about an unknown filetest (7941,7943,7944,8084).
42069              
42070              Subject: Re: [ID 20001130.011] expression parsing bug ?
42071              
42072              Make uv_to_utf8() to zero-terminate its output buffer.
42073              
42074              Split off t/op/length.t (7995)
42075              
42076              Split off t/op/utf8decode.t (7996)
42077              
42078              Remove an unnecessary 'use utf8' from the utf8.t (7998)
42079              
42080              Split off t/op/concat.t (8004)
42081              
42082              Split off t/op/ver.t (8005)
42083              
42084              Document utf8_length(), utf8_distance(), and utf8_hop().
42085              
42086              Document utf8_to_uv() better.
42087              
42088              Introduce macros for UTF8 decoding (8028,8033).
42089              
42090              Add test for reverse() (8030,8031).
42091              
42092              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
42093              
42094              Do not return the Unicode replacement character    on UTF-8
42095              decoding failure.
42096              
42097              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
42098              not this_utf8 i.e. the output string has one, but don't mess
42099              with source assumption. (8052,8053)
42100              
42101              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
42102              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
42103              was not expecting to be called with something that was already
42104              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
42105              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
42106              (8054)
42107              
42108              Recode the naughty binary bytes in utf8decode.t using the \xHH.
42109              
42110              Make some panic messages a bit more logical.
42111      Branch: maint-5.6/perl
42112           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
42113           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
42114           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
42115           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
42116           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
42117           !> utf8.c utf8.h
42118 ____________________________________________________________________________
42119 [  8569] By: jhi                                   on 2001/01/27  19:16:43
42120         Log: Integrate changes #7750 from perlio and #8566 from mainline.
42121      Branch: maint-5.6/perl
42122           !> regexec.c sv.c
42123 ____________________________________________________________________________
42124 [  8568] By: jhi                                   on 2001/01/27  18:06:51
42125         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
42126              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
42127              7935[-perlio.c],7936,7959,7965 from mainline.
42128              
42129              Change the "big byte" error message to "Wide character".
42130              (7355, the croak-if-wide-chars-in-print part ignored)
42131              
42132              Use UINT64_C().
42133              
42134              Introduce Perl_utf8_length().
42135              
42136              diff -se shows these as different (7753, forgotten check-ins)
42137              
42138              Subject: [PATCH] doop.c - UTF8 tr///
42139              
42140              If we use (aTHX_ ...) then put Perl_ on the front.
42141              
42142              Make utf8_length() and utf8_distance() to be less forgiving
42143              about bad UTF-8.
42144              
42145              Test line numbers are different with utf8.
42146              
42147              No need to scan till infinity, 13 is enough. (7872,7911)
42148              
42149              Subject: [PATCH] Tokeniser debugging
42150              
42151              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
42152              
42153              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
42154              
42155              Be more careful in Perl_sv_utf8_downgrade().
42156              
42157              Use DO_UTF8().
42158              
42159              Raw zero bytes in text files confuse at least GNU patch 2.1.
42160      Branch: maint-5.6/perl
42161           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
42162           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
42163           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
42164           !> t/pragma/utf8.t toke.c utf8.c utf8.h
42165 ____________________________________________________________________________
42166 [  8567] By: nick                                  on 2001/01/27  11:10:38
42167         Log: Integrate mainline
42168      Branch: perlio
42169           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
42170           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
42171           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
42172           !> toke.c
42173 ____________________________________________________________________________
42174 [  8566] By: jhi                                   on 2001/01/27  06:22:48
42175         Log: More documentation for the regexp context stack.
42176      Branch: perl
42177            ! regexec.c
42178 ____________________________________________________________________________
42179 [  8565] By: jhi                                   on 2001/01/27  05:21:57
42180         Log: Update Changes.
42181      Branch: perl
42182            ! Changes patchlevel.h
42183 ____________________________________________________________________________
42184 [  8564] By: jhi                                   on 2001/01/27  04:44:04
42185         Log: Threadedness patch for #8562 from Doug MacEachern.
42186      Branch: perl
42187            ! toke.c
42188 ____________________________________________________________________________
42189 [  8563] By: jhi                                   on 2001/01/27  04:26:24
42190         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
42191              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42192              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
42193              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
42194      Branch: perl
42195            ! op.c
42196 ____________________________________________________________________________
42197 [  8562] By: jhi                                   on 2001/01/27  04:20:30
42198         Log: Subject: Re: Announce : Tokener reporting patch
42199              From: Simon Cozens <simon@cozens.net>
42200              Date: Mon, 22 Jan 2001 02:17:22 +0000
42201              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
42202      Branch: perl
42203            ! embed.h embed.pl proto.h toke.c
42204 ____________________________________________________________________________
42205 [  8561] By: jhi                                   on 2001/01/27  04:17:24
42206         Log: Forgot from #8545.  Oops.
42207      Branch: perl
42208            ! pp.c t/pragma/overload.t
42209 ____________________________________________________________________________
42210 [  8560] By: jhi                                   on 2001/01/27  03:01:47
42211         Log: A better module compilation test, use MANIFEST as suggested
42212              by Spider.
42213      Branch: perl
42214            ! t/lib/1_compile.t
42215 ____________________________________________________________________________
42216 [  8559] By: jhi                                   on 2001/01/27  02:50:48
42217         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
42218              From: Peter Prymmer <pvhp@forte.com>
42219              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
42220              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
42221      Branch: perl
42222            ! t/lib/b.t
42223 ____________________________________________________________________________
42224 [  8558] By: jhi                                   on 2001/01/27  02:27:05
42225         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
42226              From: Peter Prymmer <pvhp@forte.com>
42227              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
42228              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
42229      Branch: perl
42230            ! t/pragma/sub_lval.t
42231 ____________________________________________________________________________
42232 [  8557] By: jhi                                   on 2001/01/27  02:26:03
42233         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
42234              From: Peter Prymmer <pvhp@forte.com>
42235              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
42236              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
42237      Branch: perl
42238            ! t/lib/st-06compat.t
42239 ____________________________________________________________________________
42240 [  8556] By: jhi                                   on 2001/01/27  02:24:33
42241         Log: Subject: [PATCH: perl@8531] minor update to README.os390
42242              From: Peter Prymmer <pvhp@forte.com>
42243              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
42244              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
42245      Branch: perl
42246            ! README.os390
42247 ____________________________________________________________________________
42248 [  8555] By: jhi                                   on 2001/01/27  00:35:47
42249         Log: No point in checking the length before we know whether the pointer
42250              is bogus or not, fixes Abigail's odbm failures in Linux.
42251      Branch: perl
42252            ! sv.c
42253 ____________________________________________________________________________
42254 [  8554] By: nick                                  on 2001/01/26  19:01:31
42255         Log: Integrate mainline
42256      Branch: perlio
42257           !> lib/Text/Wrap.pm t/lib/textwrap.t
42258 ____________________________________________________________________________
42259 [  8553] By: jhi                                   on 2001/01/26  15:19:39
42260         Log: Integrate change #7792 from perlio (multiplicity fix),
42261              fix the AV leak in regex DEBUGGING (tiny part of the
42262              polymorphic regexp patch #8143).
42263      Branch: maint-5.6/perl
42264            ! regcomp.c
42265           !> scope.h
42266 ____________________________________________________________________________
42267 [  8552] By: jhi                                   on 2001/01/26  15:03:23
42268         Log: (Retracted by #8573)
42269              
42270              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
42271              From: Michael G Schwern <schwern@pobox.com>
42272              Date: Fri, 26 Jan 2001 09:28:31 -0500
42273              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
42274      Branch: perl
42275            ! lib/Text/Wrap.pm t/lib/textwrap.t
42276 ____________________________________________________________________________
42277 [  8551] By: jhi                                   on 2001/01/26  02:33:19
42278         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
42279              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
42280              
42281              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
42282              
42283              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
42284              
42285              Message nit.
42286              
42287              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
42288              
42289              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
42290              
42291              (the cleanup of unused submatches in regtry() and regcppop())
42292              
42293              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
42294              stored and restored, and thusly was trounced by the utf8 swash
42295              routines.
42296              
42297              use utf8 not required to use \x{}.
42298              
42299              Removed two more tests that make no sense in UTF-8 since the test
42300              data is not in UTF-8.
42301              
42302              Get the three different space character classes right under utf8.
42303              
42304              Implement ANYOFUTF8 regprop() dumping.
42305              
42306              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
42307              
42308              Document the regex context pushing/popping a bit better.
42309      Branch: maint-5.6/perl
42310           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
42311           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
42312           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
42313           !> t/op/regmesg.t utf8.c
42314 ____________________________________________________________________________
42315 [  8550] By: nick                                  on 2001/01/25  19:42:30
42316         Log: Integrate mainline
42317      Branch: perlio
42318           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
42319           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
42320           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
42321           !> t/lib/bigint.t t/lib/bigintpm.t
42322 ____________________________________________________________________________
42323 [  8549] By: jhi                                   on 2001/01/25  15:22:28
42324         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
42325      Branch: maint-5.6/perl
42326            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
42327 ____________________________________________________________________________
42328 [  8548] By: jhi                                   on 2001/01/25  15:02:55
42329         Log: Integrate changes #7997,8063,8492,8547 from mainline.
42330              
42331              Subject: Re: STRLEN - what?
42332              
42333              Subject: [PATCH] perlguts.pod
42334              
42335              Memory management calls documentation.
42336              
42337              Layout using tabulator is not a good idea in a pod.
42338      Branch: maint-5.6/perl
42339           !> pod/perlguts.pod
42340 ____________________________________________________________________________
42341 [  8547] By: jhi                                   on 2001/01/25  14:49:05
42342         Log: Layout using tabulator is not a good idea in a pod.
42343      Branch: perl
42344            ! pod/perlguts.pod
42345 ____________________________________________________________________________
42346 [  8546] By: jhi                                   on 2001/01/25  14:31:12
42347         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
42348              from mainline.
42349              
42350              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
42351              
42352              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
42353              
42354              More Win32 editor/IDE/shell hints.
42355              
42356              More Win32 Perling.
42357              
42358              Yet another editor edit.
42359              
42360              Edit edit edit.
42361              
42362              IDE/editor section tweaking.
42363              
42364              Few more IDE/editor nits from p5p.
42365      Branch: maint-5.6/perl
42366           !> pod/perlfaq3.pod
42367 ____________________________________________________________________________
42368 [  8545] By: jhi                                   on 2001/01/25  04:16:32
42369         Log: Subject: [PATCH 5.7.0] overload int()
42370              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42371              Date: Wed, 24 Jan 2001 19:06:57 -0500
42372              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
42373      Branch: perl
42374            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
42375            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
42376            ! t/lib/bigintpm.t
42377 ____________________________________________________________________________
42378 [  8544] By: jhi                                   on 2001/01/25  04:15:11
42379         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
42380              From: Peter Prymmer <pvhp@forte.com>
42381              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
42382              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
42383      Branch: perl
42384            ! Makefile.SH README.os390 hints/os390.sh installperl
42385 ____________________________________________________________________________
42386 [  8543] By: jhi                                   on 2001/01/25  03:52:08
42387         Log: Integrate change #8462,8469 from mainline.
42388              
42389              In VMS Perl subversion (perl -V) is undef.
42390      Branch: maint-5.6/perl
42391           !> configure.com
42392 ____________________________________________________________________________
42393 [  8542] By: jhi                                   on 2001/01/25  03:44:55
42394         Log: Integrate changes #7835,7850,8315,8316 from mainline.
42395              
42396              Solaris hints.
42397      Branch: maint-5.6/perl
42398           !> hints/solaris_2.sh
42399 ____________________________________________________________________________
42400 [  8541] By: jhi                                   on 2001/01/25  03:39:28
42401         Log: Integrate #8336 from mainline.
42402      Branch: maint-5.6/perl
42403           !> hv.c
42404 ____________________________________________________________________________
42405 [  8540] By: jhi                                   on 2001/01/25  03:23:50
42406         Log: Retract #8539.
42407      Branch: maint-5.6/perl
42408            ! pod/perlfaq3.pod
42409 ____________________________________________________________________________
42410 [  8539] By: jhi                                   on 2001/01/25  03:21:55
42411         Log: (Retracted by #8540.)
42412      Branch: maint-5.6/perl
42413            ! pod/perlfaq3.pod
42414 ____________________________________________________________________________
42415 [  8538] By: jhi                                   on 2001/01/25  03:14:07
42416         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
42417              From: Peter Prymmer <pvhp@forte.com>
42418              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
42419              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
42420              
42421              The VMS bits.
42422      Branch: maint-5.6/perl
42423            ! configure.com vms/descrip_mms.template
42424 ____________________________________________________________________________
42425 [  8537] By: jhi                                   on 2001/01/25  03:06:09
42426         Log: Integrate #7710,7824,7973 from mainline.
42427      Branch: maint-5.6/perl
42428           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42429           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
42430           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
42431           !> vos/config.ga.def vos/config.ga.h win32/config.bc
42432           !> win32/config.gc win32/config.vc
42433 ____________________________________________________________________________
42434 [  8536] By: jhi                                   on 2001/01/24  13:50:20
42435         Log: Revert the edits made by me so far to the 5.6 branch since
42436              the TRIAL1 since I did edits when I should have been using
42437              integrates.  Bad programmer.   (Will integrate them properly later.)
42438              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
42439              The #8353 will not be reapplied at least for now since
42440              the UTF-8 hash keys need more thinking.
42441              (The patches #8347, #8354, #8454, #8473 were okay since they
42442              were original edits made specifically for the 5.6.1-TRIAL1.)
42443      Branch: maint-5.6/perl
42444            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42445            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
42446            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
42447            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
42448            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
42449            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42450            ! win32/config.bc win32/config.gc win32/config.vc
42451 ____________________________________________________________________________
42452 [  8535] By: bailey                                on 2001/01/24  06:37:02
42453         Log: SYN SYN
42454      Branch: vmsperl
42455           +> (branch 26 files)
42456           !> (integrate 130 files)
42457 ____________________________________________________________________________
42458 [  8534] By: nick                                  on 2001/01/23  19:30:57
42459         Log: Integrate mainline.
42460      Branch: perlio
42461           !> Changes Configure Porting/Glossary Porting/config.sh
42462           !> Porting/config_H embed.h embed.pl ext/Encode/compile
42463           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
42464           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
42465           !> pod/perlvar.pod proto.h t/lib/1_compile.t
42466 ____________________________________________________________________________
42467 [  8533] By: jhi                                   on 2001/01/23  16:15:46
42468         Log: Forgotten from #8501.
42469      Branch: perl
42470            ! Porting/Glossary Porting/config.sh Porting/config_H
42471 ____________________________________________________________________________
42472 [  8532] By: jhi                                   on 2001/01/23  16:13:27
42473         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
42474              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42475              Date: Mon, 22 Jan 2001 17:51:58 +0100
42476              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
42477      Branch: perl
42478            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
42479 ____________________________________________________________________________
42480 [  8531] By: jhi                                   on 2001/01/23  15:46:01
42481         Log: Update Changes.
42482      Branch: perl
42483            ! Changes patchlevel.h
42484 ____________________________________________________________________________
42485 [  8530] By: jhi                                   on 2001/01/23  15:38:39
42486         Log: De-cut-and-pasto.
42487      Branch: perl
42488            ! t/lib/1_compile.t
42489 ____________________________________________________________________________
42490 [  8529] By: jhi                                   on 2001/01/23  15:11:04
42491         Log: Document the mkdir trailing slashes case.
42492      Branch: perl
42493            ! pod/perlfunc.pod
42494 ____________________________________________________________________________
42495 [  8528] By: jhi                                   on 2001/01/23  15:08:28
42496         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
42497              get installed:
42498              
42499              Subject: lib/lib.pm
42500              From: <abigail@foad.org>
42501              Date: Mon, 28 Aug 2000 20:35:08 -0400
42502              Message-ID: <20000829003508.21281.qmail@foad.org>
42503      Branch: perl
42504            ! installperl
42505 ____________________________________________________________________________
42506 [  8527] By: jhi                                   on 2001/01/23  14:44:04
42507         Log: Metaconfig unit change for #8526.
42508      Branch: metaconfig
42509            ! U/threads/archname.U
42510 ____________________________________________________________________________
42511 [  8526] By: jhi                                   on 2001/01/23  14:43:19
42512         Log: Attach -perlio to the archname if so selected.
42513      Branch: perl
42514            ! Configure
42515 ____________________________________________________________________________
42516 [  8525] By: jhi                                   on 2001/01/23  14:24:01
42517         Log: Subject: [PATCH] pod/perlvar.pod
42518              From: abigail@foad.org
42519              Date: Tue, 23 Jan 2001 01:41:10 +0100
42520              Message-ID: <20010123004110.22259.qmail@foad.org>
42521      Branch: perl
42522            ! pod/perlvar.pod
42523 ____________________________________________________________________________
42524 [  8524] By: jhi                                   on 2001/01/23  14:22:32
42525         Log: A bug introduced in #8217 (the undefined variable in the
42526              lib/safe1_t #3) fixed, by Charles Lane:
42527              
42528              The earlier patch made it so that stuff running in Safe
42529              compartments could do a "caller" and see "main".  That
42530              little change in name is done right before the code in
42531              the compartment is run, and apparantly the parser
42532              was picking up the stash name before it got changed.
42533              
42534              (why it was threaded vs. unthreaded Perl that was sensitive to this
42535              I still don't know...and it probably doesn't matter).
42536              
42537              I tryed removing the stash name-change and saw that threaded Perl
42538              did indeed pass the lib/safe1.t tests.
42539              
42540              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
42541              do the name change (and to connect _ in the compartment to the global
42542              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
42543              to call _safe_pkg_prep when creating a new compartment.
42544              
42545              Passes all tests with threaded perl on linux; passes all tests
42546              with unthreaded perl on VMS.
42547              
42548              At some point I'll probably want to revisit Safe and Opcode to
42549              provide more sensible handling of global variables...and to get
42550              formats working in Safe compartments, which they don't do currently.
42551      Branch: perl
42552            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
42553 ____________________________________________________________________________
42554 [  8523] By: jhi                                   on 2001/01/23  14:11:58
42555         Log: Also the lib/Thread.pm itself needs to be ignored if
42556              the Thread extension hasn't been built.
42557      Branch: perl
42558            ! t/lib/1_compile.t
42559 ____________________________________________________________________________
42560 [  8522] By: jhi                                   on 2001/01/23  13:51:28
42561         Log: print() instead of warn() so that stderr doesn't get
42562              unncessarily polluted.
42563      Branch: perl
42564            ! ext/Encode/compile
42565 ____________________________________________________________________________
42566 [  8521] By: jhi                                   on 2001/01/23  13:49:48
42567         Log: Integrate perlio.
42568      Branch: perl
42569           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
42570           !> ext/Encode/encode.h
42571 ____________________________________________________________________________
42572 [  8520] By: nick                                  on 2001/01/22  21:44:00
42573         Log: More messing with Encode:
42574              Extra fields in header to allow multiple names and to record
42575              other things "compile" knows.
42576              Re-organise compile to factor out common output routines.
42577      Branch: perlio
42578            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
42579 ____________________________________________________________________________
42580 [  8519] By: nick                                  on 2001/01/22  20:33:50
42581         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
42582      Branch: perlio
42583            ! ext/Encode/Makefile.PL ext/Encode/compile
42584 ____________________________________________________________________________
42585 [  8518] By: nick                                  on 2001/01/22  20:28:13
42586         Log: Integrate mainline
42587      Branch: perlio
42588           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
42589           !> vos/config.alpha.def vos/config.alpha.h
42590 ____________________________________________________________________________
42591 [  8517] By: jhi                                   on 2001/01/22  15:37:17
42592         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
42593              by Inaba Hiroto.
42594      Branch: perl
42595            ! sv.c
42596 ____________________________________________________________________________
42597 [  8516] By: jhi                                   on 2001/01/22  14:55:15
42598         Log: More SIG_SIZE fixes.
42599      Branch: perl
42600            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
42601 ____________________________________________________________________________
42602 [  8515] By: jhi                                   on 2001/01/22  14:50:27
42603         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
42604              From: "Craig A. Berry" <craigberry@mac.com>
42605              Date: Mon, 22 Jan 2001 00:42:24 -0600
42606              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
42607      Branch: perl
42608            ! configure.com
42609 ____________________________________________________________________________
42610 [  8514] By: jhi                                   on 2001/01/22  14:31:17
42611         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
42612              From: "Craig A. Berry" <craigberry@mac.com>
42613              Date: Sun, 21 Jan 2001 23:03:25 -0600
42614              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
42615      Branch: perl
42616            ! configure.com
42617 ____________________________________________________________________________
42618 [  8513] By: jhi                                   on 2001/01/22  14:14:00
42619         Log: Add the .ucm encoding tables to the MANIFEST.
42620      Branch: perl
42621            ! MANIFEST
42622 ____________________________________________________________________________
42623 [  8512] By: jhi                                   on 2001/01/22  13:43:33
42624         Log: Integrate perlio.
42625      Branch: perl
42626           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
42627           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
42628           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
42629           +> ext/Encode/Encode/iso8859-10.ucm
42630           +> ext/Encode/Encode/iso8859-13.ucm
42631           +> ext/Encode/Encode/iso8859-14.ucm
42632           +> ext/Encode/Encode/iso8859-15.ucm
42633           +> ext/Encode/Encode/iso8859-16.ucm
42634           +> ext/Encode/Encode/iso8859-2.ucm
42635           +> ext/Encode/Encode/iso8859-3.ucm
42636           +> ext/Encode/Encode/iso8859-4.ucm
42637           +> ext/Encode/Encode/iso8859-5.ucm
42638           +> ext/Encode/Encode/iso8859-6.ucm
42639           +> ext/Encode/Encode/iso8859-7.ucm
42640           +> ext/Encode/Encode/iso8859-8.ucm
42641           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
42642           +> ext/Encode/Encode/symbol.ucm
42643           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
42644           !> perliol.h
42645 ____________________________________________________________________________
42646 [  8511] By: nick                                  on 2001/01/21  23:44:47
42647         Log: Make "real" layers of ":utf8" and ":raw".
42648              So now PERLIO=utf8 perl ...
42649              does what Andreas wanted.
42650              Fix arg passing in open.pm (still have a Carp issue).
42651      Branch: perlio
42652            ! lib/open.pm perlio.c perliol.h
42653 ____________________________________________________________________________
42654 [  8510] By: jhi                                   on 2001/01/21  22:56:53
42655         Log: Document the regex content pushing/popping a bit better.
42656      Branch: perl
42657            ! regexec.c
42658 ____________________________________________________________________________
42659 [  8509] By: jhi                                   on 2001/01/21  22:55:44
42660         Log: Tweak the mkdir trailing slash code some more.
42661              
42662              TO DO: the same handling should probably be done for
42663              all the other filesystem functions that can have directories
42664              as their arguments.
42665      Branch: perl
42666            ! pp_sys.c
42667 ____________________________________________________________________________
42668 [  8508] By: nick                                  on 2001/01/21  21:37:43
42669         Log: Switch "compiled in" encodings to .ucm format.
42670              (Leave others as .enc till we can run-time load .ucm,
42671              or find some other way to load them.)
42672      Branch: perlio
42673            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
42674            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
42675            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
42676            + ext/Encode/Encode/iso8859-10.ucm
42677            + ext/Encode/Encode/iso8859-13.ucm
42678            + ext/Encode/Encode/iso8859-14.ucm
42679            + ext/Encode/Encode/iso8859-15.ucm
42680            + ext/Encode/Encode/iso8859-16.ucm
42681            + ext/Encode/Encode/iso8859-2.ucm
42682            + ext/Encode/Encode/iso8859-3.ucm
42683            + ext/Encode/Encode/iso8859-4.ucm
42684            + ext/Encode/Encode/iso8859-5.ucm
42685            + ext/Encode/Encode/iso8859-6.ucm
42686            + ext/Encode/Encode/iso8859-7.ucm
42687            + ext/Encode/Encode/iso8859-8.ucm
42688            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
42689            + ext/Encode/Encode/symbol.ucm
42690            ! ext/Encode/Makefile.PL ext/Encode/compile
42691 ____________________________________________________________________________
42692 [  8507] By: nick                                  on 2001/01/21  21:02:03
42693         Log: Integrate (partial) mainline.
42694      Branch: perlio
42695           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
42696           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
42697           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42698 ____________________________________________________________________________
42699 [  8506] By: jhi                                   on 2001/01/21  20:09:30
42700         Log: Update Changes.
42701      Branch: perl
42702            ! Changes patchlevel.h
42703 ____________________________________________________________________________
42704 [  8505] By: jhi                                   on 2001/01/21  19:39:59
42705         Log: Subject: Minor typos in perlfaq2.pod
42706              From: "Stephen P. Potter" <spp@spotter.yi.org>
42707              Message-Id: <200101192101.QAA11911@spotter.yi.org>
42708              Date: Fri, 19 Jan 2001 16:01:13 -0500
42709              
42710              with a nit from Philip Netwon.
42711      Branch: perl
42712            ! pod/perlfaq2.pod
42713 ____________________________________________________________________________
42714 [  8504] By: jhi                                   on 2001/01/21  19:33:05
42715         Log: Metaconfig change for #8503.
42716      Branch: metaconfig
42717            ! U/threads/usethreads.U
42718 ____________________________________________________________________________
42719 [  8503] By: jhi                                   on 2001/01/21  19:32:21
42720         Log: Sanity check for conflicting thread flavours.
42721      Branch: perl
42722            ! Configure config_h.SH
42723 ____________________________________________________________________________
42724 [  8502] By: jhi                                   on 2001/01/21  19:23:00
42725         Log: Metaconfig change for #8501.
42726      Branch: metaconfig
42727            ! U/modified/sig_name.U
42728 ____________________________________________________________________________
42729 [  8501] By: jhi                                   on 2001/01/21  19:22:26
42730         Log: The SIG_SIZE is the number of the elements *excluding*
42731              the terminating NULL.
42732      Branch: perl
42733            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
42734            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
42735            ! win32/config_H.vc
42736 ____________________________________________________________________________
42737 [  8500] By: jhi                                   on 2001/01/21  18:31:31
42738         Log: Integrate perlio.
42739      Branch: perl
42740           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
42741           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
42742           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
42743           !> pp_sys.c proto.h sv.c
42744 ____________________________________________________________________________
42745 [  8499] By: jhi                                   on 2001/01/21  17:43:57
42746         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
42747              From: Hugo <hv@crypt.compulink.co.uk>
42748              Date: Sun, 21 Jan 2001 13:34:05 +0000
42749              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
42750              
42751              In sprintf UTF8ize only if necessary.
42752      Branch: perl
42753            ! sv.c
42754 ____________________________________________________________________________
42755 [  8498] By: nick                                  on 2001/01/21  16:25:32
42756         Log: Encode cleanup.
42757              Add command line control over "compile" so that Makefile.PL
42758              needs can be combined with other uses.
42759              Use command line options in Makefile.PL.
42760              Fix multi-byte parsing in .ucm files.
42761      Branch: perlio
42762            ! ext/Encode/Makefile.PL ext/Encode/compile
42763 ____________________________________________________________________________
42764 [  8497] By: nick                                  on 2001/01/21  12:56:27
42765         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
42766      Branch: perlio
42767            ! ext/Encode/Encode.xs
42768 ____________________________________________________________________________
42769 [  8496] By: nick                                  on 2001/01/21  12:18:45
42770         Log: Fixup after integrate:
42771              missed the .sym files that are changed by regen_headers
42772              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
42773      Branch: perlio
42774            ! global.sym pp.sym sv.c
42775 ____________________________________________________________________________
42776 [  8495] By: nick                                  on 2001/01/21  11:51:07
42777         Log: Integrate mainline.
42778      Branch: perlio
42779           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
42780           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
42781           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
42782           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
42783           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
42784           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
42785           !> win32/Makefile win32/makefile.mk
42786 ____________________________________________________________________________
42787 [  8494] By: jhi                                   on 2001/01/20  23:12:11
42788         Log: Forgot the expect_number() prototype.
42789      Branch: perl
42790            ! embed.h embed.pl proto.h
42791 ____________________________________________________________________________
42792 [  8493] By: jhi                                   on 2001/01/20  22:56:39
42793         Log: Subject: [PATCH: perl@8482] README.vms URL updates
42794              From: Peter Prymmer <pvhp@forte.com>
42795              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
42796              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
42797              
42798              Plus Craig A. Berry's suggestion to use compaq.com instead
42799              of digital.com.
42800      Branch: perl
42801            ! README.vms
42802 ____________________________________________________________________________
42803 [  8492] By: jhi                                   on 2001/01/20  22:50:05
42804         Log: Memory management calls documentation.
42805      Branch: perl
42806            ! pod/perlguts.pod
42807 ____________________________________________________________________________
42808 [  8491] By: jhi                                   on 2001/01/20  22:38:33
42809         Log: Signedness nit plus few memcpy/Copy nits.
42810      Branch: perl
42811            ! sv.c
42812 ____________________________________________________________________________
42813 [  8490] By: jhi                                   on 2001/01/20  22:25:53
42814         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
42815              From: Peter Prymmer <pvhp@forte.com>
42816              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
42817              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
42818      Branch: perl
42819            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
42820 ____________________________________________________________________________
42821 [  8489] By: jhi                                   on 2001/01/20  22:24:41
42822         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
42823              From: Peter Prymmer <pvhp@forte.com>
42824              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
42825              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
42826      Branch: perl
42827            ! win32/Makefile win32/makefile.mk
42828 ____________________________________________________________________________
42829 [  8488] By: jhi                                   on 2001/01/20  22:22:27
42830         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
42831              From: Peter Prymmer <pvhp@forte.com>
42832              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
42833              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
42834      Branch: perl
42835            ! Makefile.SH
42836 ____________________________________________________________________________
42837 [  8487] By: jhi                                   on 2001/01/20  22:21:18
42838         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
42839              From: Peter Prymmer <pvhp@forte.com>
42840              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
42841              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
42842      Branch: perl
42843            + ext/DynaLoader/dl_dllload.xs
42844            ! MANIFEST Makefile.SH hints/os390.sh
42845 ____________________________________________________________________________
42846 [  8486] By: jhi                                   on 2001/01/20  22:17:53
42847         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
42848              From: Peter Prymmer <pvhp@forte.com>
42849              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
42850              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
42851      Branch: perl
42852            ! README.os390 README.posix-bc
42853 ____________________________________________________________________________
42854 [  8485] By: jhi                                   on 2001/01/20  20:15:30
42855         Log: Document and test the new qu operator.
42856      Branch: perl
42857            + t/op/qu.t
42858            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
42859            ! pod/perlretut.pod pod/perlunicode.pod
42860 ____________________________________________________________________________
42861 [  8484] By: nick                                  on 2001/01/20  19:42:30
42862         Log: Infrastructure to allow:
42863              open($fh,"|-",@array);
42864              to be implemented
42865              i.e. mark pp_open as needing a stack mark, and make pp_open
42866              process its args in that style (and pass them _all_ to tied handles OPEN).
42867              Invent do_openn() which takes SV ** at allow it to see multiple args.
42868              Note this does not _do_ anything yet.
42869      Branch: perlio
42870            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
42871            ! perlapi.c pp_proto.h pp_sys.c proto.h
42872 ____________________________________________________________________________
42873 [  8483] By: nick                                  on 2001/01/20  17:23:14
42874         Log: Integrate mainline.
42875      Branch: perlio
42876           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
42877           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
42878 ____________________________________________________________________________
42879 [  8482] By: jhi                                   on 2001/01/19  15:37:49
42880         Log: Update Changes.
42881      Branch: perl
42882            ! Changes patchlevel.h
42883 ____________________________________________________________________________
42884 [  8481] By: jhi                                   on 2001/01/19  14:41:24
42885         Log: Subject: Re: new feature: s?printf parameter reordering 
42886              From: Hugo <hv@crypt.compulink.co.uk>
42887              Date: Thu, 11 Jan 2001 17:09:03 +0000
42888              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
42889              
42890              - support reordering for all parameters: %, *v, *, .*
42891              - lay down that the reordering specification must immediately
42892              follow that parameter: %3$, *v3$, *3$, .*3$
42893              - fix vectorisation of a zero-length string
42894              - factor out the code choosing the argument to format
42895              
42896              Possibly unwanted side-effects:
42897              - the special format specifiers ' +-0' must now precede any
42898              vectorisation specifier. Tests in op/sprintf and op/ver
42899              have been changed to reflect this.
42900              - sprintf.t test #214 changed its expectations because in many
42901              cases, the next parameter has already been consumed when an
42902              invalid type letter is detected.
42903              
42904              Probably wanted side-effects:
42905              - attempts to format a non-existent parameter will warn as if C<undef>
42906              - attempt to write to non-existent parameter with '%n' will complain
42907              of "attempt to modify read-only value" instead of being silent
42908      Branch: perl
42909            ! sv.c t/op/sprintf.t t/op/ver.t
42910 ____________________________________________________________________________
42911 [  8480] By: jhi                                   on 2001/01/19  14:08:37
42912         Log: Subject: PATCH pragma/locale.t
42913              From: andreas.koenig@anima.de (Andreas J. Koenig)
42914              Date: 18 Jan 2001 09:45:37 +0100
42915              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
42916      Branch: perl
42917            ! t/pragma/locale.t
42918 ____________________________________________________________________________
42919 [  8479] By: jhi                                   on 2001/01/19  13:19:58
42920         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
42921      Branch: perl
42922            ! configure.com
42923 ____________________________________________________________________________
42924 [  8478] By: jhi                                   on 2001/01/19  02:12:35
42925         Log: Automate 1_compile.t.
42926      Branch: perl
42927            ! t/lib/1_compile.t
42928 ____________________________________________________________________________
42929 [  8477] By: jhi                                   on 2001/01/19  01:49:56
42930         Log: Integrate perlio.
42931      Branch: perl
42932           !> sv.c win32/config.bc win32/config.gc win32/config.vc
42933           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42934 ____________________________________________________________________________
42935 [  8476] By: nick                                  on 2001/01/18  21:51:52
42936         Log: Integrate mainline
42937      Branch: perlio
42938           +> t/lib/1_compile.t t/lib/compmod.pl
42939           !> MANIFEST configure.com lib/unicode/distinct.pm
42940 ____________________________________________________________________________
42941 [  8475] By: nick                                  on 2001/01/18  21:48:02
42942         Log: Win32 "safe signals" co-existance fix.
42943              Fix SIG_SIZE value.
42944              Clear PL_sig_pending when cloning (fork).
42945      Branch: perlio
42946            ! sv.c win32/config.bc win32/config.gc win32/config.vc
42947            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42948 ____________________________________________________________________________
42949 [  8474] By: jhi                                   on 2001/01/18  14:40:57
42950         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
42951      Branch: perl
42952            ! t/lib/1_compile.t
42953 ____________________________________________________________________________
42954 [  8473] By: gsar                                  on 2001/01/18  11:42:31
42955         Log: unsubmitted trial1 change
42956      Branch: maint-5.6/perl
42957            ! Changes
42958 ____________________________________________________________________________
42959 [  8472] By: jhi                                   on 2001/01/18  04:30:24
42960         Log: The first bug found by 1_compile.t.
42961      Branch: perl
42962            ! lib/unicode/distinct.pm
42963 ____________________________________________________________________________
42964 [  8471] By: jhi                                   on 2001/01/18  04:29:42
42965         Log: Add Schwern's 1_compile test.  The compile_module script renamed
42966              to be a bit shorter for the 8.3 people.
42967      Branch: perl
42968            + t/lib/1_compile.t t/lib/compmod.pl
42969            ! MANIFEST
42970 ____________________________________________________________________________
42971 [  8470] By: jhi                                   on 2001/01/18  04:16:00
42972         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)
42973              From: Peter Prymmer <pvhp@forte.com>
42974              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
42975              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
42976              Replace #8463.
42977      Branch: maint-5.6/perl
42978            ! configure.com
42979 ____________________________________________________________________________
42980 [  8469] By: jhi                                   on 2001/01/18  04:13:02
42981         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)
42982              From: Peter Prymmer <pvhp@forte.com>
42983              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
42984              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
42985              Replace #8462.
42986      Branch: perl
42987            ! configure.com
42988 ____________________________________________________________________________
42989 [  8468] By: jhi                                   on 2001/01/18  03:42:08
42990         Log: Integrate perlio.
42991      Branch: perl
42992           !> gv.c mg.c perlio.c util.c
42993 ____________________________________________________________________________
42994 [  8467] By: nick                                  on 2001/01/17  22:41:10
42995         Log: "Safe" signals - trial implementation.
42996              gv.c tweaked to zero PL_sig_pend array
42997              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
42998              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
42999              Odd thing is that it "works" with PERLIO=stdio as well (linux).
43000      Branch: perlio
43001            ! gv.c mg.c perlio.c util.c
43002 ____________________________________________________________________________
43003 [  8466] By: nick                                  on 2001/01/17  20:40:20
43004         Log: Integrate mainline.
43005      Branch: perlio
43006           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43007           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
43008           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
43009           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43010           !> vos/config.ga.h win32/config.bc win32/config.gc
43011           !> win32/config.vc
43012 ____________________________________________________________________________
43013 [  8465] By: jhi                                   on 2001/01/17  18:37:13
43014         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
43015              From: Nicholas Clark <nick@ccl4.org>
43016              Date: Wed, 17 Jan 2001 17:31:33 +0000
43017              Message-ID: <20010117173133.I2633@plum.flirble.org>
43018      Branch: perl
43019            ! t/op/int.t
43020 ____________________________________________________________________________
43021 [  8464] By: jhi                                   on 2001/01/17  14:43:17
43022         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
43023              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43024              Date: Wed, 17 Jan 2001 15:16:43 +0100
43025              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
43026              
43027              pp_int() was dropping an NV to the floor,
43028              int(279964589018079/59) either returned not an integer
43029              4745162525730.15, or one got "Attempt to free unreferenced scalar."
43030      Branch: perl
43031            ! pp.c
43032 ____________________________________________________________________________
43033 [  8463] By: jhi                                   on 2001/01/17  06:12:42
43034         Log: (Replaced by #8470)
43035              
43036              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)
43037              From: "Craig A. Berry" <craigberry@mac.com>
43038              Date: Tue, 16 Jan 2001 23:38:46 -0600
43039              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
43040      Branch: maint-5.6/perl
43041            ! configure.com
43042 ____________________________________________________________________________
43043 [  8462] By: jhi                                   on 2001/01/17  06:11:31
43044         Log: (Replaced by #8469)
43045              
43046              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)
43047              From: "Craig A. Berry" <craigberry@mac.com>
43048              Date: Tue, 16 Jan 2001 23:38:46 -0600
43049              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
43050      Branch: perl
43051            ! configure.com
43052 ____________________________________________________________________________
43053 [  8461] By: jhi                                   on 2001/01/17  05:56:12
43054         Log: Allow for one trailing slash in the directory of mkdir().
43055      Branch: perl
43056            ! pp_sys.c
43057 ____________________________________________________________________________
43058 [  8460] By: jhi                                   on 2001/01/17  03:26:01
43059         Log: Metaconfig unit changes for #8459.
43060      Branch: metaconfig
43061            ! U/modified/Loc.U U/modified/sig_name.U
43062 ____________________________________________________________________________
43063 [  8459] By: jhi                                   on 2001/01/17  03:24:48
43064         Log: Define SIG_SIZE, the number of elements in the sig_name and
43065              sig_num arrays, including the final NULL entry.
43066      Branch: perl
43067            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43068            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
43069            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
43070            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43071            ! win32/config.bc win32/config.gc win32/config.vc
43072 ____________________________________________________________________________
43073 [  8458] By: jhi                                   on 2001/01/17  01:41:33
43074         Log: Integrate perlio.
43075      Branch: perl
43076           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
43077           !> perlapi.h proto.h sv.c
43078 ____________________________________________________________________________
43079 [  8457] By: nick                                  on 2001/01/16  22:07:26
43080         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
43081              Provides all the "cost" but no benefit yet - it is to allow cost
43082              to be measured, and implementation experiments (just in mg.c?).
43083      Branch: perlio
43084            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
43085            ! perlapi.h proto.h sv.c
43086 ____________________________________________________________________________
43087 [  8456] By: nick                                  on 2001/01/16  21:07:07
43088         Log: Integrate mainline.
43089      Branch: perlio
43090           !> (integrate 51 files)
43091 ____________________________________________________________________________
43092 [  8455] By: jhi                                   on 2001/01/16  18:13:43
43093         Log: Subject: [PATCH] regcomp.c old feature removal
43094              From: mjd@plover.com
43095              Date: 16 Jan 2001 14:43:18 -0000 
43096              Message-ID: <20010116144318.7140.qmail@plover.com> 
43097      Branch: perl
43098            ! regcomp.c
43099 ____________________________________________________________________________
43100 [  8454] By: jhi                                   on 2001/01/16  16:12:39
43101         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
43102              From: "Indy Singh" <indy@nusphere.com>
43103              Date: Wed, 10 Jan 2001 20:17:49 -0500
43104              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
43105      Branch: maint-5.6/perl
43106            ! win32/Makefile
43107 ____________________________________________________________________________
43108 [  8453] By: jhi                                   on 2001/01/16  16:09:33
43109         Log: Update Changes.
43110      Branch: perl
43111            ! Changes patchlevel.h
43112 ____________________________________________________________________________
43113 [  8452] By: jhi                                   on 2001/01/16  15:42:04
43114         Log: Subject: Re: API Cleanup
43115              To: perl5-porters@perl.org
43116              Date: Tue, 16 Jan 2001 13:42:30 +0000
43117              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
43118              
43119              Subject: [PATCH] utf8.c documentation
43120              From: Simon Cozens <simon@cozens.net>
43121              Date: Tue, 16 Jan 2001 13:52:48 +0000
43122              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
43123              
43124              Subject: Re: API Cleanup
43125              From: Simon Cozens <simon@cozens.net>
43126              Date: Tue, 16 Jan 2001 14:58:55 +0000
43127              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
43128              
43129              UTF-8 doc patches.
43130      Branch: perl
43131            ! embed.pl pod/perlapi.pod utf8.c
43132 ____________________________________________________________________________
43133 [  8451] By: jhi                                   on 2001/01/16  14:41:39
43134         Log: podlators 1.07, from Russ Allbery.
43135      Branch: perl
43136            ! lib/Pod/Man.pm
43137 ____________________________________________________________________________
43138 [  8450] By: jhi                                   on 2001/01/16  14:24:19
43139         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
43140              From: "Indy Singh" <indy@nusphere.com>
43141              Date: Mon, 15 Jan 2001 20:59:40 -0500
43142              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
43143      Branch: perl
43144            ! win32/Makefile
43145 ____________________________________________________________________________
43146 [  8449] By: jhi                                   on 2001/01/16  03:42:55
43147         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
43148              at the setting of the ofs_sv in new_struct_thread() as the
43149              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
43150              uninitialized fields are, uh, initialized with),
43151              SvREFCNT_inc()ing that invited a core dump.
43152      Branch: perl
43153            ! util.c
43154 ____________________________________________________________________________
43155 [  8448] By: jhi                                   on 2001/01/16  01:49:07
43156         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
43157              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43158              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
43159              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
43160              
43161              Replace #8444 and #8445.
43162      Branch: perl
43163            ! ext/B/B.xs ext/B/B/Debug.pm
43164 ____________________________________________________________________________
43165 [  8447] By: jhi                                   on 2001/01/15  21:05:35
43166         Log: Subject: [PATCH] API Variable documentation   
43167              From: Simon Cozens <simon@cozens.net>
43168              Date: Mon, 15 Jan 2001 19:35:54 +0000
43169              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
43170      Branch: perl
43171            ! pod/perlapi.pod thrdvar.h
43172 ____________________________________________________________________________
43173 [  8446] By: jhi                                   on 2001/01/15  20:49:20
43174         Log: Signedness nit.
43175      Branch: perl
43176            ! pp_ctl.c
43177 ____________________________________________________________________________
43178 [  8445] By: jhi                                   on 2001/01/15  20:28:48
43179         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
43180      Branch: perl
43181            ! ext/B/B/Debug.pm
43182 ____________________________________________________________________________
43183 [  8444] By: jhi                                   on 2001/01/15  13:09:10
43184         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
43185      Branch: perl
43186            ! ext/B/B.xs
43187 ____________________________________________________________________________
43188 [  8443] By: jhi                                   on 2001/01/15  13:06:26
43189         Log: Missing from #8439.
43190      Branch: perl
43191            ! keywords.h mg.c
43192 ____________________________________________________________________________
43193 [  8442] By: jhi                                   on 2001/01/15  13:02:38
43194         Log: Subject: [PATCH @8436] Eliminate op_children
43195              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43196              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
43197              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
43198              
43199              Subject: [PATCH @8436] Re: Eliminate op_children
43200              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43201              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
43202              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
43203      Branch: perl
43204            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
43205            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
43206            ! op.c op.h
43207 ____________________________________________________________________________
43208 [  8441] By: jhi                                   on 2001/01/15  12:57:08
43209         Log: Use the /^Perl_/-less form of is_lvalue_sub().
43210      Branch: perl
43211            ! pp.h
43212 ____________________________________________________________________________
43213 [  8440] By: jhi                                   on 2001/01/15  05:13:09
43214         Log: Revert #8437 and #8438, the Linux large files story is more complex.
43215      Branch: metaconfig/U/perl
43216            ! d_fpos64_t.U d_off64_t.U
43217      Branch: perl
43218            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43219            ! config_h.SH configure.com epoc/config.sh perl.h
43220            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
43221            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43222            ! win32/config.bc win32/config.gc win32/config.vc
43223 ____________________________________________________________________________
43224 [  8439] By: jhi                                   on 2001/01/15  05:02:24
43225         Log: More UTF-8 patches from Inaba Hiroto.
43226              - The substr lval was still not okay.
43227              - Now pp_stringify and sv_setsv copies source's UTF8 flag
43228              even if IN_BYTE.  pp_stringify is called from fold_constants
43229              at optimization phase and "\x{100}" was made SvUTF8_off under
43230              use bytes (the bytes pragma is for "byte semantics" and not
43231              for "do not produce UTF8 data")
43232              - New `qu' operator to generate UTF8 string explicitly.
43233              Though I agree with the policy "0x00-0xff always produce bytes",
43234              sometimes want to such a string to be coded in UTF8.
43235              I can use pack"U0a*" but it requires more typing and has
43236              runtime overhead.
43237              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
43238              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
43239              string is not UTF8_on and has char 0x80-0xff.
43240              
43241              TODO: document and test qu.
43242      Branch: perl
43243            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
43244            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
43245            ! toke.c
43246 ____________________________________________________________________________
43247 [  8438] By: jhi                                   on 2001/01/14  05:10:23
43248         Log: (Reverted by #8440)
43249              
43250              Metaconfig unit changes for #8437.
43251      Branch: metaconfig/U/perl
43252            ! d_fpos64_t.U d_off64_t.U
43253 ____________________________________________________________________________
43254 [  8437] By: jhi                                   on 2001/01/14  04:55:34
43255         Log: (Reverted by #8440)
43256              
43257              Add <features.h> probing, seems to be needed for (some?)
43258              Linux largefileness.
43259      Branch: perl
43260            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43261            ! config_h.SH configure.com epoc/config.sh perl.h
43262            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
43263            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43264            ! win32/config.bc win32/config.gc win32/config.vc
43265 ____________________________________________________________________________
43266 [  8436] By: jhi                                   on 2001/01/13  17:47:21
43267         Log: Tighten some of the tests a bit.
43268      Branch: perl
43269            ! t/pragma/utf8.t
43270 ____________________________________________________________________________
43271 [  8435] By: jhi                                   on 2001/01/13  17:31:54
43272         Log: Integrate perlio.
43273      Branch: perl
43274           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
43275           !> win32/config_H.gc win32/config_H.vc
43276 ____________________________________________________________________________
43277 [  8434] By: nick                                  on 2001/01/13  11:36:53
43278         Log: Run dmake regen_config_h for Win32
43279      Branch: perlio
43280            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43281 ____________________________________________________________________________
43282 [  8433] By: nick                                  on 2001/01/13  11:31:55
43283         Log: VMS friendly patch to Encode compile process
43284      Branch: perlio
43285            ! ext/Encode/Makefile.PL ext/Encode/compile
43286 ____________________________________________________________________________
43287 [  8432] By: nick                                  on 2001/01/13  11:06:44
43288         Log: Integrate mainline
43289      Branch: perlio
43290           +> ext/B/B/Concise.pm
43291           !> (integrate 52 files)
43292 ____________________________________________________________________________
43293 [  8431] By: jhi                                   on 2001/01/13  05:55:55
43294         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
43295              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43296              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
43297              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
43298      Branch: perl
43299            ! ext/B/B/Concise.pm
43300 ____________________________________________________________________________
43301 [  8430] By: jhi                                   on 2001/01/13  04:24:18
43302         Log: The LVRET macro needed an aTHX.
43303      Branch: perl
43304            ! pp.h
43305 ____________________________________________________________________________
43306 [  8429] By: jhi                                   on 2001/01/13  02:12:42
43307         Log: Update Changes.
43308      Branch: perl
43309            ! Changes patchlevel.h
43310 ____________________________________________________________________________
43311 [  8428] By: jhi                                   on 2001/01/13  02:08:50
43312         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
43313              From: Peter Prymmer <pvhp@forte.com>
43314              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
43315              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
43316              
43317              Add a BEGIN guard for sloppy floating point division.
43318      Branch: perl
43319            ! lib/Math/BigInt.pm lib/bigint.pl
43320 ____________________________________________________________________________
43321 [  8427] By: jhi                                   on 2001/01/13  01:47:16
43322         Log: The B::Terse drop-in replacement wasn't quite drop-in.
43323      Branch: perl
43324            ! ext/B/B/Terse.pm
43325 ____________________________________________________________________________
43326 [  8426] By: jhi                                   on 2001/01/12  21:20:43
43327         Log: Use UVXf.
43328      Branch: perl
43329            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43330            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
43331            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
43332            ! vos/config.ga.def vos/config.ga.h win32/config.bc
43333            ! win32/config.gc win32/config.vc
43334 ____________________________________________________________________________
43335 [  8425] By: jhi                                   on 2001/01/12  20:20:14
43336         Log: Subject: [PATCH perl@8342] -Wformat
43337              From: Robin Barker <rmb1@cise.npl.co.uk>
43338              Date: Fri, 12 Jan 2001 20:03:14 GMT
43339              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
43340      Branch: perl
43341            ! ext/Encode/Encode.xs mg.c sv.c toke.c
43342 ____________________________________________________________________________
43343 [  8424] By: jhi                                   on 2001/01/12  20:01:48
43344         Log: Subject: B::Concise -- an improved replacement for B::Terse 
43345              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43346              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
43347              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
43348      Branch: perl
43349            + ext/B/B/Concise.pm
43350            ! MANIFEST ext/B/B/Terse.pm
43351 ____________________________________________________________________________
43352 [  8423] By: jhi                                   on 2001/01/12  19:24:02
43353         Log: The new metaconfig unit from the #8421.
43354      Branch: metaconfig/U/perl
43355            + d_sigprocmask.U
43356 ____________________________________________________________________________
43357 [  8422] By: jhi                                   on 2001/01/12  19:23:43
43358         Log: Forgot the microperl config from the #8421.
43359      Branch: perl
43360            ! uconfig.h uconfig.sh
43361 ____________________________________________________________________________
43362 [  8421] By: jhi                                   on 2001/01/12  19:05:27
43363         Log: Add sigprocmask() probe, regen Configure, regen toc.
43364      Branch: perl
43365            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43366            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
43367            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43368            ! vos/config.ga.h win32/config.bc win32/config.gc
43369            ! win32/config.vc
43370 ____________________________________________________________________________
43371 [  8420] By: jhi                                   on 2001/01/12  18:34:31
43372         Log: Add sockatmark() to the todo list.
43373      Branch: perl
43374            ! Todo-5.6
43375 ____________________________________________________________________________
43376 [  8419] By: jhi                                   on 2001/01/12  18:09:46
43377         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
43378      Branch: perl
43379            ! op.c
43380 ____________________________________________________________________________
43381 [  8418] By: jhi                                   on 2001/01/12  18:05:30
43382         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
43383              From: Radu Greab <radu@netsoft.ro>
43384              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
43385              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
43386      Branch: perl
43387            ! op.c t/pragma/sub_lval.t
43388 ____________________________________________________________________________
43389 [  8417] By: jhi                                   on 2001/01/12  16:09:09
43390         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
43391              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
43392              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
43393              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
43394      Branch: perl
43395            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
43396            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
43397            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
43398            ! t/pragma/sub_lval.t toke.c
43399 ____________________________________________________________________________
43400 [  8416] By: jhi                                   on 2001/01/12  15:42:06
43401         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
43402              From: "Richard Soderberg" <rs@crystalflame.net>
43403              Date: Fri, 12 Jan 2001 04:49:35 -0800
43404              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
43405              
43406              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
43407              according to the platform.
43408      Branch: perl
43409            ! op.c
43410 ____________________________________________________________________________
43411 [  8415] By: jhi                                   on 2001/01/12  15:33:41
43412         Log: One more UTF-8 fix from Inaba Hiroto.
43413      Branch: perl
43414            ! pp.c regexec.c t/pragma/utf8.t
43415 ____________________________________________________________________________
43416 [  8414] By: jhi                                   on 2001/01/12  15:30:18
43417         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
43418      Branch: perl
43419            ! regexec.c
43420 ____________________________________________________________________________
43421 [  8413] By: jhi                                   on 2001/01/12  15:22:10
43422         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
43423              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43424              Date: Thu, 11 Jan 2001 12:53:36 +0100
43425              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
43426      Branch: perl
43427            ! toke.c
43428 ____________________________________________________________________________
43429 [  8412] By: jhi                                   on 2001/01/12  15:20:25
43430         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
43431              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43432              Date: Fri, 12 Jan 2001 14:37:55 +0100
43433              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
43434      Branch: perl
43435            ! hints/posix-bc.sh
43436 ____________________________________________________________________________
43437 [  8411] By: jhi                                   on 2001/01/12  15:14:14
43438         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
43439              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43440              Date: Fri, 12 Jan 2001 10:42:21 +0100
43441              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
43442      Branch: perl
43443            ! t/op/regmesg.t
43444 ____________________________________________________________________________
43445 [  8410] By: jhi                                   on 2001/01/12  05:48:55
43446         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
43447              From: Nicholas Clark <nick@ccl4.org> 
43448              Date: Sun, 7 Jan 2001 19:47:14 +0000
43449              Message-ID: <20010107194714.B1048@plum.flirble.org>
43450      Branch: perl
43451            ! t/op/numconvert.t
43452 ____________________________________________________________________________
43453 [  8409] By: jhi                                   on 2001/01/12  05:41:28
43454         Log: Integrate perlio.
43455      Branch: perl
43456           !> mg.c scope.h
43457 ____________________________________________________________________________
43458 [  8408] By: nick                                  on 2001/01/11  22:43:28
43459         Log: Remove variables that were used in experiments.
43460      Branch: perlio
43461            ! mg.c
43462 ____________________________________________________________________________
43463 [  8407] By: nick                                  on 2001/01/11  20:57:44
43464         Log: Catch die in %SIG handler and unblock the signal before re-dying.
43465              This make Linux work _without_ sigsetjmp().
43466              Turn off sigsetjmp() to see what else it does.
43467              May need Configure probe for sigprocmask() if anything has sigaction()
43468              but not sigprocmask().
43469      Branch: perlio
43470            ! mg.c scope.h
43471 ____________________________________________________________________________
43472 [  8406] By: nick                                  on 2001/01/11  19:32:07
43473         Log: Integrate mainline
43474      Branch: perlio
43475           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
43476           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
43477           !> t/op/substr.t
43478 ____________________________________________________________________________
43479 [  8405] By: jhi                                   on 2001/01/11  17:11:01
43480         Log: Fix UTF-8 lval substr().
43481      Branch: perl
43482            ! mg.c t/op/substr.t
43483 ____________________________________________________________________________
43484 [  8404] By: jhi                                   on 2001/01/11  05:13:58
43485         Log: Update Changes.
43486      Branch: perl
43487            ! Changes patchlevel.h
43488 ____________________________________________________________________________
43489 [  8403] By: jhi                                   on 2001/01/11  04:38:24
43490         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
43491              From: Hugo <hv@crypt.compulink.co.uk>
43492              Date: Mon, 30 Oct 2000 01:33:26 +0000
43493              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
43494      Branch: perl
43495            ! regexec.c t/op/re_tests
43496 ____________________________________________________________________________
43497 [  8402] By: jhi                                   on 2001/01/11  04:26:12
43498         Log: Integrate perlio.
43499      Branch: perl
43500           !> scope.h util.c
43501 ____________________________________________________________________________
43502 [  8401] By: nick                                  on 2001/01/10  22:52:55
43503         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
43504              (So Alan and Ilya can try setting via hints.)
43505              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
43506              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
43507              doing the save everywhere seems to restart read() correctly, but just
43508              doing it once "round" the handler does not.
43509      Branch: perlio
43510            ! scope.h
43511 ____________________________________________________________________________
43512 [  8400] By: jhi                                   on 2001/01/10  21:57:54
43513         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
43514              of IRIX, HP-UX is unaffected.
43515      Branch: perl
43516            ! perl.h
43517 ____________________________________________________________________________
43518 [  8399] By: nick                                  on 2001/01/10  21:29:19
43519         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
43520      Branch: perlio
43521            ! util.c
43522 ____________________________________________________________________________
43523 [  8398] By: jhi                                   on 2001/01/10  20:55:31
43524         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
43525              also have ReusePort.
43526      Branch: perl
43527            ! ext/IO/lib/IO/Socket/INET.pm
43528 ____________________________________________________________________________
43529 [  8397] By: jhi                                   on 2001/01/10  20:50:57
43530         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
43531              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
43532              Date: Wed, 10 Jan 2001 01:38:13 -0800
43533              Message-ID: <20010110013813.B41744@yahoo-inc.com>
43534      Branch: perl
43535            ! ext/IO/lib/IO/Socket/INET.pm
43536 ____________________________________________________________________________
43537 [  8396] By: jhi                                   on 2001/01/10  20:49:30
43538         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
43539              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
43540              Date: Wed, 10 Jan 2001 01:37:32 -0800
43541              Message-ID: <20010110013732.A41744@yahoo-inc.com>
43542      Branch: perl
43543            ! ext/Socket/Socket.pm
43544 ____________________________________________________________________________
43545 [  8395] By: jhi                                   on 2001/01/10  20:41:37
43546         Log: Test for bug id 20010105.016 (fixed by #8378).
43547      Branch: perl
43548            ! t/op/split.t
43549 ____________________________________________________________________________
43550 [  8394] By: jhi                                   on 2001/01/10  20:26:32
43551         Log: Integrate perlio.
43552      Branch: perl
43553            ! util.c
43554 ____________________________________________________________________________
43555 [  8393] By: nick                                  on 2001/01/10  19:34:30
43556         Log: Back out Simon's pid hackery for now.
43557      Branch: perlio
43558            ! util.c
43559 ____________________________________________________________________________
43560 [  8392] By: nick                                  on 2001/01/10  19:23:13
43561         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
43562      Branch: perlio
43563           !> (integrate 29 files)
43564 ____________________________________________________________________________
43565 [  8391] By: jhi                                   on 2001/01/10  18:43:15
43566         Log: Subject: [PATCH] Fix my_pclose segfault
43567              From: Simon Cozens <simon@cozens.net>
43568              Date: Wed, 10 Jan 2001 18:39:35 +0000
43569              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
43570      Branch: perl
43571            ! util.c
43572 ____________________________________________________________________________
43573 [  8390] By: jhi                                   on 2001/01/10  18:42:08
43574         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
43575              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43576              Date:     Wed, 10 Jan 2001 13:23:02 EST
43577              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
43578      Branch: perl
43579            ! ext/Opcode/Opcode.xs
43580 ____________________________________________________________________________
43581 [  8389] By: jhi                                   on 2001/01/10  15:16:07
43582         Log: Turn off the integer preservation for now.
43583      Branch: perl
43584            ! perl.h
43585 ____________________________________________________________________________
43586 [  8388] By: jhi                                   on 2001/01/10  15:01:25
43587         Log: Few more IDE/editor nits from p5p.
43588      Branch: perl
43589            ! pod/perlfaq3.pod
43590 ____________________________________________________________________________
43591 [  8387] By: jhi                                   on 2001/01/10  06:53:16
43592         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
43593              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
43594              Date: Tue, 9 Jan 2001 23:16:02 +0000
43595              Message-ID: <20010109231602.A81101@plum.flirble.org>
43596      Branch: perl
43597            ! sv.c
43598 ____________________________________________________________________________
43599 [  8386] By: jhi                                   on 2001/01/10  03:17:54
43600         Log: Test cases for #8385 (from Simon's "torture.pl")
43601      Branch: perl
43602            ! t/op/tr.t
43603 ____________________________________________________________________________
43604 [  8385] By: jhi                                   on 2001/01/10  03:17:11
43605         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
43606              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
43607              Date: Wed, 10 Jan 2001 11:39:39 +0900
43608              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
43609              
43610              Some more UTF-8 tr cases fixed.
43611      Branch: perl
43612            ! doop.c
43613 ____________________________________________________________________________
43614 [  8384] By: jhi                                   on 2001/01/09  22:45:40
43615         Log: Allow the locale test needing POSIX and the taint test
43616              needing IPC::SysV to run under 'minitest' (basically,
43617              bail out if loading the extension fails)
43618      Branch: perl
43619            ! t/op/misc.t t/op/taint.t
43620 ____________________________________________________________________________
43621 [  8383] By: jhi                                   on 2001/01/09  21:36:04
43622         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
43623              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43624              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
43625              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
43626      Branch: perl
43627            ! t/io/openpid.t
43628 ____________________________________________________________________________
43629 [  8382] By: jhi                                   on 2001/01/09  21:06:08
43630         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
43631              Should finish up the bug id 20001205.022.
43632      Branch: perl
43633            ! pp.c pp_hot.c scope.c
43634 ____________________________________________________________________________
43635 [  8381] By: jhi                                   on 2001/01/09  18:27:43
43636         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
43637              From: Andy Dougherty <doughera@lafayette.edu>
43638              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
43639              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
43640              
43641              More robust yacc/bison error detection.
43642      Branch: perl
43643            ! t/comp/proto.t
43644 ____________________________________________________________________________
43645 [  8380] By: jhi                                   on 2001/01/09  15:21:38
43646         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
43647              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43648              Date:     Tue, 9 Jan 2001 07:53:55 EST
43649              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
43650      Branch: perl
43651            ! t/op/misc.t vms/test.com
43652 ____________________________________________________________________________
43653 [  8379] By: jhi                                   on 2001/01/09  15:20:38
43654         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
43655              From: jhi@cc.hut.fi
43656              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
43657              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
43658              
43659              The #8378 fixed this.
43660      Branch: perl
43661            ! t/op/tr.t
43662 ____________________________________________________________________________
43663 [  8378] By: jhi                                   on 2001/01/09  15:05:32
43664         Log: Subject: One more patch for UTF8 
43665              From: Inaba Hiroto <inaba@st.rim.or.jp>
43666              Date: Tue, 09 Jan 2001 01:04:32 +0900
43667              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
43668              
43669              UTF-8 fixes for 'x' and tr///.
43670      Branch: perl
43671            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
43672            ! regcomp.c regexec.c toke.c utf8.c
43673 ____________________________________________________________________________
43674 [  8377] By: jhi                                   on 2001/01/09  14:32:17
43675         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
43676      Branch: perl
43677            ! t/op/length.t
43678 ____________________________________________________________________________
43679 [  8376] By: jhi                                   on 2001/01/09  04:32:32
43680         Log: integrate changes #7775, #8316, #8316 from mainline
43681      Branch: maint-5.6/perl
43682            ! hints/solaris_2.sh
43683 ____________________________________________________________________________
43684 [  8375] By: jhi                                   on 2001/01/09  04:26:43
43685         Log: Update Changes.
43686      Branch: perl
43687            ! Changes patchlevel.h
43688 ____________________________________________________________________________
43689 [  8374] By: jhi                                   on 2001/01/09  04:14:32
43690         Log: IDE/editor section tweaking.
43691      Branch: perl
43692            ! pod/perlfaq3.pod
43693 ____________________________________________________________________________
43694 [  8373] By: jhi                                   on 2001/01/09  02:38:26
43695         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
43696              From: Peter Prymmer <pvhp@forte.com>
43697              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
43698              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
43699              
43700              In preparation os OS/390 dynamic loading.
43701      Branch: perl
43702            ! README.os390 hints/os390.sh
43703 ____________________________________________________________________________
43704 [  8372] By: jhi                                   on 2001/01/09  00:24:30
43705         Log: Integrate with perlio.
43706      Branch: perl
43707           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
43708 ____________________________________________________________________________
43709 [  8371] By: nick                                  on 2001/01/08  23:54:33
43710         Log: Fix "scalars leaked" bugs caused by overload magic
43711              (Highlighted by Ilya's DESTROY optimization.)
43712      Branch: perlio
43713            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
43714 ____________________________________________________________________________
43715 [  8370] By: nick                                  on 2001/01/08  20:19:41
43716         Log: Integrate mainline
43717      Branch: perlio
43718           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
43719           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
43720           !> t/op/64bitint.t
43721 ____________________________________________________________________________
43722 [  8369] By: jhi                                   on 2001/01/08  17:30:52
43723         Log: save_delete() Safefree() doesn't (anymore?) work with shared
43724              strings, one test failure in op/misc and almost all of lib/b.
43725              (Outcomments #8369.)
43726      Branch: perl
43727            ! scope.c
43728 ____________________________________________________________________________
43729 [  8368] By: jhi                                   on 2001/01/08  14:47:10
43730         Log: (Outcommented by #8369.)
43731              
43732              Subject: Re: Perl BugID 20001205.022 ---- save_delete
43733              From: Simon Cozens <simon@cozens.net>
43734              Date: Sat, 6 Jan 2001 11:48:40 +0000
43735              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
43736              
43737              The save_delete() does need the Safefree.
43738      Branch: perl
43739            ! scope.c
43740 ____________________________________________________________________________
43741 [  8367] By: bailey                                on 2001/01/08  08:53:52
43742         Log: Once again syncing after too long an absence
43743      Branch: vmsperl
43744           +> (branch 55 files)
43745            - MAINTAIN fix_pl vos/config.def vos/config.h
43746            - vos/config_h.SH_orig
43747           !> (integrate 498 files)
43748 ____________________________________________________________________________
43749 [  8366] By: jhi                                   on 2001/01/08  02:42:59
43750         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
43751              From: nick@ccl4.org
43752              Date: Sun, 7 Jan 2001 21:07:18 +0000
43753              Message-Id: <20010107210717.D1048@plum.flirble.org>
43754      Branch: perl
43755            ! sv.c t/op/64bitint.t
43756 ____________________________________________________________________________
43757 [  8365] By: jhi                                   on 2001/01/08  02:35:16
43758         Log: Subject: [PATCH] environ nit
43759              From: Simon Cozens <simon@cozens.net>
43760              Date: Sun, 7 Jan 2001 17:57:07 +0000
43761              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
43762              
43763              Use environ only if we have it.
43764      Branch: perl
43765            ! mg.c
43766 ____________________________________________________________________________
43767 [  8364] By: jhi                                   on 2001/01/08  02:24:51
43768         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
43769      Branch: perl
43770            ! ext/GDBM_File/GDBM_File.xs
43771 ____________________________________________________________________________
43772 [  8363] By: jhi                                   on 2001/01/08  02:19:24
43773         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
43774              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43775              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
43776              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
43777      Branch: perl
43778            ! dump.c op.c
43779 ____________________________________________________________________________
43780 [  8362] By: jhi                                   on 2001/01/08  02:17:43
43781         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
43782              From: Doug MacEachern <dougm@covalent.net>
43783              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
43784              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
43785              
43786              Allow AUTOLOAD to be an xsub and allow such xsubs
43787              to avoid use of $AUTOLOAD.
43788      Branch: perl
43789            ! gv.c
43790 ____________________________________________________________________________
43791 [  8361] By: jhi                                   on 2001/01/08  02:16:07
43792         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
43793              From: Radu Greab <radu@netsoft.ro>
43794              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
43795              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
43796              
43797              No need for the potentially unportable $SIG{CHLD}.
43798      Branch: perl
43799            ! t/io/pipe.t
43800 ____________________________________________________________________________
43801 [  8360] By: jhi                                   on 2001/01/08  01:58:23
43802         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
43803      Branch: perl
43804            ! lib/Getopt/Long.pm
43805 ____________________________________________________________________________
43806 [  8359] By: jhi                                   on 2001/01/08  01:55:44
43807         Log: Integrate perlio.
43808      Branch: perl
43809           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
43810           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
43811           !> utf8.c win32/Makefile
43812 ____________________________________________________________________________
43813 [  8358] By: jhi                                   on 2001/01/07  21:16:50
43814         Log: Update the EPOC cross SDK URL.
43815      Branch: perl
43816            ! README.epoc
43817 ____________________________________________________________________________
43818 [  8357] By: jhi                                   on 2001/01/07  21:16:09
43819         Log: Update the EPOC cross SDK URL.
43820      Branch: maint-5.6/perl
43821            ! README.epoc
43822 ____________________________________________________________________________
43823 [  8356] By: nick                                  on 2001/01/06  21:47:52
43824         Log: FILE * in XS code for PerlIO world:
43825              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
43826              - Add FILE * T_STDIO typemap.
43827              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
43828      Branch: perlio
43829            ! lib/ExtUtils/typemap perlio.c perlio.h
43830 ____________________________________________________________________________
43831 [  8355] By: jhi                                   on 2001/01/06  20:27:15
43832         Log: integrate change #8336 from mainline
43833              
43834              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
43835      Branch: maint-5.6/perl
43836            ! hv.c
43837 ____________________________________________________________________________
43838 [  8354] By: jhi                                   on 2001/01/06  20:24:29
43839         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
43840              From: Robin Barker <rmb1@cise.npl.co.uk>
43841              Date: Fri, 22 Dec 2000 12:17:38 GMT
43842              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
43843              
43844              The patch reformats some long =item lines so they give
43845              correct output via pod2man | nroff -man
43846              
43847              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
43848              From: Robin Barker <rmb1@cise.npl.co.uk>
43849              Date: Tue, 2 Jan 2001 15:35:03 GMT
43850              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
43851              
43852              Here is a _further_ patch which corrects a few more errors:
43853              * an empty C<=item> in CPAN.pm
43854              * patching the wrong file (pod/perlamiga.pod not README.amiga)
43855              * leaving empty C<=item>s which formatted incorrectly
43856              * over long C<=item>s revealed by latest patch to Pod::Man
43857      Branch: maint-5.6/perl
43858            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
43859            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
43860            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
43861            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
43862            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
43863            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
43864 ____________________________________________________________________________
43865 [  8353] By: jhi                                   on 2001/01/06  20:21:10
43866         Log: integrate changes #7980, 8056, 8057 from mainline
43867              
43868              UTF-8 hash keys.
43869      Branch: maint-5.6/perl
43870            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
43871 ____________________________________________________________________________
43872 [  8352] By: jhi                                   on 2001/01/06  20:18:44
43873         Log: Forgotten from #8438.
43874      Branch: maint-5.6/perl
43875            ! epoc/epocish.h
43876 ____________________________________________________________________________
43877 [  8351] By: jhi                                   on 2001/01/06  20:18:12
43878         Log: Forgotten from #8347.
43879      Branch: maint-5.6/perl
43880            ! config_h.SH
43881 ____________________________________________________________________________
43882 [  8350] By: jhi                                   on 2001/01/06  20:00:19
43883         Log: Thinko in #8347.
43884      Branch: maint-5.6/perl
43885            ! regcomp.c
43886 ____________________________________________________________________________
43887 [  8349] By: jhi                                   on 2001/01/06  18:05:30
43888         Log: Copy the FAQ3 IDE section from the development branch,
43889              changes originally by Peter Prymmer.
43890      Branch: maint-5.6/perl
43891            ! pod/perlfaq3.pod
43892 ____________________________________________________________________________
43893 [  8348] By: jhi                                   on 2001/01/06  18:03:02
43894         Log: EPOC updates for TRIAL1.
43895              
43896              Subject: [5.6.1 trial1] EPOC update
43897              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43898              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
43899              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
43900              
43901              Subject: epoc patch2 for perl-5.6.1-trial1
43902              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43903              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
43904              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
43905      Branch: maint-5.6/perl
43906            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
43907            ! epoc/epocish.c
43908 ____________________________________________________________________________
43909 [  8347] By: jhi                                   on 2001/01/06  17:29:10
43910         Log: integrate changes #7710,7824,7973 from mainline,
43911              plus VMS nits from Peter Prymmer and Dan Sugalski.
43912              
43913              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
43914              library (getprotobyname and getprotobynumber are outversioned by
43915              the same calls in libc, at least for xlc version 3.
43916              
43917              Add HAS_SBRK_PROTO.
43918              
43919              Fixes for signedness warnings noticed by VMSperlers.
43920      Branch: maint-5.6/perl
43921            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43922            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
43923            ! sv.c vms/descrip_mms.template vos/config.alpha.def
43924            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43925            ! win32/config.bc win32/config.gc win32/config.vc
43926 ____________________________________________________________________________
43927 [  8346] By: nick                                  on 2001/01/06  14:36:01
43928         Log: Fixup accumulated integrate muddles (perlio == devperl again)
43929      Branch: perlio
43930            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
43931 ____________________________________________________________________________
43932 [  8345] By: nick                                  on 2001/01/06  14:24:58
43933         Log: Integrate mainline
43934      Branch: perlio
43935           !> (integrate 55 files)
43936 ____________________________________________________________________________
43937 [  8344] By: jhi                                   on 2001/01/06  02:24:02
43938         Log: Subject: [patch] PerlIO_cleanup() prototype
43939              From: Doug MacEachern <dougm@covalent.net>
43940              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
43941              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
43942      Branch: perl
43943            ! perlio.h
43944 ____________________________________________________________________________
43945 [  8343] By: jhi                                   on 2001/01/06  01:04:09
43946         Log: IRIX compiler noticed that the bof initialization might be
43947              bypassed by control flow.
43948      Branch: perl
43949            ! toke.c
43950 ____________________________________________________________________________
43951 [  8342] By: jhi                                   on 2001/01/06  00:10:48
43952         Log: Update Changes.
43953      Branch: perl
43954            ! Changes patchlevel.h
43955 ____________________________________________________________________________
43956 [  8341] By: jhi                                   on 2001/01/05  23:52:33
43957         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
43958      Branch: perl
43959            ! toke.c
43960 ____________________________________________________________________________
43961 [  8340] By: jhi                                   on 2001/01/05  22:44:08
43962         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
43963              From: Radu Greab <radu@netsoft.ro>
43964              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
43965              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
43966      Branch: perl
43967            ! t/io/pipe.t util.c
43968 ____________________________________________________________________________
43969 [  8339] By: jhi                                   on 2001/01/05  22:35:17
43970         Log: Subject: [PATCH] format and rewording in perlfaq.pod
43971              From: Robin Barker <rmb1@cise.npl.co.uk>
43972              Date: Fri, 5 Jan 2001 18:51:20 GMT
43973              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
43974      Branch: perl
43975            ! pod/perlfaq.pod
43976 ____________________________________________________________________________
43977 [  8338] By: jhi                                   on 2001/01/05  22:31:17
43978         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
43979              From: Peter Prymmer <pvhp@forte.com>
43980              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
43981              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
43982      Branch: perl
43983            ! utils/perlbug.PL
43984 ____________________________________________________________________________
43985 [  8337] By: jhi                                   on 2001/01/05  18:15:11
43986         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
43987              From: Robin Barker <rmb1@cise.npl.co.uk>
43988              Date: Tue, 2 Jan 2001 15:24:07 GMT
43989              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
43990              
43991              If you call configure as C<./Configure> or C<sh ./Configure>,
43992              $src is set to the absolute path name, not '.'.
43993              
43994              This, in turn, means -Dmksymlink tries to do its stuff because
43995              it does not think it is in the src directory.
43996              
43997              (plus a metaconfig nitfix)
43998      Branch: metaconfig
43999            ! U/compline/ccflags.U U/modified/src.U
44000      Branch: perl
44001            ! Configure config_h.SH
44002 ____________________________________________________________________________
44003 [  8336] By: jhi                                   on 2001/01/05  17:48:32
44004         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
44005              From: Alan Burlison <Alan.Burlison@uk.sun.com>
44006              Message-ID: <3A5606C4.473D2226@uk.sun.com>
44007              Date: Fri, 05 Jan 2001 17:39:16 +0000
44008      Branch: perl
44009            ! hv.c
44010 ____________________________________________________________________________
44011 [  8335] By: jhi                                   on 2001/01/05  16:05:44
44012         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
44013      Branch: perl
44014            ! lib/Getopt/Long.pm
44015 ____________________________________________________________________________
44016 [  8334] By: jhi                                   on 2001/01/05  16:00:51
44017         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
44018              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
44019              Date: Fri, 05 Jan 2001 13:46:51 +0100
44020              Message-ID: <13693.978698811@nice.ram.loc>
44021              
44022              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
44023              accurate reading of the "atime".  
44024      Branch: perl
44025            ! t/io/fs.t
44026 ____________________________________________________________________________
44027 [  8333] By: jhi                                   on 2001/01/05  15:57:37
44028         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
44029              From: Simon Cozens <simon@cozens.net>
44030              Date: Fri, 8 Dec 2000 13:33:31 +0000
44031              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
44032              
44033              A lost patch fragment.
44034      Branch: perl
44035            ! doop.c
44036 ____________________________________________________________________________
44037 [  8332] By: jhi                                   on 2001/01/05  15:40:42
44038         Log: Do away with strncpy() and a fixed length buffer.
44039      Branch: perl
44040            ! utf8.c
44041 ____________________________________________________________________________
44042 [  8331] By: jhi                                   on 2001/01/05  15:03:07
44043         Log: Tests for #8329 and #8330.
44044      Branch: perl
44045            ! t/op/bop.t
44046 ____________________________________________________________________________
44047 [  8330] By: jhi                                   on 2001/01/05  15:02:38
44048         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
44049              raw 8-bit form to the UTF-8 string.
44050      Branch: perl
44051            ! toke.c
44052 ____________________________________________________________________________
44053 [  8329] By: jhi                                   on 2001/01/05  14:55:13
44054         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
44055              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44056              Date: Fri, 5 Jan 2001 12:28:52 +0100
44057              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
44058              
44059              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
44060              no effect.  (changed the strncpy() to Copy())
44061      Branch: perl
44062            ! toke.c
44063 ____________________________________________________________________________
44064 [  8328] By: jhi                                   on 2001/01/05  06:44:27
44065         Log: UTF-8 cleanup.
44066      Branch: perl
44067            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
44068            ! regexec.c sv.c toke.c
44069 ____________________________________________________________________________
44070 [  8327] By: jhi                                   on 2001/01/05  01:11:29
44071         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')
44072              From: Radu Greab <radu@netsoft.ro>
44073              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
44074              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
44075              
44076              Cleans up Harness to not use FileHandle, which uses IO.
44077      Branch: perl
44078            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44079 ____________________________________________________________________________
44080 [  8326] By: jhi                                   on 2001/01/05  00:56:37
44081         Log: Update Changes.
44082      Branch: perl
44083            ! Changes patchlevel.h
44084 ____________________________________________________________________________
44085 [  8325] By: jhi                                   on 2001/01/05  00:53:18
44086         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
44087              From: Peter Prymmer <pvhp@forte.com>
44088              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
44089              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
44090              
44091              plus a couple more tailing whitespace removals.
44092      Branch: perl
44093            ! win32/Makefile
44094 ____________________________________________________________________________
44095 [  8324] By: jhi                                   on 2001/01/05  00:47:39
44096         Log: Add some Unicode chop() tests.
44097      Branch: perl
44098            ! t/op/chop.t
44099 ____________________________________________________________________________
44100 [  8323] By: jhi                                   on 2001/01/05  00:47:23
44101         Log: Unify UTF-8 malformedness handling.
44102      Branch: perl
44103            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
44104 ____________________________________________________________________________
44105 [  8322] By: jhi                                   on 2001/01/04  22:21:54
44106         Log: The new $issymlink was unknown to Mksymlinks.
44107      Branch: metaconfig/U/perl
44108            ! Mksymlinks.U issymlink.U
44109      Branch: perl
44110            ! Configure config_h.SH
44111 ____________________________________________________________________________
44112 [  8321] By: jhi                                   on 2001/01/04  21:51:05
44113         Log: The test didn't work under the core test framework.
44114      Branch: perl
44115            ! t/lib/st-lock.t
44116 ____________________________________________________________________________
44117 [  8320] By: jhi                                   on 2001/01/04  21:14:22
44118         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
44119      Branch: perl
44120            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
44121 ____________________________________________________________________________
44122 [  8319] By: jhi                                   on 2001/01/04  20:46:17
44123         Log: Typo in #8312 when manually appying a problematic patch fragment.
44124      Branch: perl
44125            ! ext/Storable/Storable.xs
44126 ____________________________________________________________________________
44127 [  8318] By: jhi                                   on 2001/01/04  20:43:01
44128         Log: The $sh_c didn't fly.
44129      Branch: metaconfig
44130            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
44131            ! U/modified/Loc.U U/modified/myhostname.U
44132            ! U/modified/spitshell.U
44133      Branch: metaconfig/U/perl
44134            ! issymlink.U
44135      Branch: perl
44136            ! Configure config_h.SH
44137 ____________________________________________________________________________
44138 [  8317] By: jhi                                   on 2001/01/04  19:58:01
44139         Log: AIX builtin test -h is broken, changes based on
44140              
44141              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
44142              Date: Tue, 02 Jan 2001 11:24:39 +0100
44143              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44144              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
44145      Branch: metaconfig
44146            + U/modified/spitshell.U
44147            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
44148            ! U/modified/Loc.U U/modified/myhostname.U
44149      Branch: metaconfig/U/perl
44150            ! Mksymlinks.U issymlink.U
44151      Branch: perl
44152            ! Configure
44153 ____________________________________________________________________________
44154 [  8316] By: jhi                                   on 2001/01/04  19:02:22
44155         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
44156              From: Andy Dougherty <doughera@lafayette.edu>
44157              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
44158              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
44159              
44160              Beware of GNU ld.
44161      Branch: perl
44162            ! hints/solaris_2.sh
44163 ____________________________________________________________________________
44164 [  8315] By: jhi                                   on 2001/01/04  18:56:48
44165         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
44166              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
44167              Date: Wed, 3 Jan 2001 07:58:51 +0100
44168              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
44169      Branch: perl
44170            ! hints/solaris_2.sh
44171 ____________________________________________________________________________
44172 [  8314] By: jhi                                   on 2001/01/04  18:54:07
44173         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
44174              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44175              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
44176              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
44177              
44178              Doc tweak on #8313.
44179      Branch: perl
44180            ! ext/B/B/Deparse.pm
44181 ____________________________________________________________________________
44182 [  8313] By: jhi                                   on 2001/01/04  18:52:27
44183         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
44184              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
44185              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44186              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
44187              
44188              Make the peephole optimizer to bypass more null ops and
44189              and rewrite the deparse handling of continue blocks.
44190      Branch: perl
44191            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
44192 ____________________________________________________________________________
44193 [  8312] By: jhi                                   on 2001/01/04  18:47:39
44194         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
44195      Branch: perl
44196            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
44197            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
44198            ! t/lib/st-lock.t
44199 ____________________________________________________________________________
44200 [  8311] By: jhi                                   on 2001/01/04  18:36:08
44201         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
44202              filter to be run on each .pm during the pm_to_blib() phase,
44203              a fixed version of
44204              
44205              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
44206              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
44207              Date: Wed, 03 Jan 2001 22:01:30 +0100
44208              Message-ID: <5296.978555690@nice.ram.loc>
44209      Branch: perl
44210            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
44211            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
44212            ! lib/ExtUtils/MakeMaker.pm
44213 ____________________________________________________________________________
44214 [  8310] By: jhi                                   on 2001/01/04  18:32:54
44215         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
44216              From: Robin Barker <rmb1@cise.npl.co.uk>
44217              Date: Tue, 2 Jan 2001 15:35:03 GMT
44218              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
44219      Branch: perl
44220            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
44221            ! pod/perlrequick.pod
44222 ____________________________________________________________________________
44223 [  8309] By: jhi                                   on 2001/01/04  18:29:07
44224         Log: Subject: Re: [patch] static-ize XS()
44225              From: Doug MacEachern <dougm@covalent.net>
44226              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
44227              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
44228              
44229              Provide prototypes for the XS functions.
44230      Branch: perl
44231            ! lib/ExtUtils/xsubpp
44232 ____________________________________________________________________________
44233 [  8308] By: jhi                                   on 2001/01/04  18:27:44
44234         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
44235              From: Doug MacEachern <dougm@covalent.net>
44236              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
44237              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
44238      Branch: perl
44239            ! lib/ExtUtils/typemap
44240 ____________________________________________________________________________
44241 [  8307] By: jhi                                   on 2001/01/04  18:25:25
44242         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
44243              From: Doug MacEachern <dougm@covalent.net>
44244              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
44245              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
44246              
44247              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
44248      Branch: perl
44249            ! lib/ExtUtils/MM_Unix.pm
44250 ____________________________________________________________________________
44251 [  8306] By: jhi                                   on 2001/01/04  18:23:00
44252         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
44253              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44254              Date: Thu, 4 Jan 2001 12:47:10 +0100 
44255              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
44256              
44257              The toke.c part only, patching embed.h and proto.h is futile.
44258      Branch: perl
44259            ! toke.c
44260 ____________________________________________________________________________
44261 [  8305] By: jhi                                   on 2001/01/04  18:05:51
44262         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
44263              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44264              Date: Thu, 4 Jan 2001 17:50:12 +0100 
44265              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
44266      Branch: perl
44267            ! toke.c
44268 ____________________________________________________________________________
44269 [  8304] By: jhi                                   on 2001/01/04  18:03:26
44270         Log: Subject: [PATCH perl@8269]
44271              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44272              Date: Thu, 4 Jan 2001 12:53:39 +0100 
44273              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
44274              
44275              If running byacc write-enable also perly.h.
44276      Branch: perl
44277            ! Makefile.SH
44278 ____________________________________________________________________________
44279 [  8303] By: jhi                                   on 2001/01/04  15:40:49
44280         Log: Rewrite pp_concat() in terms of sv_catsv().
44281      Branch: perl
44282            ! pp_hot.c
44283 ____________________________________________________________________________
44284 [  8302] By: nick                                  on 2001/01/03  22:43:22
44285         Log: Integrate mainline.
44286      Branch: perlio
44287           !> ext/Encode/Encode.xs sv.c utf8.c
44288 ____________________________________________________________________________
44289 [  8301] By: jhi                                   on 2001/01/02  23:40:26
44290         Log: Variable naming tweak.
44291      Branch: perl
44292            ! sv.c
44293 ____________________________________________________________________________
44294 [  8300] By: jhi                                   on 2001/01/02  23:40:02
44295         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
44296              in is_utf8_string().
44297      Branch: perl
44298            ! utf8.c
44299 ____________________________________________________________________________
44300 [  8299] By: jhi                                   on 2001/01/02  22:14:40
44301         Log: Integrate perlio.
44302      Branch: perl
44303           !> pp.c pp_hot.c win32/Makefile
44304 ____________________________________________________________________________
44305 [  8298] By: nick                                  on 2001/01/02  22:03:06
44306         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
44307      Branch: perlio
44308            ! pp.c pp_hot.c
44309 ____________________________________________________________________________
44310 [  8297] By: jhi                                   on 2001/01/02  04:26:28
44311         Log: Signedness nit.
44312      Branch: perl
44313            ! ext/Encode/Encode.xs
44314 ____________________________________________________________________________
44315 [  8296] By: nick                                  on 2001/01/01  23:49:36
44316         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
44317      Branch: perlio
44318            ! win32/Makefile
44319 ____________________________________________________________________________
44320 [  8295] By: jhi                                   on 2001/01/01  23:05:48
44321         Log: Integrate perlio.
44322      Branch: perl
44323           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
44324           !> t/lib/encode.t
44325 ____________________________________________________________________________
44326 [  8294] By: nick                                  on 2001/01/01  22:48:34
44327         Log: Integrate mainline
44328      Branch: perlio
44329            ! pp_hot.c t/lib/encode.t
44330           !> (integrate 65 files)
44331 ____________________________________________________________________________
44332 [  8293] By: nick                                  on 2001/01/01  21:58:50
44333         Log: More rigor in UTF-8-ness of Encode's toUnicode
44334              XS export some of the utf8 internal functions.
44335              Test some of the functions.
44336              Fix pp_concat() bug shown by said tests.
44337      Branch: perlio
44338            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
44339            ! t/lib/encode.t
44340 ____________________________________________________________________________
44341 [  8292] By: jhi                                   on 2001/01/01  18:11:44
44342         Log: Integrate perlio.
44343      Branch: perl
44344           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
44345           !> ext/Encode/encengine.c ext/Encode/encode.h
44346 ____________________________________________________________________________
44347 [  8291] By: jhi                                   on 2001/01/01  18:10:58
44348         Log: Podify README.mpeix (a new version from the web),
44349              add a dummy NAME to Carp::Heavy, regen toc.
44350      Branch: perl
44351            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
44352            ! pod/perltoc.pod
44353 ____________________________________________________________________________
44354 [  8290] By: nick                                  on 2001/01/01  17:43:47
44355         Log: Loose the "Loading..." warning.
44356              Another bug in fallback support
44357      Branch: perlio
44358            ! ext/Encode/Encode.pm ext/Encode/encengine.c
44359 ____________________________________________________________________________
44360 [  8289] By: jhi                                   on 2001/01/01  00:01:57
44361         Log: Bump up Larry's copyright.
44362      Branch: perl
44363            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
44364            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
44365            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
44366            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
44367            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
44368            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
44369            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
44370            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
44371 ____________________________________________________________________________
44372 [  8288] By: nick                                  on 2000/12/31  21:27:53
44373         Log: Fix .ucm reading - forgot a chr()
44374              Start of .ucm write (for .enc to .ucm)
44375      Branch: perlio
44376            ! ext/Encode/compile
44377 ____________________________________________________________________________
44378 [  8287] By: jhi                                   on 2000/12/31  18:15:56
44379         Log: Comment away a diagnostic message as noted by Craig A. Berry
44380              (the unexpected message was confusing testing)
44381      Branch: perl
44382            ! ext/Encode/Encode.pm
44383 ____________________________________________________________________________
44384 [  8286] By: jhi                                   on 2000/12/31  18:14:51
44385         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
44386              Date: Sun, 31 Dec 2000 11:17:37 -0600
44387              From: "Craig A. Berry" <craigberry@mac.com>
44388              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
44389      Branch: perl
44390            ! ext/Encode/Makefile.PL
44391 ____________________________________________________________________________
44392 [  8285] By: nick                                  on 2000/12/31  18:11:54
44393         Log: Start of support of ICU-style .ucm files:
44394              - teach compile how to read a .ucm file
44395              - first guess at how to represent fallbacks in "tries".
44396              - use fallbacks if check == 0
44397              - new return code to indicate we used one.
44398      Branch: perlio
44399            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
44400            ! ext/Encode/encengine.c ext/Encode/encode.h
44401 ____________________________________________________________________________
44402 [  8284] By: jhi                                   on 2000/12/31  18:04:41
44403         Log: Pacify picky VMS compiler.
44404              
44405              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
44406              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44407              Date: Sat, 30 Dec 2000 18:10:02 -0600
44408              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
44409      Branch: perl
44410            ! sv.c
44411 ____________________________________________________________________________
44412 [  8283] By: jhi                                   on 2000/12/31  16:11:47
44413         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
44414      Branch: perl
44415            ! t/lib/glob-basic.t
44416 ____________________________________________________________________________
44417 [  8282] By: jhi                                   on 2000/12/31  15:26:11
44418         Log: Integrate perlio.
44419      Branch: perl
44420           !> makedef.pl opcode.pl os2/os2.c perlio.c
44421 ____________________________________________________________________________
44422 [  8281] By: nick                                  on 2000/12/31  10:06:15
44423         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
44424              is available to be exported
44425      Branch: perlio
44426            ! makedef.pl perlio.c
44427 ____________________________________________________________________________
44428 [  8280] By: nick                                  on 2000/12/31  09:41:26
44429         Log: Ilya's OS2 patch (testing for damage on Win32)
44430      Branch: perlio
44431            ! makedef.pl opcode.pl os2/os2.c
44432 ____________________________________________________________________________
44433 [  8279] By: jhi                                   on 2000/12/30  21:52:07
44434         Log: Test nits.
44435      Branch: perl
44436            ! t/lib/syslfs.t t/op/lfs.t
44437 ____________________________________________________________________________
44438 [  8278] By: jhi                                   on 2000/12/30  21:47:49
44439         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
44440              From: andreas.koenig@anima.de (Andreas J. Koenig)
44441              Date: 30 Dec 2000 22:35:37 +0100
44442              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
44443              
44444              The 32-bit wraparound test wasn't quite right.
44445      Branch: perl
44446            ! t/lib/syslfs.t t/op/lfs.t
44447 ____________________________________________________________________________
44448 [  8277] By: jhi                                   on 2000/12/30  21:33:44
44449         Log: Subject: [PATCH] open() example in perlfunc.pod 
44450              From: Karsten Sperling <s_sperli@ira.uka.de>
44451              Date: Sat, 30 Dec 2000 22:27:09 +0100
44452              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
44453      Branch: perl
44454            ! pod/perlfunc.pod
44455 ____________________________________________________________________________
44456 [  8276] By: jhi                                   on 2000/12/30  20:32:40
44457         Log: Not quite that many tests yet.
44458      Branch: perl
44459            ! t/op/pat.t
44460 ____________________________________________________________________________
44461 [  8275] By: jhi                                   on 2000/12/30  20:26:58
44462         Log: Integrate perlio.
44463      Branch: perl
44464           !> toke.c
44465 ____________________________________________________________________________
44466 [  8274] By: jhi                                   on 2000/12/30  20:24:56
44467         Log: Signedness nit.
44468      Branch: perl
44469            ! utf8.c
44470 ____________________________________________________________________________
44471 [  8273] By: jhi                                   on 2000/12/30  20:15:46
44472         Log: Add a test case for 20000731.001 which was fixed by the #8267.
44473      Branch: perl
44474            ! t/op/pat.t
44475 ____________________________________________________________________________
44476 [  8272] By: nick                                  on 2000/12/30  19:47:51
44477         Log: Tweak for MULTIPLICITY/USE_PERLIO
44478      Branch: perlio
44479            ! toke.c
44480 ____________________________________________________________________________
44481 [  8271] By: nick                                  on 2000/12/30  19:46:45
44482         Log: Integrate mainline
44483      Branch: perlio
44484           +> lib/unicode/distinct.pm
44485           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
44486           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
44487           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
44488 ____________________________________________________________________________
44489 [  8270] By: jhi                                   on 2000/12/30  19:39:50
44490         Log: Subject: RE: perl@8269
44491              From: "Richard Soderberg" <rs@crystalflame.net>
44492              Date: Sat, 30 Dec 2000 11:36:27 -0800
44493              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
44494              
44495              A missing aTHX_.
44496      Branch: perl
44497            ! toke.c
44498 ____________________________________________________________________________
44499 [  8269] By: jhi                                   on 2000/12/30  18:55:48
44500         Log: Update Changes.
44501      Branch: perl
44502            ! Changes patchlevel.h
44503 ____________________________________________________________________________
44504 [  8268] By: jhi                                   on 2000/12/30  17:18:40
44505         Log: Add a test for Unicode split //.  The #8267 was the cure.
44506      Branch: perl
44507            ! t/op/split.t
44508 ____________________________________________________________________________
44509 [  8267] By: jhi                                   on 2000/12/30  17:14:19
44510         Log: Subject: more UTF8 test suites and an UTF8 patch
44511              From: Inaba Hiroto <inaba@st.rim.or.jp>
44512              Date: Sat, 30 Dec 2000 14:27:10 +0900
44513              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
44514              
44515              Just the patch part for now, and the pragma renamed
44516              as unicode::distinct.
44517      Branch: perl
44518            + lib/unicode/distinct.pm
44519            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
44520            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
44521            ! regcomp.h regexec.c sv.c toke.c utf8.c
44522 ____________________________________________________________________________
44523 [  8266] By: nick                                  on 2000/12/30  16:40:49
44524         Log: Integrate mainline
44525      Branch: perlio
44526           +> lib/Pod/Text/Overstrike.pm
44527           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
44528           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
44529           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
44530           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
44531           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
44532 ____________________________________________________________________________
44533 [  8265] By: jhi                                   on 2000/12/30  07:28:55
44534         Log: The sv_catsv() fix, take two.
44535      Branch: perl
44536            ! sv.c t/op/join.t
44537 ____________________________________________________________________________
44538 [  8264] By: jhi                                   on 2000/12/30  06:19:18
44539         Log: Undo all the join-related changes since #8248: relevant
44540              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
44541              The new sv_catsv() doesn't fly so it must go back to
44542              the drawing board.
44543      Branch: perl
44544            ! sv.c t/op/join.t t/pragma/utf8.t
44545 ____________________________________________________________________________
44546 [  8263] By: jhi                                   on 2000/12/30  01:08:32
44547         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
44548      Branch: perl
44549            ! sv.c
44550 ____________________________________________________________________________
44551 [  8262] By: jhi                                   on 2000/12/30  00:45:14
44552         Log: Retract #8261.
44553      Branch: perl
44554            ! hv.c util.c
44555 ____________________________________________________________________________
44556 [  8261] By: jhi                                   on 2000/12/30  00:38:32
44557         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
44558      Branch: perl
44559            ! hv.c util.c
44560 ____________________________________________________________________________
44561 [  8260] By: jhi                                   on 2000/12/29  22:51:33
44562         Log: (Retracted by #8264)  More fixing for #8251.
44563      Branch: perl
44564            ! sv.c
44565 ____________________________________________________________________________
44566 [  8259] By: jhi                                   on 2000/12/29  18:27:30
44567         Log: Subject: podlators 1.06 released
44568              From: Russ Allbery <rra@stanford.edu>
44569              Date: 25 Dec 2000 05:09:30 -0800
44570              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
44571      Branch: perl
44572            + lib/Pod/Text/Overstrike.pm
44573            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
44574            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
44575 ____________________________________________________________________________
44576 [  8258] By: jhi                                   on 2000/12/29  18:20:45
44577         Log: Make the large file tests more robust/talkative as suggested by
44578              
44579              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
44580              From: andreas.koenig@anima.de (Andreas J. Koenig)
44581              Date: 29 Dec 2000 14:23:01 +0100
44582              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
44583      Branch: perl
44584            ! t/lib/syslfs.t t/op/lfs.t
44585 ____________________________________________________________________________
44586 [  8257] By: jhi                                   on 2000/12/29  17:48:04
44587         Log: Further VMS piping fixes from Charles Lane:
44588              
44589              In summary, error messages produced when a subprocess terminated
44590              abnormally were being sent not just to the parent process, but to
44591              grandparents, because of default values for error output that were
44592              not completely overridden when the subprocess was started.
44593              
44594              This patch fixes this behavior by defining user-mode (i.e., temporary
44595              for the duration of the program) logical names for SYS$OUTPUT and
44596              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
44597              changes to make it so that the user-mode logicals are the ones that
44598              control where Perl's error messages go if it terminates abnormally.
44599              
44600              I also added some gratuitous fixes to the indentation of braces in
44601              the piping code.  It just looked ugly, before.
44602      Branch: perl
44603            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
44604 ____________________________________________________________________________
44605 [  8256] By: jhi                                   on 2000/12/29  17:45:12
44606         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
44607              From: "Casey R. Tweten" <crt@kiski.net>
44608              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
44609              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
44610              
44611              Tests for for #8240.
44612      Branch: perl
44613            ! t/pragma/constant.t
44614 ____________________________________________________________________________
44615 [  8255] By: jhi                                   on 2000/12/29  17:43:07
44616         Log: Subject: Re: [PATCH] Interesting syntax idea
44617              From: Simon Cozens <simon@cozens.net>
44618              Date: Fri, 29 Dec 2000 14:34:04 +0000
44619              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
44620              
44621              Tests for #8254.
44622      Branch: perl
44623            ! t/pragma/sub_lval.t
44624 ____________________________________________________________________________
44625 [  8254] By: jhi                                   on 2000/12/29  17:42:11
44626         Log: Subject: [PATCH] Interesting syntax idea
44627              From: Simon Cozens <simon@cozens.net>
44628              Date: Wed, 27 Dec 2000 05:08:57 +0000
44629              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
44630              
44631              Make opens + bareword assigns do typeglob assigns.
44632      Branch: perl
44633            ! op.c
44634 ____________________________________________________________________________
44635 [  8253] By: jhi                                   on 2000/12/29  17:36:45
44636         Log: Output the (apparent) version of gcc, as suggested by
44637              
44638              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
44639              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
44640              Date: 26 Dec 2000 04:29:17 -0500
44641              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
44642              
44643              (The patch as such didn't any more apply as the misparsing had
44644              already been addressed in #6474.)  Also change the wording about
44645              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
44646      Branch: perl
44647            ! hints/dec_osf.sh
44648 ____________________________________________________________________________
44649 [  8252] By: nick                                  on 2000/12/29  12:14:31
44650         Log: Integrate mainline
44651      Branch: perlio
44652           !> (integrate 27 files)
44653 ____________________________________________________________________________
44654 [  8251] By: jhi                                   on 2000/12/29  08:45:46
44655         Log: (Retracted by #8264)
44656              
44657              (Fixed by #8260.)
44658              
44659              sv_catsv() needs one more byte space than seems reasonable.
44660              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
44661              Curiouser and curiouser.
44662      Branch: perl
44663            ! sv.c
44664 ____________________________________________________________________________
44665 [  8250] By: jhi                                   on 2000/12/29  07:57:52
44666         Log: More split // UTF-8 tests.
44667      Branch: perl
44668            ! t/pragma/utf8.t
44669 ____________________________________________________________________________
44670 [  8249] By: jhi                                   on 2000/12/29  07:54:51
44671         Log: (Retracted by #8264)  More join() testing which was good because
44672              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
44673      Branch: perl
44674            ! pp.c t/op/join.t utf8.c utf8.h
44675 ____________________________________________________________________________
44676 [  8248] By: jhi                                   on 2000/12/29  07:08:32
44677         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
44678              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
44679              that the only cases to care about are byte+byte and byte+character.
44680              
44681              TODO: See how well pp_concat() could be implemented in terms
44682              of sv_catsv().
44683      Branch: perl
44684            ! doop.c sv.c t/op/join.t utf8.h
44685 ____________________________________________________________________________
44686 [  8247] By: jhi                                   on 2000/12/29  06:35:23
44687         Log: Signedness nit.
44688      Branch: perl
44689            ! pp_hot.c
44690 ____________________________________________________________________________
44691 [  8246] By: jhi                                   on 2000/12/29  01:23:31
44692         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
44693              From: Lupe Christoph <lupe@lupe-christoph.de>
44694              Date: Thu, 28 Dec 2000 23:00:00 +0100
44695              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
44696              
44697              Suggest rsync --delete --dry-run.
44698      Branch: perl
44699            ! pod/perlhack.pod
44700 ____________________________________________________________________________
44701 [  8245] By: jhi                                   on 2000/12/28  23:57:05
44702         Log: The maxiters upper limit sanity check (guarding against
44703              non-progress) assumed bytes instead of characters in s///
44704              and split().
44705      Branch: perl
44706            ! pp.c pp_hot.c
44707 ____________________________________________________________________________
44708 [  8244] By: jhi                                   on 2000/12/28  23:34:08
44709         Log: Make some panic messages a bit more logical.
44710      Branch: perl
44711            ! doop.c pod/perldiag.pod pp.c pp_hot.c
44712 ____________________________________________________________________________
44713 [  8243] By: jhi                                   on 2000/12/28  22:59:16
44714         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
44715              From: Simon Cozens <simon@cozens.net>
44716              Date: Wed, 27 Dec 2000 02:30:03 +0000
44717              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
44718      Branch: perl
44719            ! pp.c t/pragma/sub_lval.t
44720 ____________________________________________________________________________
44721 [  8242] By: jhi                                   on 2000/12/28  22:56:53
44722         Log: Subject: [PATCH blead] Fix B::Terse indentation
44723              From: Daniel Chetlin <daniel@chetlin.com>
44724              Date: Wed, 27 Dec 2000 06:43:30 -0800
44725              Message-ID: <20001227064329.B9573@darkstar>
44726      Branch: perl
44727            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
44728 ____________________________________________________________________________
44729 [  8241] By: jhi                                   on 2000/12/28  22:48:59
44730         Log: The latter patch from the
44731              
44732              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
44733              From: Peter Prymmer <pvhp@forte.com> 
44734              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
44735              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
44736              
44737              (the former patch from the above should have been
44738              taken care of by Nick I-S)
44739      Branch: perl
44740            ! win32/Makefile
44741 ____________________________________________________________________________
44742 [  8240] By: jhi                                   on 2000/12/28  22:45:22
44743         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
44744              From: "Casey R. Tweten" <crt@kiski.net>
44745              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
44746              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
44747      Branch: perl
44748            ! lib/constant.pm
44749 ____________________________________________________________________________
44750 [  8239] By: jhi                                   on 2000/12/28  22:37:45
44751         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
44752              From: Simon Cozens <simon@cozens.net>
44753              Date: Wed, 27 Dec 2000 14:12:44 +0000
44754              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
44755      Branch: perl
44756            ! t/op/method.t t/op/sort.t toke.c
44757 ____________________________________________________________________________
44758 [  8238] By: jhi                                   on 2000/12/28  22:30:32
44759         Log: Subject: [PATCH perl@8229] Call.pm
44760              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
44761              Date: Mon, 25 Dec 2000 10:47:15 -0000
44762              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
44763      Branch: perl
44764            ! ext/Filter/Util/Call/Call.pm
44765 ____________________________________________________________________________
44766 [  8237] By: jhi                                   on 2000/12/28  22:19:21
44767         Log: Subject: [PATCH blead] Fix problem with `&' prototype
44768              From: Daniel Chetlin <daniel@chetlin.com>
44769              Date: Wed, 27 Dec 2000 15:55:32 -0800
44770              Message-ID: <20001227155532.D9573@darkstar>
44771      Branch: perl
44772            ! op.c t/comp/proto.t
44773 ____________________________________________________________________________
44774 [  8236] By: jhi                                   on 2000/12/28  22:09:25
44775         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
44776              From: Daniel Chetlin <daniel@chetlin.com>
44777              Date: Sun, 24 Dec 2000 04:09:49 -0800
44778              Message-ID: <20001224040949.B3090@darkstar>
44779      Branch: perl
44780            ! gv.c mg.c t/op/attrs.t
44781 ____________________________________________________________________________
44782 [  8235] By: jhi                                   on 2000/12/28  22:07:11
44783         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
44784              From: Jan Dubois <jand@ActiveState.com>
44785              Date: Tue, 26 Dec 2000 20:57:31 -0800
44786              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
44787      Branch: perl
44788            ! win32/win32.c
44789 ____________________________________________________________________________
44790 [  8234] By: jhi                                   on 2000/12/28  21:52:42
44791         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
44792              From: Simon Cozens <simon@cozens.net>
44793              Date: Thu, 28 Dec 2000 20:33:13 +0000
44794              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
44795      Branch: perl
44796            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
44797 ____________________________________________________________________________
44798 [  8233] By: jhi                                   on 2000/12/28  19:40:49
44799         Log: Integrate perlio.
44800      Branch: perl
44801           !> ext/Encode/Makefile.PL ext/Encode/compile
44802 ____________________________________________________________________________
44803 [  8232] By: nick                                  on 2000/12/23  16:06:00
44804         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
44805              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
44806      Branch: perlio
44807            ! ext/Encode/Makefile.PL
44808 ____________________________________________________________________________
44809 [  8231] By: nick                                  on 2000/12/23  14:30:34
44810         Log: "Compiled" encode build cleanup
44811              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
44812              - .c files do not export sub-tables
44813      Branch: perlio
44814            ! ext/Encode/Makefile.PL ext/Encode/compile
44815 ____________________________________________________________________________
44816 [  8230] By: nick                                  on 2000/12/23  12:50:37
44817         Log: Integrate mainline
44818      Branch: perlio
44819           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
44820           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
44821           !> pod/perl5004delta.pod pod/perl5005delta.pod
44822           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
44823           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
44824           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
44825           !> pod/perlsub.pod
44826 ____________________________________________________________________________
44827 [  8229] By: jhi                                   on 2000/12/22  15:32:12
44828         Log: Integrate perlio.
44829      Branch: perl
44830           +> win32/distclean.bat
44831           !> MANIFEST t/io/utf8.t
44832 ____________________________________________________________________________
44833 [  8228] By: jhi                                   on 2000/12/22  15:29:40
44834         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
44835              From: Robin Barker <rmb1@cise.npl.co.uk>
44836              Date: Fri, 22 Dec 2000 12:17:38 GMT
44837              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
44838      Branch: perl
44839            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
44840            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
44841            ! pod/perl5004delta.pod pod/perl5005delta.pod
44842            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
44843            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
44844            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
44845            ! pod/perlsub.pod
44846 ____________________________________________________________________________
44847 [  8227] By: jhi                                   on 2000/12/22  15:24:28
44848         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
44849              From: "John L. Allen" <allen@grumman.com>
44850              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
44851              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
44852              
44853              Document APPLLIB_EXP.
44854      Branch: perl
44855            ! INSTALL
44856 ____________________________________________________________________________
44857 [  8226] By: nick                                  on 2000/12/21  22:11:50
44858         Log: Handy script for when one forgets to "dmake clean" 
44859      Branch: perlio
44860            + win32/distclean.bat
44861            ! MANIFEST
44862 ____________________________________________________________________________
44863 [  8225] By: nick                                  on 2000/12/21  21:54:04
44864         Log: CRLF platform issue with io/utf8 fix.
44865      Branch: perlio
44866            ! t/io/utf8.t
44867 ____________________________________________________________________________
44868 [  8224] By: nick                                  on 2000/12/21  21:02:20
44869         Log: Integrate mainline
44870      Branch: perlio
44871           !> Changes Configure Makefile.SH Porting/Glossary
44872           !> Porting/config.sh Porting/config_H configure.com
44873           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
44874           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
44875           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
44876           !> win32/config.bc win32/config.gc win32/config.vc
44877 ____________________________________________________________________________
44878 [  8223] By: jhi                                   on 2000/12/21  17:09:16
44879         Log: Update Changes.
44880      Branch: perl
44881            ! Changes patchlevel.h
44882 ____________________________________________________________________________
44883 [  8222] By: jhi                                   on 2000/12/21  16:24:01
44884         Log: Metaconfig unit changes for #8221.
44885      Branch: metaconfig/U/perl
44886           +> issymlink.U
44887            - testsyml.U
44888            ! Mksymlinks.U
44889 ____________________________________________________________________________
44890 [  8221] By: jhi                                   on 2000/12/21  16:23:48
44891         Log: Rename testsyml to issymlink.
44892      Branch: perl
44893            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44894            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
44895            ! win32/config.vc
44896 ____________________________________________________________________________
44897 [  8220] By: jhi                                   on 2000/12/21  15:47:26
44898         Log: Robustness support for #8218 (symlink forest) since the GNU
44899              tools seem to be overly picky about symlinkage depths.
44900      Branch: perl
44901            ! Makefile.SH t/io/fs.t
44902 ____________________________________________________________________________
44903 [  8219] By: jhi                                   on 2000/12/21  15:38:27
44904         Log: Metaconfig changes for #8218.
44905      Branch: metaconfig
44906            ! U/modified/Oldconfig.U
44907      Branch: metaconfig/U/perl
44908            + Mksymlinks.U
44909            ! testsyml.U
44910 ____________________________________________________________________________
44911 [  8218] By: jhi                                   on 2000/12/21  15:37:57
44912         Log: Add Configure option -Dmksymlinks which will create a symlink
44913              forest if the current/build differs from the source directory.
44914              TODO: mkdir -p is not portable.
44915      Branch: perl
44916            ! Configure
44917 ____________________________________________________________________________
44918 [  8217] By: jhi                                   on 2000/12/21  14:39:12
44919         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
44920              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
44921              Date: Thu, 21 Dec 2000 09:38:18 GMT
44922              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
44923              
44924              The ofs became an SV.
44925      Branch: perl
44926            ! ext/Thread/Thread.xs
44927 ____________________________________________________________________________
44928 [  8216] By: jhi                                   on 2000/12/21  05:40:21
44929         Log: The polymorphism seems to have fixed 20000517.001.
44930      Branch: perl
44931            ! t/pragma/utf8.t
44932 ____________________________________________________________________________
44933 [  8215] By: jhi                                   on 2000/12/21  04:44:52
44934         Log: read() documentation tweak for 20001121.004.
44935      Branch: perl
44936            ! pod/perlfunc.pod
44937 ____________________________________________________________________________
44938 [  8214] By: jhi                                   on 2000/12/21  03:54:11
44939         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
44940      Branch: perl
44941            ! pp_sys.c t/op/misc.t
44942 ____________________________________________________________________________
44943 [  8213] By: jhi                                   on 2000/12/21  00:28:10
44944         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
44945              From: Peter Prymmer <pvhp@forte.com>
44946              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
44947              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
44948      Branch: perl
44949            ! configure.com
44950 ____________________________________________________________________________
44951 [  8212] By: jhi                                   on 2000/12/21  00:26:21
44952         Log: Edit edit edit.
44953      Branch: perl
44954            ! pod/perlfaq3.pod
44955 ____________________________________________________________________________
44956 [  8211] By: jhi                                   on 2000/12/20  18:52:46
44957         Log: Update Changes.
44958      Branch: perl
44959            ! Changes patchlevel.h
44960 ____________________________________________________________________________
44961 [  8210] By: jhi                                   on 2000/12/20  18:34:47
44962         Log: Yet another editor edit.
44963      Branch: perl
44964            ! pod/perlfaq3.pod
44965 ____________________________________________________________________________
44966 [  8209] By: jhi                                   on 2000/12/20  15:33:28
44967         Log: More Win32 Perling.
44968      Branch: perl
44969            ! pod/perlfaq3.pod
44970 ____________________________________________________________________________
44971 [  8208] By: jhi                                   on 2000/12/20  15:07:46
44972         Log: More Win32 editor/IDE/shell hints.
44973      Branch: perl
44974            ! pod/perlfaq3.pod
44975 ____________________________________________________________________________
44976 [  8207] By: jhi                                   on 2000/12/20  03:54:08
44977         Log: Subject: [PATCH] obscure timing knowledge
44978              From: Nicholas Clark <nick@ccl4.org>
44979              Date: Tue, 19 Dec 2000 19:22:31 +0000
44980              Message-ID: <20001219192231.F2827@plum.flirble.org>
44981      Branch: perl
44982            ! sv.c
44983 ____________________________________________________________________________
44984 [  8206] By: jhi                                   on 2000/12/20  03:45:57
44985         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
44986              From: Spider Boardman <spider@leggy.zk3.dec.com>
44987              Date: Tue, 19 Dec 2000 21:30:16 -0500
44988              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
44989      Branch: perl
44990            ! sv.c
44991 ____________________________________________________________________________
44992 [  8205] By: jhi                                   on 2000/12/19  23:02:01
44993         Log: Update Changes.
44994      Branch: perl
44995            ! Changes patchlevel.h
44996 ____________________________________________________________________________
44997 [  8204] By: jhi                                   on 2000/12/19  22:58:18
44998         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
44999              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
45000              on editors and diffing/patching.
45001      Branch: perl
45002            ! t/op/utf8decode.t
45003 ____________________________________________________________________________
45004 [  8203] By: nick                                  on 2000/12/19  21:36:16
45005         Log: Integrate mainline (forgot my own change...)
45006      Branch: perlio
45007           !> ext/Encode/compile
45008 ____________________________________________________________________________
45009 [  8202] By: nick                                  on 2000/12/19  21:34:42
45010         Log: Integrate mainline.
45011      Branch: perlio
45012           !> (integrate 61 files)
45013 ____________________________________________________________________________
45014 [  8201] By: nick                                  on 2000/12/19  21:34:06
45015         Log: Avoid looking for File::Glob when we don't need it.
45016      Branch: perl
45017            ! ext/Encode/compile
45018 ____________________________________________________________________________
45019 [  8200] By: jhi                                   on 2000/12/19  18:35:49
45020         Log: Update Changes.
45021      Branch: perl
45022            ! Changes patchlevel.h
45023 ____________________________________________________________________________
45024 [  8199] By: jhi                                   on 2000/12/19  18:35:07
45025         Log: Microperl tweaks.
45026      Branch: perl
45027            ! sv.c uconfig.h uconfig.sh
45028 ____________________________________________________________________________
45029 [  8198] By: jhi                                   on 2000/12/19  18:29:59
45030         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
45031      Branch: perl
45032            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45033            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
45034 ____________________________________________________________________________
45035 [  8197] By: jhi                                   on 2000/12/19  17:55:29
45036         Log: In VMS embedded perls couldn't access the statically built Socket,
45037              from Charles Lane.
45038      Branch: perl
45039            ! configure.com
45040 ____________________________________________________________________________
45041 [  8196] By: jhi                                   on 2000/12/19  17:49:50
45042         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
45043              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
45044              Date: Sun, 17 Dec 2000 19:11:44 -0000
45045              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
45046      Branch: perl
45047            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45048            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
45049 ____________________________________________________________________________
45050 [  8195] By: jhi                                   on 2000/12/19  17:47:53
45051         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
45052              From: Jonathan Stowe <gellyfish@gellyfish.com>
45053              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
45054              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
45055      Branch: perl
45056            ! utils/h2xs.PL
45057 ____________________________________________________________________________
45058 [  8194] By: jhi                                   on 2000/12/19  17:46:28
45059         Log: Subject: Re: useless use of void context work-around
45060              From: andreas.koenig@anima.de (Andreas J. Koenig)
45061              Date: 16 Dec 2000 15:13:36 +0100
45062              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
45063              
45064              Document (comment) the q(di ds ig) trick in the code.
45065      Branch: perl
45066            ! op.c
45067 ____________________________________________________________________________
45068 [  8193] By: jhi                                   on 2000/12/19  17:10:57
45069         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
45070              From: "Mark J. Reed" <mreed@strange.turner.com>
45071              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
45072              Message-Id: <200012160222.VAA13986@strange.turner.com>
45073      Branch: perl
45074            ! ext/Sys/Syslog/Syslog.pm
45075 ____________________________________________________________________________
45076 [  8192] By: jhi                                   on 2000/12/19  17:07:45
45077         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
45078              From: Nicholas Clark <nick@ccl4.org>
45079              Date: Sat, 16 Dec 2000 19:03:13 +0000
45080              Message-ID: <20001216190313.D68304@plum.flirble.org>
45081      Branch: perl
45082            ! t/op/64bitint.t
45083 ____________________________________________________________________________
45084 [  8191] By: jhi                                   on 2000/12/19  17:06:13
45085         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
45086              From: Dominic Dunlop <domo@computer.org>
45087              Date: Mon, 18 Dec 2000 12:00:15 +0100
45088              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
45089              
45090              This patchlet is needed in order that perl can be statically linked.  
45091      Branch: perl
45092            ! regexec.c
45093 ____________________________________________________________________________
45094 [  8190] By: jhi                                   on 2000/12/19  17:03:08
45095         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
45096              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45097              Date: Sun, 17 Dec 2000 00:18:35 -0600
45098              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
45099      Branch: perl
45100            ! perlio.h vms/gen_shrfls.pl
45101 ____________________________________________________________________________
45102 [  8189] By: jhi                                   on 2000/12/19  16:20:28
45103         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
45104              From: Prymmer/Kahn <pvhp@best.com>
45105              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
45106              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
45107              
45108              A better version of #8188.
45109      Branch: perl
45110            ! pod/perlfaq3.pod
45111 ____________________________________________________________________________
45112 [  8188] By: jhi                                   on 2000/12/19  15:57:06
45113         Log: (Replaced by #8189)
45114              
45115              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
45116              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
45117              From: Prymmer/Kahn <pvhp@best.com>
45118              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
45119              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
45120              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
45121              Date: Mon, 18 Dec 2000 11:10:45 -0500
45122              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
45123      Branch: perl
45124            ! pod/perlfaq3.pod
45125 ____________________________________________________________________________
45126 [  8187] By: jhi                                   on 2000/12/19  15:54:19
45127         Log: Email address fix for Anton Berezin.
45128      Branch: perl
45129            ! AUTHORS
45130 ____________________________________________________________________________
45131 [  8186] By: jhi                                   on 2000/12/19  15:38:54
45132         Log: Subject: [PATCH perl@8102] cygwin port
45133              From: "Eric Fifer" <efifer@dircon.co.uk> 
45134              Date: Thu, 14 Dec 2000 13:41:29 -0000
45135              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
45136              
45137              When compiling modules the data item that is being imported
45138              from libperl.dll needs to be tagged as imported/shared data:
45139              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
45140      Branch: perl
45141            ! perliol.h
45142 ____________________________________________________________________________
45143 [  8185] By: jhi                                   on 2000/12/19  14:53:24
45144         Log: Regen uconfig.h and uconfig.sh.
45145      Branch: perl
45146            ! uconfig.h uconfig.sh
45147 ____________________________________________________________________________
45148 [  8184] By: jhi                                   on 2000/12/18  20:43:49
45149         Log: Comments work so much better when they are closed.
45150      Branch: perl
45151            ! regcomp.c
45152 ____________________________________________________________________________
45153 [  8183] By: jhi                                   on 2000/12/18  18:04:02
45154         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
45155              Fixes the bug 20001218.016.
45156      Branch: perl
45157            ! regcomp.c
45158 ____________________________________________________________________________
45159 [  8182] By: gsar                                  on 2000/12/18  09:53:47
45160         Log: delete spurious files
45161      Branch: maint-5.6/perl
45162            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
45163            - vos/config.h vos/config_h.SH_orig
45164 ____________________________________________________________________________
45165 [  8181] By: gsar                                  on 2000/12/18  09:46:08
45166         Log: regen perltoc
45167      Branch: maint-5.6/perl
45168            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
45169 ____________________________________________________________________________
45170 [  8180] By: gsar                                  on 2000/12/18  09:20:27
45171         Log: integrate changes#7924..7926,7946,7952 from mainline
45172              
45173              A test works better if it has the right 1..$n output.
45174              
45175              All the core library users of Class::Struct seem to be
45176              using "use Class::Struct 'struct';" instead of the bare
45177              "use Class::Struct;", which isn't documented in Class::Struct.
45178              This can't be right.
45179              
45180              Make the Class::Struct import() wiser.
45181              
45182              Upgrade to CPAN 1.59_51, from Andreas König.
45183              
45184              Subject: Re: long shell lines
45185              Split overly long shell command lines.
45186      Branch: maint-5.6/perl
45187           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
45188           !> lib/File/stat.pm t/lib/class-struct.t
45189 ____________________________________________________________________________
45190 [  8179] By: gsar                                  on 2000/12/18  08:55:54
45191         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
45192              7918,7919,7988,8907 from mainline (various)
45193              
45194              Subject: [ID 20001127.004] White space problem in perlamiga.pod
45195              
45196              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
45197              
45198              Subject: [PATCH] perlcc.PL cleanups
45199              
45200              Subject: [PATCH] Updating perltie.pod for arrays
45201              
45202              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
45203              Subject: Re: [PATCH] Updating perltie.pod for arrays
45204              Subject: Re: [PATCH] Updating perltie.pod for arrays
45205              
45206              One more perltie.pod nit from Casey R. Tweten.
45207              
45208              Subject: [PATCH] $^O  win32 -> MSWin32
45209              plus similar nits for vms, err, VMS, and UNICOS.
45210              
45211              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
45212              More checking in case someone has broken their services or
45213              protocol databases.
45214              
45215              Make "use Class::Struct 'struct';" work again (broken by #7617);
45216              add a test for Class::Struct.
45217              
45218              Integrate the "skip" messages to explain().
45219              
45220              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
45221      Branch: maint-5.6/perl
45222           +> t/lib/class-struct.t
45223           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
45224           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
45225           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
45226 ____________________________________________________________________________
45227 [  8178] By: gsar                                  on 2000/12/18  08:16:30
45228         Log: avoid redefinition warnings on windows due to sys/socket.h getting
45229              #included before win32.h
45230      Branch: maint-5.6/perl
45231            ! win32/include/sys/socket.h
45232 ____________________________________________________________________________
45233 [  8177] By: gsar                                  on 2000/12/18  05:24:04
45234         Log: make regen_headers; fix POSIX.xs problems; remove outdated
45235              code from sys/socket.h that makes build fail now
45236      Branch: maint-5.6/perl
45237            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
45238            ! pod/perlapi.pod
45239           !> win32/include/sys/socket.h
45240 ____________________________________________________________________________
45241 [  8176] By: gsar                                  on 2000/12/18  05:20:17
45242         Log: update Changes
45243      Branch: maint-5.6/perl
45244            ! Changes patchlevel.h
45245 ____________________________________________________________________________
45246 [  8175] By: gsar                                  on 2000/12/18  04:57:48
45247         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
45248              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
45249              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
45250              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
45251              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
45252              7823,7825,7838
45253              
45254              Subject: Re: [PATCH] README.solaris
45255              
45256              Add getpagesize() probing, on non-UNIX guess 'undef'.
45257              
45258              Simplify the getpagesize() unit by dropping the
45259              pagesize probe since it's nowadays slightly more
45260              complicated because of sysconf(). (Note: if some
45261              platform really needs the -lPW for getpagesize,
45262              I just broke it.)
45263              TODO: a new pagesize unit.
45264              
45265              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
45266              
45267              MachTen doesn't really do mmap() and munmap().
45268              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
45269              
45270              More README.solaris updates from Andy Dougherty.
45271              
45272              Copy the s// information of README.hpux also to the perlrun.
45273              
45274              Add HAS_FSYNC, lack noticed by Nicholas Clark.
45275              
45276              Add a metaconfig unit for fsync.
45277              
45278              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
45279              
45280              Many subdocumented return values of the IO extension now documented.
45281              ungetc and write still left subdocumented.
45282              Subject: [PATCH] (was Re: IO::Handle::ungetc)
45283              
45284              Document tell() on special streams.
45285              
45286              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
45287              
45288              Subject: [ID 20001112.007] sfio's sftell isn't ftell
45289              
45290              Couple of tests from #7660 salvaged.
45291              
45292              Tweak the definition of the bit complement on UTF-8 data:
45293              if none of the characters in the string are > 0xff,
45294              the result is a complemented byte string, not a (UTF-8)
45295              char string.  Based on the summary in
45296              Subject: Re: [ID 20000918.005] ~ on wide chars
45297              This should give us the maximum backward (pre-char string)
45298              compatibility and utf8 compatibility.  The other alternative
45299              would be to limit the bit complement to be always byte only,
45300              taking the least significant byte of the chars.
45301              
45302              Cleanup messy #ifdef.
45303              
45304              Typos in #7667.
45305              
45306              Declare reg_data like reg_substr_data.
45307              
45308              Placate nervous compilers that see longer than ints switch()ing.
45309              
45310              Remove the new two tests of lib/io_xs for now, they seem to
45311              fail under perlio on some platforms.
45312              
45313              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
45314              
45315              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
45316              
45317              Subject: tiny typo in perl5db.pl
45318              
45319              Subject: some additions for makefiles for win32 (for perl@7674)
45320              
45321              Hoist the duplicated socket/netdb include logic to perl.h;
45322              undef SETERRNO in case SOCKS has defined it.  Based on:
45323              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
45324              
45325              Regen Configure.
45326              
45327              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
45328              (a macro to define signed and unsigned integer constants).
45329              
45330              Use UINT64_C().
45331              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
45332              
45333              Use u_int32_t for the size of hash_cb(), not size_t.
45334              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
45335              
45336              Quit utf8_to_uv() instantly if curlen == 0.
45337              
45338              Subject: [PATCH: perl@7674] updates to README.os390
45339              
45340              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
45341              
45342              EBCDIC tweaks.
45343              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
45344              
45345              Linenumber fix.
45346              
45347              SOCKS has its own USE_THREADS, based on
45348              Subject: [ID 20001114.002] et. al. bugfix followup
45349              
45350              UINT64_C() work continues.
45351              
45352              Detypo.
45353              
45354              The type of the hash_cb() size argument is tricky.
45355              
45356              Add fwalk() probe to the configuration files and regen perltoc.
45357              
45358              Subject: perllocale.pod changes
45359              
45360              Avoid an infinite loop in VMS when utils scripts are run
45361              with no arguments, from Charles Lane.
45362              
45363              Subject: Re: Bug in Carp::Heavy/5.6.0?
45364              
45365              For Solaris use64bitall the stdchar needs a little bit of help.
45366              
45367              The long double hints can be here or there.
45368              
45369              Test tweak for the open pragma.
45370              
45371              Also the 64bitall hints can be either here or there.
45372              
45373              As surmised the #7719 wasn't a good move.
45374              
45375              Subject: Fix for 20000409.001
45376              
45377              Subject: Fix for 20000815.006
45378              It's really 20000518.006.
45379              
45380              Subject: [PATCH 5.6.0 README.win32] very minor typos
45381              
45382              Subject: Fix for README.amiga (20000323.033)
45383              
45384              Explain in more detail the {} syntax ambiguousity.
45385              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
45386              
45387              Sparc 64-bit pack() fix from Jens Hamisch.
45388              
45389              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
45390              
45391              Subject: podlators 1.05 available        
45392              
45393              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
45394              
45395              Subject: [perl 7711: EPOC] updates
45396              
45397              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
45398              
45399              Miraculous typo.
45400              
45401              sysseek() instead of seek().
45402              
45403              Solaris hints tweaks.
45404              
45405              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
45406              This may be overly harsh but until proven otherwise, we think this
45407              way, or until we have a simple test for Configure (having to start
45408              up servers is does not count as simple) to check for the problems.
45409              
45410              Remove the shared object before attempting to create
45411              (by linking) a new one.  E.g. in AIX not removing
45412              becomes quite painful if one tries to do more than one
45413              build in the same tree (an interrupted build, for example),
45414              since the AIX' shared dynaloader seemingly keeps the shared
45415              objects open and therefore 'busy' for quite a while, even when
45416              nobody is using the objects, leading into link failures.
45417              
45418              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
45419              
45420              Subject: DOC PATCH 5.6.0 perlreftut
45421              
45422              Subject: [PATCH: perl@7777] add system locale testing for VMS
45423              
45424              Subject: [PATCH] Test.pm POD peculiarity
45425              
45426              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
45427              
45428              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
45429              
45430              Subject: Re: perl@7777 
45431              Detypoing.
45432              
45433              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
45434              
45435              Go ahead and #include <unistd.h> in perl.h.
45436              
45437              Subject: [PATCH perl@7795] small cleanup task for test suite
45438              
45439              Subject: Re: av.c patch (having slight problems)
45440              unshift() speedup.
45441              
45442              Reach back one higher up when searching for PERL_SRC.
45443      Branch: maint-5.6/perl
45444           +> lib/File/Spec/Epoc.pm
45445           !> (integrate 88 files)
45446 ____________________________________________________________________________
45447 [  8174] By: gsar                                  on 2000/12/18  03:53:09
45448         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
45449              7625..7629,7631..7634,7637,7639,7642 from mainline
45450              
45451              Fix for the tie-refhash string table leaks.
45452              
45453              Subject: [patch perl@7595] VMS configure.com tweak
45454              
45455              More careful detection of how well NVs and UVs mix.
45456              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))
45457              Added some SIGFPE paranoia.
45458              
45459              Forgot to bump the line numbers in #7601.
45460              
45461              Subject: PATCH std stdio for (Free)BSD
45462              
45463              Deleting $ENV{PATH} in VMS is not recommendable.
45464              
45465              Locale buglets.
45466              Subject: RE: Locales support (setlocale) fixes
45467              
45468              Do not test UTF-8 locales since that the tests would require
45469              polymorphic regexen.
45470              
45471              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
45472              
45473              A missing aTHX_.
45474              
45475              Subject: [ID 20001108.013] spelling
45476              
45477              Subject: [PATCH] Class::Struct at compile time
45478              
45479              Make deleting for %ENV work for (newer versions of) VMS,
45480              from Craig A. Berry.
45481              
45482              Forgot from #7618.
45483              
45484              More VMS moves on environment handling, from Charles Lane.
45485              
45486              Remove unused extra arguments.
45487              
45488              Typo in an ifndef.
45489              Subject: Re: [PATCH 5.7.0] better messages from malloc()
45490              
45491              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
45492              All except the "cow orker" change.
45493              
45494              The generated boot_* headers are wrong.  Pickier compiler,
45495              such as KAI C++ will refuse to compile the resulting perlmain.
45496              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
45497              
45498              There's no =head3.
45499              
45500              Disable only the tests 99 and 166 for UTF-8 locales.
45501              
45502              Missing dTHXs.
45503              Subject: RE: perl@7595 builds not on cygwin
45504              
45505              Subject: Re: bash -c exit and linux hints 
45506              
45507              Various doc oddball characters.
45508              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
45509              
45510              Subject: [PATCH] IO::Seekable pod
45511              
45512              Amdahl UTS hints updates.
45513              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
45514              
45515              Explain better why certain regex tests are skipped.
45516              Subject: Re: tests skipped: unknown reason
45517              
45518              Subject: [PATCH] README.solaris
45519              
45520              Subject: [PATCH perl@7638] cygwin port
45521      Branch: maint-5.6/perl
45522           +> README.solaris
45523           !> (integrate 26 files)
45524 ____________________________________________________________________________
45525 [  8173] By: gsar                                  on 2000/12/18  03:37:02
45526         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
45527              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
45528              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
45529              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
45530              
45531              Better create a true mailing list for the repository keepers.
45532              
45533              Subject: [ID 20001027.007] uniq array in perlfaq
45534              
45535              De-quoted-unreadable to ISO Latin 1.
45536              (There's one ISO-2022-JP name in Changes5.004.)
45537              
45538              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
45539              
45540              The #7476 needs a MANIFEST change, too.
45541              
45542              Add also emailless people.
45543              
45544              UTF-8 decoder tweak.
45545              
45546              Make \x{...} consistently produce UTF-8.
45547              Subject: Re: \x{...} is confused 
45548              
45549              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
45550              
45551              Add a perlbug flag, -A, to avoid acknowledgement messages.
45552              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
45553              
45554              Use Errno magic.
45555              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
45556              
45557              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
45558              
45559              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
45560              
45561              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
45562              
45563              Be more lenient on bad UTF-8 when doing bit arithmetics.
45564              Subject: Re: [ID 20000918.005] ~ on wide chars
45565              (The ord() part of the patch skipped.)
45566              
45567              Subject: perlfaq style changes
45568              
45569              AUTHORS tweaks.
45570              
45571              Whitespace style tweak.  Was originally going to see to
45572              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
45573              but that had already been taken care of.
45574              
45575              The compiler is either gcc or cc, from Tom Bates.
45576              
45577              The osname has been lowercased by now, from Tom Bates.
45578              
45579              The NonStop-UX libraries have a novel way to say NaN.
45580              
45581              printf UVs the correct way, noticed by Robin Barker.
45582              
45583              Subject: [PATCH] startperl to respect versiononly
45584              
45585              AUTHORS updates.
45586              
45587              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
45588              
45589              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
45590              
45591              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
45592              
45593              Generalize the Camel wording.
45594              Subject: Re: perlfaq style changes
45595              
45596              Subject: [ID 20001005.006] Documentation -- description of qr//
45597              
45598              C.pm part of
45599              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
45600              
45601              Locale warning explanation tweak.
45602              
45603              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
45604              
45605              Make the POSIX::setuid and POSIX::setgid to really call setuid()
45606              and setgid() because they were just changing $< and $( which means
45607              only changing the real uid/gid, as opposed to changing both
45608              real and effective ids.  (The alternative way could have been
45609              in POSIX.pm to change $> and $), too, but making a direct call
45610              to the C API feels cleaner.)  Fixes the bug
45611              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
45612              
45613              Expand %Config variables and %ENV variables only if
45614              so requested during build time using the
45615              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
45616              Not expanding makes relocating distributions easier.
45617              
45618              More tweaking on the #7522 theme.
45619              
45620              Test::Harness revealed buglets in the new DynaLoader.
45621              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
45622              
45623              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
45624              fix a autovivification bug in Tie::RefHash, add tests for both.
45625              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
45626              
45627              Detpyo.
45628              
45629              recv() can fail and return undef.
45630              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
45631              
45632              Fix the problem discussed in
45633              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
45634              originally from Linc Madison.  Also Andreas König's comments
45635              taken into account.  Some other problems with Tie::SubstrHash
45636              fixed: didn't croak when the table exceeded the requested number
45637              of entries (as documented) but instead when the number of entries
45638              exceeded the size of the table, a croak() had an unnecessary \n,
45639              didn't have a CLEAR method, documented that there is no exists().
45640              Didn't fix to be strict-proof because the module uses &foo; and
45641              dynamic scope.  Added a test script exercizing both first tamely 
45642              the basic functionality, and then the failure cases reported by
45643              Linc Madison.
45644              
45645              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
45646              
45647              The #7521 touched things it shouldn't have.
45648              
45649              Subject: [PATCH 5.7.0] better messages from malloc()
45650              
45651              Subject: Re: README.aix
45652              
45653              Add FCNTL_CAN_LOCK.
45654              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
45655              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
45656              
45657              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
45658              create a "fast path" for locale name probing using "locale -a"
45659              if available, squash finally hopefully the s?printf resetting
45660              the numeric locale (since, IIUC perllocale, it never shouldn't). 
45661              
45662              More Changes tweakery.
45663              
45664              Dying is too strict here, better just skip.
45665              
45666              Subject: Locales support (setlocale) fixes
45667              Modified quite a bit to be more portable.
45668              
45669              Configure would use a bad $myuname from an old config.sh.
45670              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
45671              
45672              Fix for
45673              Subject: [ID 20001004.006] undef is never tainted
45674              An undef read from a slurped file was not tainted.
45675              
45676              Fix for
45677              Subject: [ID 20001004.007] taint propogation is inconsistent
45678              The culprit was sv_setsv() which was rather blindly
45679              propagating taint, which lead to behaviour where if
45680              a tainted anon hash value was seen all the hash values
45681              from then on at that level became tainted, or at any
45682              upper levels in the case of nested anon hashes.
45683              
45684              Test tweak: show also the failed locales.
45685              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
45686              
45687              A fix of sorts for 20000329.026, a better error message
45688              for a missing "use charnames" when using the \N{...}. 
45689              
45690              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
45691              
45692              Add =pod to be tidy.
45693              
45694              Fix for bug id 19990615.008, pos() unset during s///ge.
45695              
45696              Add a note for future generations about bug id 20000229.006.
45697              
45698              Use -dM for gcc (the suggested patch did it only for Linux,
45699              but I think it can be generalized).
45700              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
45701              
45702              opmini.o can linger from Configures past.
45703              
45704              Document that the evaled syntax errors cause scalar leaks.
45705              
45706              Fix for
45707              Subject: [ID 20000728.005] perl -P broken
45708              (hopefully).  The fix is also not complete, it seems to break
45709              BOM swallowing for libc5 systems, but until someone figures
45710              out a way to do this without ftell(), this will do.
45711              
45712              AUTHORS updates.
45713              
45714              Subject: Re: rsync'ed patches vs. rsync'ed source
45715              
45716              Admit that the test leaks scalars.
45717              
45718              Sanitize the environment further.
45719              
45720              VOS updates from Paul Green.
45721              
45722              Document %ENV = () portability issues.
45723              
45724              Make the stdio test program of 7427 less noisy while being 
45725              compiled so that Digital UNIX wouldn't get both
45726              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
45727              undefined.  This makes perlio happy.
45728              
45729              glibc5 detection by __GNU_LIBRARY__.
45730              
45731              %ENV note tweaks from Dan Sugalski.
45732              
45733              Varargs don't always work too well if one puts an unsigned
45734              char on the stack and pop an unsigned quad off the stack.
45735              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
45736              
45737              Subject: Pod updates
45738              
45739              Fake support of holey files in win/dosish platforms.
45740              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
45741              
45742              A doc addition for bug id 20001105.019, beware \p.
45743              
45744              Tweak #7587.
45745              
45746              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
45747              
45748              perlhack updates from H.Merijn Brand.
45749              
45750              Subject: [PATCH perl@7573] cygwin port
45751              Synchronize with Cygwin 1.1.5.
45752              
45753              Bad thinko in #7581 (I used the test program with the expanded
45754              values as-is).
45755              
45756              Make perlbug not insist on dumping to a file when stdout isn't a tty.
45757              Subject: [PATCH] perlbug.PL
45758              
45759              Overrideable keys, each, pop, push, shift, splice, unshift.
45760              Subject: [PATCH] prototyped functions that should be overrideable
45761              
45762              Try to avoid flockless and emulationless places.
45763      Branch: maint-5.6/perl
45764           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
45765            - MAINTAIN
45766           !> (integrate 111 files)
45767 ____________________________________________________________________________
45768 [  8172] By: jhi                                   on 2000/12/18  02:49:27
45769         Log: Regen pods.
45770      Branch: perl
45771            ! pod/perlmodlib.pod pod/perltoc.pod
45772 ____________________________________________________________________________
45773 [  8171] By: gsar                                  on 2000/12/18  02:49:24
45774         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
45775              7465..7471 from mainline
45776              
45777              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
45778              in platforms that strictly require all the symbols being present
45779              at link time.
45780              
45781              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
45782              
45783              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
45784              
45785              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
45786              
45787              Subject: [PATCH] todo
45788              
45789              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
45790              
45791              Use $sort, $uniq (and $tr) consistently as wondered
45792              by Nicholas Clark.
45793              
45794              Too enthusiastic editing in #7460.
45795              
45796              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
45797              
45798              Upgrade to CPAN 1.58_55.
45799              Subject: CPAN.pm status
45800              
45801              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
45802              
45803              Make target reordering to avoid pointless re-makes.
45804              Subject: Re: Total re-make of 'make okfile' after 7451 ?
45805              
45806              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
45807              
45808              Subject: DOC PATCH 5.6.0
45809              
45810              Add the repository doc by Malcolm, Sarathy, and by Simon,
45811              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
45812      Branch: maint-5.6/perl
45813           +> Porting/repository.pod
45814           !> Configure MANIFEST Makefile.SH README.dos README.os2
45815           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
45816           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
45817           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
45818 ____________________________________________________________________________
45819 [  8169] By: gsar                                  on 2000/12/18  02:33:34
45820         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
45821              7435..7441,7445 from mainline
45822              
45823              Make the UTF-8 decoding stricter and more verbose when
45824              malformation happens.  This involved adding an argument
45825              to utf8_to_uv_chk(), which involved changing its prototype,
45826              and prefer STRLEN over I32 for the UTF-8 length, which as
45827              a domino effect necessitated changing the prototypes of
45828              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
45829              The stricter UTF-8 decoding checking uses Markus Kuhn's
45830              UTF-8 Decode Stress Tester from
45831              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
45832              
45833              Run vms/vms_yfix.pl, should have done that after changing
45834              perly.c in #7382.
45835              
45836              Subject: [PATCH 5.7.0] static linking with uninstalled perl
45837              
45838              (Replaced by #7440.)
45839              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
45840              
45841              Fix the bug ID 20001024.005, the bug introduced by #7416.
45842              
45843              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
45844              
45845              Fix the bug reported in
45846              From: andreas.koenig@anima.de (Andreas J. Koenig)
45847              Also make is_utf8_char() stricter.
45848              
45849              Missed the header file changes from #7425.
45850              
45851              Check if stdio supports tweaking lval and cnt simultaneously.
45852              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
45853              
45854              Stratus VOS updates from Paul Green.
45855              
45856              Podify README.epoc and README.vos.
45857              
45858              Add targets to Makefile.SH, most importantly
45859              'regen_all' which also remembers to update vms/perly*.
45860              
45861              Subject: Minor update to find2perl, for portability
45862              
45863              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
45864              
45865              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
45866              
45867              Rename UTF8LEN() to be UNISKIP(), too confusing to have
45868              UTF8LEN() and UTF8SKIP(). 
45869              
45870              Allow poking holes at the UTF-8 decoding strictness.
45871              
45872              Continue the internal UTF-8 API tweaking.
45873              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
45874              used much more than the simpler API, now called utf8_to_uv_simple().
45875              Still not quite happy with API, too much partial duplication
45876              of functionality.
45877              
45878              A new version of making the syslog test more robust.
45879              (Replaces #7421.)
45880              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
45881              
45882              buildtoc target tweaks.
45883              
45884              Integrate with vmsperl #7430 by Charles Bailey:
45885              
45886              Cleanup from prior patch (Charles Lane?):
45887              - improve handling of MFDs in Basename and Path
45888              - default to no xsubpp line # munging when building debug images
45889      Branch: maint-5.6/perl
45890           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45891           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
45892           !> (integrate 67 files)
45893 ____________________________________________________________________________
45894 [  8168] By: gsar                                  on 2000/12/18  02:05:49
45895         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
45896              
45897              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
45898              From: Martin Husemann <martin@duskware.de>
45899              
45900              Subject: [PATCH 5.7.0] restore match data on backtracing
45901              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45902      Branch: maint-5.6/perl
45903           !> regcomp.c regexec.c t/op/re_tests
45904 ____________________________________________________________________________
45905 [  8167] By: gsar                                  on 2000/12/18  01:55:22
45906         Log: integrate changes#7858,7986 from mainline
45907              
45908              C<foreach my $x ...> in pseudo-fork()ed process may diddle
45909              parent's memory; fix it by keeping track of the actual pad
45910              offset rather than a raw pointer (this change is probably also
45911              relevant to non-ithreads case to avoid fallout from reallocs of
45912              the pad array, but is currently only enabled for the ithreads
45913              case in the interests of minimal disruption to existing "well
45914              tested" code)
45915              
45916              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
45917              due to the notorious GetFileType() bug in Windows 9x, which fstat()
45918              tickles)
45919      Branch: maint-5.6/perl
45920           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
45921           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
45922           !> win32/win32.c win32/win32.h win32/win32sck.c
45923 ____________________________________________________________________________
45924 [  8166] By: gsar                                  on 2000/12/18  01:52:59
45925         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
45926              from mainline (xsubpp and ExtUtils::LibList fixups, various
45927              other small items)
45928              
45929              The generated boot_* headers are wrong.  Pickier compiler,
45930              such as KAI C++ will refuse to compile the resulting perlmain.
45931              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
45932              
45933              Various doc oddball characters.
45934              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
45935              
45936              Subject: [PATCH] Re: 20001101.003 PDL
45937              
45938              Subject: [PATCH 5.7.0] etags broken again
45939              
45940              Subject: [PATCH 5.7.0] Liblist finally works
45941              
45942              Subject: [PATCH 5.7.0] Liblist returns found libraries
45943              
45944              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
45945              
45946              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
45947              
45948              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
45949              OUT keyword nits.
45950              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
45951              OUT and IN_OUT documentation.
45952      Branch: maint-5.6/perl
45953           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
45954           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
45955           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
45956           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
45957           !> win32/bin/search.pl
45958 ____________________________________________________________________________
45959 [  8165] By: gsar                                  on 2000/12/18  01:28:45
45960         Log: integrate changes#7533,7563,7611,7623 from mainline (various
45961              malloc.c embellishments)
45962      Branch: maint-5.6/perl
45963           !> malloc.c pod/perldiag.pod
45964 ____________________________________________________________________________
45965 [  8164] By: gsar                                  on 2000/12/18  01:23:33
45966         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
45967              fixups)
45968      Branch: maint-5.6/perl
45969           !> utils/h2xs.PL
45970 ____________________________________________________________________________
45971 [  8163] By: gsar                                  on 2000/12/18  01:17:50
45972         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
45973              fixups)
45974      Branch: maint-5.6/perl
45975           !> Makefile.SH utils/perlbug.PL
45976 ____________________________________________________________________________
45977 [  8162] By: gsar                                  on 2000/12/18  00:25:43
45978         Log: always export Perl_deb() (it is required by re.xs whether
45979              Perl is built with or without -DDEBUGGING)
45980      Branch: maint-5.6/perl
45981            ! makedef.pl
45982 ____________________________________________________________________________
45983 [  8161] By: gsar                                  on 2000/12/18  00:23:38
45984         Log: integrate change#7414 from mainline
45985              
45986              Undo the basename() part of #7412 since the lib/basename
45987              tests would need upgrading too.
45988              
45989              squelch two tests in tr.t that rely on tr/// paranoia change
45990              that's not in 5.6.x
45991      Branch: maint-5.6/perl
45992            ! t/op/tr.t
45993           !> lib/File/Basename.pm
45994 ____________________________________________________________________________
45995 [  8160] By: gsar                                  on 2000/12/18  00:05:30
45996         Log: missing change in previous integrate
45997      Branch: maint-5.6/perl
45998           !> README.aix
45999 ____________________________________________________________________________
46000 [  8159] By: gsar                                  on 2000/12/18  00:03:38
46001         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
46002              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
46003              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
46004              7410..7413 from mainline
46005              
46006              Introduce the man[24-8] variables, from Andy Dougherty.
46007              
46008              Upgrade to CPAN 1.58, from Andreas König.
46009              
46010              An updated EBCDIC tr patch.
46011              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
46012              
46013              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
46014              
46015              Two thirds of
46016              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46017              The Install.pm changes will be submitted separately because
46018              they need some work and discussion still.
46019              
46020              The Install.pm third of
46021              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46022              
46023              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
46024              
46025              Subject: [PATCH 5.7.0] IVs in mtats
46026              
46027              Subject: [PATCH 5.7.0] Perl API for mstats
46028              
46029              Ilya implemented the memory profiling API.
46030              
46031              In Amdahl UTS "struct sv" is defined by a system header,
46032              <ksync.h>.
46033              
46034              Slight tweak of the code to appease Amdahl UTS cc.
46035              
46036              Amdahl UTS doesn't seem to do dynaloading.
46037              
46038              Use UTF8SKIP(), from Simon Cozens.
46039              
46040              Thinko in #7222.
46041              
46042              op/sprintf.t patch for OS/390 (and any other host with limited
46043              floating-point exponent length)
46044              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
46045              
46046              Tweak #7225.
46047              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
46048              
46049              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
46050              
46051              Needs to be conditional on SunOS 4.
46052              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
46053              
46054              Test cases for bug id 20000323.056 (the bug seems to be fixed).
46055              
46056              Add test for bug id 20000427.003 (which seems to have
46057              been fixed) (also duplicate as 20000427.004, though
46058              with a higher severity).  Move one utf8 from op/append
46059              to pragma/utf8, tag the tests with bug ids.
46060              
46061              Document FNCASE=y as discussed in the bug 20000902.009.
46062              
46063              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
46064              The problem was that rx->minlen was in chars while pp_split()
46065              thought it would be in bytes. 
46066              
46067              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
46068              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
46069              
46070              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
46071              
46072              Fix a couple of compiler-noted nits in #7235.
46073              
46074              Tweak the test of #7235.
46075              
46076              One more ~utf8 tweak.
46077              
46078              -w cleanup.
46079              Subject: Re: Problems with bleadperl 
46080              
46081              Subject: small pod patch
46082              
46083              Subject: [PATCH perlguts.pod] Document offset hack
46084              
46085              Add Charles Lane.
46086              
46087              Add the capability to include/exclude branches.
46088              
46089              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
46090              
46091              Detect early whether the std streams have gone bad.
46092              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46093              
46094              More IoTYPE sprinkling.
46095              
46096              Workaround for a sfio bug where the stream error indicator
46097              is not cleared as documented.
46098              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46099              
46100              Clarify documentation on 'use bytes'.
46101              Subject: Re: What does 'use bytes' "mean" ?
46102              
46103              Show the failed remote port, instead of the failing line number.
46104              Subject: [PATCH 5.6.1 Debugger] More diagnostics
46105              
46106              Make Cwd more bulletproof in chrooted environments.
46107              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
46108              
46109              Subject: Pod patch for Devel::Peek
46110              
46111              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
46112              
46113              Borland C fstat() never saw the fd as writable.
46114              Subject: fix for Borland's weak "stat" (perl@7211)
46115              
46116              Missing change from #7362.
46117              
46118              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
46119              
46120              Add the test case for the bug id 20000730.004 which seems
46121              to have been fixed by now.
46122              
46123              Fix of sorts for bug id 20000901.092.  There seems to be no trace
46124              of a 'pmshort' anywhere in the B, so the offending line was simply
46125              removed.
46126              
46127              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
46128              
46129              Subject: PATCH do_print has 2 PerlIO_error()s
46130              
46131              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
46132              
46133              Typo noted by Mark Lutz.
46134              
46135              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
46136              
46137              In the latest compiler builds cccdlflags must not become -fpic,
46138              from Wilfredo Sánchez.
46139              
46140              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
46141              
46142              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
46143              
46144              SOCKS function redefinitions need prototypes, too, otherwise
46145              for example 32 bit versus 64 bit differences cause a lot of
46146              problems.  Part of
46147              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
46148              
46149              Portability tweak on #7377.
46150              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
46151              
46152              Don't write double values through long double pointers,
46153              based on a part of
46154              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
46155              
46156              Reëntrancy fix.
46157              Subject: [PATCH perl@7229] Rentrant parser and yylex()
46158              
46159              Make scan_num() reëntrant, as suggested in
46160              Subject: [PATCH perl@7229] Rentrant parser and yylex()
46161              
46162              Fix for ID 20001020.006, concatenating an unset submatch
46163              with utf8 resulted in "Modification of a read-only value".
46164              
46165              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
46166              
46167              The #7383 was right only in the context of the original bug report,
46168              not in more general case.
46169              
46170              Update Changes.
46171              
46172              Testcases for a #7383,#7385 related bug.
46173              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
46174              
46175              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
46176              
46177              Tweak the Is* definitions of Unicode character classes
46178              to better match the official categorizations; embrace
46179              the official categorizations; add the combining marks
46180              as alpha (and -numeric); fix DCinital (a typo and edito)
46181              to be DCmedial.
46182              
46183              Hints tweak from Anton Berezin.
46184              
46185              Subject: installman go-faster stripes
46186              Subject: Re: installman go-faster stripes
46187              
46188              Subject: [ID 20001021.003] updated hints/openbsd.sh
46189              
46190              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
46191              
46192              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
46193              
46194              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
46195              
46196              Doc patch.
46197              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
46198              
46199              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
46200              
46201              Subject: Re: [ID 20001021.005] SEGV with regex match 
46202              
46203              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
46204              
46205              The change #7187 was not so good on VMS.
46206              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
46207              
46208              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
46209              
46210              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
46211              
46212              Document PERL_INSTALL_ROOT of #7210.
46213      Branch: maint-5.6/perl
46214           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
46215           +> t/lib/tie-splice.t
46216            - lib/unicode/Is/DCinital.pl
46217           !> (integrate 112 files)
46218 ____________________________________________________________________________
46219 [  8158] By: jhi                                   on 2000/12/17  23:04:24
46220         Log: Subject: [PATCHES] RE: perl@8150 
46221              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
46222              Date: Sun, 17 Dec 2000 21:46:39 +0100
46223              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
46224              
46225              Neither cygwin has a getpwuid() one can trust on.
46226      Branch: perl
46227            ! t/lib/glob-basic.t
46228 ____________________________________________________________________________
46229 [  8157] By: jhi                                   on 2000/12/17  23:01:54
46230         Log: More MAN.PODS => {} fixes.
46231      Branch: perl
46232            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
46233            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
46234            ! os2/OS2/REXX/Makefile.PL
46235 ____________________________________________________________________________
46236 [  8156] By: gsar                                  on 2000/12/17  22:49:13
46237         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
46238              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
46239              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
46240              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
46241              7201,7204 from mainline
46242              
46243              Remove vestiges of tr//CU.
46244              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
46245              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
46246              
46247              The return value of setlocale must be copied away.
46248              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
46249              
46250              Allow chop() and chomp() to be overridden.
46251              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
46252              
46253              Hints optimization.
46254              Subject: Minor nit
46255              
46256              Subject: [PATCH] de-wall t/README
46257              
46258              Subject: Re: Two advertising clauses need to be removed
46259              
46260              Batch of UTF-8 patches from Simon Cozens.
46261              
46262              Fix for a parsing bug, not for the original bug.
46263              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
46264              
46265              Compilation warnings and an error.
46266              
46267              Subject: File::Find 5.7.0 POD nits
46268              
46269              Subject: [PATCH perl-5.7.0] continued -Wformat support
46270              
46271              The one that got away.
46272              
46273              Subject: Re: perl@7078
46274              
46275              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
46276              convertable to bytes by checking it doesn't go above 0xc3
46277              Subject: Re: perl@7078
46278              
46279              Replace #7084 with
46280              Subject: Re: perl@7078 
46281              
46282              We don't need to count the high bit bytes, a boolean is enough. 
46283              
46284              Subject: [PATCH] utf8.c apidoc
46285              
46286              Subject: Re: perl@7078 
46287              
46288              Botched the #7090 check-in.
46289              
46290              Fix for the charnames.t failures from Spider Boardman.
46291              
46292              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
46293              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
46294              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
46295              0 to checking to get the warning.
46296              
46297              Subject: [PATCH] Nits in perlmod.pod
46298              
46299              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
46300              
46301              Subject: Re: unicode support and perl [ID 20000901.097]
46302              
46303              Subject: Re: unicode support and perl [ID 20000901.097]
46304              
46305              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
46306              
46307              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
46308              
46309              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
46310              
46311              Subject: [PATCH@blead] Fix some recursion in overload.pm
46312              
46313              s/Robin Parker/Robin Barker/
46314              
46315              Subject: [PATCH] Fix aliasing of tied filehandles
46316              
46317              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
46318              
46319              Subject: Re: [PATCH 5.005_64 missed]
46320              
46321              SOCK_DGRAM and listen() do not mix as reported in
46322              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
46323              The patch for 5.7.0+ had to be reengineered, though.
46324              
46325              Subject: DOC PATCH 5.6.0
46326              
46327              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
46328              
46329              Document the issue (is not a syntax error, kind of)
46330              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
46331              
46332              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
46333              Did not apply cleanly, manual intervention was needed.
46334              
46335              Subject: [PATCH] DLL not restartabke with threaded perl
46336              
46337              Inside require() $^S was always left undefined.
46338              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
46339              
46340              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
46341              
46342              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
46343              
46344              Regen headers.
46345              
46346              Subject: [PATCH 5.7.0] Epoc update
46347              
46348              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
46349              as suggested by Olaf Flebbe and Nick Clark.
46350              
46351              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
46352              
46353              Misplaced else.
46354              
46355              Scale down the VMS message boxes, by Charles Lane.
46356              Fix for ID 20000903.009, workaround at
46357              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
46358              
46359              Subject: [ID 20001003.006] B::Debug not -w clean
46360              
46361              Test harness update to sync with the new perlcc,
46362              from Simon Cozens.
46363              
46364              One remaining nit less at the VMS mailbox sizing.
46365              
46366              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
46367              
46368              It is possible to have no hosts database at all.  Pointed out in
46369              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
46370              
46371              Subject: [PATCH 5.7.0] h2xs not working
46372              Subject: [PATCH 5.7.0] h2xs not documenting the created module
46373              
46374              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
46375              
46376              Subject: perlhack.pod Patch for Externals Tools
46377              
46378              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
46379              
46380              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
46381              
46382              Enable disabling scripts installation by Configure -Uinstallscripts,
46383              suggested by H. Merijn Brand.
46384              
46385              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
46386              reported several times by Dominic Dunlop, for example in
46387              ID 20000315.008.  Patch from Dominic.  Patch affects at
46388              least MachTen, and possibly other oldish BSDs. Should not
46389              break non-broken platforms (tested on LinuxPPC). 
46390              
46391              Regen toc.
46392              
46393              Subject: Re: Questions about Tie::Array and perl modules
46394              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
46395              
46396              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
46397              
46398              Tweak #7153.
46399              
46400              IO::Handle->syswrite() did not handle length omission
46401              like CORE::syswrite() does.
46402              Subject: [Fwd] IO::Handle, syswrite and arguments
46403              The original patch from andrew@ugh.net.au.
46404              
46405              Also the $ccflags is needed for the C compiler check.
46406              Subject: Configure (check for C-compiler)
46407              
46408              Eliminate $Is_VMS code from the test.
46409              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
46410              
46411              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
46412              as the first option of cc/ld because of ultrapicky compilers
46413              (e.g. OS/390 R2.5)
46414              
46415              Change the version number of Tie::Handle in the core to 4.0,
46416              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
46417              Subject: Note on Tie::Handle
46418              
46419              UTF8ize split() so that the cloned substrings get the UTF8
46420              flag of the original scalar.  Problem reported by Simon Cozens.
46421              
46422              save_re_context() could reset PL_curcop to freed memory, causing core
46423              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
46424              
46425              Subject: PATCH 5.6 perldebguts grammar cleanup
46426              
46427              Add a todo note about overloadable assertions.
46428              
46429              on Windows, LoadLibrary() could load an extension DLL multiple
46430              times if forward slashes are used in the path
46431              
46432              on Windows, cwd strings in the environment should be of the
46433              form =X:=X:\foo instead of =X=X:\foo\
46434              
46435              on Windows, avoid potential exception (could happen if MSVCRT isn't
46436              being used) when closing a socket handle
46437              
46438              avoid nonportable example code
46439              
46440              Windows9x doesn't support link(), despite what Config.pm
46441              might think
46442              
46443              pod nit
46444              
46445              Change #7160 had a nasty typo.
46446              
46447              Warn about unknown scripts.
46448              Subject: Re: ideas? patches? [PATCH bleadperl]
46449              
46450              on Windows, clean targets might not work under some flavors of the shell
46451              
46452              tweak for change#7173
46453              
46454              Make eq work again with utf8 (disabling the upgrading
46455              should no more be necessary since the copies of the
46456              scalars are upgraded, not the scalars themselves).
46457              Takes care of ID 20001009.001.  (The claimed length()
46458              bug in 20001009.001 seems bogus to me.)
46459              
46460              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
46461              
46462              Upgrade to CGI.pm 2.74, from Lincoln Stein.
46463              
46464              Upgrade to podlators 1.04, from Russ Allbery.
46465              
46466              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
46467              
46468              Quote the temp file name, needed in Win32 because the
46469              default name unfortunately contains spaces, shouldn't
46470              hurt elsewhere.
46471              Subject: FW: perldoc fails if $TEMP contains spaces
46472              
46473              Subject: RE: [ID 19990803.001] README.win32 suggestions 
46474              
46475              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
46476              
46477              Subject: Re: utf8 concat, mg_get
46478              
46479              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
46480              
46481              Subject: [PATCH: perl@7181] op/tr tests on OS/390
46482              
46483              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
46484              
46485              Use the versiononly instead of the installscripts,
46486              retract the changes 7146 and 7147.
46487              
46488              Reapply Andy's patch and regen Configure.
46489              
46490              Add the test case for #7190, from the original bug report
46491              by Andreas König.
46492              
46493              Remove duplicated code.
46494              
46495              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
46496              
46497              restore change#7202
46498      Branch: maint-5.6/perl
46499           !> (integrate 121 files)
46500 ____________________________________________________________________________
46501 [  8155] By: jhi                                   on 2000/12/17  22:30:58
46502         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
46503              From: "Craig A. Berry" <craigberry@mac.com>
46504              Date: Sun, 17 Dec 2000 13:09:28 -0600
46505              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
46506              
46507              MAN.PODS => ' ' is naughty.
46508      Branch: perl
46509            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
46510 ____________________________________________________________________________
46511 [  8154] By: nick                                  on 2000/12/17  22:07:13
46512         Log: MULTIPLICITY nit.
46513      Branch: perl
46514            ! mg.c
46515 ____________________________________________________________________________
46516 [  8153] By: gsar                                  on 2000/12/17  21:23:05
46517         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
46518              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
46519              from mainline
46520              
46521              Document the SvIOK_.*UV().
46522              
46523              Update Unicode todo list.
46524              
46525              Guard against bad string->int conversion for quads.
46526              
46527              Subject: small apidoc fix
46528              
46529              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
46530              
46531              Subject: [PATCH] Tied filehandle documentation
46532              
46533              Subject: [PATCH] Modernize Opcode.pm documentation
46534              
46535              Make Data::Dumper (non-XS) to work with changed semantics of ref().
46536              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
46537              [applied even though said semantics didn't change in 5.6.x]
46538              
46539              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
46540              
46541              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
46542              
46543              Fix the URL, but the server is still missing in action.
46544              Subject: [ID 20000905.002] perlfaq1.pod URL error
46545              
46546              Subject: [ID 20000903.001] \w in utf8-strings
46547              
46548              Fix the ccversion detection for 5.1 and beyond.
46549              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
46550              
46551              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
46552              
46553              Subject: [ID 20000904.008] Tiny fix for perldiag
46554              
46555              Subject: Re: [ID 20000906.004] segfault with bad perl statement
46556              
46557              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
46558              
46559              Subject: [ID 20000908.002] perlipc documentation bug.
46560              
46561              Subject: [PATCH lib/Benchmark.pm]
46562              
46563              Re-allow vec() for characters > 255.
46564              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
46565              
46566              Do away with memory models cruft.  Sorry, PDP users.
46567              
46568              Continue #7041.
46569              
46570              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
46571              
46572              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
46573              
46574              Upgrade to CPAN 1.57_65, from Andreas König.
46575              
46576              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
46577              by Russ Allbery.
46578              
46579              Silence t/pod/*.t about alternate quote-mappings now implemented
46580              by Pod::Text, from Brad Appleton.
46581              
46582              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
46583              Subject: borland C++ win32.c tweak
46584              
46585              C<@a = @b = split(...)> optimization coredumps under ithreads
46586              (missed a spot when fixing up op_pmreplroot hack for ithreads)
46587              
46588              Document the SvUTF8*().
46589              
46590              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
46591              
46592              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
46593              
46594              Do in VMS as the #7054 does.
46595              
46596              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
46597              
46598              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
46599              
46600              Subject: [patch: perl@7045] vms updates
46601              
46602              Test for the #7049.
46603              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
46604              
46605              Break up the myconfig lines a bit.
46606              Subject: perlbug/perl -V output format
46607              
46608              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
46609              
46610              The #7054 truncated Configure badly.
46611              
46612              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
46613              initialization in all the threads on Windows
46614              
46615              Allow for whitespace between "#" and "line" in cpp output.
46616              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
46617              
46618              Remove vestiges of tr//CU.
46619              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
46620              
46621              The return value of setlocale must be copied away.
46622              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
46623              
46624              Allow chop() and chomp() to be overridden.
46625              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
46626              
46627              Hints optimization.
46628              Subject: Minor nit
46629              
46630              Subject: [PATCH] de-wall t/README
46631              
46632              Subject: Re: Two advertising clauses need to be removed
46633      Branch: maint-5.6/perl
46634           !> (integrate 75 files)
46635 ____________________________________________________________________________
46636 [  8152] By: gsar                                  on 2000/12/17  20:30:11
46637         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
46638              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
46639              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
46640              
46641              Don't attach -ld to the archname if pointless.
46642              
46643              Document UNTIE in a very minimalistic way.
46644              
46645              POSIX doesn't report long double values under -Duselongdouble
46646              when the long doubles are "real" (bigger than doubles).
46647              
46648              More author updates.
46649              
46650              Try to deduce NV_MAX.  Really should be Configure fodder.
46651              
46652              :: not allowed in pathnames, change to .
46653              Subject: [PATCH perl@6938] cygwin port
46654              
46655              Forget about NV_MAX (#6951).  Various floating point tweaks,
46656              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
46657              
46658              Move the Solaris 7 scan to use64bitall, make the
46659              failure to find 64-bot sparc libc to mention the
46660              possibility of being in an intel, from Lupe and Alan.
46661              
46662              Regen perltoc.
46663              
46664              AUTHORS tweaks, from Peter Prymmer.
46665              
46666              More address tweaking.
46667              
46668              Small tweaks all over.
46669              
46670              File::Temp patches from Andreas König,
46671              
46672              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
46673              
46674              Subject: CPAN.pm beta 1.57_57 for the core
46675              
46676              Part of the solution.
46677              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
46678              
46679              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
46680              
46681              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
46682              
46683              Add the overload warnings to perldiag.
46684              
46685              Drop unused argument.
46686              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
46687              
46688              Subject: Nit in Configure (bleadperl@6961)
46689              
46690              Update to PodParser 1.18, from Brad Appleton.
46691              
46692              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
46693              
46694              Subject: [PATCH: 6948] add SCNfldbl to configure.com
46695              
46696              Document UNTIE. Also tweak implementation to suppress the 'inner references'
46697              warning when UNTIE exists and instead pass the cound of extra references to
46698              the UNTIE method.
46699              
46700              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
46701              so that case-ignoring systems like DCL can tell them from
46702              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
46703              
46704              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
46705              
46706              Feature ordering tweak.
46707              
46708              Regen perltoc.
46709              
46710              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
46711              
46712              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
46713              
46714              Subject: http:// in L<>
46715              
46716              Detypo.
46717              
46718              change#6791 accidentally clobbered change#6710, put it back
46719              
46720              Only the first line, thank you very much.
46721              
46722              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
46723              plus rework the http: spots as suggested by Tom Christiansen,
46724              plus regen perltoc.
46725              
46726              Undo part of change 6489 which looks like a bulk edit which
46727              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
46728              The supressing of main:: on return from select() is undesirable.
46729              
46730              Apparently avoiding the swapping is too costly.
46731              
46732              Various Configure nits by Philip Newton,
46733              plus the ebcdic one by me.
46734              
46735              Make certain cc is set before trying to run it.
46736              
46737              If overloaded %{} etc. return the object do not loop.
46738              Thus  sub deref { $_[0] } functions if object is wanted type.
46739              
46740              Update perlhist.
46741              
46742              More %{} and other deref special casing - do not pass to 'nomethod'.
46743      Branch: maint-5.6/perl
46744           !> (integrate 59 files)
46745 ____________________________________________________________________________
46746 [  8151] By: gsar                                  on 2000/12/17  19:14:38
46747         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
46748              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
46749              
46750              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
46751              
46752              Make the epsilon to be relative, not absolute.
46753              
46754              Put back the flags dump as reasoned in
46755              Subject: Re: [PATCH] Glob dumping
46756              
46757              Introduce ccname to keep track of what compiler kind of we have.
46758              
46759              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
46760              
46761              Put back the slice accidentally removed by #6907.
46762              
46763              Reset archname and archname64 always, forcing them be
46764              recomputed at each Configure run, make Configure and
46765              the hints files agree on the naming of largefiles variables.
46766              
46767              Don't say "Perl 5.0 source kit".
46768              
46769              Subject: [PATCH] fix misc cast warnings
46770              
46771              Subject: typos in pods
46772              
46773              NVs not necessarily doubles, as pointed out by Yitzchak.
46774              
46775              Subject: [PATCH 6889] add a few ldbl formats to configure.com
46776              
46777              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
46778              
46779              Better options for rsync.
46780              
46781              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
46782              
46783              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
46784              
46785              Subject: [PATCH] Re: UNTIE method 
46786              
46787              A better fix for the Socket building problem from Craig Berry.
46788              
46789              Retract the dummy test, skip the security tests (instead of failing),
46790              explain what the warnings mean.
46791              
46792              Heap decorruption.
46793              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
46794              
46795              Update to Unicode 3.0.1.
46796              
46797              Missed one Unicode file.
46798              
46799              Subject: Re: typos in pods
46800              
46801              The #6929 was too skimpy.
46802              
46803              sscanf() may be the only way to read long doubles from strings.
46804              
46805              Reveal Borland's isnan.
46806              Subject: build with BC++ tweak
46807              
46808              Issue useful diagnostic on unknown pod commands.
46809              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
46810              
46811              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
46812              
46813              Clarify the third case of ftmp-security warnings.
46814              
46815              Make -Dusemorebits find long doubles in Solaris.
46816              
46817              Wrap the test in eval.
46818      Branch: maint-5.6/perl
46819           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
46820           +> lib/unicode/PropList.txt lib/unicode/README.perl
46821           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
46822           +> lib/unicode/Unicode.301 vms/vmspipe.com
46823            - lib/unicode/Props.txt lib/unicode/UCD300.html
46824            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
46825           !> (integrate 305 files)
46826 ____________________________________________________________________________
46827 [  8150] By: jhi                                   on 2000/12/17  18:47:57
46828         Log: Uncheckedin generated files.
46829      Branch: perl
46830            ! global.sym perlapi.c pod/perlapi.pod
46831 ____________________________________________________________________________
46832 [  8149] By: jhi                                   on 2000/12/17  18:41:22
46833         Log: Update Changes.
46834      Branch: perl
46835            ! Changes patchlevel.h
46836 ____________________________________________________________________________
46837 [  8148] By: jhi                                   on 2000/12/17  18:39:16
46838         Log: Subject: [PATCH] Fcntl constants speedup
46839              From: Nicholas Clark <nick@ccl4.org>
46840              Date: Sun, 17 Dec 2000 16:29:24 +0000
46841              Message-ID: <20001217162924.E97668@plum.flirble.org>
46842              
46843              Use IVs for the Fcntl constants instead of NVs.
46844      Branch: perl
46845            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
46846 ____________________________________________________________________________
46847 [  8147] By: jhi                                   on 2000/12/17  18:33:41
46848         Log: Add test for #8145 (binmode() warning), add warning for
46849              ioctl() and sockpair(), document them. (fileno() cannot
46850              be tripwired with the same kind of warning because
46851              'defined fileno($foo)' seems to be an idiom.)
46852      Branch: perl
46853            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
46854 ____________________________________________________________________________
46855 [  8146] By: gsar                                  on 2000/12/17  18:09:08
46856         Log: update Changes
46857      Branch: maint-5.6/perl
46858            ! Changes
46859 ____________________________________________________________________________
46860 [  8145] By: jhi                                   on 2000/12/17  17:39:35
46861         Log: Subject: [PATCH] Re: The long awaited feature ...
46862              From: Simon Cozens <simon@cozens.net>
46863              Date: Sun, 17 Dec 2000 12:31:56 +0000
46864              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
46865              
46866              Add a warning to binmode() about using bad filehandles
46867              (can happen e.g. if someone forgets the filehandle argument)
46868      Branch: perl
46869            ! pp_sys.c
46870 ____________________________________________________________________________
46871 [  8144] By: jhi                                   on 2000/12/17  17:33:48
46872         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
46873              From: Jonathan Stowe <gellyfish@gellyfish.com>
46874              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
46875              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
46876      Branch: perl
46877            ! lib/Net/Ping.pm
46878 ____________________________________________________________________________
46879 [  8143] By: jhi                                   on 2000/12/17  05:31:37
46880         Log: Polymorphic regexps.
46881              
46882              Fixes at least the bugs 20001028.003 (both of them...) and
46883              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
46884              also to be fixed by now, probably already before this patch.
46885      Branch: perl
46886            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
46887            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
46888            ! t/op/utf8decode.t t/pragma/utf8.t
46889 ____________________________________________________________________________
46890 [  8142] By: jhi                                   on 2000/12/16  17:16:05
46891         Log: Subject: [patch perl@8102] dos/djgpp update
46892              From: Laszlo Molnar <ml1050@freemail.hu>
46893              Date: Sat, 16 Dec 2000 01:40:52 +0100
46894              Message-ID: <20001216014052.A335@freemail.hu>
46895      Branch: perl
46896            ! djgpp/config.over t/base/commonsense.t
46897 ____________________________________________________________________________
46898 [  8141] By: jhi                                   on 2000/12/16  17:09:27
46899         Log: Few uncheckedin files.
46900      Branch: perl
46901            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
46902 ____________________________________________________________________________
46903 [  8140] By: nick                                  on 2000/12/15  22:14:31
46904         Log: Integrate mainline
46905      Branch: perlio
46906           !> (integrate 53 files)
46907 ____________________________________________________________________________
46908 [  8139] By: jhi                                   on 2000/12/15  19:49:49
46909         Log: One more IVUV tweak from Nicholas Clark.
46910      Branch: perl
46911            ! sv.c
46912 ____________________________________________________________________________
46913 [  8138] By: jhi                                   on 2000/12/15  19:17:06
46914         Log: Return of the IVUV-preservation, now seems to be happy even
46915              in Digital UNIX (the broken strtoul brokenness detection
46916              seems to have been the fly in the ointment).
46917      Branch: perl
46918            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46919            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
46920            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
46921            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
46922            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46923            ! vos/config.ga.h win32/config.bc win32/config.gc
46924            ! win32/config.vc
46925 ____________________________________________________________________________
46926 [  8137] By: jhi                                   on 2000/12/15  18:12:14
46927         Log: Metaconfig unit change for #8136.
46928      Branch: metaconfig
46929            ! U/modified/d_strtoul.U
46930      Branch: metaconfig/U/perl
46931            ! d_strtoull.U d_strtouq.U
46932 ____________________________________________________________________________
46933 [  8136] By: jhi                                   on 2000/12/15  18:11:35
46934         Log: I don't think it's sensible or portable to test the strtou*
46935              on /^-/ strings.
46936      Branch: perl
46937            ! Configure
46938 ____________________________________________________________________________
46939 [  8135] By: jhi                                   on 2000/12/15  17:18:49
46940         Log: Metaconfig unit change for #8134.
46941      Branch: metaconfig
46942            ! U/modified/d_strtoul.U
46943 ____________________________________________________________________________
46944 [  8134] By: jhi                                   on 2000/12/15  17:14:13
46945         Log: If longsize is 8 we don't need a LL suffix for integer constants.
46946      Branch: perl
46947            ! Configure config_h.SH
46948 ____________________________________________________________________________
46949 [  8133] By: jhi                                   on 2000/12/15  16:00:23
46950         Log: Update Changes.
46951      Branch: perl
46952            ! Changes patchlevel.h
46953 ____________________________________________________________________________
46954 [  8132] By: jhi                                   on 2000/12/15  15:44:16
46955         Log: Some compilers get huffy if you do not cast a const pointer
46956              to a non-const when assigning.
46957      Branch: perl
46958            ! gv.c
46959 ____________________________________________________________________________
46960 [  8131] By: jhi                                   on 2000/12/15  15:38:30
46961         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
46962              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46963              Date: Fri, 15 Dec 2000 05:26:57 -0500
46964              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
46965      Branch: perl
46966            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
46967            ! t/pragma/overload.t
46968 ____________________________________________________________________________
46969 [  8130] By: jhi                                   on 2000/12/15  15:36:08
46970         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
46971              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46972              Date: Thu, 14 Dec 2000 22:02:43 -0500
46973              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
46974      Branch: perl
46975            ! gv.c perl.h
46976 ____________________________________________________________________________
46977 [  8129] By: jhi                                   on 2000/12/15  15:34:16
46978         Log: Subject: PATCH: h2xs nit
46979              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46980              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
46981              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
46982              
46983              Add a template README.
46984      Branch: perl
46985            ! utils/h2xs.PL
46986 ____________________________________________________________________________
46987 [  8128] By: jhi                                   on 2000/12/15  15:32:22
46988         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
46989      Branch: perl
46990            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
46991 ____________________________________________________________________________
46992 [  8127] By: jhi                                   on 2000/12/15  15:19:34
46993         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
46994              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46995              Date:     Thu, 14 Dec 2000 20:04:42 EST
46996              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
46997      Branch: perl
46998            ! ext/Opcode/Opcode.xs
46999 ____________________________________________________________________________
47000 [  8126] By: jhi                                   on 2000/12/15  15:17:49
47001         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
47002              From: Peter Prymmer <pvhp@forte.com>
47003              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
47004              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
47005      Branch: perl
47006            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
47007            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
47008            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
47009 ____________________________________________________________________________
47010 [  8125] By: jhi                                   on 2000/12/15  15:11:05
47011         Log: This seems to be a stage sane and stable enough to checkin.
47012              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
47013      Branch: perl
47014            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
47015            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
47016            ! t/op/cmp.t t/op/numconvert.t
47017 ____________________________________________________________________________
47018 [  8124] By: jhi                                   on 2000/12/15  04:20:26
47019         Log: Something is really wonky.
47020      Branch: perl
47021            ! sv.c
47022 ____________________________________________________________________________
47023 [  8123] By: jhi                                   on 2000/12/15  04:00:50
47024         Log: Fixes for the IV UV patches to compile in Digital UNIX.
47025      Branch: perl
47026            ! sv.c
47027 ____________________________________________________________________________
47028 [  8122] By: jhi                                   on 2000/12/15  02:53:40
47029         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
47030              From: "Craig A. Berry" <craigberry@mac.com>
47031              Date: Thu, 14 Dec 2000 19:10:49 -0600
47032              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
47033      Branch: perl
47034            ! vms/vms.c
47035 ____________________________________________________________________________
47036 [  8121] By: jhi                                   on 2000/12/15  02:50:00
47037         Log: Metaconfig changes for #8120.
47038      Branch: metaconfig
47039            + U/modified/d_strtoul.U
47040      Branch: metaconfig/U/perl
47041            ! d_strtoull.U d_strtouq.U
47042 ____________________________________________________________________________
47043 [  8120] By: jhi                                   on 2000/12/15  02:49:42
47044         Log: From: Nicholas Clark <nick@ccl4.org> 
47045              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
47046              Date: Thu, 14 Dec 2000 18:38:57 +0000
47047              Message-ID: <20001214183857.B97909@plum.flirble.org>
47048      Branch: perl
47049            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47050            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
47051            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
47052            ! vos/config.ga.def vos/config.ga.h win32/config.bc
47053            ! win32/config.gc win32/config.vc
47054 ____________________________________________________________________________
47055 [  8119] By: jhi                                   on 2000/12/14  23:40:58
47056         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
47057              From: Nicholas Clark <nick@ccl4.org>
47058              Date: Wed, 13 Dec 2000 20:08:50 +0000
47059              Message-ID: <20001213200849.B71166@plum.flirble.org>
47060      Branch: perl
47061            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
47062            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
47063 ____________________________________________________________________________
47064 [  8118] By: jhi                                   on 2000/12/14  22:46:26
47065         Log: Integrate perlio.
47066      Branch: perl
47067           !> MANIFEST ext/Encode/compile makedef.pl
47068 ____________________________________________________________________________
47069 [  8117] By: nick                                  on 2000/12/14  22:38:53
47070         Log: Win32 tweaks to get Encode to build
47071              - temp hack to makedef.pl till PerlIO is properly "exported".
47072              - MSVC dislikes  
47073              static encpage_t foo[];
47074              so make 'em extern for now.
47075      Branch: perlio
47076            ! ext/Encode/compile makedef.pl
47077 ____________________________________________________________________________
47078 [  8116] By: nick                                  on 2000/12/14  22:00:53
47079         Log: Document the new files
47080      Branch: perlio
47081            ! MANIFEST
47082 ____________________________________________________________________________
47083 [  8115] By: jhi                                   on 2000/12/14  21:58:01
47084         Log: MANIFEST new files of #8114.
47085      Branch: perl
47086            ! MANIFEST
47087 ____________________________________________________________________________
47088 [  8114] By: jhi                                   on 2000/12/14  21:50:49
47089         Log: Integrate perlio.
47090      Branch: perl
47091           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
47092           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
47093           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
47094           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
47095           !> ext/Encode/Makefile.PL
47096 ____________________________________________________________________________
47097 [  8113] By: jhi                                   on 2000/12/14  21:48:49
47098         Log: The documentation part of the
47099              
47100              Subject: [ID 20001214.002] Net::Ping patch
47101              From: Jonathan Stowe <gellyfish@gellyfish.com>
47102              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
47103              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
47104              since the #7529 had already addressed the same problem.
47105      Branch: perl
47106            ! lib/Net/Ping.pm
47107 ____________________________________________________________________________
47108 [  8112] By: jhi                                   on 2000/12/14  21:42:57
47109         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
47110              From: Dominic Dunlop <domo@computer.org>
47111              Date: Tue, 12 Dec 2000 10:47:10 +0100
47112              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
47113              
47114              Document how elusive subroutines can be.
47115      Branch: perl
47116            ! pod/perlfunc.pod
47117 ____________________________________________________________________________
47118 [  8111] By: jhi                                   on 2000/12/14  21:38:05
47119         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
47120              From: Dominic Dunlop <domo@computer.org>
47121              Date: Thu, 14 Dec 2000 10:13:51 +0100
47122              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
47123      Branch: perl
47124            ! ext/POSIX/POSIX.pod
47125 ____________________________________________________________________________
47126 [  8110] By: jhi                                   on 2000/12/14  21:36:32
47127         Log: Subject: [patch] perlfaq7
47128              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
47129              Date: Thu, 14 Dec 2000 15:31:07 +0100
47130              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
47131      Branch: perl
47132            ! pod/perlfaq7.pod
47133 ____________________________________________________________________________
47134 [  8109] By: jhi                                   on 2000/12/14  21:29:20
47135         Log: Subject: [8104] Encode
47136              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47137              Date: Thu, 14 Dec 2000 14:49:34 +0100
47138              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
47139              
47140              Type casting for nervous compilers.
47141      Branch: perl
47142            ! ext/Encode/Encode.xs
47143 ____________________________________________________________________________
47144 [  8108] By: jhi                                   on 2000/12/14  21:26:17
47145         Log: Subject: [8104] DB_File
47146              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47147              Date: Thu, 14 Dec 2000 14:49:35 +0100
47148              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
47149              
47150              Type definition incorrect for DB 2.7.7.  Not known when it
47151              changed, so only changed it for a known revision.
47152      Branch: perl
47153            ! ext/DB_File/DB_File.xs
47154 ____________________________________________________________________________
47155 [  8107] By: jhi                                   on 2000/12/14  21:23:41
47156         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
47157              From: Peter Prymmer <pvhp@forte.com>
47158              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
47159              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
47160              
47161              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
47162      Branch: perl
47163            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
47164            ! ext/Encode/Encode/posix-bc.enc
47165 ____________________________________________________________________________
47166 [  8106] By: nick                                  on 2000/12/14  20:36:13
47167         Log: "Cold" build correction to Encode's Makefile.PL
47168      Branch: perlio
47169            ! ext/Encode/Makefile.PL
47170 ____________________________________________________________________________
47171 [  8105] By: nick                                  on 2000/12/14  20:09:37
47172         Log: "Compiled" encodings.
47173              Correct replacement character in EBCDIC .enc files
47174              Add 0x7F to ASCII repertoire.
47175      Branch: perlio
47176            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
47177            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
47178            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
47179            ! ext/Encode/Makefile.PL ext/Encode/compile
47180            ! ext/Encode/encengine.c ext/Encode/encode.h
47181 ____________________________________________________________________________
47182 [  8104] By: nick                                  on 2000/12/14  00:38:20
47183         Log: Integrate mainline
47184      Branch: perlio
47185           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
47186           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
47187           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
47188           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
47189           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
47190           !> t/lib/db-hash.t t/lib/db-recno.t
47191 ____________________________________________________________________________
47192 [  8103] By: nick                                  on 2000/12/13  23:16:13
47193         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
47194              so far and so it does not get lost.
47195      Branch: perlio
47196            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
47197 ____________________________________________________________________________
47198 [  8102] By: jhi                                   on 2000/12/13  17:14:22
47199         Log: Update Changes.
47200      Branch: perl
47201            ! Changes patchlevel.h
47202 ____________________________________________________________________________
47203 [  8101] By: jhi                                   on 2000/12/13  16:53:41
47204         Log: Move the proto of start_glob() to a better place; regen api files.
47205      Branch: perl
47206            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
47207 ____________________________________________________________________________
47208 [  8100] By: jhi                                   on 2000/12/13  16:47:11
47209         Log: Metaconfig change for #8099.
47210      Branch: metaconfig
47211            ! U/modified/Head.U
47212 ____________________________________________________________________________
47213 [  8099] By: jhi                                   on 2000/12/13  16:46:48
47214         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
47215              From: Andy Dougherty <doughera@lafayette.edu>
47216              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
47217              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
47218      Branch: perl
47219            ! Configure
47220 ____________________________________________________________________________
47221 [  8098] By: jhi                                   on 2000/12/13  16:39:02
47222         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
47223              From: rspier@pobox.com (Robert Spier)
47224              Date: Tue, 12 Dec 2000 21:12:39 -0500
47225              Message-ID: <14902.56087.678086.725773@rls.cx>
47226              
47227              fastgetcwd is defined using a glob alias on a $^O dependent basis -
47228              and there was no default assignment or perl subroutine.
47229      Branch: perl
47230            ! lib/Cwd.pm
47231 ____________________________________________________________________________
47232 [  8097] By: jhi                                   on 2000/12/13  16:16:01
47233         Log: Subject: [PATCH] move startglob out of pp_hot.c
47234              From: Nicholas Clark <nick@ccl4.org>
47235              Date: Mon, 11 Dec 2000 23:16:39 +0000
47236              Message-ID: <20001211231638.A55550@plum.flirble.org>
47237      Branch: perl
47238            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
47239 ____________________________________________________________________________
47240 [  8096] By: jhi                                   on 2000/12/13  15:26:23
47241         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
47242              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
47243              Date: Wed, 13 Dec 2000 14:01:37 +0100
47244              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
47245              
47246              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
47247              in turn requires libpthread in libswanted.
47248      Branch: perl
47249            ! hints/hpux.sh
47250 ____________________________________________________________________________
47251 [  8095] By: jhi                                   on 2000/12/12  19:51:05
47252         Log: The integration wars continue.
47253      Branch: perl
47254           !> sv.c
47255 ____________________________________________________________________________
47256 [  8094] By: jhi                                   on 2000/12/12  19:48:26
47257         Log: Subject: [PATCH perl@8070] DB_File-1.74  
47258              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
47259              Date: Mon, 11 Dec 2000 23:07:17 -0000
47260              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
47261      Branch: perl
47262            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
47263            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
47264            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
47265            ! t/lib/db-recno.t
47266 ____________________________________________________________________________
47267 [  8093] By: nick                                  on 2000/12/12  19:42:13
47268         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
47269      Branch: perlio
47270            ! sv.c
47271           !> lib/File/DosGlob.pm
47272 ____________________________________________________________________________
47273 [  8092] By: jhi                                   on 2000/12/12  19:28:11
47274         Log: Integrate perlio.
47275      Branch: perl
47276           !> sv.c
47277 ____________________________________________________________________________
47278 [  8091] By: nick                                  on 2000/12/12  18:49:45
47279         Log: Fix for Tk, and upgrading shared SVs.
47280      Branch: perlio
47281            ! sv.c
47282 ____________________________________________________________________________
47283 [  8090] By: jhi                                   on 2000/12/12  16:48:59
47284         Log: Subject: [PATCH] Re: Breadperl & Tk
47285              From: Nick Ing-Simmons <nik@tiuk.ti.com>
47286              Date: Tue, 12 Dec 2000 14:48:27 GMT
47287              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
47288      Branch: perl
47289            ! sv.c
47290 ____________________________________________________________________________
47291 [  8089] By: jhi                                   on 2000/12/12  03:37:19
47292         Log: Subject: DosGlob.pm diff for bash style brace expansion.
47293              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
47294              Date: Fri, 8 Dec 2000 10:45:30 -0600
47295              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
47296      Branch: perl
47297            ! lib/File/DosGlob.pm
47298 ____________________________________________________________________________
47299 [  8088] By: nick                                  on 2000/12/11  23:59:59
47300         Log: Integrate mainline
47301      Branch: perlio
47302           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
47303           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
47304           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
47305           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
47306           !> t/op/local.t t/pragma/warn/toke toke.c
47307 ____________________________________________________________________________
47308 [  8087] By: jhi                                   on 2000/12/11  23:20:23
47309         Log: Integrate perlio.
47310      Branch: perl
47311           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
47312 ____________________________________________________________________________
47313 [  8086] By: jhi                                   on 2000/12/11  22:50:59
47314         Log: Tune further the OS detection of CGI.
47315      Branch: perl
47316            ! lib/CGI.pm
47317 ____________________________________________________________________________
47318 [  8085] By: nick                                  on 2000/12/11  22:50:46
47319         Log: Finish 1st pass of "encoding" layer e.g. :
47320              open($fh,"<encoding(iso8859-7)",$greek) || die;
47321      Branch: perlio
47322            ! ext/Encode/Encode.xs perlio.c perliol.h
47323 ____________________________________________________________________________
47324 [  8084] By: jhi                                   on 2000/12/11  22:32:06
47325         Log: Revert the -f ambiguousity patch, seems to cause
47326              too much hassle (the interpret -Q as a function
47327              where Q is not a known filetest part is left in).
47328      Branch: perl
47329            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
47330            ! toke.c
47331 ____________________________________________________________________________
47332 [  8083] By: jhi                                   on 2000/12/11  22:27:23
47333         Log: (accidentally empty check-in)
47334      Branch: perl
47335            ! lib/File/DosGlob.pm
47336 ____________________________________________________________________________
47337 [  8082] By: nick                                  on 2000/12/11  19:09:51
47338         Log: Restore mmap function (broken by tweaks to shared buffer
47339              layer for encode(xxxx)).
47340      Branch: perlio
47341            ! perlio.c
47342 ____________________________________________________________________________
47343 [  8081] By: jhi                                   on 2000/12/11  18:29:13
47344         Log: Subject: Re: The long awaited feature ...
47345              From: Simon Cozens <simon@cozens.net>
47346              Date: Mon, 11 Dec 2000 15:54:24 +0000
47347              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
47348              
47349              More io/utf8 tests.
47350      Branch: perl
47351            ! t/io/utf8.t
47352 ____________________________________________________________________________
47353 [  8080] By: jhi                                   on 2000/12/11  18:19:36
47354         Log: Subject: PATCH MakeMaker manpage clarification
47355              From: andreas.koenig@anima.de (Andreas J. Koenig)
47356              Date: 10 Dec 2000 20:46:13 +0100
47357              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
47358      Branch: perl
47359            ! lib/ExtUtils/MakeMaker.pm
47360 ____________________________________________________________________________
47361 [  8079] By: jhi                                   on 2000/12/11  15:35:07
47362         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
47363              From: Simon Cozens <simon@cozens.net>
47364              Date: Sun, 10 Dec 2000 19:06:19 +0000
47365              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
47366      Branch: perl
47367            ! ext/B/B/Deparse.pm t/lib/b.t
47368 ____________________________________________________________________________
47369 [  8078] By: jhi                                   on 2000/12/11  15:09:11
47370         Log: Subject: [PATCH] docs on NaN
47371              From: Nicholas Clark <nick@ccl4.org>
47372              Date: Mon, 11 Dec 2000 01:48:38 +0000
47373              Message-ID: <20001211014838.B99205@plum.flirble.org>
47374      Branch: perl
47375            ! pod/perlop.pod
47376 ____________________________________________________________________________
47377 [  8077] By: jhi                                   on 2000/12/11  15:02:21
47378         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
47379              From: Simon Cozens <simon@cozens.net>
47380              Date: Mon, 11 Dec 2000 01:21:45 +0000
47381              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
47382      Branch: perl
47383            ! pp.c pp_hot.c scope.c t/op/local.t
47384 ____________________________________________________________________________
47385 [  8076] By: nick                                  on 2000/12/10  20:43:32
47386         Log: Not merge worthy...
47387              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
47388              syntax is modelled on attributes.
47389              Untested fix for io/utf8 on Win32 etc.
47390              Very clumsy start to the encode layer.
47391      Branch: perlio
47392            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
47393 ____________________________________________________________________________
47394 [  8075] By: jhi                                   on 2000/12/10  18:39:33
47395         Log: Darwin is not Windows.
47396      Branch: perl
47397            ! lib/CGI.pm
47398 ____________________________________________________________________________
47399 [  8074] By: jhi                                   on 2000/12/10  18:31:27
47400         Log: Subject: Ambiguous -%c() resolved as a file test
47401              From: "Paul Marquess" <Paul.Marquess@openwave.com>
47402              Date: Sun, 10 Dec 2000 15:35:07 -0000
47403              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
47404      Branch: perl
47405            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
47406 ____________________________________________________________________________
47407 [  8073] By: jhi                                   on 2000/12/10  18:16:29
47408         Log: Subject: PATCH installperl misinformed 
47409              From: andreas.koenig@anima.de (Andreas J. Koenig)
47410              Date: 10 Dec 2000 13:01:32 +0100 
47411              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
47412      Branch: perl
47413            ! installperl
47414 ____________________________________________________________________________
47415 [  8072] By: jhi                                   on 2000/12/10  18:07:55
47416         Log: The walkoptree confusion rages; walkoptree() seems to be coming
47417              from B.xs, while walkoptree_slow() comes from B.pm.
47418      Branch: perl
47419            ! ext/B/B.pm
47420 ____________________________________________________________________________
47421 [  8071] By: nick                                  on 2000/12/10  11:45:47
47422         Log: Integrate mainline
47423      Branch: perlio
47424           +> t/base/commonsense.t
47425           !> (integrate 37 files)
47426 ____________________________________________________________________________
47427 [  8070] By: jhi                                   on 2000/12/10  04:46:21
47428         Log: Update Changes.
47429      Branch: perl
47430            ! Changes patchlevel.h
47431 ____________________________________________________________________________
47432 [  8069] By: jhi                                   on 2000/12/10  04:39:19
47433         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
47434              From: andreas.koenig@anima.de (Andreas J. Koenig)
47435              Date: 09 Dec 2000 17:14:25 +0100
47436              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
47437      Branch: perl
47438            + t/base/commonsense.t
47439            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
47440 ____________________________________________________________________________
47441 [  8068] By: jhi                                   on 2000/12/10  04:17:36
47442         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
47443              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
47444              Date: Sat, 9 Dec 2000 16:47:22 -0000
47445              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
47446      Branch: perl
47447            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
47448            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
47449            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
47450            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
47451            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
47452            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
47453            ! t/lib/sdbm.t
47454 ____________________________________________________________________________
47455 [  8067] By: jhi                                   on 2000/12/10  03:52:02
47456         Log: Test case for #8066.
47457      Branch: perl
47458            ! t/op/misc.t
47459 ____________________________________________________________________________
47460 [  8066] By: jhi                                   on 2000/12/10  03:50:30
47461         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
47462              From: Simon Cozens <simon@cozens.net>
47463              Date: Sun, 10 Dec 2000 00:55:37 +0000
47464              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
47465      Branch: perl
47466            ! pp_sys.c
47467 ____________________________________________________________________________
47468 [  8065] By: jhi                                   on 2000/12/10  03:44:52
47469         Log: Test case for #8064.
47470      Branch: perl
47471            ! t/comp/proto.t
47472 ____________________________________________________________________________
47473 [  8064] By: jhi                                   on 2000/12/10  03:42:32
47474         Log: Subject: Re: prototype of substr
47475              From: Simon Cozens <simon@cozens.net>
47476              Date: Sun, 10 Dec 2000 00:13:33 +0000
47477              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
47478              
47479              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
47480              In other words, make the returned prototypes for any function
47481              stop prepending the ';' optionality marker after the first one.
47482              If they start getting optional, all the rest are optional.
47483      Branch: perl
47484            ! pp.c
47485 ____________________________________________________________________________
47486 [  8063] By: jhi                                   on 2000/12/10  03:39:42
47487         Log: Subject: [PATCH] perlguts.pod
47488              From: Simon Cozens <simon@cozens.net>
47489              Date: Sun, 10 Dec 2000 00:06:47 +0000
47490              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
47491              
47492              Documentation of the different types of ops,
47493              plus the functions in dump.c
47494      Branch: perl
47495            ! pod/perlguts.pod
47496 ____________________________________________________________________________
47497 [  8062] By: jhi                                   on 2000/12/10  03:30:04
47498         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
47499              From: Nicholas Clark <nick@talking.bollo.cx>
47500              Date: Sat, 09 Dec 2000 18:57:25 +0000
47501              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
47502              
47503              Be more robust in weird hostname setups.
47504      Branch: perl
47505            ! t/lib/net-hostent.t
47506 ____________________________________________________________________________
47507 [  8061] By: jhi                                   on 2000/12/10  03:28:21
47508         Log: Pacify fussy compiler. 
47509      Branch: perl
47510            ! pp_sys.c
47511 ____________________________________________________________________________
47512 [  8060] By: jhi                                   on 2000/12/10  02:52:46
47513         Log: Integrate perlio.
47514      Branch: perl
47515           !> pp_sys.c t/io/utf8.t
47516 ____________________________________________________________________________
47517 [  8059] By: nick                                  on 2000/12/09  23:40:14
47518         Log: read/sysread/recv should now be utf8 aware.
47519              Basic test for utf8 read.
47520      Branch: perlio
47521            ! pp_sys.c t/io/utf8.t
47522 ____________________________________________________________________________
47523 [  8058] By: jhi                                   on 2000/12/09  21:56:02
47524         Log: Integrate perlio.
47525      Branch: perl
47526           +> t/io/utf8.t
47527           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
47528 ____________________________________________________________________________
47529 [  8057] By: jhi                                   on 2000/12/09  21:53:35
47530         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
47531              From: Inaba Hiroto <inaba@st.rim.or.jp>
47532              Date: Sun, 10 Dec 2000 05:53:21 +0900
47533              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
47534              
47535              Tests for #8056.
47536      Branch: perl
47537            ! t/op/each.t
47538 ____________________________________________________________________________
47539 [  8056] By: jhi                                   on 2000/12/09  21:51:16
47540         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
47541              From: Inaba Hiroto <inaba@st.rim.or.jp>
47542              Date: Sat, 09 Dec 2000 18:02:00 +0900
47543              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
47544              
47545              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
47546      Branch: perl
47547            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
47548 ____________________________________________________________________________
47549 [  8055] By: nick                                  on 2000/12/09  20:11:48
47550         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
47551              than raw PerlIO_write() - does not seem to break any tests.
47552      Branch: perlio
47553            ! pp_sys.c
47554 ____________________________________________________________________________
47555 [  8054] By: nick                                  on 2000/12/09  19:47:30
47556         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
47557              (sysread, recv and write i.e. formats still to do...)
47558              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
47559              open($fh,">:utf8","name")
47560              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
47561              so no extra overhead is involved.
47562              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
47563              to a non-utf8 stream.
47564              Add initial io/utf8.t
47565              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
47566              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
47567              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
47568      Branch: perlio
47569            + t/io/utf8.t
47570            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
47571 ____________________________________________________________________________
47572 [  8053] By: nick                                  on 2000/12/09  19:26:37
47573         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
47574              was only testing this_utf8.
47575      Branch: perlio
47576            ! toke.c
47577 ____________________________________________________________________________
47578 [  8052] By: nick                                  on 2000/12/09  19:09:41
47579         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
47580              i.e. the output string has one, but don't mess with source assumption.
47581      Branch: perlio
47582            ! toke.c
47583 ____________________________________________________________________________
47584 [  8051] By: jhi                                   on 2000/12/09  16:55:17
47585         Log: Integrate perlio.
47586      Branch: perl
47587           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
47588           !> sv.c thrdvar.h util.c
47589 ____________________________________________________________________________
47590 [  8050] By: jhi                                   on 2000/12/09  16:48:07
47591         Log: Nits noticed by Peter Prymmer.
47592      Branch: perl
47593            ! lib/ExtUtils/MM_VMS.pm
47594 ____________________________________________________________________________
47595 [  8049] By: nick                                  on 2000/12/09  13:49:40
47596         Log: UTF8 output prework.
47597              - Store $\ and $, as SVs so they can have SvUTF8 flag
47598              - use do_print() rather than raw PerlIO_write() to print them.
47599      Branch: perlio
47600            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
47601            ! thrdvar.h util.c
47602 ____________________________________________________________________________
47603 [  8048] By: nick                                  on 2000/12/09  12:30:43
47604         Log: Integrate mainline.
47605      Branch: perlio
47606           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
47607           +> t/op/reverse.t
47608           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
47609           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
47610           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
47611           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
47612           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
47613           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
47614 ____________________________________________________________________________
47615 [  8047] By: jhi                                   on 2000/12/09  00:23:27
47616         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
47617              From: Michael G Schwern <schwern@pobox.com>
47618              Date: Fri, 8 Dec 2000 14:43:04 -0600
47619      Branch: perl
47620            ! lib/ExtUtils/MM_VMS.pm
47621 ____________________________________________________________________________
47622 [  8046] By: jhi                                   on 2000/12/08  23:10:27
47623         Log: A missed check-in.
47624      Branch: perl
47625            ! lib/ExtUtils/Manifest.pm
47626 ____________________________________________________________________________
47627 [  8045] By: jhi                                   on 2000/12/08  21:57:12
47628         Log: (null check-in)
47629      Branch: perl
47630            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
47631 ____________________________________________________________________________
47632 [  8044] By: jhi                                   on 2000/12/08  21:11:06
47633         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
47634              at the final draft stage.
47635      Branch: perl
47636            + ext/Encode/Encode/iso8859-16.enc
47637            ! MANIFEST
47638 ____________________________________________________________________________
47639 [  8043] By: jhi                                   on 2000/12/08  16:39:04
47640         Log: Update Changes.
47641      Branch: perl
47642            ! Changes patchlevel.h
47643 ____________________________________________________________________________
47644 [  8042] By: jhi                                   on 2000/12/08  16:33:39
47645         Log: Do not return the Unicode replacement character if UTF-8
47646              decoding goes awry, it should be up to the caller to decide.
47647      Branch: perl
47648            ! pod/perlapi.pod utf8.c
47649 ____________________________________________________________________________
47650 [  8041] By: jhi                                   on 2000/12/08  16:22:28
47651         Log: metaconfig maintenance.
47652      Branch: metaconfig
47653            ! U/modified/stdchar.U
47654      Branch: metaconfig/U/perl
47655            + testsyml.U
47656 ____________________________________________________________________________
47657 [  8040] By: jhi                                   on 2000/12/08  16:03:08
47658         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
47659              From: sthoenna@efn.org
47660              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
47661              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
47662      Branch: perl
47663            ! Changes lib/ExtUtils/MM_OS2.pm
47664 ____________________________________________________________________________
47665 [  8039] By: jhi                                   on 2000/12/08  15:57:11
47666         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
47667              From: Simon Cozens <simon@cozens.net>
47668              Date: Fri, 8 Dec 2000 13:33:31 +0000
47669              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
47670              
47671              (The pp_hot part needed a rewrite.)
47672      Branch: perl
47673            ! doop.c pp_hot.c utf8.c
47674 ____________________________________________________________________________
47675 [  8038] By: jhi                                   on 2000/12/08  15:25:08
47676         Log: Subject: djSP
47677              From: Michael Stevens <michael@etla.org>
47678              Date: Wed, 6 Dec 2000 23:24:01 +0000
47679              Message-ID: <20001206232400.A21381@firedrake.org>
47680              
47681              Plus a note from Nick Ing-Simmons.
47682      Branch: perl
47683            ! pp.h
47684 ____________________________________________________________________________
47685 [  8037] By: jhi                                   on 2000/12/08  15:18:35
47686         Log: Filetype is text.
47687      Branch: perl
47688            ! t/op/utf8decode.t
47689 ____________________________________________________________________________
47690 [  8036] By: jhi                                   on 2000/12/08  03:31:27
47691         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
47692              From: Andy Dougherty <doughera@lafayette.edu>
47693              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
47694              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
47695              
47696              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
47697              From: Andy Dougherty <doughera@lafayette.edu>
47698              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
47699              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
47700      Branch: perl
47701            + ext/POSIX/hints/svr4.pl
47702            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
47703 ____________________________________________________________________________
47704 [  8035] By: jhi                                   on 2000/12/08  03:26:01
47705         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
47706              From: Andy Dougherty <doughera@lafayette.edu>
47707              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
47708              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
47709      Branch: perl
47710            ! t/README t/base/term.t
47711 ____________________________________________________________________________
47712 [  8034] By: jhi                                   on 2000/12/08  03:21:59
47713         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
47714              From: mjd@plover.com  
47715              Date: 7 Dec 2000 21:04:20 -0000
47716              Message-ID: <20001207210420.22282.qmail@plover.com>
47717              
47718              Plus -z doc.
47719      Branch: perl
47720            ! pod/perlfunc.pod
47721 ____________________________________________________________________________
47722 [  8033] By: jhi                                   on 2000/12/08  03:19:03
47723         Log: Use the UTF8 macros a bit.  They can't be used with abandon
47724              everywhere because we do generate illegal UTF-8 in some situations.
47725              This is of course naughty.
47726      Branch: perl
47727            ! pod/perlapi.pod utf8.c utf8.h
47728 ____________________________________________________________________________
47729 [  8032] By: jhi                                   on 2000/12/08  03:00:09
47730         Log: Out of sync?
47731      Branch: perl
47732            ! t/pragma/warn/utf8
47733 ____________________________________________________________________________
47734 [  8031] By: jhi                                   on 2000/12/08  02:22:39
47735         Log: Cnt spl.
47736      Branch: perl
47737            ! MANIFEST
47738 ____________________________________________________________________________
47739 [  8030] By: jhi                                   on 2000/12/08  01:23:54
47740         Log: Add test for reverse().
47741      Branch: perl
47742            + t/op/reverse.t
47743            ! MANIFEST
47744 ____________________________________________________________________________
47745 [  8029] By: jhi                                   on 2000/12/08  01:21:47
47746         Log: Integrate perlio.
47747      Branch: perl
47748           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
47749           !> perlio.c perlio.h perlsdio.h warnings.pl
47750 ____________________________________________________________________________
47751 [  8028] By: jhi                                   on 2000/12/08  01:19:08
47752         Log: Introduce macros for UTF8 decoding.
47753      Branch: perl
47754            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
47755 ____________________________________________________________________________
47756 [  8027] By: nick                                  on 2000/12/07  22:18:19
47757         Log: Integrate mainline
47758      Branch: perlio
47759           !> embed.pl pod/perlapi.pod utf8.c
47760 ____________________________________________________________________________
47761 [  8026] By: nick                                  on 2000/12/07  21:45:08
47762         Log: Various oddities p4 diff -se showed up
47763              Remove 'our' from warnings.pl
47764      Branch: perlio
47765            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
47766 ____________________________________________________________________________
47767 [  8025] By: nick                                  on 2000/12/07  21:43:32
47768         Log: Change PerlIO_(get|set)pos to take SV *
47769              Should fix, OS/2, VMS, (sfio??)
47770      Branch: perlio
47771            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
47772 ____________________________________________________________________________
47773 [  8024] By: jhi                                   on 2000/12/07  19:05:32
47774         Log: Document utf8_to_uv() better.
47775      Branch: perl
47776            ! pod/perlapi.pod utf8.c
47777 ____________________________________________________________________________
47778 [  8023] By: jhi                                   on 2000/12/07  18:23:47
47779         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
47780      Branch: perl
47781            ! embed.pl pod/perlapi.pod utf8.c
47782 ____________________________________________________________________________
47783 [  8022] By: jhi                                   on 2000/12/07  04:13:51
47784         Log: Integrate perlio.
47785      Branch: perl
47786           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
47787           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
47788           !> win32/makefile.mk
47789 ____________________________________________________________________________
47790 [  8021] By: nick                                  on 2000/12/07  00:28:14
47791         Log: Various attempts at MSVC debug - not sure what has
47792              changed but works now. 
47793              Seems atexit() _may_ work for DLLs built with MSVC so don't
47794              call cleanup that way.
47795      Branch: perlio
47796            ! perlio.c win32/makefile.mk
47797 ____________________________________________________________________________
47798 [  8020] By: nick                                  on 2000/12/06  19:57:20
47799         Log: Integrate mainline
47800      Branch: perlio
47801           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
47802           !> (integrate 75 files)
47803 ____________________________________________________________________________
47804 [  8019] By: nick                                  on 2000/12/06  19:28:21
47805         Log: Add useperlio to config.vc
47806              Turn off binmode in config_H.PL
47807              Regen all the config_H.xx
47808              Attempt to get debugging build with MSVC.
47809      Branch: perlio
47810            ! win32/config.vc win32/config_H.bc win32/config_H.gc
47811            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
47812 ____________________________________________________________________________
47813 [  8018] By: nick                                  on 2000/12/06  19:21:57
47814         Log: Test various dup/external program options on all platforms.
47815      Branch: perlio
47816            ! t/io/dup.t
47817 ____________________________________________________________________________
47818 [  8017] By: nick                                  on 2000/12/06  19:20:47
47819         Log: Fix harness to be less picky
47820      Branch: perlio
47821            ! lib/Test/Harness.pm
47822 ____________________________________________________________________________
47823 [  8016] By: jhi                                   on 2000/12/06  16:45:12
47824         Log: Update Changes.
47825      Branch: perl
47826            ! Changes patchlevel.h
47827 ____________________________________________________________________________
47828 [  8015] By: jhi                                   on 2000/12/06  16:41:03
47829         Log: Test \x{...} with ord().
47830      Branch: perl
47831            ! t/op/ord.t
47832 ____________________________________________________________________________
47833 [  8014] By: jhi                                   on 2000/12/06  16:20:33
47834         Log: Test tweak because of #8013.
47835      Branch: perl
47836            ! t/lib/b.t
47837 ____________________________________________________________________________
47838 [  8013] By: jhi                                   on 2000/12/06  16:09:09
47839         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
47840              From: Michael G Schwern <schwern@pobox.com>
47841              Date: Tue, 5 Dec 2000 21:23:28 -0500
47842              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
47843              
47844              Carp::Heavy parts not very applicable because of recent changes.
47845      Branch: perl
47846            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
47847            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
47848            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
47849            ! lib/Exporter.pm lib/Exporter/Heavy.pm
47850            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
47851            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
47852            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
47853            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
47854            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
47855            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
47856            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
47857            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
47858            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
47859            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
47860            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
47861            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
47862            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
47863            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
47864            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
47865            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
47866            ! warnings.pl
47867 ____________________________________________________________________________
47868 [  8012] By: jhi                                   on 2000/12/06  15:22:38
47869         Log: Subject: [PATCH] Re: New harness is failing things
47870              From: Nick Ing-Simmons <nik@tiuk.ti.com>
47871              Date: Wed, 6 Dec 2000 13:00:30 GMT
47872              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
47873      Branch: perl
47874            ! lib/Test/Harness.pm
47875 ____________________________________________________________________________
47876 [  8011] By: jhi                                   on 2000/12/06  15:12:08
47877         Log: Subject: installhtml changes
47878              From: Michael Stevens <michael@etla.org>
47879              Date: Wed, 6 Dec 2000 13:15:53 +0000
47880              Message-ID: <20001206131553.A27317@firedrake.org>
47881      Branch: perl
47882            ! installhtml
47883 ____________________________________________________________________________
47884 [  8010] By: jhi                                   on 2000/12/06  15:06:05
47885         Log: Subject: the dTHR hits
47886              From: Michael Stevens <michael@etla.org>
47887              Date: Wed, 6 Dec 2000 12:06:03 +0000
47888              Message-ID: <20001206120603.A24581@firedrake.org>
47889              
47890              More, errrm, less dTHRs.
47891      Branch: perl
47892            ! bytecode.pl ext/B/B/C.pm
47893 ____________________________________________________________________________
47894 [  8009] By: jhi                                   on 2000/12/06  15:04:25
47895         Log: Subject: MakeMaker mailing list gone?
47896              From: Michael G Schwern <schwern@pobox.com>
47897              Date: Tue, 5 Dec 2000 19:29:59 -0500
47898              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
47899              
47900              The MakeMaker mailing list is dead, perlbug is the right
47901              address to report bugs.
47902      Branch: perl
47903            ! lib/ExtUtils/MakeMaker.pm
47904 ____________________________________________________________________________
47905 [  8008] By: jhi                                   on 2000/12/06  15:00:32
47906         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
47907              From: Michael G Schwern <schwern@pobox.com>
47908              Date: Tue, 5 Dec 2000 19:21:21 -0500
47909              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
47910              
47911              Add a default MANIFEST skip that ignores things like
47912              version control files, editor temporary files, and the Makefile.
47913      Branch: perl
47914            + lib/ExtUtils/MANIFEST.SKIP
47915            ! MANIFEST lib/ExtUtils/Manifest.pm
47916 ____________________________________________________________________________
47917 [  8007] By: jhi                                   on 2000/12/06  14:57:20
47918         Log: In Amiga more manual hackery of the scripts seems to be needed,
47919              from Jan-Erik Karlsson.  Why Configure does not get this right
47920              is unknown, may be shell-induced.
47921      Branch: perl
47922            ! README.amiga
47923 ____________________________________________________________________________
47924 [  8006] By: jhi                                   on 2000/12/05  23:53:12
47925         Log: Add TOPm1s to peek at the second topmost stack item.
47926      Branch: perl
47927            ! pp.h
47928 ____________________________________________________________________________
47929 [  8005] By: jhi                                   on 2000/12/05  23:13:55
47930         Log: Avaunt, you foul UTF-8 tests.
47931      Branch: perl
47932            ! t/op/ver.t t/pragma/utf8.t
47933 ____________________________________________________________________________
47934 [  8004] By: jhi                                   on 2000/12/05  23:09:54
47935         Log: Continue utf8 dispersal. 
47936      Branch: perl
47937            + t/op/concat.t
47938            ! MANIFEST t/pragma/utf8.t
47939 ____________________________________________________________________________
47940 [  8003] By: nick                                  on 2000/12/05  23:02:39
47941         Log: Integrate mainline.
47942      Branch: perlio
47943           +> t/op/length.t t/op/utf8decode.t
47944           !> (integrate 69 files)
47945 ____________________________________________________________________________
47946 [  8002] By: jhi                                   on 2000/12/05  22:59:28
47947         Log: Integrate perlio.
47948      Branch: perl
47949           !> iperlsys.h perl.c perlio.c win32/perllib.c
47950 ____________________________________________________________________________
47951 [  8001] By: nick                                  on 2000/12/05  22:07:52
47952         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
47953              - calloc/free suffer from damage on TerminateThread()
47954              - use PerlMemShared (as originally planned) now fixed
47955              - avoid doing anything important on DLL "detach".
47956      Branch: perlio
47957            ! perl.c perlio.c win32/perllib.c
47958 ____________________________________________________________________________
47959 [  8000] By: nick                                  on 2000/12/05  21:05:09
47960         Log: Fix gross PerlMemShared issue.
47961      Branch: perlio
47962            ! iperlsys.h
47963 ____________________________________________________________________________
47964 [  7999] By: jhi                                   on 2000/12/05  20:46:58
47965         Log: Test for Unicode (UTF-8) hash keys.
47966      Branch: perl
47967            ! t/op/each.t
47968 ____________________________________________________________________________
47969 [  7998] By: jhi                                   on 2000/12/05  20:30:35
47970         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
47971              is now always UTF-8), empty line cosmetics.
47972      Branch: perl
47973            ! t/pragma/utf8.t
47974 ____________________________________________________________________________
47975 [  7997] By: jhi                                   on 2000/12/05  20:15:40
47976         Log: Subject: Re: STRLEN - what?
47977              From: Andy Dougherty <doughera@lafayette.edu>
47978              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
47979              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
47980              
47981              Explain STRLEN.
47982      Branch: perl
47983            ! pod/perlguts.pod
47984 ____________________________________________________________________________
47985 [  7996] By: jhi                                   on 2000/12/05  20:13:34
47986         Log: Split off the UTF-8 decoder tests, make them to check also
47987              the error message.
47988      Branch: perl
47989            + t/op/utf8decode.t
47990            ! MANIFEST t/pragma/utf8.t utf8.c
47991 ____________________________________________________________________________
47992 [  7995] By: jhi                                   on 2000/12/05  16:39:47
47993         Log: Start migrating bits of pragma/utf8 to elsewhere
47994              (since the long term plan is to obsolete 'use utf8').
47995      Branch: perl
47996            + t/op/length.t
47997            ! MANIFEST t/pragma/utf8.t
47998 ____________________________________________________________________________
47999 [  7994] By: jhi                                   on 2000/12/05  16:30:21
48000         Log: Fix a manual edit typo from #7993, fix the message formatting
48001              for Unicode, add few our declarations.
48002      Branch: perl
48003            ! lib/Carp/Heavy.pm
48004 ____________________________________________________________________________
48005 [  7993] By: jhi                                   on 2000/12/05  16:09:15
48006         Log: Subject: Need help with warnings :-(
48007              From: "Ben Tilly" <ben_tilly@hotmail.com>
48008              Date: Tue, 05 Dec 2000 01:35:54 -0500
48009              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
48010              
48011              Subject: UPDATE: Carp/Heavy now passes all tests
48012              From: "Ben Tilly" <ben_tilly@hotmail.com>
48013              Date: Tue, 05 Dec 2000 07:59:41 -0500
48014              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
48015              
48016              The Brave New Carp.
48017      Branch: perl
48018            ! lib/Carp.pm lib/Carp/Heavy.pm
48019 ____________________________________________________________________________
48020 [  7992] By: jhi                                   on 2000/12/05  15:55:08
48021         Log: Subject: [PATCH perl@7979] cygwin port
48022              From: "Eric Fifer" <efifer@dircon.co.uk>
48023              Date: Tue, 5 Dec 2000 14:04:09 -0000
48024              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
48025      Branch: perl
48026            ! t/lib/net-hostent.t
48027 ____________________________________________________________________________
48028 [  7991] By: jhi                                   on 2000/12/05  15:52:34
48029         Log: Subject: Re: [PATCH] The largest hoax of all times?
48030              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48031              Date: Tue, 5 Dec 2000 00:40:25 -0500
48032              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
48033              
48034              Subject: Re: [PATCH] The largest hoax of all times?
48035              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48036              Date: Mon, 4 Dec 2000 23:55:53 -0500
48037              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
48038              
48039              Subject: Re: [PATCH] The largest hoax of all times?
48040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48041              Date: Tue, 5 Dec 2000 01:28:45 -0500
48042              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
48043              
48044              Fix the unpredictable order of DESTROYs.
48045      Branch: perl
48046            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
48047            ! sv.c sv.h t/op/ref.t
48048 ____________________________________________________________________________
48049 [  7990] By: jhi                                   on 2000/12/05  14:38:53
48050         Log: Subject: [PATCH] shrink pp_hot fractionally
48051              From: Nicholas Clark <nick@ccl4.org>
48052              Date: Tue, 5 Dec 2000 12:44:31 +0000
48053              Message-ID: <20001205124431.E74518@plum.flirble.org>
48054              
48055              Use report_evil_fh().
48056      Branch: perl
48057            ! opcode.pl opnames.h pp_hot.c util.c
48058 ____________________________________________________________________________
48059 [  7989] By: jhi                                   on 2000/12/05  14:21:27
48060         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
48061              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48062              Date: Mon, 04 Dec 2000 22:21:59 -0800
48063              Message-ID: <HmIL6gzkgepS092yn@efn.org>
48064              
48065              Harness shouldn't ignore responses like "ok 3\r\r\n".
48066      Branch: perl
48067            ! lib/Test/Harness.pm
48068 ____________________________________________________________________________
48069 [  7988] By: jhi                                   on 2000/12/05  13:51:28
48070         Log: Integrate the "skip" messages to explain().
48071      Branch: perl
48072            ! t/lib/syslfs.t t/op/lfs.t
48073 ____________________________________________________________________________
48074 [  7987] By: jhi                                   on 2000/12/05  12:34:54
48075         Log: The one that got away in #7984.
48076              
48077              Subject: Re: dTHR - what and why?
48078              From: Michael Stevens <michael@etla.org> 
48079              Date: Tue, 5 Dec 2000 11:15:52 +0000
48080              Message-ID: <20001205111552.A4647@firedrake.org>
48081      Branch: perl
48082            ! sv.h
48083 ____________________________________________________________________________
48084 [  7986] By: gsar                                  on 2000/12/05  09:14:44
48085         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
48086              due to the notorious GetFileType() bug in Windows 9x, which fstat()
48087              tickles)
48088      Branch: perl
48089            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
48090 ____________________________________________________________________________
48091 [  7985] By: jhi                                   on 2000/12/05  05:49:03
48092         Log: Integrate perlio.
48093      Branch: perl
48094           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
48095           !> win32/perlhost.h win32/perllib.c
48096 ____________________________________________________________________________
48097 [  7984] By: jhi                                   on 2000/12/05  05:48:16
48098         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
48099      Branch: perl
48100            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
48101            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
48102            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
48103            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
48104            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
48105            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
48106            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
48107            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
48108            ! win32/win32.c
48109 ____________________________________________________________________________
48110 [  7983] By: nick                                  on 2000/12/04  23:27:43
48111         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
48112      Branch: perlio
48113            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
48114            ! win32/perlhost.h win32/perllib.c
48115 ____________________________________________________________________________
48116 [  7982] By: jhi                                   on 2000/12/04  19:44:09
48117         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
48118              uncovered by #7980.
48119      Branch: perl
48120            ! op.c
48121 ____________________________________________________________________________
48122 [  7981] By: jhi                                   on 2000/12/04  19:42:07
48123         Log: Subject: [PATCH] Trivial dump.c feature
48124              From: Simon Cozens <simon@cozens.net>
48125              Date: Mon, 4 Dec 2000 18:08:38 +0000
48126              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
48127              
48128              Show whether a constant is UTF-8.
48129      Branch: perl
48130            ! dump.c
48131 ____________________________________________________________________________
48132 [  7980] By: jhi                                   on 2000/12/04  19:36:51
48133         Log: UTF-8 hash keys, patch from Inaba Hiroto.
48134      Branch: perl
48135            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
48136 ____________________________________________________________________________
48137 [  7979] By: jhi                                   on 2000/12/04  17:36:28
48138         Log: Update Changes.
48139      Branch: perl
48140            ! Changes patchlevel.h
48141 ____________________________________________________________________________
48142 [  7978] By: jhi                                   on 2000/12/04  16:42:17
48143         Log: Retract #7977, still too volatile (the euphemism of the day
48144              for unfinished and buggy :-)
48145      Branch: perl
48146            ! doop.c hv.c pp.c sv.h
48147 ____________________________________________________________________________
48148 [  7977] By: jhi                                   on 2000/12/04  16:25:15
48149         Log: (Retracted by #7978, too shaky yet.)
48150              
48151              Subject: Re: utf8 in hash keys, implementor missing
48152              From: Simon Cozens <simon@cozens.net>
48153              Date: Sat, 2 Dec 2000 19:49:35 +0000
48154              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
48155              
48156              The first step at UTF-8 hash keys.
48157      Branch: perl
48158            ! doop.c hv.c pp.c sv.h
48159 ____________________________________________________________________________
48160 [  7976] By: jhi                                   on 2000/12/04  16:13:53
48161         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
48162              From: sthoenna@efn.org
48163              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
48164              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
48165      Branch: perl
48166            ! os2/os2.c perlio.c
48167 ____________________________________________________________________________
48168 [  7975] By: jhi                                   on 2000/12/04  16:05:25
48169         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
48170              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48171              Date: Thu, 30 Nov 2000 20:50:37 -0800
48172              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
48173      Branch: perl
48174            ! os2/os2.c
48175 ____________________________________________________________________________
48176 [  7974] By: jhi                                   on 2000/12/04  16:03:57
48177         Log: Subject: [PATCH] ++ 20% faster
48178              From: Nicholas Clark <nick@ccl4.org>
48179              Date: Mon, 4 Dec 2000 12:17:27 +0000
48180              Message-ID: <20001204121726.B52976@plum.flirble.org>
48181              
48182              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
48183      Branch: perl
48184            ! sv.c
48185 ____________________________________________________________________________
48186 [  7973] By: jhi                                   on 2000/12/04  16:00:48
48187         Log: 
48188              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
48189              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48190              Date: Mon, 04 Dec 2000 12:30:45 +0100
48191              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
48192              
48193              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
48194              library (getprotobyname and getprotobynumber are outversioned by
48195              the same calls in libc, at least for xlc version 3.
48196      Branch: perl
48197            ! hints/aix.sh
48198 ____________________________________________________________________________
48199 [  7972] By: jhi                                   on 2000/12/04  02:58:31
48200         Log: Integrate perlio.
48201      Branch: perl
48202           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
48203           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
48204           !> win32/win32.h win32/win32iop.h win32/win32thread.h
48205 ____________________________________________________________________________
48206 [  7971] By: nick                                  on 2000/12/04  00:24:33
48207         Log: Quieten some noise in Win32 builds:
48208              - win32.h is included after <sys/socket.h>, so need to 
48209              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
48210              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
48211      Branch: perlio
48212            ! doio.c perl.h toke.c win32/win32.h
48213 ____________________________________________________________________________
48214 [  7970] By: nick                                  on 2000/12/03  22:57:46
48215         Log: PERL_IMPLICIT_SYS compiles but does not work.
48216      Branch: perlio
48217            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
48218            ! win32/perlhost.h win32/perllib.c win32/win32.h
48219            ! win32/win32iop.h win32/win32thread.h
48220 ____________________________________________________________________________
48221 [  7969] By: jhi                                   on 2000/12/03  22:12:58
48222         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
48223              used to swash_init(), makes regprop() dumps more informative
48224              (+utf8::IsAlpha, -utf8::IsDigit, for example).
48225      Branch: perl
48226            ! regcomp.c regexec.c
48227 ____________________________________________________________________________
48228 [  7968] By: jhi                                   on 2000/12/03  21:39:56
48229         Log: Implement ANYOFUTF8 regprop() dumping.
48230      Branch: perl
48231            ! regcomp.c
48232 ____________________________________________________________________________
48233 [  7967] By: jhi                                   on 2000/12/03  20:57:19
48234         Log: Make uv_to_utf8() to zero-terminate its output buffer,
48235              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
48236      Branch: perl
48237            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
48238 ____________________________________________________________________________
48239 [  7966] By: nick                                  on 2000/12/03  18:41:21
48240         Log: Integrate mainline (STDCHAR)
48241      Branch: perlio
48242           !> Configure t/pragma/utf8.t
48243 ____________________________________________________________________________
48244 [  7965] By: jhi                                   on 2000/12/03  17:58:20
48245         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
48246      Branch: perl
48247            ! t/pragma/utf8.t
48248 ____________________________________________________________________________
48249 [  7964] By: jhi                                   on 2000/12/03  17:35:56
48250         Log: Integrate perlio.
48251      Branch: perl
48252           !> iperlsys.h perlio.c
48253 ____________________________________________________________________________
48254 [  7963] By: jhi                                   on 2000/12/03  17:33:55
48255         Log: Metaconfig unit change for #7962.
48256      Branch: metaconfig
48257            ! U/modified/stdchar.U
48258 ____________________________________________________________________________
48259 [  7962] By: jhi                                   on 2000/12/03  17:33:27
48260         Log: Untangle the <stdio.h> #include nest for the stdchar test,
48261              from Andy Dougherty.
48262      Branch: perl
48263            ! Configure
48264 ____________________________________________________________________________
48265 [  7961] By: nick                                  on 2000/12/03  16:53:00
48266         Log: Make iperlsys.h vector stdio not PerlIO.
48267      Branch: perlio
48268            ! iperlsys.h perlio.c
48269 ____________________________________________________________________________
48270 [  7960] By: nick                                  on 2000/12/03  14:43:01
48271         Log: Integrate mainline
48272      Branch: perlio
48273           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
48274           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
48275 ____________________________________________________________________________
48276 [  7959] By: jhi                                   on 2000/12/03  08:16:36
48277         Log: Use DO_UTF8().
48278      Branch: perl
48279            ! op.c
48280 ____________________________________________________________________________
48281 [  7958] By: jhi                                   on 2000/12/02  18:33:05
48282         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
48283              From: Mike Guy <mjtg@cam.ac.uk>         
48284              Date: Sat, 02 Dec 2000 17:27:13 +0000
48285              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
48286              
48287              An extraneous argument.
48288      Branch: perl
48289            ! toke.c
48290 ____________________________________________________________________________
48291 [  7957] By: jhi                                   on 2000/12/02  18:22:32
48292         Log: A missing hunk.
48293      Branch: perl
48294            ! t/lib/net-hostent.t
48295 ____________________________________________________________________________
48296 [  7956] By: jhi                                   on 2000/12/02  18:06:20
48297         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
48298              From: Nicholas Clark <nick@ccl4.org>
48299              Date: Sat, 2 Dec 2000 14:28:27 +0000
48300              Message-ID: <20001202142827.A12308@plum.flirble.org>
48301              
48302              Test robustness.
48303      Branch: perl
48304            ! t/lib/net-hostent.t
48305 ____________________________________________________________________________
48306 [  7955] By: jhi                                   on 2000/12/02  17:58:06
48307         Log: Metaconfig unit change for #7954.
48308      Branch: metaconfig
48309            ! U/modified/stdchar.U
48310 ____________________________________________________________________________
48311 [  7954] By: jhi                                   on 2000/12/02  17:54:32
48312         Log: An inconvenient hang would happen if the stdio _ptr wasn't
48313              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
48314              would be grepping stdin for all eternity for the _ptr.)
48315      Branch: perl
48316            ! Configure
48317 ____________________________________________________________________________
48318 [  7953] By: jhi                                   on 2000/12/02  00:07:15
48319         Log: Update Changes.
48320      Branch: perl
48321            ! Changes patchlevel.h
48322 ____________________________________________________________________________
48323 [  7952] By: jhi                                   on 2000/12/01  23:54:47
48324         Log: Subject: Re: long shell lines
48325              From: Andy Dougherty <doughera@lafayette.edu>
48326              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
48327              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
48328              
48329              Split overly long shell command lines.
48330      Branch: perl
48331            ! lib/ExtUtils/MM_Unix.pm
48332 ____________________________________________________________________________
48333 [  7951] By: jhi                                   on 2000/12/01  23:48:02
48334         Log: The metaconfig unit change for #7950.
48335      Branch: metaconfig
48336            + U/modified/stdchar.U
48337 ____________________________________________________________________________
48338 [  7950] By: jhi                                   on 2000/12/01  23:47:39
48339         Log: Try to find stdchar also from <stdio_impl.h>.
48340      Branch: perl
48341            ! Configure config_h.SH
48342 ____________________________________________________________________________
48343 [  7949] By: jhi                                   on 2000/12/01  23:46:45
48344         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
48345              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
48346              Date: Fri, 1 Dec 2000 16:26:08 -0500
48347              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
48348              
48349              Reword the diagnostic message.
48350      Branch: perl
48351            ! pod/perldiag.pod
48352 ____________________________________________________________________________
48353 [  7948] By: nick                                  on 2000/12/01  22:49:43
48354         Log: Integrate mainline (for s/y/m as sub names stuff).
48355      Branch: perlio
48356           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
48357           !> t/pragma/warn/toke toke.c
48358 ____________________________________________________________________________
48359 [  7947] By: jhi                                   on 2000/12/01  20:55:41
48360         Log: Integrate perlio.
48361      Branch: perl
48362           !> perlio.c perliol.h t/io/pipe.t
48363 ____________________________________________________________________________
48364 [  7946] By: jhi                                   on 2000/12/01  20:36:51
48365         Log: Upgrade to CPAN 1.59_51, from Andreas König.
48366      Branch: perl
48367            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48368 ____________________________________________________________________________
48369 [  7945] By: nick                                  on 2000/12/01  20:31:32
48370         Log: Integrate mainline
48371      Branch: perlio
48372           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
48373           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
48374           +> t/lib/net-hostent.t
48375           !> (integrate 35 files)
48376 ____________________________________________________________________________
48377 [  7944] By: jhi                                   on 2000/12/01  20:23:29
48378         Log: Some help for 20001130.011.  Now one gets warnings like
48379              "Ambiguous -f() resolved as a file test ..."
48380      Branch: perl
48381            ! pod/perldiag.pod t/pragma/warn/toke toke.c
48382 ____________________________________________________________________________
48383 [  7943] By: jhi                                   on 2000/12/01  19:44:44
48384         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
48385              that also breaks using them as methods. 
48386      Branch: perl
48387            ! pod/perldiag.pod t/op/misc.t toke.c
48388 ____________________________________________________________________________
48389 [  7942] By: nick                                  on 2000/12/01  17:56:46
48390         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
48391              Make 'unix' pass most tests
48392              - do unread by temporary push of layer ("pending") holding unread chars
48393              - fast_gets is now based on per-handle flag
48394              - relax one of io/pipe.t tests to allow print to fail and close to
48395              succeed so that it passes on unbuffered "unix" layer.
48396              Remaining fail is sporadic and a genuine race condition between
48397              parent/child in fork test.
48398      Branch: perlio
48399            ! perlio.c perliol.h t/io/pipe.t
48400 ____________________________________________________________________________
48401 [  7941] By: jhi                                   on 2000/12/01  15:28:58
48402         Log: (Retracted by #7943.)
48403              
48404              Reserve the short named string operator names.
48405      Branch: perl
48406            ! pod/perldiag.pod t/op/misc.t toke.c
48407 ____________________________________________________________________________
48408 [  7940] By: jhi                                   on 2000/12/01  06:45:53
48409         Log: Get the three different space character classes right under utf8.
48410      Branch: perl
48411            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
48412            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
48413            ! regexec.c t/op/pat.t utf8.c
48414 ____________________________________________________________________________
48415 [  7939] By: jhi                                   on 2000/12/01  03:26:26
48416         Log: Two more tests that make no sense in UTF-8 since the test
48417              data is not in UTF-8.
48418      Branch: perl
48419            ! t/op/regexp.t
48420 ____________________________________________________________________________
48421 [  7938] By: jhi                                   on 2000/12/01  03:20:39
48422         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
48423              should it be required inside regexen?
48424      Branch: perl
48425            ! regcomp.c t/op/regmesg.t
48426 ____________________________________________________________________________
48427 [  7937] By: jhi                                   on 2000/12/01  02:58:53
48428         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
48429              stored and restored, and thusly was trounced by the utf8 swash
48430              routines.
48431      Branch: perl
48432            ! regcomp.c
48433 ____________________________________________________________________________
48434 [  7936] By: jhi                                   on 2000/11/30  20:41:39
48435         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
48436              Why the different platforms behave so differently (core dump vs
48437              no core dump) on this bug is a but of a mystery, but if I had to
48438              guess I would mumble something like 'alignment'.
48439      Branch: perl
48440            ! sv.c
48441 ____________________________________________________________________________
48442 [  7935] By: jhi                                   on 2000/11/30  16:17:02
48443         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
48444              From: Robin Barker <rmb1@cise.npl.co.uk>
48445              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
48446              Date: Thu, 30 Nov 2000 14:27:12 GMT
48447      Branch: perl
48448            ! perlio.c toke.c
48449 ____________________________________________________________________________
48450 [  7934] By: jhi                                   on 2000/11/30  16:04:49
48451         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
48452      Branch: perl
48453            ! t/lib/net-hostent.t
48454 ____________________________________________________________________________
48455 [  7933] By: jhi                                   on 2000/11/30  06:07:26
48456         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
48457              From: Peter Prymmer <pvhp@forte.com>
48458              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
48459              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
48460              
48461              In VMS the localhost may be LOCALHOST.
48462      Branch: perl
48463            ! t/lib/net-hostent.t
48464 ____________________________________________________________________________
48465 [  7932] By: jhi                                   on 2000/11/30  01:11:11
48466         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
48467              From: Peter Prymmer <pvhp@forte.com>
48468              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
48469              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
48470              
48471              plus regen perlapi.pod.
48472      Branch: perl
48473            ! pod/perlapi.pod utf8.c
48474 ____________________________________________________________________________
48475 [  7931] By: jhi                                   on 2000/11/30  01:06:19
48476         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
48477              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48478              Date:     Wed, 29 Nov 2000 17:15:11 EST
48479              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
48480      Branch: perl
48481            ! t/lib/filter-util.pl t/lib/filter-util.t
48482 ____________________________________________________________________________
48483 [  7930] By: jhi                                   on 2000/11/29  18:51:55
48484         Log: Update Changes.
48485      Branch: perl
48486            ! Changes patchlevel.h
48487 ____________________________________________________________________________
48488 [  7929] By: jhi                                   on 2000/11/29  18:50:55
48489         Log: Update the va_copy() metaconfig unit.
48490      Branch: metaconfig/U/perl
48491            ! need_va_copy.U
48492 ____________________________________________________________________________
48493 [  7928] By: jhi                                   on 2000/11/29  17:50:43
48494         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
48495              From: Dominic Dunlop <domo@computer.org>
48496              Date: Tue, 28 Nov 2000 16:41:57 +0100
48497              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
48498              
48499              Patch to catch a core dump in the Configure va_copy test.
48500      Branch: perl
48501            ! Configure config_h.SH
48502 ____________________________________________________________________________
48503 [  7927] By: jhi                                   on 2000/11/29  17:31:59
48504         Log: Retract #7921, the patch shouldn't be needed.
48505      Branch: perl
48506            ! sv.c
48507 ____________________________________________________________________________
48508 [  7926] By: jhi                                   on 2000/11/29  17:01:41
48509         Log: Make the Class::Struct import() wiser.
48510      Branch: perl
48511            ! lib/Class/Struct.pm t/lib/class-struct.t
48512 ____________________________________________________________________________
48513 [  7925] By: jhi                                   on 2000/11/29  16:36:33
48514         Log: All the core library users of Class::Struct seem to be
48515              using "use Class::Struct 'struct';" instead of the bare
48516              "use Class::Struct;", which isn't documented in Class::Struct.
48517              This can't be right.
48518      Branch: perl
48519            ! lib/File/stat.pm
48520 ____________________________________________________________________________
48521 [  7924] By: jhi                                   on 2000/11/29  16:32:15
48522         Log: A test works better if it has the right 1..$n output.
48523      Branch: perl
48524            ! t/lib/class-struct.t
48525 ____________________________________________________________________________
48526 [  7923] By: jhi                                   on 2000/11/29  16:29:11
48527         Log: Forgot to MANIFEST the new Net::hostent test.
48528      Branch: perl
48529            ! MANIFEST
48530 ____________________________________________________________________________
48531 [  7922] By: jhi                                   on 2000/11/29  16:27:49
48532         Log: Integrate perlio.
48533      Branch: perl
48534           !> iperlsys.h perlio.c
48535 ____________________________________________________________________________
48536 [  7921] By: jhi                                   on 2000/11/29  16:27:10
48537         Log: (Retracted by #7927.)
48538              
48539              Subject: [PATCH] Is infinity a number?
48540              From: Simon Cozens <simon@cozens.net>
48541              Date: Wed, 29 Nov 2000 14:48:20 +0000
48542              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
48543      Branch: perl
48544            ! sv.c
48545 ____________________________________________________________________________
48546 [  7920] By: jhi                                   on 2000/11/29  16:23:02
48547         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
48548              From: rspier@pobox.com (Robert Spier)
48549              Date: Wed, 29 Nov 2000 02:17:49 -0500
48550              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
48551              
48552              Add a test for Net::hostent.
48553      Branch: perl
48554            + t/lib/net-hostent.t
48555 ____________________________________________________________________________
48556 [  7919] By: jhi                                   on 2000/11/29  16:21:31
48557         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
48558              add a test for Class::Struct.
48559      Branch: perl
48560            + t/lib/class-struct.t
48561            ! MANIFEST lib/Class/Struct.pm
48562 ____________________________________________________________________________
48563 [  7918] By: jhi                                   on 2000/11/29  15:48:40
48564         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
48565              From: rspier@pobox.com (Robert Spier)
48566              Date: Wed, 29 Nov 2000 02:25:39 -0500
48567              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
48568              
48569              More checking in case someone has broken their services or
48570              protocol databases.
48571      Branch: perl
48572            ! ext/Sys/Syslog/Syslog.pm
48573 ____________________________________________________________________________
48574 [  7917] By: jhi                                   on 2000/11/29  15:46:25
48575         Log: Subject: [PATCH] $^O  win32 -> MSWin32
48576              From: rspier@pobox.com (Robert Spier)
48577              Date: Wed, 29 Nov 2000 02:17:38 -0500
48578              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
48579              
48580              plus similar nits for vms, err, VMS, and UNICOS.
48581      Branch: perl
48582            ! t/lib/syslfs.t t/op/lfs.t
48583 ____________________________________________________________________________
48584 [  7916] By: jhi                                   on 2000/11/29  15:42:51
48585         Log: Subject: [PATCH] Tokeniser debugging
48586              From: Simon Cozens <simon@cozens.net>
48587              Date: Wed, 29 Nov 2000 14:15:45 +0000
48588              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
48589      Branch: perl
48590            ! perl.c perl.h pod/perlrun.pod toke.c
48591 ____________________________________________________________________________
48592 [  7915] By: jhi                                   on 2000/11/29  15:41:36
48593         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
48594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48595              Date: Wed, 29 Nov 2000 02:13:14 -0500
48596              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
48597              
48598              OUT keyword nits.
48599              
48600              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
48601              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48602              Date: Wed, 29 Nov 2000 03:09:04 -0500
48603              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
48604              
48605              OUT and IN_OUT documentation.
48606      Branch: perl
48607            ! lib/ExtUtils/xsubpp pod/perlxs.pod
48608 ____________________________________________________________________________
48609 [  7914] By: jhi                                   on 2000/11/29  03:35:01
48610         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
48611              From: John Tobey <jtobey@john-edwin-tobey.org>
48612              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
48613              Message-Id: <m140e1N-000FOoC@feynman.localnet>
48614              
48615              plus a performance speedup noticed by Sarathy.
48616      Branch: perl
48617            ! op.c
48618 ____________________________________________________________________________
48619 [  7913] By: jhi                                   on 2000/11/29  03:16:59
48620         Log: Use "1 while unlink" so that VMS gets clean, too.
48621      Branch: perl
48622            ! t/lib/filter-util.t
48623 ____________________________________________________________________________
48624 [  7912] By: jhi                                   on 2000/11/29  03:09:08
48625         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
48626              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48627              Date: Tue, 28 Nov 2000 03:27:09 -0500
48628              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
48629      Branch: perl
48630            ! lib/ExtUtils/xsubpp
48631 ____________________________________________________________________________
48632 [  7911] By: jhi                                   on 2000/11/29  03:06:30
48633         Log: This should have been part of #7872: no need to scan UTF-8
48634              until eternity.
48635      Branch: perl
48636            ! utf8.c
48637 ____________________________________________________________________________
48638 [  7910] By: jhi                                   on 2000/11/29  02:50:04
48639         Log: One more perltie.pod nit from Casey R. Tweten.
48640      Branch: perl
48641            ! pod/perltie.pod
48642 ____________________________________________________________________________
48643 [  7909] By: jhi                                   on 2000/11/29  02:44:23
48644         Log: Document the known sprintf test failures, exact standard
48645              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
48646      Branch: perl
48647            ! pod/perldelta.pod t/op/sprintf.t
48648 ____________________________________________________________________________
48649 [  7908] By: jhi                                   on 2000/11/29  02:36:23
48650         Log: Add the Encoding table format documentation.
48651      Branch: perl
48652            + ext/Encode/Encode/EncodeFormat.pod
48653            ! MANIFEST
48654 ____________________________________________________________________________
48655 [  7907] By: jhi                                   on 2000/11/29  02:07:24
48656         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
48657              From: "Casey R. Tweten" <crt@kiski.net>
48658              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
48659              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
48660              
48661              Subject: Re: [PATCH] Updating perltie.pod for arrays
48662              From: "Casey R. Tweten" <crt@kiski.net>
48663              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
48664              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
48665      Branch: perl
48666            ! pod/perltie.pod
48667 ____________________________________________________________________________
48668 [  7906] By: nick                                  on 2000/11/28  22:40:59
48669         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
48670      Branch: perlio
48671            ! iperlsys.h perlio.c
48672 ____________________________________________________________________________
48673 [  7905] By: nick                                  on 2000/11/28  22:04:34
48674         Log: Integrate mainline
48675      Branch: perlio
48676           !> (integrate 39 files)
48677 ____________________________________________________________________________
48678 [  7904] By: jhi                                   on 2000/11/28  16:44:43
48679         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
48680              From: Nicholas Clark <nick@babyhippo.co.uk>
48681              Date: Tue, 28 Nov 2000 11:16:57 +0000
48682              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
48683      Branch: perl
48684            ! pod/perlipc.pod
48685 ____________________________________________________________________________
48686 [  7903] By: jhi                                   on 2000/11/28  16:40:31
48687         Log: Subject: [PATCH] Updating perltie.pod for arrays
48688              From: "Casey R. Tweten" <crt@kiski.net>
48689              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
48690              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
48691      Branch: perl
48692            ! pod/perltie.pod
48693 ____________________________________________________________________________
48694 [  7902] By: jhi                                   on 2000/11/28  16:39:37
48695         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
48696              From: Robin Barker <rmb1@cise.npl.co.uk>
48697              Date: Mon, 27 Nov 2000 17:56:44 GMT
48698              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
48699      Branch: perl
48700            ! pod/perlfunc.pod t/op/split.t
48701 ____________________________________________________________________________
48702 [  7901] By: jhi                                   on 2000/11/28  16:28:04
48703         Log: setmode() is a DOSish-only thing.
48704      Branch: perl
48705            ! perlio.c
48706 ____________________________________________________________________________
48707 [  7900] By: jhi                                   on 2000/11/28  16:21:46
48708         Log: Subject: [PATCH] perlcc.PL cleanups
48709              From: Simon Cozens <simon@cozens.net>
48710              Date: Tue, 28 Nov 2000 12:44:35 +0000
48711              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
48712      Branch: perl
48713            ! utils/perlcc.PL
48714 ____________________________________________________________________________
48715 [  7899] By: gsar                                  on 2000/11/28  06:32:55
48716         Log: reintegrate files missed by change#7895
48717      Branch: maint-5.6/perl
48718           +> ext/ByteLoader/bytecode.h utils/Makefile
48719            - utils/perlbc.PL
48720 ____________________________________________________________________________
48721 [  7897] By: gsar                                  on 2000/11/27  18:22:47
48722         Log: can't integrate these two files, for some reason
48723      Branch: maint-5.6/perl
48724            - ext/ByteLoader/bytecode.h utils/Makefile
48725 ____________________________________________________________________________
48726 [  7895] By: gsar                                  on 2000/11/27  18:11:21
48727         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
48728              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
48729              6757..6890,6892..6901 from mainline
48730              
48731              Bytecompiler patches from Benjamin Stuhl.
48732              
48733              More bytecompiler.
48734              
48735              Subject: [PATCH blead] B:: missing dependency
48736              
48737              Subject: [PATCH: 6757] configure.com updates and syslog build
48738              
48739              Long double Gconvert fixes from Yitzchak Scott-Thoennes
48740              and Spider Boardman.
48741              
48742              Subject: [PATCH blead] nextchar() abuse misses an optimisation
48743              
48744              Long double fixes from Spider Boardman.
48745              
48746              Make the selection of NVff et al stricter.
48747              
48748              cSVOPo_*v things index into the current PL_curpad
48749              under ithreads, which is different from the curpad
48750              used by the XSUB.  (In other words, the code as-is
48751              before this patch wouldn't work under ithreads.)
48752              
48753              Be portable.
48754              
48755              VMS MMS (make) wants null action.
48756              
48757              Mac and other portability updates from Chris Nandor.
48758              
48759              Storable support, v-version fixes.
48760              Subject: CPAN.pm beta for testing available
48761              
48762              Portability fix from Hugo van der Sanden.
48763              
48764              Bad makefile.
48765              
48766              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
48767              
48768              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
48769              
48770              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
48771              
48772              Replace #6705 with a minimal doc patch.
48773              Subject: [PATCH 5.6.0] replace change #6705
48774              
48775              Drop the separate perlbc, perlcc -b should be enough.
48776              
48777              installperl couldn't tell whether it had run tests or not.
48778              Subject: [PATCH] Re: installperl and t/TEST
48779              
48780              Add silencer flags to installperl.
48781              Subject: [PATCH] Making installperl silent.
48782              
48783              Make "make install" by default silent.  A new "install-verbose"
48784              target is verbose.
48785              
48786              More liberal parsing of version numbers.
48787              Subject: Re: CPAN.pm beta for testing available
48788              
48789              Create directories in silence.
48790              Subject: [PATCH] Another silencer for MakeMaker
48791              
48792              DOS patches and portability/porting notes, from Tim Jenness.
48793              
48794              Make installman to recognize the silence flag -S.
48795              
48796              Actually do something with the silencer option.
48797              
48798              Continue silencing.
48799              
48800              Show the doc file, not the temp file.
48801              
48802              Regen perltoc.
48803              
48804              Subject: [PATCH] More silencing of installman.
48805              
48806              Better wording for the vec lvalue diagnostic.
48807              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
48808              
48809              Subject: [PATCH: 6805] several more tweaks to configure.com
48810              
48811              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
48812              
48813              Missing parts of 
48814              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
48815              
48816              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
48817              (applied slightly modified)
48818              
48819              installperl --verbose and --silent.
48820              Subject: Re: [PATCH] More silencing of installman.
48821              
48822              Add install-silent target.
48823              
48824              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
48825              the problem reported in
48826              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
48827              
48828              Tweak the sfio/useperlio logic, hopefully as wished in
48829              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
48830              
48831              One forgotten file from #6816.
48832              
48833              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
48834              
48835              Remove duplicately applied patch shards.
48836              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
48837              
48838              Support preserving extremely big/small angles.
48839              
48840              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
48841              
48842              Subject: [PATCH] installation not quite silent yet.
48843              
48844              Update the test count.
48845              
48846              Use UVxf, PTR2UV, NVff.
48847              
48848              Document PTR2XX and INT2PTR.
48849              
48850              no-install target a la make -n.
48851              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
48852              
48853              grep -e isn't portable.
48854              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
48855              
48856              Can't get the test to reliably work thanks to the
48857              inaccurateness of floating point.  "Resolves" bug ids
48858              20000826.003, 20000826.009, 20000826.010,
48859              
48860              Subject: installman buglet
48861              
48862              DJGPP update from Laszlo Molnar.
48863              
48864              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
48865              
48866              Passing -R in ldflags makes now it to appear in the default
48867              for lddlflags, just like with -L.
48868              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
48869              
48870              Test nit.
48871              
48872              Use the actual thread type, not the pointer-to-struct.
48873              
48874              Provice virtual $Config{ccflags_nolargefiles} etc. 
48875              
48876              display_format used as a class method without arguments was broken,
48877              reported in
48878              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
48879              
48880              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
48881              
48882              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
48883              
48884              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
48885              
48886              opmini.o may be left around if a build is interrupted.
48887              
48888              Typo in #6858.
48889              
48890              Fix for ID 20000828.001, long doubles were not formatted
48891              correctly (showed up in $], which stopped installing perl).
48892              
48893              An attempt to fix the problem reported in
48894              Subject: Building perl@6856 using gcc/AIX 4.3.3 
48895              I can't test this properly since the gcc installation I have
48896              access to seems to be botched (gcc is calling the AIX cpp,
48897              a losing proposition...)
48898              
48899              Add -ld to archname on long tr...double platforms.
48900              
48901              Subject: hv.h Doc Patch
48902              
48903              Potential cruft.
48904              
48905              Subject: [PATCH bleedperl@6856] warnings fixes
48906              
48907              -S is the silent flag, -s is the strip flag.
48908              Subject: [PATCH] Re: [PATCH] make no-install          
48909              
48910              Take out the SUIDMAIL thing, that will not be
48911              a problem in 5.7.*.
48912              
48913              Subject: [PATCH bleedperl@6866] spellings
48914              
48915              Subject: [PATCH] Re: files not cleaned even by veryclean
48916              
48917              Use minimal @INC in tests, most of the time just '../lib',
48918              so that we simply can't pick up stuff from other Perls than
48919              the one we are testing.  Pointed out by
48920              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
48921              
48922              Update to Getopt::Long 2.24, from Johan Vromans.
48923              
48924              Fix for thinko in #6848.
48925              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
48926              
48927              Patches all over for people and the files they (hopefully) care about.
48928              
48929              Subject: Net::protoent does not export 'getproto'
48930              
48931              Missed a change in #6869.
48932              
48933              Subject: [PATCH] Warnings in B::Deparse
48934              
48935              Subject: [PATCH] Glob dumping
48936              
48937              Disable one of the tests for now.
48938              
48939              Disabling the one test is a bit tricky.
48940              
48941              Don't forget to tidy up.
48942              
48943              The #6881 removed one dump line.
48944              
48945              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
48946              
48947              Under usethreads the dumped variable is IN_PAD.
48948              Subject: Re: [PATCH] Glob dumping
48949              
48950              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
48951              
48952              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
48953              
48954              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
48955              
48956              Regen Configure for #6894.
48957              
48958              Subject: [PATCH: 6889] updates to perlebcdic.pod
48959              
48960              Undo namespace pollution of #6878.
48961              Subject: Re: Net::protoent does not export 'getproto'
48962              
48963              Admit that we are leaking scalars.
48964              
48965              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
48966      Branch: maint-5.6/perl
48967           !> (integrate 271 files)
48968 ____________________________________________________________________________
48969 [  7894] By: gsar                                  on 2000/11/27  16:00:34
48970         Log: a couple of nits
48971      Branch: maint-5.6/perl
48972            ! MANIFEST pp_sys.c
48973 ____________________________________________________________________________
48974 [  7893] By: gsar                                  on 2000/11/27  15:10:56
48975         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
48976              6740..6745,6747..6757,6760
48977              
48978              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
48979              
48980              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
48981              
48982              Doc nits spotted by Richard Soderberg.
48983              
48984              move WNOHANG definition to where other such things are
48985              
48986              Make $Config{byteorder} more magical so that it is
48987              dynamically computed: nice for 'fat binaries'.
48988              Subject: [PATCH]: default byteorder
48989              
48990              Subject: [PATCH] Cwd.pm now uses strict
48991              
48992              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
48993              
48994              Get -DLEAKTEST to compile (not necessarily to work, mind)
48995              Subject: [ID 20000724.006] -DLEAKTEST problem
48996              
48997              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
48998              
48999              Add perlebcdic from Peter Prymmer, regen toc.
49000              
49001              Don't propose using modules built for 5.005 if no binary
49002              compatibility with 5.005 is attempted.
49003              
49004              Do not use prototyping here.
49005              Subject: [ID 20000817.016] [PATCH] Peek.xs
49006              
49007              Document what the backtick returns if the command fails.
49008              
49009              Add byteorder to the myconfig output.
49010              
49011              Introduce NVef, NVff, and NVgf, use the middle one.
49012              (helps for lib/peek + Linux + long doubles)  Reported in
49013              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
49014              Use NVs in POSIX math, not doubles.
49015              Subject: [ID 20000817.014] POSIX & modfl
49016              
49017              Subject: [PATCH 5.6.0+] newSVrv() memory leak
49018              
49019              The byteorder code in #6671 was wrong.
49020              
49021              Fix the lib/complex failure of
49022              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
49023              Linux long double accuracy issue: something that
49024              when printed with %g looks like "2" but int() of it is 1.
49025              
49026              Propagate new Configure vars.
49027              
49028              Unbuffer the output.
49029              
49030              Subject: [PATCH] perltrap.pod spring cleaning
49031              
49032              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
49033              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
49034              
49035              Tiny Getopt::Long patch from Johan Vromans.
49036              
49037              Document code point which makes if (defined %stash::) to work
49038              (noted by Spider Boardman).
49039              
49040              Subject: [PATCH perl@6698] cygwin port
49041              
49042              Document the NDBM_File and ODBM_File as SDBM_File
49043              was documented in #6417.
49044              
49045              The new tests were missing from #6415.
49046              
49047              Add [[:blank:]] as suggested in
49048              Subject: [ID 20000716.024] [=cc=] / [:blank:]
49049              (the [=cc=] has already been taken care of by #6439
49050              so the whole bug report can be closed)
49051              and make [[:space:]] to be equivalent to isspace(3)
49052              (as opposed to \s, which is isSPACE()).  The difference
49053              is that now [[:space:]] matches the mythical vertical tab,
49054              while \s doesn't.
49055              
49056              Don't eat leading os from index entries.
49057              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
49058              
49059              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
49060              
49061              Typo in pp_complement().
49062              Subject: [PATCH perl-current] Deparse
49063              
49064              Add warnif(), check warnings further up the stack,
49065              all the warnings functions now can take an optional object reference.
49066              Subject: [PATCH bleedperl@6691] warnings pragma update
49067              
49068              Fix a core dump in lib/selfloader under -DDEBUGGING.
49069              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
49070              
49071              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
49072              
49073              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
49074              
49075              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
49076              Put back the long double avoidance code to POSIX.xs
49077              because VMS seems to need it still.
49078              
49079              Introduce a 'veryclean' target that is like 'distclean'
49080              but also removes *~ and *.orig.
49081              
49082              Subject: [ID 20000817.023] endianness description in perlfunc.pod
49083              
49084              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
49085              
49086              Let's try #6717 again.
49087              
49088              UTF8 concat fixes.
49089              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
49090              
49091              pp_open() could pass an uninitialized filename down to do_open9().
49092              
49093              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
49094              
49095              Update to CGI 2.72, from Lincoln Stein.
49096              
49097              Subject: [PATCH] Silence MakeMaker (Was: installman)
49098              
49099              Use temporary directory instead of current directory.
49100              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
49101              
49102              Document odd vs even subreleases and -Dusedevel.
49103              
49104              The veryclean target needs to clobber.
49105              
49106              Use File::Spec->tmpdir().
49107              
49108              Document the number of exponent digits.
49109              
49110              Mention perlebcdic and perlposix-bc.
49111              
49112              s/this one/the 5.6.0 release/
49113              
49114              The #6724 is here.
49115              
49116              The correct cleaning order is an art.
49117              
49118              small tweaks for change#6705: avoid C++ style comments in C code;
49119              use Perl's malloc API rather than the low level system one
49120              
49121              Array context keeps slithering in.
49122              
49123              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
49124              
49125              Subject: [PATCH] os2.c fix for use64bitint
49126              
49127              Update to Pod::LaTeX 0.53.
49128              Subject: [PATCH] lib/Pod/LaTeX.pm updates
49129              
49130              Document the endianness of Alpha more precisely.
49131              
49132              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
49133              
49134              Rename the macro argument because some preprocessors
49135              can't tell the difference and expand arguments also inside
49136              double quoted strings.
49137              
49138              free TLS slot properly on Windows
49139              
49140              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
49141              
49142              Unicos/mk requires elaborate paranoia.
49143              
49144              Tweak the floating point output routine preferences.
49145              
49146              Also under djgpp the timestamps are funky.
49147              
49148              Apply some PodParser 1.18 patches; the Pod/Find.pm
49149              patches cannot be applied since #6712 conflicts.
49150              
49151              Use PodParser 1.18 new test.
49152              
49153              A pod nit.
49154              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
49155              
49156              Be verydeepclean.
49157      Branch: maint-5.6/perl
49158           +> pod/perlebcdic.pod
49159           !> (integrate 106 files)
49160 ____________________________________________________________________________
49161 [  7892] By: jhi                                   on 2000/11/27  15:02:32
49162         Log: Update Changes.
49163      Branch: perl
49164            ! Changes patchlevel.h
49165 ____________________________________________________________________________
49166 [  7891] By: jhi                                   on 2000/11/27  14:57:23
49167         Log: Subject: Re: perlfaq style changes
49168              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49169              Date: Sat, 25 Nov 2000 23:32:26 -0800
49170              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
49171              
49172              plus a note from Ronald Kimball.
49173      Branch: perl
49174            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
49175 ____________________________________________________________________________
49176 [  7890] By: jhi                                   on 2000/11/27  14:53:14
49177         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
49178              From: Benjamin Holzman <bah@ecnvantage.com>
49179              Date: Sun, 26 Nov 2000 16:27:33 -0500
49180              Message-ID: <20001126162733.J25040@ecnvantage.com>
49181      Branch: perl
49182            ! gv.c
49183 ____________________________________________________________________________
49184 [  7889] By: jhi                                   on 2000/11/27  14:43:11
49185         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
49186              From: lvirden@cas.org
49187              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
49188              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
49189      Branch: perl
49190            ! README.amiga
49191 ____________________________________________________________________________
49192 [  7888] By: jhi                                   on 2000/11/27  14:32:34
49193         Log: Restore also the locale test to no-sprintf-taint state.
49194              Fixes the bug 20001127.003.
49195      Branch: perl
49196            ! sv.c t/pragma/locale.t
49197 ____________________________________________________________________________
49198 [  7887] By: gsar                                  on 2000/11/27  14:13:05
49199         Log: integrate changes#6613..6616,6620..6665 from mainline
49200              
49201              VMS configure.com update continues.
49202              
49203              Subject: Test fails / warnings with perl-current #6612
49204              
49205              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
49206              
49207              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
49208              
49209              For now remove the mail code.
49210              
49211              Subject: Re: [PATCH] @+, @- readonly
49212              
49213              Subject: warning: storage class after type is obsolescent
49214              
49215              Subject: sfio2000
49216              
49217              Subject: Re: File::Temp problems on VMS in bleedperl
49218              
49219              README.os2 update.
49220              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
49221              
49222              Make the user to give up his firstborn, err, to knowingly
49223              verify installing an unstable developer release.  Also bump
49224              the release to 5.7.0, but leave a patch tag in the local
49225              patches saying that this is not yet the real thing.
49226              
49227              Update (kinda) to Test 1.14, from Joshua Pritikin.
49228              
49229              make ok etc also for win32.
49230              
49231              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
49232              
49233              Don't blow limited stacks, a lower number is enough to
49234              tickle the lookbehind limit.
49235              
49236              Use -Dusedevel; regen Configure and the respective Porting stuff.
49237              
49238              Subject: [PATCH] debugger exit code should reflect user exit code
49239              
49240              Subject: [PATCH perl@6620] cygwin port
49241              
49242              Missed a file from #6638.
49243              
49244              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)
49245              
49246              magic callbacks all need to have same type signature
49247              
49248              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
49249              
49250              Fix a dependency problem.
49251              Subject: [PATCH: 6640] VMS Makefile.SH update
49252              
49253              The numeric locale was reset to "C" by s?printf and never restored.
49254              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
49255              No test since adding the failing example to locale.t
49256              does not fail -- probably because the locale settings are so
49257              thoroughly tweaked by that time.  Running the example standalone
49258              does fail, though.  UPDATE: test case added at change #7540.
49259              
49260              Subject: [ID 20000324.040] minor fix to perlhpux.pod
49261              
49262              Update to CPAN 1.57.
49263              
49264              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
49265              
49266              Change the perlbug address to perl.org since it's more forgiving.
49267              
49268              Change the regx compilation error markers to use = instead of <
49269              since pod makes using the latter quite messy.  Reported in
49270              ID 20000814.006 by Abigail and in
49271              Subject: Unknown escape E<> ?
49272              
49273              Update to perldebtut 1.9, from Richard Foley.
49274              
49275              check that the number pseudo children doesn't exceed
49276              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
49277              the WaitForMultipleObjects() limit that would cause wait()
49278              to crash)
49279              wait() and waitpid() could potentially be rewritten to use
49280              more than one thread to do the waiting to eliminate this
49281              limitation
49282              
49283              change#6328 could make close(SOCKET) return false on windows
49284              when it shouldn't
49285              
49286              pod nit seen in passing
49287              
49288              on windows, the return values from wait() and waitpid() don't
49289              match those of pseudo-pids
49290              
49291              waitpid() now handles externally spawned pids correctly;
49292              fixes for backtick/wait/waitpid failures on Windows 9x
49293              these changes make the pid returned by process functions on
49294              Windows 9x always positive by clearing the high bit (which
49295              is always set on Win9x); pseudo-process PIDs are likewise
49296              always negative now on Win9x (just as on NT/2000)
49297              
49298              trailing new %ENV entries weren't being pushed into the real
49299              environment of subprocesses on Windows
49300              
49301              Tweak the regex compilation errors once more.
49302              
49303              avoid warnings from dense compiler
49304              
49305              add "ok" targets from change#6632 in makefile.mk
49306      Branch: maint-5.6/perl
49307            - lib/Pod/PlainText.pm vms/configure.com
49308           !> (integrate 66 files)
49309 ____________________________________________________________________________
49310 [  7886] By: jhi                                   on 2000/11/27  13:54:18
49311         Log: __FUNCTION__ isn't portable and trying to emulate it leads
49312              into practically spelling out the name of the function.
49313              Takes care of the bug 20001127.001.
49314      Branch: perl
49315            ! perlio.c
49316 ____________________________________________________________________________
49317 [  7885] By: gsar                                  on 2000/11/27  13:53:18
49318         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
49319              6610..6611 from mainline
49320              
49321              Make regular expression parse error messages easier to understand.
49322              Subject: Re: enhanced(?) regex error messages
49323              
49324              Tiny tidying on report_evil_fh().
49325              
49326              Subject: Re: enhanced(?) regex error messages 
49327              plus Capitalize the error messages, plus perldiag them.
49328              
49329              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
49330              
49331              Document here-doc better.
49332              
49333              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
49334              
49335              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
49336              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
49337              (either perlbug or p5p ate the original), plus regen
49338              perlapi and perltoc. 
49339              
49340              Regen global.sym.
49341              
49342              Double check that we have a dirhandle.
49343              
49344              Subject: Re: enhanced(?) regex error messages
49345              (plus two small patches sent privately)
49346              (this still seems to leave few test failures)
49347              
49348              warn is a macro, avoid using at a variable to avoid warnings
49349              in some configurations; readdir.t is too conservative in
49350              estimating number of *.t's
49351              
49352              Get back into sync with Jeffrey on the enhanced regex warnings.
49353              
49354              Subject: [PATCH 5.6.0] cygwin port
49355              
49356              Zero entries were skipped, fix from Adrian Goalby
49357              <argoalby@yahoo.co.uk>
49358              
49359              Subject: Remove dead entry in perldiag
49360              
49361              Amend the description of Perl6.
49362              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
49363              
49364              detypo
49365              
49366              It's the 2ndO'ROSSC.
49367              
49368              Revert the sv.c part of #6559, a better fix is needed.
49369              
49370              Iterating perl6 description.
49371              
49372              Update to Term::ANSIColor 1.03, from Russ Allbery.
49373              
49374              Update to Getopt::Long 2.23_05, from Johan Vromans.
49375              
49376              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
49377              
49378              Update to Pod::Parser 1.17, from Brad Appleton.
49379              
49380              Update to CPAN 1.56, from Andreas König.
49381              
49382              Update to CGI 2.70, from Lincoln Stein.
49383              
49384              Put back the std @INC thing.
49385              
49386              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
49387              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
49388              
49389              Document the IO::Select timeout.
49390              
49391              sleep(1) does not necessarily return 1.
49392              Subject: [PATCH bleadperl] op/lex_assign.t  
49393              
49394              Subject: debugger "d" command doesnt check line number
49395              
49396              B::Deparse didn't do sub attributes.
49397              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
49398              
49399              Preprocessing and postprocessing for File::Find.
49400              Subject: Patch to Find::File.pm to allow alphabetical results
49401              
49402              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
49403              
49404              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
49405              
49406              Subject: Re: [ID 20000730.003] utf8::length() bad
49407              
49408              Subject: Getting perlio and threads to compile
49409              (the Solaris version changes in Configure skipped)
49410              
49411              Tests for #6589.
49412              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
49413              
49414              Add Perl debugging tutorial, regen toc. 
49415              Subject: perldebtut.pod
49416              
49417              Add a few missing files, update MANIFEST.
49418              
49419              Rewrite of vms/subconfigure.com as configure.com,
49420              from Peter Prymmer and the vmsperl crew.
49421              
49422              Should have deleted this in #6603.
49423              
49424              Fix the test for 5005threads.
49425              
49426              Fix-n-skip the tests under 5005threads.
49427              
49428              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
49429              
49430              Upgrade to CGI 2.71, from Lincoln Stein.
49431      Branch: maint-5.6/perl
49432           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
49433           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
49434           +> t/op/regmesg.t t/pod/find.t vms/configure.com
49435            - vms/subconfigure.com
49436            ! lib/lib.pm
49437           !> (integrate 115 files)
49438 ____________________________________________________________________________
49439 [  7884] By: jhi                                   on 2000/11/27  13:44:33
49440         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
49441              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49442              Date:     Mon, 27 Nov 2000 08:23:54 EST
49443              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
49444      Branch: perl
49445            ! vms/descrip_mms.template vms/test.com
49446 ____________________________________________________________________________
49447 [  7883] By: gsar                                  on 2000/11/27  11:50:46
49448         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
49449              6511..6513,6515..6523,6525..6536
49450              
49451              The swallow_bom() saga continues.  The #23 of require.t
49452              (UTF16-LE) still fails (silently, no output) but the #22
49453              (UTF16-BE) seems to be working now.  The root of the
49454              failure may be in sv_gets(): is it UTF-16LE-aware,
49455              especially when it comes to line endings? 
49456              
49457              Document the problem with -P in HP-UX and its workaround.
49458              
49459              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
49460              (aka ID 20000730.002)
49461              
49462              Subject: fix and question re: waitpid() under win32
49463              
49464              Make the safety catch for buggy gccs work with triple version
49465              numbers like 2.95.2.  Reported in
49466              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
49467              
49468              In Digital UNIX warn if gcc explicitly chosen because even
49469              2.95.2 is known to cause problems.
49470              
49471              Make chr() for values >127 to create utf8 when under utf8.
49472              
49473              various syntax errors and such (not fixed: comp/require.t#22 coredump
49474              on Windows)
49475              
49476              Stash away the largefiles flags and libswanted.
49477              
49478              BOM patching from Simon Cozens.
49479              
49480              If gccosandvers is equal to osname, clear gccosandvers.
49481              
49482              Make p4desc to skip non-mainperl branches by default.
49483              
49484              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
49485              
49486              The test from this
49487              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
49488              
49489              In new BSDs changes to argv[] do not show up in ps(1) output,
49490              instead one must use setproctitle().  This was already addressed
49491              by change #6457, but the below has a new variant for FreeBSD 4.0
49492              or later, and the matter is also documented more.
49493              
49494              FreeBSD 3.* updates from
49495              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
49496              
49497              regen_headers, regen perltoc.
49498              
49499              Document in one place the memory abstractions used in Perl core.
49500              
49501              memcpy has n o in it, as pinted ut by Sarathy.
49502              
49503              Remove the extraneous "main::" prefix from all the
49504              "opened only for", "on closed", and "never opened" warnings.
49505              
49506              The name of a filehandle does not have <these>.
49507              
49508              The tr utf8 patching continues.
49509              
49510              The new setproctitle() feature is available only in 
49511              bleeding edge FreeBSD.  From Paul Saab.
49512              
49513              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
49514              
49515              Dump UVs as UVs in Data::Dumper.
49516              
49517              detypo #6494
49518              
49519              Document the IVdf UVuf UVof UVxf.
49520              
49521              require.t needs binmode() to work on windows
49522              
49523              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
49524              that are hopefully soon put into use.
49525              
49526              Allow "no Module;" even if there is no 'unimport'.
49527              
49528              Better skip message for the test; one of the two problems in
49529              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
49530              
49531              The subtest 4 may fail also on VOBS, as pointed out
49532              by Nick Ing-Simmons in November 1999, bug id 19991124.003
49533              (but the failure in that bug report isn't the subtest 4).
49534              
49535              Be more informative on what is skipped and why,
49536              also repeat the list at the end.
49537              
49538              Add a URL for FSF.
49539              
49540              Subject: [PATCH] sv.h documentation - SvLEN
49541              
49542              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
49543              
49544              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
49545              
49546              Subject: [PATCH] bad cppsymbols on os2 + Configure question
49547              
49548              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
49549              
49550              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
49551              mention the idea of @( and @)
49552              
49553              This is 6512.  Really.
49554              
49555              Subject: [ID 19990721.004] Documentation bug in perlfunc
49556              
49557              Subject: Minor tweak to perlvar.pod
49558              
49559              In the warnings call filehandles consistently so;
49560              add "unopened" warning for stat().
49561              
49562              After the #6519 a warning about stat() is just that,
49563              not about a filetest, which now have their own warning.
49564              
49565              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
49566              
49567              Subject: Re: Array vs. List context
49568              
49569              Subject: New perlcc, take 2
49570              
49571              Weed buglets pointed out by
49572              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
49573              
49574              gcc versions might have (parentheses) in them.
49575              
49576              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
49577              
49578              Essential prototype changes were missing from #6527.
49579              Also make report_evil_fh() more bomb-proof.
49580              
49581              Zap lib/Sys directory when cleaning up.
49582              
49583              Change the Policy policy: now -Dprefix= with an existing
49584              Policy.sh and prefix == siteprefix == vendorprefix, then all
49585              of them follow along the new prefix.
49586              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
49587              
49588              Continue fixing the io warnings.  This also
49589              sort of fixes bug ID 20000802.003: the core dump
49590              is no more.  Whether the current behaviour is correct
49591              (giving a warning: "Not a format reference"), is another matter.
49592              
49593              Have symbols for the IoTYPEs.
49594              
49595              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
49596              
49597              Document a bit that UDP is not what you might think.
49598              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
49599              tr memory corruption fix from Simon Cozens.
49600              
49601              Plug the security hole described in the Aug 05 2000 bugtraq message
49602              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
49603              The security hole exists only in suidperls, which isn't
49604              installed or even built by default.
49605      Branch: maint-5.6/perl
49606           !> (integrate 71 files)
49607 ____________________________________________________________________________
49608 [  7882] By: gsar                                  on 2000/11/27  10:25:36
49609         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
49610              from mainline
49611              
49612              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
49613              to be fatal errors (instead of by default ignoring them, and
49614              ignoring with a bug: even though -w gave an error, the opening [
49615              was left in)  Reported in:
49616              
49617              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
49618              
49619              Subject: [PATCH] split /^/
49620              
49621              MacOS nits from Matthias Neeracher.
49622              
49623              More split() doc and test patches from Mike Guy.
49624              
49625              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
49626              from Graham Barr in the module list.
49627              
49628              docfix from Peter Scott <Peter@PSDT.com>.
49629              
49630              File::Temp patches for VMS and OS/2 from Tim Jenness.
49631              
49632              open() wariness in perlbug.
49633              
49634              Subject: [PATCH] minor doc change - perlguts
49635              
49636              Subject: Minor doc patch: handy.h
49637              
49638              Be wary of close()s, too.
49639              
49640              Further File::Temp patches from Yitzchak Scott-Thoennes
49641              and Craig A. Berry.
49642              
49643              Subject: [PATCH] fixes bug 20000508.004
49644              
49645              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
49646              
49647              Allow "no AutoLoader;", based on change #6444,
49648              suggested by Graham Barr.
49649              
49650              Use setproctitle() if available to modify $0.
49651              
49652              Warn if the version of the operating system used to compile gcc
49653              differs from the current version of the operating system.
49654              Also display the gcc compilation os and version in myconfig.
49655              Inspiration from
49656              
49657              Tiny fixes for #6460.
49658              
49659              The problem described in this
49660              Subject: [ID 20000322.018] named chars aren't magical enough
49661              has been fixed in perl 5.6.0 but just in case added a test
49662              to keep it away.  (The report from Joseph Hall.)
49663              
49664              Tune the comments and hopefully stop a memory leak.
49665              
49666              Subject: UTF8 concat
49667              (with a memory leak fixed, plus a few casts added)
49668              This also seems to help for
49669              Subject: [ID 20000716.015] join UTF8 weirdness
49670              
49671              Do not upgrade SVs into utf8 just because they participate
49672              in eq or cmp.  Reported and fix suggested in
49673              Subject: [ID 20000720.009] sv_eq UTF8 bug
49674              
49675              Fix the HALF_UPGRADE() macro introduced in #6263.
49676              
49677              Find green threads before native threads.
49678              Subject: Re: Patch to jpl/JNI/Makefile.PL
49679      Branch: maint-5.6/perl
49680           !> (integrate 30 files)
49681 ____________________________________________________________________________
49682 [  7881] By: jhi                                   on 2000/11/27  05:48:41
49683         Log: It seems that *both* the unused submatch loop cleanup
49684              codes are needed.
49685      Branch: perl
49686            ! regexec.c
49687 ____________________________________________________________________________
49688 [  7880] By: jhi                                   on 2000/11/27  04:50:07
49689         Log: Clean .exists deeper.
49690      Branch: perl
49691            ! Makefile.SH
49692 ____________________________________________________________________________
49693 [  7879] By: jhi                                   on 2000/11/27  02:31:35
49694         Log: The code in regcppop() (see #7878) contains the correct lower
49695              limit for the unused submatch 'cleanup' loop so that under
49696              "use utf8" the following code wouldn't dump core:
49697              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
49698              the cleanup loop in regtry() stomped beyond allocated area
49699              in the startp[] array.  Therefore, copied the correct lower
49700              loop limit (*PL_reglastparen) to regtry().  Note: something
49701              may still not be quite right: why was the _higher_ loop limit
49702              (prog->nparens) different in the utf8 case?
49703              
49704              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
49705              without core dumps, there were about 17 of them before
49706              the patch (with us since Perl 5.7.0).  Two failures, still:
49707              496 and 505 (though these may not be severe).
49708              
49709              Patch #7881 is also needed since both the cleanup loops
49710              seem to be needed.
49711              
49712              Also, the t/op/pat#44 seems to core dump under utf8.
49713              Plus a couple of failures.  UGH-8.
49714      Branch: perl
49715            ! regexec.c
49716 ____________________________________________________________________________
49717 [  7878] By: jhi                                   on 2000/11/27  02:21:17
49718         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
49719              the code in regcppop() seems to be redundant for the test suite --
49720              but it contains a germ of truth, and it needed for the build
49721              process itself: see #7879 and #7881.
49722      Branch: perl
49723            ! regexec.c
49724 ____________________________________________________________________________
49725 [  7877] By: jhi                                   on 2000/11/27  01:53:09
49726         Log: Comment on comment.
49727      Branch: perl
49728            ! regexec.c
49729 ____________________________________________________________________________
49730 [  7876] By: jhi                                   on 2000/11/27  00:49:59
49731         Log: Adjust the docs to agree with #7875.
49732      Branch: perl
49733            ! pod/perllocale.pod
49734 ____________________________________________________________________________
49735 [  7875] By: jhi                                   on 2000/11/27  00:49:27
49736         Log: Retract #7863.  It makes more sense not to taint formatted output,
49737              not even by sprintf().
49738      Branch: perl
49739            ! sv.c
49740 ____________________________________________________________________________
49741 [  7874] By: jhi                                   on 2000/11/26  23:36:02
49742         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
49743              Not really fixed (should really dump the UTF-8 charclass),
49744              but stopped displaying the garbage.
49745              
49746              Also add a note on the (missing) Unicode PSXSPC and BLANK.
49747      Branch: perl
49748            ! regcomp.c
49749 ____________________________________________________________________________
49750 [  7873] By: jhi                                   on 2000/11/26  21:31:13
49751         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
49752      Branch: perl
49753            ! regexec.c
49754 ____________________________________________________________________________
49755 [  7872] By: jhi                                   on 2000/11/26  21:06:04
49756         Log: No need to scan till infinity, 13 is enough.
49757      Branch: perl
49758            ! handy.h utf8.c
49759 ____________________________________________________________________________
49760 [  7871] By: jhi                                   on 2000/11/26  20:20:32
49761         Log: Test line numbers are different with utf8.
49762      Branch: perl
49763            ! t/op/re_tests
49764 ____________________________________________________________________________
49765 [  7870] By: jhi                                   on 2000/11/26  20:10:12
49766         Log: Message nit.
49767      Branch: perl
49768            ! regcomp.c
49769 ____________________________________________________________________________
49770 [  7869] By: jhi                                   on 2000/11/26  19:01:05
49771         Log: Make utf8_length() and utf8_distance() (the latter of which
49772              is unused at the moment) to be less forgiving about bad UTF-8.
49773      Branch: perl
49774            ! embed.h embed.pl objXSUB.h proto.h utf8.c
49775 ____________________________________________________________________________
49776 [  7868] By: jhi                                   on 2000/11/26  18:45:56
49777         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
49778              From: Benjamin Holzman <bah@ecnvantage.com>
49779              Date: Sat, 25 Nov 2000 20:40:20 -0500       
49780              Message-ID: <20001125204020.A25040@ecnvantage.com>              
49781              
49782              Debian allows installing /usr/bin/locale without installing
49783              any locales, an error message will ensue.
49784      Branch: perl
49785            ! t/pragma/locale.t
49786 ____________________________________________________________________________
49787 [  7867] By: jhi                                   on 2000/11/26  18:31:12
49788         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
49789              From: Benjamin Holzman <bah@ecnvantage.com>
49790              Date: Sun, 26 Nov 2000 02:42:34 -0500
49791              Message-ID: <20001126024234.G25040@ecnvantage.com>
49792              
49793              Patch for the bug 20000212.002.
49794      Branch: perl
49795            ! sv.c t/op/array.t
49796 ____________________________________________________________________________
49797 [  7866] By: jhi                                   on 2000/11/26  18:28:09
49798         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
49799              From: Tim Jenness <t.jenness@jach.hawaii.edu>
49800              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
49801              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
49802              
49803              File::Temp 0.11.
49804      Branch: perl
49805            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
49806 ____________________________________________________________________________
49807 [  7865] By: jhi                                   on 2000/11/26  18:24:22
49808         Log: The metaconfig unit change for #7864.
49809      Branch: metaconfig/U/perl
49810            ! need_va_copy.U
49811 ____________________________________________________________________________
49812 [  7864] By: jhi                                   on 2000/11/26  18:23:41
49813         Log: Make the va_copy() test not to be so talkative.
49814      Branch: perl
49815            ! Configure config_h.SH
49816 ____________________________________________________________________________
49817 [  7863] By: jhi                                   on 2000/11/26  18:11:02
49818         Log: Fix locale inconsistencies unearthed by Hugo's work.
49819              Now the floating point sprintf really does taint the result
49820              string as perllocale promises (has promised for a long time)
49821              if "use locale" is in the lexical scope.
49822      Branch: perl
49823            ! sv.c t/pragma/locale.t
49824 ____________________________________________________________________________
49825 [  7862] By: jhi                                   on 2000/11/26  00:35:15
49826         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
49827              From: Nicholas Clark <nick@ccl4.org>
49828              Date: Sun, 26 Nov 2000 00:07:50 +0000
49829              Message-ID: <20001126000750.A22446@plum.flirble.org>
49830              
49831              Infinit.
49832      Branch: perl
49833            ! sv.c
49834 ____________________________________________________________________________
49835 [  7861] By: jhi                                   on 2000/11/26  00:01:26
49836         Log: Integrate perlio.
49837      Branch: perl
49838           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
49839 ____________________________________________________________________________
49840 [  7860] By: nick                                  on 2000/11/25  22:04:17
49841         Log: Correct relative path from new ext\Filter\Util\Call location
49842              back to miniperl.
49843      Branch: perlio
49844            ! win32/makefile.mk
49845 ____________________________________________________________________________
49846 [  7859] By: nick                                  on 2000/11/25  21:26:54
49847         Log: Integrate mainline.
49848      Branch: perlio
49849           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
49850           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
49851           +> t/lib/filter-util.t
49852            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
49853            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
49854            - t/lib/filt-util.t
49855           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
49856           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
49857           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
49858           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
49859           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
49860           !> win32/makefile.mk
49861 ____________________________________________________________________________
49862 [  7858] By: gsar                                  on 2000/11/25  20:52:17
49863         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
49864              parent's memory; fix it by keeping track of the actual pad
49865              offset rather than a raw pointer (this change is probably also
49866              relevant to non-ithreads case to avoid fallout from reallocs of
49867              the pad array, but is currently only enabled for the ithreads
49868              case in the interests of minimal disruption to existing "well
49869              tested" code)
49870      Branch: perl
49871            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
49872            ! proto.h scope.c scope.h sv.c t/op/fork.t
49873 ____________________________________________________________________________
49874 [  7857] By: nick                                  on 2000/11/25  20:01:28
49875         Log: All tests pass on Win32/gcc/USE_PERLIO.
49876              - when crlf layer is pushed make unix-level binary.
49877              - remove :crlf injection in pp_backtick in pp_sys.c
49878              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
49879      Branch: perlio
49880            ! doio.c perlio.c pp_sys.c win32/makefile.mk
49881 ____________________________________________________________________________
49882 [  7856] By: jhi                                   on 2000/11/25  18:38:30
49883         Log: Update the metaconfig units for #7855.
49884      Branch: metaconfig/U/perl
49885            ! useperlio.U usesocks.U
49886 ____________________________________________________________________________
49887 [  7855] By: jhi                                   on 2000/11/25  18:37:54
49888         Log: Undo the SOCKS workarounds, instead start using PerlIO
49889              if SOCKS is selected.
49890              
49891              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
49892              From: Jens Hamisch <jens@Strawberry.COM>
49893              Date: Fri, 24 Nov 2000 18:31:30 +0100
49894              Message-ID: <20001124183130.E28337@Strawberry.COM>
49895              
49896              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
49897              From: Jens Hamisch <jens@Strawberry.COM>
49898              Date: Fri, 24 Nov 2000 19:11:51 +0100
49899              Message-ID: <20001124191151.A28753@Strawberry.COM>
49900      Branch: perl
49901            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
49902            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
49903 ____________________________________________________________________________
49904 [  7854] By: jhi                                   on 2000/11/25  17:39:08
49905         Log: Undo #7848.  Some of the code seems to use walkoptree(),
49906              some walkoptree_slow().  An unfinished renaming?
49907              Now the sub is walkoptree() (which is @EXPORT_OK),
49908              the walkoptree_slow() is a typeglob alias to walkoptree.
49909              This makes the tests to pass, at least.
49910      Branch: perl
49911            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
49912 ____________________________________________________________________________
49913 [  7853] By: nick                                  on 2000/11/24  22:24:33
49914         Log: Re-arrange crlf vs binary for platforms that care.
49915              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
49916              Lip-service to making stdio layer work on such platfroms (untested).
49917              Now fails 3 tests rather than one, checkin to see if I can debug 
49918              the issue under linux. (Do not merge.)
49919      Branch: perlio
49920            ! doio.c perlio.c perliol.h
49921 ____________________________________________________________________________
49922 [  7852] By: jhi                                   on 2000/11/24  18:57:39
49923         Log: AUTHORS edits.
49924      Branch: perl
49925            ! AUTHORS
49926 ____________________________________________________________________________
49927 [  7851] By: jhi                                   on 2000/11/24  17:34:56
49928         Log: Add Jan-Erik Karlsson.
49929      Branch: perl
49930            ! AUTHORS
49931 ____________________________________________________________________________
49932 [  7850] By: jhi                                   on 2000/11/24  17:27:56
49933         Log: Configure should find stdchar on its own.
49934      Branch: perl
49935            ! hints/solaris_2.sh
49936 ____________________________________________________________________________
49937 [  7849] By: jhi                                   on 2000/11/24  17:24:55
49938         Log: Subject: PATCH over 7848: Filter test flawed
49939              From: andreas.koenig@anima.de (Andreas J. Koenig)
49940              Date: 24 Nov 2000 10:28:29 +0100
49941              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
49942      Branch: perl
49943            ! t/lib/filter-util.t
49944 ____________________________________________________________________________
49945 [  7848] By: jhi                                   on 2000/11/24  17:22:15
49946         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
49947              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
49948              Date: Fri, 24 Nov 2000 16:12:58 +0000
49949              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
49950      Branch: perl
49951            ! ext/B/B.pm
49952 ____________________________________________________________________________
49953 [  7847] By: jhi                                   on 2000/11/24  03:07:01
49954         Log: Integrate perlio.
49955      Branch: perl
49956           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
49957           !> win32/makefile.mk
49958 ____________________________________________________________________________
49959 [  7846] By: gsar                                  on 2000/11/24  00:55:57
49960         Log: integrate changes#6415..6418,6420..6438 from mainline
49961              
49962              Fix the bitvector ops for utf8 (tricky since past 7 bits
49963              the utf8 'characters' can be more than one octet).
49964              
49965              MPE/ix updates for perl 5.6.0 from Mark Bixby.
49966              
49967              Subject: SDBM_File documentation
49968              
49969              Detypo.
49970              
49971              Decutandpasto.
49972              
49973              Send all installperl messages to STDERR and be -w clean.
49974              
49975              Out-of-date note removed.
49976              
49977              Protect against "wild next"s, that is, callbacks doing "next"
49978              instead of "return".
49979              
49980              Use STDOUT consistently.
49981              
49982              The output might have been produced in the wrong order.
49983              
49984              A missing 'break' after the [[:space:]] switch case.
49985              
49986              Add tests for
49987              [ID 19991110.003] another matching finding by pcre author
49988              which has already been fixed by some patch, as verified in
49989              
49990              Documentation to explain the behaviour of map().
49991              
49992              Add an optimization for map-maps-a-list-element-to-more-list-elements
49993              case, but add also notes explaining the relationship of this
49994              patch and the earlier notes by Sarathy.
49995              
49996              Subject: [ID 20000716.023] syslog test fails without sockets
49997              
49998              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
49999              Test cases for #6431.
50000              
50001              File::Spec::VMS fixup for tmpdir from Craig Berry.
50002              
50003              Make the "uninit variable" warning to say "concat or string"
50004              or "join or string" when in concat or join .
50005              
50006              Get UTF16 BOMs working.  Patch from
50007              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
50008              
50009              Subject: [PATCH] Make large file tests deal with SIGXFSZ
50010              
50011              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
50012              
50013              Subject: [PATCH] av.c apidoc
50014      Branch: maint-5.6/perl
50015           !> (integrate 43 files)
50016 ____________________________________________________________________________
50017 [  7845] By: gsar                                  on 2000/11/24  00:20:45
50018         Log: integrate changes#6406..6414 from mainline
50019              
50020              Merge perlhacktut into perlhack, update perlguts.
50021              
50022              Fix AutoSplit to use File::Spec the right way in VMS,
50023              from Peter Prymmer.
50024              
50025              The bug report
50026              [ID 19991110.002] minimal matching discrepancy found by pcre author
50027              seems to have been fixed (though differently from what was suggested
50028              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
50029              
50030              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
50031              not in pod, from Peter Prymmer
50032              
50033              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
50034              From: Hugo <hv@crypt.compulink.co.uk>
50035              Date: Fri, 14 Jul 2000 23:05:20 +0100
50036              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
50037              
50038              Didn't anymore apply, but that point still could use another fix.
50039              
50040              lib/b test fixes from Peter Prymmer.
50041              
50042              More docs for sv functions.
50043              
50044              perlvms.pod whitespace cleanup to keep pod utils happy.
50045              
50046              another VMS build tweak from Peter Prymmer
50047      Branch: maint-5.6/perl
50048           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
50049           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
50050           !> vms/descrip_mms.template vms/perlvms.pod
50051 ____________________________________________________________________________
50052 [  7844] By: nick                                  on 2000/11/23  23:42:45
50053         Log: Win32/perlio Now just fails one io/argv.t test - lack 
50054              of default :crlf on standard streams.
50055      Branch: perlio
50056            ! doio.c perlio.c
50057 ____________________________________________________________________________
50058 [  7843] By: nick                                  on 2000/11/23  23:04:05
50059         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
50060              peek fail is showing a real problem (multiple crlf layers
50061              are getting pushed.)
50062      Branch: perlio
50063            ! doio.c perlio.c win32/makefile.mk
50064 ____________________________________________________________________________
50065 [  7842] By: nick                                  on 2000/11/23  19:46:23
50066         Log: Implement PerlIO_binmode()
50067              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
50068              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
50069              make binmode in t/lib/io_tell.t unconditional so that works.
50070              Checkin just so Win32 machine can see these changes.
50071      Branch: perlio
50072            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
50073 ____________________________________________________________________________
50074 [  7841] By: jhi                                   on 2000/11/23  19:30:00
50075         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
50076      Branch: perl
50077            ! README.amiga
50078 ____________________________________________________________________________
50079 [  7840] By: jhi                                   on 2000/11/23  17:18:02
50080         Log: SOCKS wrestling continues, patches from Jens Hamisch.
50081      Branch: perl
50082            ! doio.c embed.h embed.pl perlsdio.h proto.h
50083 ____________________________________________________________________________
50084 [  7839] By: jhi                                   on 2000/11/23  16:54:14
50085         Log: Push Filter::Util::Call one level deeper.
50086      Branch: perl
50087            + t/lib/filter-util.t
50088           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
50089           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
50090            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
50091            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
50092            - t/lib/filt-util.t
50093            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
50094            ! win32/Makefile win32/makefile.mk
50095 ____________________________________________________________________________
50096 [  7838] By: jhi                                   on 2000/11/23  16:52:40
50097         Log: Reach back one higher up when searching for PERL_SRC.
50098      Branch: perl
50099            ! lib/ExtUtils/MM_Unix.pm
50100 ____________________________________________________________________________
50101 [  7837] By: jhi                                   on 2000/11/23  16:05:41
50102         Log: Subject: Re: perl@7826
50103              Date: Thu, 23 Nov 2000 02:20:25 -0600
50104              From: "Craig A. Berry" <craigberry@mac.com>
50105              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
50106              
50107              Make VMS to like Filter::Util::Call. 
50108      Branch: perl
50109            ! configure.com ext/Filter/Util/Makefile.PL
50110 ____________________________________________________________________________
50111 [  7836] By: nick                                  on 2000/11/23  16:04:08
50112         Log: Implement crlf layer - not ready for merge.
50113      Branch: perlio
50114            ! perlio.c win32/makefile.mk
50115 ____________________________________________________________________________
50116 [  7835] By: jhi                                   on 2000/11/23  15:56:52
50117         Log: STDCHAR is different in Sparc v9 vs x86.
50118      Branch: perl
50119            ! hints/solaris_2.sh
50120 ____________________________________________________________________________
50121 [  7834] By: jhi                                   on 2000/11/23  15:50:47
50122         Log: The type needs to be visible to protos.
50123      Branch: perl
50124            ! perl.h
50125 ____________________________________________________________________________
50126 [  7833] By: jhi                                   on 2000/11/23  15:40:46
50127         Log: Finish unfinished SOCKS workaround changes.
50128      Branch: perl
50129            ! doio.c
50130 ____________________________________________________________________________
50131 [  7832] By: jhi                                   on 2000/11/23  15:33:30
50132         Log: Integrate perlio.
50133      Branch: perl
50134           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
50135           !> win32/makefile.mk
50136 ____________________________________________________________________________
50137 [  7831] By: nick                                  on 2000/11/23  10:31:07
50138         Log: Correct makefile.mk dependancies for ext/Filter/Util
50139              Build ext/Encode
50140              Run dmake regen_config_h
50141      Branch: perlio
50142            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50143            ! win32/makefile.mk
50144 ____________________________________________________________________________
50145 [  7830] By: nick                                  on 2000/11/23  08:05:07
50146         Log: Integrate mainline
50147      Branch: perlio
50148           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
50149           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
50150           +> t/lib/filt-util.pl t/lib/filt-util.t
50151           !> (integrate 41 files)
50152 ____________________________________________________________________________
50153 [  7829] By: gsar                                  on 2000/11/23  03:07:11
50154         Log: build the Filter extension on windows
50155      Branch: perl
50156            ! win32/Makefile win32/makefile.mk
50157 ____________________________________________________________________________
50158 [  7828] By: gsar                                  on 2000/11/23  02:46:35
50159         Log: regenerate win32/config* and fix some inconsistencies in the
50160              makefiles; always export Perl_deb() because it is needed
50161              by ext/re/* (whether perl itself is built with -DDEBUGGING
50162              or not)
50163      Branch: perl
50164            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
50165            ! win32/config_H.vc win32/makefile.mk
50166 ____________________________________________________________________________
50167 [  7827] By: gsar                                  on 2000/11/23  02:18:38
50168         Log: get sources building on windows+MSVC again (untested with other
50169              compilers)
50170      Branch: perl
50171            ! win32/include/sys/socket.h win32/perllib.c
50172 ____________________________________________________________________________
50173 [  7826] By: jhi                                   on 2000/11/23  01:18:26
50174         Log: Update Changes.
50175      Branch: perl
50176            ! Changes patchlevel.h
50177 ____________________________________________________________________________
50178 [  7825] By: jhi                                   on 2000/11/23  00:20:41
50179         Log: Subject: Re: av.c patch (having slight problems)
50180              From: "Ben Tilly" <ben_tilly@hotmail.com>
50181              Date: Tue, 21 Nov 2000 23:29:31 -0500
50182              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
50183              
50184              unshift() speedup.
50185      Branch: perl
50186            ! av.c
50187 ____________________________________________________________________________
50188 [  7824] By: jhi                                   on 2000/11/22  23:59:15
50189         Log: Fixes for signedness warnings noticed by VMSperlers.
50190      Branch: perl
50191            ! ext/Storable/Storable.xs regcomp.c sv.c
50192 ____________________________________________________________________________
50193 [  7823] By: jhi                                   on 2000/11/22  23:19:31
50194         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
50195              From: Peter Prymmer <pvhp@forte.com>
50196              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
50197              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
50198      Branch: perl
50199            ! t/pragma/warn/pp_hot
50200 ____________________________________________________________________________
50201 [  7822] By: jhi                                   on 2000/11/22  22:52:20
50202         Log: Be clean.
50203      Branch: perl
50204            ! Makefile.SH
50205 ____________________________________________________________________________
50206 [  7821] By: jhi                                   on 2000/11/22  22:46:39
50207         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
50208              by Damian Conway, as suggested by Paul Marquess.
50209      Branch: perl
50210            + lib/Filter/Simple.pm
50211 ____________________________________________________________________________
50212 [  7820] By: jhi                                   on 2000/11/22  22:45:51
50213         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
50214      Branch: perl
50215            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
50216            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
50217            + t/lib/filt-util.t
50218            ! MANIFEST
50219 ____________________________________________________________________________
50220 [  7819] By: jhi                                   on 2000/11/22  22:03:27
50221         Log: Integrate perlio.
50222      Branch: perl
50223           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
50224           !> win32/makefile.mk
50225 ____________________________________________________________________________
50226 [  7818] By: jhi                                   on 2000/11/22  21:56:02
50227         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
50228      Branch: perl
50229            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
50230            ! t/lib/io_sock.t
50231 ____________________________________________________________________________
50232 [  7817] By: jhi                                   on 2000/11/22  21:39:49
50233         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
50234              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50235              Date: Wed, 22 Nov 2000 16:08:12 -0500
50236              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
50237      Branch: perl
50238            ! lib/ExtUtils/Liblist.pm
50239 ____________________________________________________________________________
50240 [  7816] By: jhi                                   on 2000/11/22  21:38:25
50241         Log: Go ahead and #include <unistd.h> in perl.h.
50242      Branch: perl
50243            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
50244            ! util.c
50245 ____________________________________________________________________________
50246 [  7815] By: jhi                                   on 2000/11/22  21:22:52
50247         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
50248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50249              Date: Mon, 20 Nov 2000 18:30:52 -0500
50250              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
50251      Branch: perl
50252            ! pod/perlre.pod regcomp.c t/op/re_tests
50253 ____________________________________________________________________________
50254 [  7814] By: jhi                                   on 2000/11/22  21:21:46
50255         Log: Subject: [PATCH 5.7.0] Liblist finally works
50256              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50257              Date: Tue, 21 Nov 2000 22:02:17 -0500
50258              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
50259      Branch: perl
50260            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
50261            ! lib/ExtUtils/MakeMaker.pm
50262 ____________________________________________________________________________
50263 [  7813] By: jhi                                   on 2000/11/22  21:20:23
50264         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
50265              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50266              Date: Wed, 22 Nov 2000 17:53:15 +0100
50267              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
50268              
50269              AIX dynaloader and perlio patch.
50270      Branch: perl
50271            ! ext/DynaLoader/dl_aix.xs
50272 ____________________________________________________________________________
50273 [  7812] By: jhi                                   on 2000/11/22  21:17:52
50274         Log: (Accidentally empty patch.)
50275      Branch: perl
50276            ! av.c
50277 ____________________________________________________________________________
50278 [  7811] By: jhi                                   on 2000/11/22  21:16:31
50279         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
50280              From: Peter Prymmer <pvhp@forte.com>
50281              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
50282              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
50283      Branch: perl
50284            ! vms/test.com
50285 ____________________________________________________________________________
50286 [  7810] By: jhi                                   on 2000/11/22  21:15:36
50287         Log: Subject: Re: perl@7777 
50288              From: "John P. Linderman" <jpl@research.att.com>
50289              Date: Wed, 22 Nov 2000 13:11:11 -0500
50290              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
50291              
50292              Detypoing.
50293      Branch: perl
50294            ! lib/CPAN.pm
50295 ____________________________________________________________________________
50296 [  7809] By: jhi                                   on 2000/11/22  21:14:19
50297         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
50298              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50299              Date:     Wed, 22 Nov 2000 13:51:37 EST
50300              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
50301      Branch: perl
50302            ! perlsdio.h
50303 ____________________________________________________________________________
50304 [  7808] By: jhi                                   on 2000/11/22  21:13:27
50305         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
50306              From: Casey Tweten <crt@kiski.net>
50307              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
50308              Message-Id: <200011201653.LAA10194@home.kiski.net>
50309      Branch: perl
50310            ! t/lib/io_udp.t
50311 ____________________________________________________________________________
50312 [  7807] By: jhi                                   on 2000/11/22  21:12:35
50313         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
50314              From: Casey Tweten <crt@kiski.net>
50315              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
50316              Message-Id: <200011201636.LAA07227@home.kiski.net>
50317      Branch: perl
50318            ! t/lib/io_sock.t
50319 ____________________________________________________________________________
50320 [  7806] By: jhi                                   on 2000/11/22  21:10:59
50321         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
50322              From: "Casey R. Tweten" <crt@kiski.net>
50323              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
50324              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
50325      Branch: perl
50326            ! utils/h2xs.PL
50327 ____________________________________________________________________________
50328 [  7805] By: nick                                  on 2000/11/22  21:05:06
50329         Log: Integrate mainline
50330      Branch: perlio
50331           !> Changes Porting/genlog ext/DB_File/DB_File.xs
50332           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
50333           !> utils/perlbug.PL
50334 ____________________________________________________________________________
50335 [  7804] By: jhi                                   on 2000/11/22  21:01:12
50336         Log: Subject: [PATCH] Test.pm POD peculiarity
50337              From: "Casey R. Tweten" <crt@kiski.net>
50338              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
50339              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
50340      Branch: perl
50341            ! lib/Test.pm
50342 ____________________________________________________________________________
50343 [  7803] By: jhi                                   on 2000/11/22  20:59:59
50344         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
50345              From: "Philip Newton" <pnewton@gmx.de>
50346              Date: Wed, 22 Nov 2000 14:25:53 +0100
50347              Message-Id: <3A1BD771.25462.1939FAD@localhost>
50348              
50349              Be case-understanding also on 's', and use the -oi of sendmail
50350              not to terminate the transmission on a lone '.'.
50351      Branch: perl
50352            ! utils/perlbug.PL
50353 ____________________________________________________________________________
50354 [  7802] By: nick                                  on 2000/11/22  20:51:42
50355         Log: Win32 PerlIO intermediate state now working as expected.
50356              - In current state we are still using C runtime in text/binary
50357              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
50358              - PERLIO=stdio and PERLIO=unix pass all expected tests.
50359              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
50360              and PerlIO_seek() and the dummy crlf layer is not making adjustments
50361              for CRLF translation happening in C runtime. All other tests pass.
50362              
50363              Added note to README.win32 to point out the snags of doing a perl build
50364              with Norton AntiVirus turned on.
50365              
50366              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
50367              which file a fail comes from.
50368              
50369              Updated "canned" config.h to match the one generated.
50370      Branch: perlio
50371            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
50372            ! win32/makefile.mk
50373 ____________________________________________________________________________
50374 [  7801] By: jhi                                   on 2000/11/22  06:50:20
50375         Log: Nickety nits.
50376      Branch: perl
50377            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
50378 ____________________________________________________________________________
50379 [  7800] By: jhi                                   on 2000/11/22  01:29:55
50380         Log: Changes had accidentally gone too silent on non-main branches.
50381      Branch: perl
50382            ! Changes Porting/genlog patchlevel.h
50383 ____________________________________________________________________________
50384 [  7799] By: gsar                                  on 2000/11/22  01:02:56
50385         Log: some lib_pm.PL changes snuck in via change#7772
50386      Branch: maint-5.6/perl
50387            ! Makefile.SH
50388 ____________________________________________________________________________
50389 [  7798] By: nick                                  on 2000/11/21  21:59:40
50390         Log: Integrate mainline
50391      Branch: perlio
50392           !> (integrate 28 files)
50393 ____________________________________________________________________________
50394 [  7797] By: jhi                                   on 2000/11/21  21:01:45
50395         Log: Integrate perlio.
50396      Branch: perl
50397           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
50398 ____________________________________________________________________________
50399 [  7796] By: nick                                  on 2000/11/21  20:36:22
50400         Log: Win32 builds and runs (mostly) with USE_PERLIO.
50401              PERLIO=perlio passes all tests. 
50402              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
50403      Branch: perlio
50404            ! perlio.c win32/perllib.c win32/win32.c
50405 ____________________________________________________________________________
50406 [  7795] By: jhi                                   on 2000/11/21  19:03:44
50407         Log: Update Changes.
50408      Branch: perl
50409            ! Changes patchlevel.h
50410 ____________________________________________________________________________
50411 [  7794] By: jhi                                   on 2000/11/21  18:56:34
50412         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
50413              From: "Craig A. Berry" <craigberry@mac.com>
50414              Date: Mon, 20 Nov 2000 20:27:06 -0600
50415              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
50416              
50417              A cut-and-pasto.
50418      Branch: perl
50419            ! perlio.h
50420 ____________________________________________________________________________
50421 [  7793] By: jhi                                   on 2000/11/21  18:54:41
50422         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
50423              From: Dominic Dunlop <domo@computer.org> 
50424              Date: Mon, 20 Nov 2000 18:55:29 +0100
50425              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
50426              
50427              va_copy() and the need of it.
50428              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
50429      Branch: metaconfig/U/perl
50430            + need_va_copy.U
50431      Branch: perl
50432            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50433            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
50434            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
50435            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50436            ! win32/config.bc win32/config.gc win32/config.vc
50437 ____________________________________________________________________________
50438 [  7792] By: jhi                                   on 2000/11/21  17:04:10
50439         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
50440      Branch: perl
50441           !> scope.h
50442 ____________________________________________________________________________
50443 [  7791] By: jhi                                   on 2000/11/21  17:01:16
50444         Log: Export the SOCKS workaround symbols only if necessary.
50445      Branch: perl
50446            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
50447 ____________________________________________________________________________
50448 [  7790] By: nick                                  on 2000/11/20  23:57:11
50449         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
50450      Branch: perlio
50451            ! scope.h
50452 ____________________________________________________________________________
50453 [  7789] By: nick                                  on 2000/11/20  23:38:33
50454         Log: Integrate mainline
50455      Branch: perlio
50456           +> lib/File/Spec/Epoc.pm
50457           !> (integrate 34 files)
50458 ____________________________________________________________________________
50459 [  7788] By: nick                                  on 2000/11/20  23:20:18
50460         Log: Make extra buffer layer work (dummy crlf layer)
50461      Branch: perlio
50462            ! doio.c perlio.c perlio.h
50463 ____________________________________________________________________________
50464 [  7787] By: jhi                                   on 2000/11/20  22:44:04
50465         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
50466              From: Peter Prymmer <pvhp@forte.com>
50467              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
50468              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
50469      Branch: perl
50470            ! t/pragma/locale.t
50471 ____________________________________________________________________________
50472 [  7786] By: jhi                                   on 2000/11/20  22:29:10
50473         Log: Subject: DOC PATCH 5.6.0 perlreftut
50474              From: mjd@plover.com
50475              Date: 20 Nov 2000 19:45:06 -0000
50476              Message-ID: <20001120194506.9505.qmail@plover.com>
50477      Branch: perl
50478            ! pod/perlreftut.pod
50479 ____________________________________________________________________________
50480 [  7785] By: jhi                                   on 2000/11/20  22:27:44
50481         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
50482              From: David Dyck <dcd@tc.fluke.com>
50483              Date: Mon, 20 Nov 2000 11:43:40 -0800
50484              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
50485      Branch: perl
50486            ! lib/Cwd.pm
50487 ____________________________________________________________________________
50488 [  7784] By: jhi                                   on 2000/11/20  22:23:21
50489         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
50490              Date: Mon, 20 Nov 2000 17:06:10 -0500
50491              To: Mailing list Perl5 <perl5-porters@perl.org>
50492              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
50493      Branch: perl
50494            ! pp_ctl.c t/op/pat.t
50495 ____________________________________________________________________________
50496 [  7783] By: jhi                                   on 2000/11/20  22:11:18
50497         Log: Subject: [PATCH] doop.c - UTF8 tr///               
50498              From: Simon Cozens <simon@cozens.net>
50499              Date: Sat, 18 Nov 2000 18:49:30 +0000
50500              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
50501              
50502              Subject: Re: [PATCH] doop.c - UTF8 tr///           
50503              From: Simon Cozens <simon@cozens.net>
50504              Date: Mon, 20 Nov 2000 20:45:22 +0000
50505              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
50506              
50507              Make tr on UTF-8 better but still not correct.
50508      Branch: perl
50509            ! doop.c
50510 ____________________________________________________________________________
50511 [  7782] By: jhi                                   on 2000/11/20  22:02:16
50512         Log: Remove the shared object before attempting to create
50513              (by linking) a new one.  E.g. in AIX not removing
50514              becomes quite painful if one tries to do more than one
50515              build in the same tree (an interrupted build, for example),
50516              since the AIX' shared dynaloader seemingly keeps the shared
50517              objects open and therefore 'busy' for quite a while, even when
50518              nobody is using the objects, leading into link failures.
50519      Branch: perl
50520            ! lib/ExtUtils/MM_Unix.pm
50521 ____________________________________________________________________________
50522 [  7781] By: gsar                                  on 2000/11/20  19:02:55
50523         Log: type mismatch due to faulty integration
50524      Branch: maint-5.6/perl
50525            ! toke.c win32/Makefile
50526 ____________________________________________________________________________
50527 [  7780] By: gsar                                  on 2000/11/20  17:31:55
50528         Log: integrate changes#6392,6394..6399,6401..6404
50529              
50530              The {multiplier} of a fixed substring was overlooked which
50531              caused a wrong initial search offset for that substring.
50532              
50533              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
50534              From: Hugo <hv@crypt.compulink.co.uk>
50535              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
50536              Date: Thu, 13 Jul 2000 19:27:13 +0100
50537              
50538              Fix the BOM bug: not a byteorder bug, a signedness bug.
50539              
50540              Replace change #6337 with a better one.
50541              
50542              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
50543              From: Hugo <hv@crypt.compulink.co.uk>
50544              Date: Fri, 14 Jul 2000 04:16:20 +0100
50545              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
50546              
50547              MakeMaker should not remove editor backups (*~) on `make clean`
50548              by default (completes change#6383)
50549              
50550              move new variables to the end of the interpreter structure (for
50551              bincompat in code that doesn't #include XSUB.h)
50552              
50553              rename totally bletcherous SvLOCK() thingy (doesn't do what the
50554              name suggests anyway)
50555              
50556              various cleanups (typos, misformatted code, and small bugs)
50557              
50558              typecasts needed for change#6394
50559              
50560              typos in change#6399, regen headers
50561              
50562              inconsistent types needs casts
50563              
50564              PERL_OBJECT build tweaks
50565      Branch: maint-5.6/perl
50566           !> MANIFEST doop.c embed.h embed.pl embedvar.h
50567           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
50568           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
50569           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
50570           !> toke.c util.c
50571 ____________________________________________________________________________
50572 [  7779] By: gsar                                  on 2000/11/20  17:06:29
50573         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
50574              
50575              Cosmetics and perldelta.
50576              
50577              Fix nits noticed by Boston.pm.
50578              
50579              Do the cc sanity check both before the hints and
50580              after the cc selction.
50581              
50582              get sprintf.t to adjust properly for 3-digit exponents
50583              
50584              don't clobber *.orig files on *clean targets
50585              
50586              fix bugs in processing %v-*d and similar format specs (from
50587              Avi Finkel <avi@finkel.org>)
50588              
50589              sprintf test tweaks (from Dominic Dunlop)
50590              
50591              new selfloader.t in change#6183 doesn't close DATA handles,
50592              and thus fails to clean up tmp files on dosish platforms
50593              
50594              typos (spotted by Peter Prymmer)
50595              
50596              typo fix from Craig Berry
50597      Branch: maint-5.6/perl
50598           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
50599           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
50600           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
50601           !> x2p/Makefile.SH
50602 ____________________________________________________________________________
50603 [  7778] By: gsar                                  on 2000/11/20  16:46:51
50604         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
50605              
50606              Subject: Re: format bug report  [Patch]
50607              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50608              Date: Wed, 05 Jul 2000 13:12:52 +0200
50609              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
50610              
50611              Subject: Re: format bug report  [Patch]
50612              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50613              Date: Wed, 05 Jul 2000 14:10:01 +0200
50614              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
50615              
50616              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
50617              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50618              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
50619              Date: Fri, 07 Jul 2000 17:57:16 +0100
50620              
50621              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
50622              To: perl5-porters@perl.org
50623              From: Karsten Sperling <spiff@phreax.net>
50624              Date: Mon, 10 Jul 2000 15:12:52 +0200
50625              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
50626              
50627              README.posix-bc podified from Thomas Dorner.
50628              
50629              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
50630              From: Dominic Dunlop <domo@computer.org>
50631              Date: Tue, 11 Jul 2000 12:27:33 +0200
50632              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
50633              
50634              Typo in #6341.
50635              
50636              Fix for
50637              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
50638              From: Roderick Schertler <roderick@argon.org>
50639              Date: Tue, 11 Jul 2000 13:55:05 -0400
50640              Message-Id: <200007111755.NAA05077@jones.argon.org>
50641              
50642              Minor cleanups on the booklist.
50643              
50644              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
50645              regen perltoc.
50646              
50647              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
50648      Branch: maint-5.6/perl
50649           +> pod/perlbook.pod
50650           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
50651           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
50652           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
50653 ____________________________________________________________________________
50654 [  7777] By: jhi                                   on 2000/11/20  16:08:49
50655         Log: Update Changes.
50656      Branch: perl
50657            ! Changes patchlevel.h
50658 ____________________________________________________________________________
50659 [  7776] By: jhi                                   on 2000/11/20  15:27:56
50660         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
50661              This may be overly harsh but until proven otherwise, we think this
50662              way, or until we have a simple test for Configure (having to start
50663              up servers is does not count as simple) to check for the problems.
50664      Branch: perl
50665            ! perl.h
50666 ____________________________________________________________________________
50667 [  7775] By: jhi                                   on 2000/11/20  15:22:17
50668         Log: Solaris hints tweaks.
50669      Branch: perl
50670            ! hints/solaris_2.sh
50671 ____________________________________________________________________________
50672 [  7774] By: jhi                                   on 2000/11/20  15:01:20
50673         Log: Add a workaround to SOCKS 64-bit problems.
50674      Branch: perl
50675            ! doio.c embed.h embed.pl perlsdio.h proto.h
50676 ____________________________________________________________________________
50677 [  7773] By: jhi                                   on 2000/11/20  14:51:47
50678         Log: sysseek() instead of seek().
50679      Branch: perl
50680            ! t/lib/syslfs.t
50681 ____________________________________________________________________________
50682 [  7772] By: gsar                                  on 2000/11/20  13:06:23
50683         Log: integrate changes#6315..6319,6321..6331,6333..6338
50684              
50685              Integrate with Sarathy, preliminary fix for unicos
50686              alignment problems in [ID 20000612.002] Perl problem on Cray system.
50687              
50688              some debugger output does not go to the socket when RemotePort is set
50689              
50690              winsock cleanup never done on Windows (leads to handle leaks)
50691              
50692              fix UNC path handling on Windows under ithreads, and chdir()
50693              return value when given a non-existent directory
50694              
50695              Autogenerate pod/Makefile and pod/buildtoc.
50696              buildtoc also checks whether the existin pods are
50697              mentioned in MANIFEST and perl.pod, and vice versa.
50698              (None of the thusly found discrepancies fixed yet.)
50699              roffitall also needs to be autogenerated similarly but it
50700              seems so badly out of date that I didn't touch it yet.
50701              
50702              Config is being used.
50703              
50704              Add =head1 NAMEs so that buildtoc is happy.
50705              (The CGI::Util nit reported to Lincoln.)
50706              
50707              Fix complaints of buildtoc.
50708              
50709              Fix the alignment problem in Crays ([ID 20000612.002]).
50710              
50711              Remove perlbook, update perlfaq book listing,
50712              rearrange perl.pod, regenerate perltoc.
50713              
50714              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
50715              was cast to an unsigned (32-bit) integer with wild abandon.
50716              
50717              winsock options weren't being set in all threads under ithreads
50718              (caused send()s from second and subsequent threads to fail)
50719              
50720              accept() leaks memory on windows due to incorrect ordering of
50721              closesocket() and fclose() calls
50722              
50723              Reorder perl.pod once more.
50724              
50725              More POSIX.pod tweaks.
50726              
50727              Sprinkle ldlibpath.
50728              
50729              Precedence goof, fix based on
50730              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
50731              From: Hugo <hv@crypt.compulink.co.uk>
50732              Date: Tue, 11 Jul 2000 12:52:38 +0100
50733              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
50734              
50735              Subject: PATCH perlguts.pod: Document D and d magic types
50736              From: mjd@plover.com
50737              Date: 5 Jul 2000 18:01:51 -0000
50738              Message-ID: <20000705180151.29413.qmail@plover.com>
50739              
50740              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
50741              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
50742              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
50743              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
50744              
50745              Subject: [PATCH cfgperl] $& segfaults if you trick it
50746              From: simon@brecon.co.uk (Simon Cozens)
50747              Date: 7 Jul 2000 11:26:09 GMT
50748              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
50749              
50750              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
50751              From: Hugo <hv@crypt.compulink.co.uk>
50752              Date: Tue, 11 Jul 2000 12:44:50 +0100
50753              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
50754              
50755              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
50756              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50757              Date: Tue, 11 Jul 2000 13:50:51 +0100
50758              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
50759      Branch: maint-5.6/perl
50760           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
50761           +> pod/buildtoc.PL
50762            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
50763           !> (integrate 26 files)
50764 ____________________________________________________________________________
50765 [  7771] By: gsar                                  on 2000/11/20  12:31:42
50766         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
50767              6310,6311,6314
50768              
50769              Subject: [PATCH bleedperl] File::Spec 0.82 beta
50770              From: Barrie Slaymaker <barries@jester.slaysys.com>
50771              Date: Wed, 28 Jun 2000 11:35:29 -0400
50772              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
50773              
50774              tweak perlembed for multiplicity/usethreads sanity; correct notes
50775              about Windows
50776              
50777              localize %INC in a Safe compartment so that use/require work
50778              (many other magic globals probably need similar treatment)
50779              
50780              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
50781              when @_ is modified, causing coredumps
50782              
50783              slurp mode fix in change#4736 still not quite right
50784              
50785              Point to perlipc for more SysV IPC examples.
50786              
50787              Elaborate POSIX.pod.  Still needs work.
50788              
50789              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
50790              
50791              fix large memory leak that has been around for ever, masked by
50792              -DPURIFY (most of the arenas were never freed!)
50793              
50794              fix memory leak on Windows (PL_sys_intern contents were never
50795              freed)
50796              
50797              PERL_OBJECT build tweak
50798              
50799              adjust change#6299
50800              
50801              remove rel2abs prototypes (from Barrie Slaymaker)
50802              
50803              missing perldiag entry for unpack("w",...) diagnostic (from
50804              Andreas Koenig)
50805              
50806              better diagnostic on Frob->stuff() when Frob:: doesn't exist
50807              (from Richard Soderberg <rs@oregonnet.com>)
50808              
50809              Win32 patches for cfgperl from Sarathy.
50810              
50811              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
50812              
50813              More POSIX.pod embellishment.
50814              
50815              tyop in change#6306
50816      Branch: maint-5.6/perl
50817           !> (integrate 44 files)
50818 ____________________________________________________________________________
50819 [  7770] By: gsar                                  on 2000/11/20  11:51:00
50820         Log: integrate changes#6268..6282 from cfgperl branch
50821              
50822              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
50823              From: Dominic Dunlop <domo@computer.org>
50824              Date: Thu, 29 Jun 2000 12:32:39 +0200
50825              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
50826              
50827              Regen headers for #6261 (and update embed.pl for this) and #6267,
50828              silence few compiler warnings.
50829              
50830              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
50831              From: Nicholas Clark <nick@talking.bollo.cx>
50832              Date: Fri, 23 Jun 2000 16:21:15 +0100
50833              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
50834              
50835              Subject: PATCH pod/perltie.pod
50836              From: Ian Phillipps <Ian.Phillipps@iname.com>
50837              Date: Fri, 16 Jun 2000 00:17:19 +0100
50838              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
50839              (only the first hunk, the second hunk had already been done
50840              by some other patch)
50841              
50842              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
50843              From: Tom Phoenix <rootbeer@redcat.com>
50844              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
50845              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
50846              
50847              Subject: [PATCH] xsub attributes
50848              From: Doug MacEachern <dougm@covalent.net>
50849              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
50850              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
50851              
50852              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
50853              From: Andy Dougherty <doughera@lafayette.edu>
50854              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
50855              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
50856              
50857              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
50858              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
50859              Date: Tue, 13 Jun 2000 02:43:48 -0500
50860              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
50861              
50862              Subject: [PATCH] Re: eval documentation: context
50863              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50864              Date: Mon, 12 Jun 2000 15:07:29 +0100
50865              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
50866              
50867              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
50868              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50869              Date: Mon, 12 Jun 2000 14:55:59 +0100
50870              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
50871              
50872              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
50873              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
50874              Date: Fri, 09 Jun 2000 12:39:27 -0400
50875              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
50876              (plus update the version "number" of Text::Wrap)
50877              
50878              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
50879              From: Tim Ayers <tayers@bridge.com>
50880              Date: Thu, 08 Jun 2000 08:11:06 +0200
50881              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
50882              [resent by Richard Foley, Message-Id probably wrong]
50883              
50884              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
50885              From: rspier@pobox.com (Robert Spier)
50886              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
50887              Message-ID: <14654.31913.845602.610277@rls.cx>
50888              
50889              Subject: [PATCH 5.6.0] utils/h2xs.PL
50890              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
50891              Date: Wed, 7 Jun 2000 04:02:04 -0500
50892              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
50893              
50894              Subject: [PATCH 5.6.0]ITHREADs for VMS
50895              From: Dan Sugalski <dan@sidhe.org>
50896              Date: Tue, 06 Jun 2000 11:59:50 -0400
50897              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
50898      Branch: maint-5.6/perl
50899           !> (integrate 31 files)
50900 ____________________________________________________________________________
50901 [  7769] By: gsar                                  on 2000/11/20  11:29:06
50902         Log: integrate changes#6261..6266 from cfgperl
50903              
50904              Subject: Re: [PATCH cfgperl] BOMs away!
50905              From: simon@brecon.co.uk (Simon Cozens)
50906              Date: 17 Jun 2000 11:49:57 GMT
50907              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
50908              
50909              Subject: 5.6.0 Patch for EPOC
50910              From: Olaf Flebbe <o.flebbe@gmx.de>
50911              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
50912              Message-ID: <23449.960929969@www11.gmx.net>
50913              
50914              tr fixes from Simon Cozens
50915              
50916              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
50917              From: Marty Lucich <marty@netcom.com>
50918              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
50919              Message-Id: <200006282116.OAA11148@netcom.com>
50920              ccdlflags update (the BSD/OS 4.1 part had already been taken
50921              care of by #6141).
50922              
50923              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
50924              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50925              Date: Wed, 28 Jun 2000 17:50:12 -0700
50926              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
50927              
50928              Subject: [PATCH 5.6.0] cygwin port
50929              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
50930              From: "Fifer, Eric" <EFifer@sanwaint.com>
50931              Date: Thu, 29 Jun 2000 12:58:29 +0100
50932      Branch: maint-5.6/perl
50933           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
50934           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
50935           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
50936           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
50937 ____________________________________________________________________________
50938 [  7768] By: gsar                                  on 2000/11/20  11:13:44
50939         Log: integrate changes#6252..6256,6259..6260
50940              
50941              Paranoia tweak on #6249.
50942              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
50943              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
50944              Date: Sun, 25 Jun 2000 23:43:12 -0400
50945              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
50946              
50947              Subject: tr///, help wanted.
50948              From: simon@brecon.co.uk (Simon Cozens)
50949              Date: 28 Jun 2000 11:29:04 GMT
50950              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
50951              
50952              small thinko tweaks
50953              
50954              tweaks from Simon Conzes to further fix tr/// under utf8
50955              
50956              perlnewmod was missing from MANIFEST.
50957              
50958              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
50959              From: simon@brecon.co.uk (Simon Cozens)
50960              Date: 17 Jun 2000 11:56:44 GMT
50961              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
50962              pack U0, pack C0
50963      Branch: maint-5.6/perl
50964           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
50965           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
50966           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
50967           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
50968 ____________________________________________________________________________
50969 [  7767] By: gsar                                  on 2000/11/20  10:51:38
50970         Log: integrate change#6250 from cfgperl
50971              
50972              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
50973              From: Doug MacEachern <dougm@covalent.net>
50974              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
50975              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
50976      Branch: maint-5.6/perl
50977           +> t/op/my_stash.t
50978           !> MANIFEST embed.pl global.sym proto.h toke.c
50979 ____________________________________________________________________________
50980 [  7766] By: gsar                                  on 2000/11/20  10:48:34
50981         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
50982              
50983              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
50984              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
50985              Date: Mon, 26 Jun 2000 18:40:14 +0100
50986              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
50987              
50988              Subject: [PATCH] bytes<->utf8 fixes
50989              From: simon@brecon.co.uk (Simon Cozens)
50990              Date: 26 Jun 2000 04:55:45 GMT
50991              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
50992              
50993              Subject: [PATCH] is_utf8_string
50994              From: simon@brecon.co.uk (Simon Cozens)
50995              Date: 26 Jun 2000 02:25:59 GMT
50996              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
50997              
50998              Subject: [PATCH] avoid mg_ptr in '*' magic
50999              From: Doug MacEachern <dougm@covalent.net>
51000              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
51001              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
51002              
51003              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
51004              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
51005              Date: Sat, 24 Jun 2000 13:06:20 +0100
51006              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
51007              
51008              Allow for standalone testing.
51009              
51010              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
51011              From: Mark-Jason Dominus <mjd@plover.com>
51012              Date: Tue, 27 Jun 2000 22:36:42 -0400
51013              Message-ID: <20000628023642.12166.qmail@plover.com>
51014              
51015              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
51016              From: Frank Tobin <ftobin@uiuc.edu>
51017              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
51018              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
51019      Branch: maint-5.6/perl
51020           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
51021           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
51022           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
51023           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
51024           !> utf8.c utils/h2xs.PL
51025 ____________________________________________________________________________
51026 [  7765] By: gsar                                  on 2000/11/20  10:29:13
51027         Log: integrate change#6239 from cfgperl
51028              
51029              Configure maintenance.  Sever some dependency cycles,
51030              separate gccversion from the cc unit,
51031              address [ID 20000623.006] Configure script patch for using gcc on AIX
51032              (but solve it a little bit differently),
51033              unduplex some accidentally duplicated units,
51034              suggest using gcc if no cc available
51035              (p5p thread: "Solaris configure: counterproposal", 1999-09)
51036      Branch: maint-5.6/perl
51037           !> Configure Todo-5.6 config_h.SH
51038 ____________________________________________________________________________
51039 [  7764] By: gsar                                  on 2000/11/20  10:25:55
51040         Log: integrate changes#6233..6238 from cfgperl
51041              
51042              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
51043              From: Mark-Jason Dominus <mjd@plover.com>
51044              Date: Fri, 16 Jun 2000 20:53:04 -0400
51045              Message-ID: <20000617005304.8008.qmail@plover.com>
51046              
51047              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
51048              because when run as services (Win32ese for daemons)
51049              no environment variables are set and tmpdir ends up as /tmp,
51050              which is ambiguous.
51051              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
51052              From: matt@sergeant.org
51053              Date: 16 Jun 2000 16:30:43 -0000
51054              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
51055              
51056              The thread begun by
51057              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
51058              From: Kevin.Ruscoe@ubsw.com
51059              Date: Fri, 16 Jun 2000 16:38:51 +0100
51060              Message-Id: <H000019b03c300d6@MHS>
51061              
51062              Tweak embed.pl, regen headers.
51063              
51064              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
51065              From: Dan Sugalski <dan@sidhe.org>
51066              Date: Fri, 23 Jun 2000 17:00:00 -0400
51067              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
51068      Branch: maint-5.6/perl
51069           !> (integrate 27 files)
51070 ____________________________________________________________________________
51071 [  7763] By: gsar                                  on 2000/11/20  10:08:08
51072         Log: s/perl56delta/perldelta/g
51073      Branch: maint-5.6/perl
51074            ! pod/Makefile
51075 ____________________________________________________________________________
51076 [  7762] By: gsar                                  on 2000/11/20  10:04:00
51077         Log: integrate changes#6225,6229,6231,6232 from cfgperl
51078              
51079              Add source code filenames to apidoc.
51080              From: simon@brecon.co.uk (Simon Cozens)
51081              Subject: [PATCH embed.pl] Source X-ref
51082              Date: 22 Jun 2000 02:18:49 GMT
51083              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
51084              
51085              Subject: README.hpux version 0.6.1
51086              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
51087              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
51088              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
51089              
51090              Subject: [PATCH 5.6.0] cygwin port
51091              From: "Fifer, Eric" <EFifer@sanwaint.com>
51092              Date: Tue, 20 Jun 2000 14:30:58 +0100
51093              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
51094              
51095              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
51096              From: simon@brecon.co.uk (Simon Cozens)
51097              Date: 19 Jun 2000 15:18:27 GMT
51098              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
51099              
51100              plus update pod/Makefile and regenerate perltoc
51101      Branch: maint-5.6/perl
51102           +> pod/perlutil.pod
51103           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
51104           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
51105 ____________________________________________________________________________
51106 [  7761] By: jhi                                   on 2000/11/20  04:09:55
51107         Log: Miraculous typo.
51108      Branch: perl
51109            ! t/op/pat.t
51110 ____________________________________________________________________________
51111 [  7760] By: jhi                                   on 2000/11/20  04:06:08
51112         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
51113              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51114              Date: Sun, 19 Nov 2000 22:30:26 -0500
51115              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
51116      Branch: perl
51117            ! regexec.c scope.h t/op/pat.t
51118 ____________________________________________________________________________
51119 [  7759] By: jhi                                   on 2000/11/20  02:05:22
51120         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
51121      Branch: perl
51122            ! perl.h
51123 ____________________________________________________________________________
51124 [  7758] By: jhi                                   on 2000/11/20  01:58:11
51125         Log: Subject: [perl 7711: EPOC] updates
51126              From: Olaf Flebbe <o.flebbe@gmx.de>
51127              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
51128              Message-ID: <25575.974658810@www23.gmx.net>               
51129      Branch: perl
51130            + lib/File/Spec/Epoc.pm
51131            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
51132            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
51133            ! lib/File/Spec.pm perl.c sv.c
51134 ____________________________________________________________________________
51135 [  7757] By: jhi                                   on 2000/11/20  01:53:11
51136         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
51137      Branch: perl
51138            ! MANIFEST
51139 ____________________________________________________________________________
51140 [  7756] By: jhi                                   on 2000/11/20  01:47:22
51141         Log: Integrate perlio.
51142      Branch: perl
51143            - ext/re/hints/MSWin32.pl
51144           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
51145           !> win32/config.gc win32/config_H.gc win32/win32sck.c
51146 ____________________________________________________________________________
51147 [  7755] By: nick                                  on 2000/11/19  20:57:17
51148         Log: Add dummy crlf layer (just as buffer)
51149              Correct 1st bug - one layer of indirection.
51150      Branch: perlio
51151            ! perlio.c perlio.h perliol.h
51152 ____________________________________________________________________________
51153 [  7754] By: nick                                  on 2000/11/19  20:56:12
51154         Log: Work-round to Perl_deb_nocontext is no longer required
51155      Branch: perlio
51156            - ext/re/hints/MSWin32.pl
51157 ____________________________________________________________________________
51158 [  7753] By: nick                                  on 2000/11/19  20:01:16
51159         Log: diff -se shows these as different
51160      Branch: perlio
51161            ! global.sym pod/perlapi.pod
51162 ____________________________________________________________________________
51163 [  7752] By: nick                                  on 2000/11/19  18:57:30
51164         Log: Configure GCC/Win32 build -Duseperlio
51165              Fix a couple of gross issues
51166              - double-include of ../deb.o in re.dll
51167              - win32sck.c needs PerlIO and FILE 
51168      Branch: perlio
51169            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
51170            ! win32/win32sck.c
51171 ____________________________________________________________________________
51172 [  7751] By: nick                                  on 2000/11/19  17:05:36
51173         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
51174      Branch: perlio
51175            ! perlio.c
51176 ____________________________________________________________________________
51177 [  7750] By: nick                                  on 2000/11/19  16:57:14
51178         Log: Missing aTHX_
51179      Branch: perlio
51180            ! sv.c
51181 ____________________________________________________________________________
51182 [  7749] By: jhi                                   on 2000/11/19  16:28:40
51183         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
51184              From: "Peter J. Farley III" <pjfarley@banet.net>
51185              Date: Sun, 19 Nov 2000 01:42:58 -0500
51186              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
51187      Branch: perl
51188            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
51189 ____________________________________________________________________________
51190 [  7748] By: jhi                                   on 2000/11/19  16:08:10
51191         Log: Subject: podlators 1.05 available        
51192              From: Russ Allbery <rra@stanford.edu>   
51193              Date: 18 Nov 2000 22:04:28 -0800
51194              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
51195      Branch: perl
51196            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
51197 ____________________________________________________________________________
51198 [  7747] By: nick                                  on 2000/11/19  11:19:39
51199         Log: Integrate mainline
51200      Branch: perlio
51201           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
51202           !> util.c
51203 ____________________________________________________________________________
51204 [  7746] By: jhi                                   on 2000/11/19  06:42:22
51205         Log: Make hex scanning warn on "\x{x}" and "\xx".
51206              "\x" and and hex("x") are still valid.
51207      Branch: perl
51208            ! util.c
51209 ____________________________________________________________________________
51210 [  7745] By: nick                                  on 2000/11/18  22:52:28
51211         Log: Integrate mainline
51212      Branch: perlio
51213           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
51214           !> perl.h perlio.c proto.h regcomp.c regcomp.h
51215 ____________________________________________________________________________
51216 [  7744] By: jhi                                   on 2000/11/18  22:50:28
51217         Log: Introduce Perl_utf8_length().  Use it.
51218      Branch: perl
51219            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
51220 ____________________________________________________________________________
51221 [  7743] By: jhi                                   on 2000/11/18  22:38:51
51222         Log: Compiler denit.
51223      Branch: perl
51224            ! perlio.c
51225 ____________________________________________________________________________
51226 [  7742] By: jhi                                   on 2000/11/18  20:33:05
51227         Log: Integrate perlio.
51228      Branch: perl
51229           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
51230           !> perlio.h pp_ctl.c pp_sys.c sv.c
51231 ____________________________________________________________________________
51232 [  7741] By: jhi                                   on 2000/11/18  20:31:27
51233         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
51234              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51235              Date: Fri, 17 Nov 2000 20:35:11 -0500
51236              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
51237              
51238              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
51239              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51240              Date: Fri, 17 Nov 2000 21:03:47 -0500
51241              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
51242              
51243              Plus a little bit of tweaking in pregcomp().
51244      Branch: perl
51245            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
51246 ____________________________________________________________________________
51247 [  7740] By: nick                                  on 2000/11/18  20:17:22
51248         Log: Lexical use open ... support:
51249              add ->cop_io to COP structure in cop.h.
51250              Make mg.c and gv.c associate it with ${^OPEN}.
51251              Make lib/open.pm set it.
51252              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
51253              manner similar to ->cop_warnings.
51254              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
51255              call new PerlIO_apply_layers().
51256              Declare latter in perlio.h and define in perlio.c
51257      Branch: perlio
51258            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
51259            ! perlio.h pp_ctl.c pp_sys.c sv.c
51260 ____________________________________________________________________________
51261 [  7739] By: jhi                                   on 2000/11/18  19:54:00
51262         Log: Integrate perlio.
51263      Branch: perl
51264           !> doio.c perlio.c pp.c
51265 ____________________________________________________________________________
51266 [  7738] By: jhi                                   on 2000/11/18  17:16:13
51267         Log: Subject: [PATCH 5.7.0] etags broken again
51268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51269              Date: Sat, 18 Nov 2000 02:41:36 -0500
51270              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
51271      Branch: perl
51272            ! emacs/ptags
51273 ____________________________________________________________________________
51274 [  7737] By: jhi                                   on 2000/11/18  17:12:18
51275         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
51276      Branch: perl
51277            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
51278 ____________________________________________________________________________
51279 [  7736] By: nick                                  on 2000/11/18  14:06:20
51280         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
51281              part to be isolated.
51282      Branch: perlio
51283            ! doio.c perlio.c
51284 ____________________________________________________________________________
51285 [  7735] By: nick                                  on 2000/11/18  11:03:32
51286         Log: Integrate mainline
51287      Branch: perlio
51288           !> Changes README.amiga README.win32 patchlevel.h
51289           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
51290 ____________________________________________________________________________
51291 [  7734] By: jhi                                   on 2000/11/18  01:18:56
51292         Log: Update Changes.
51293      Branch: perl
51294            ! Changes patchlevel.h
51295 ____________________________________________________________________________
51296 [  7733] By: jhi                                   on 2000/11/18  00:32:54
51297         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
51298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51299              Date: Fri, 17 Nov 2000 17:28:02 -0500
51300              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
51301      Branch: perl
51302            ! regcomp.c regexec.c t/op/re_tests
51303 ____________________________________________________________________________
51304 [  7732] By: jhi                                   on 2000/11/18  00:28:56
51305         Log: Sparc 64-bit pack() fix from Jens Hamisch.
51306      Branch: perl
51307            ! pp.c
51308 ____________________________________________________________________________
51309 [  7731] By: jhi                                   on 2000/11/18  00:18:39
51310         Log: Explain in more detail the {} syntax ambiguousity.
51311              
51312              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
51313              From: Nicholas Clark <nick@ccl4.org>
51314              Date: Fri, 17 Nov 2000 22:10:28 +0000
51315              Message-ID: <20001117221028.A88930@plum.flirble.org>
51316      Branch: perl
51317            ! pod/perlfunc.pod
51318 ____________________________________________________________________________
51319 [  7730] By: jhi                                   on 2000/11/18  00:12:18
51320         Log: Subject: Fix for README.amiga (20000323.033)
51321              From: "Stephen P. Potter" <spp@spotter.yi.org>
51322              Date: Fri, 17 Nov 2000 12:25:51 -0500
51323              Message-Id: <200011171725.MAA05768@spotter.yi.org>
51324      Branch: perl
51325            ! README.amiga
51326 ____________________________________________________________________________
51327 [  7729] By: jhi                                   on 2000/11/18  00:08:34
51328         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
51329              From: "A. C. Yardley" <yardley@tanet.net>
51330              Date: Mon, 3 Apr 2000 11:35:33 -0700
51331              Message-ID: <3483.000403@tanet.net>
51332      Branch: perl
51333            ! README.win32
51334 ____________________________________________________________________________
51335 [  7728] By: nick                                  on 2000/11/17  21:59:47
51336         Log: Integrate mainline
51337      Branch: perlio
51338           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
51339           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
51340           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
51341           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
51342 ____________________________________________________________________________
51343 [  7727] By: nick                                  on 2000/11/17  21:56:31
51344         Log: Experiment on use of attributes.pm interface.
51345              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
51346              SVt_PVRV if not already something better (else vivify of say magic gets
51347              core dump).
51348      Branch: perlio
51349            ! perlio.c pp.c
51350 ____________________________________________________________________________
51351 [  7726] By: jhi                                   on 2000/11/17  14:15:49
51352         Log: Subject: Fix for 20000815.006
51353              From: "Stephen P. Potter" <spp@spotter.yi.org>
51354              Date: Fri, 17 Nov 2000 08:57:45 -0500
51355              Message-Id: <200011171357.IAA05122@spotter.yi.org>
51356              
51357              It's really 20000518.006.
51358      Branch: perl
51359            ! pod/perlmodlib.PL
51360 ____________________________________________________________________________
51361 [  7725] By: jhi                                   on 2000/11/17  14:12:31
51362         Log: Subject: Fix for 20000409.001
51363              From: "Stephen P. Potter" <spp@spotter.yi.org>
51364              Date: Fri, 17 Nov 2000 08:55:45 -0500
51365              Message-Id: <200011171355.IAA05104@spotter.yi.org>
51366      Branch: perl
51367            ! pod/perlfaq9.pod
51368 ____________________________________________________________________________
51369 [  7724] By: jhi                                   on 2000/11/17  14:08:58
51370         Log: Undo #7627 now that we have =head3.
51371      Branch: perl
51372            ! pod/perlhack.pod
51373 ____________________________________________________________________________
51374 [  7723] By: jhi                                   on 2000/11/17  14:04:09
51375         Log: As surmised the #7719 wasn't a good move.
51376      Branch: perl
51377            ! hints/solaris_2.sh
51378 ____________________________________________________________________________
51379 [  7722] By: jhi                                   on 2000/11/17  13:59:04
51380         Log: Also the 64bitall hints can be either here or there.
51381      Branch: perl
51382            ! hints/solaris_2.sh
51383 ____________________________________________________________________________
51384 [  7721] By: jhi                                   on 2000/11/17  02:26:23
51385         Log: Test tweak for the open pragma.
51386      Branch: perl
51387            ! t/lib/b.t
51388 ____________________________________________________________________________
51389 [  7720] By: jhi                                   on 2000/11/17  00:23:22
51390         Log: The long double hints can be here or there.
51391      Branch: perl
51392            ! hints/solaris_2.sh
51393 ____________________________________________________________________________
51394 [  7719] By: jhi                                   on 2000/11/17  00:14:06
51395         Log: For Solaris use64bitall the stdchar needs a little bit of help.
51396      Branch: perl
51397            ! hints/solaris_2.sh
51398 ____________________________________________________________________________
51399 [  7718] By: jhi                                   on 2000/11/16  23:27:34
51400         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
51401              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
51402              Date: Wed, 15 Nov 2000 08:56:32 +0100
51403              Message-ID: <3A1241B0.64477E00@alcatel.at>
51404      Branch: perl
51405            ! lib/Carp/Heavy.pm
51406 ____________________________________________________________________________
51407 [  7717] By: jhi                                   on 2000/11/16  23:23:29
51408         Log: Subject: [PATCH] Re: 20001101.003 PDL
51409              From: Nicholas Clark <nick@ccl4.org>
51410              Date: Thu, 16 Nov 2000 16:48:25 +0000
51411              Message-ID: <20001116164825.B93487@plum.flirble.org>
51412      Branch: perl
51413            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
51414 ____________________________________________________________________________
51415 [  7716] By: jhi                                   on 2000/11/16  23:21:31
51416         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
51417              From: "Casey R. Tweten" <crt@kiski.net>
51418              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
51419              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
51420      Branch: perl
51421            ! lib/Pod/Checker.pm pod/perlpod.pod
51422 ____________________________________________________________________________
51423 [  7715] By: jhi                                   on 2000/11/16  23:19:40
51424         Log: Avoid an infinite loop in VMS when utils scripts are run
51425              with no arguments, from Charles Lane.
51426      Branch: perl
51427            ! configure.com
51428 ____________________________________________________________________________
51429 [  7714] By: jhi                                   on 2000/11/16  23:17:08
51430         Log: Subject: perllocale.pod changes
51431              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51432              Date: Mon, 13 Nov 2000 10:09:22 +0300
51433              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
51434      Branch: perl
51435            ! pod/perllocale.pod
51436 ____________________________________________________________________________
51437 [  7713] By: jhi                                   on 2000/11/16  23:14:06
51438         Log: Integrate perlio.
51439      Branch: perl
51440           !> doio.c perlio.c perlio.h util.c
51441 ____________________________________________________________________________
51442 [  7712] By: nick                                  on 2000/11/16  21:10:58
51443         Log: Integrate mainline
51444      Branch: perlio
51445           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51446           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
51447           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
51448           !> vos/config.ga.def vos/config.ga.h win32/config.bc
51449           !> win32/config.gc win32/config.vc
51450 ____________________________________________________________________________
51451 [  7711] By: nick                                  on 2000/11/16  19:56:41
51452         Log: Minor tweaks:
51453              consistent way of getting 'rb', 'wb' etc. for binary opens
51454              move *perlio::layers to *open::layers
51455              a #define to show layers available
51456              DOSISH popen/PerlIO had export/import sense inverted.
51457      Branch: perlio
51458            ! doio.c perlio.c perlio.h util.c
51459 ____________________________________________________________________________
51460 [  7710] By: jhi                                   on 2000/11/16  15:46:05
51461         Log: Add HAS_SBRK_PROTO.
51462      Branch: metaconfig/U/perl
51463            + d_sbrkproto.U
51464      Branch: perl
51465            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51466            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
51467            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
51468            ! vos/config.ga.def vos/config.ga.h win32/config.bc
51469            ! win32/config.gc win32/config.vc
51470 ____________________________________________________________________________
51471 [  7709] By: nick                                  on 2000/11/16  07:31:49
51472         Log: Integrate mainline
51473      Branch: perlio
51474           !> (integrate 35 files)
51475 ____________________________________________________________________________
51476 [  7708] By: jhi                                   on 2000/11/16  05:33:03
51477         Log: These files are text, not binary.
51478      Branch: perl
51479            ! ext/Encode/Encode/iso8859-10.enc
51480            ! ext/Encode/Encode/iso8859-13.enc
51481            ! ext/Encode/Encode/iso8859-14.enc
51482            ! ext/Encode/Encode/iso8859-15.enc
51483 ____________________________________________________________________________
51484 [  7707] By: jhi                                   on 2000/11/16  01:53:37
51485         Log: Update Changes.
51486      Branch: perl
51487            ! Changes patchlevel.h
51488 ____________________________________________________________________________
51489 [  7706] By: jhi                                   on 2000/11/16  01:35:59
51490         Log: More #undefing of stdio.
51491      Branch: perl
51492            ! fakesdio.h nostdio.h
51493 ____________________________________________________________________________
51494 [  7705] By: jhi                                   on 2000/11/16  01:34:18
51495         Log: Add fwalk() probe to the configuration files and regen perltoc.
51496      Branch: perl
51497            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51498            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
51499            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
51500            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51501            ! win32/config.bc win32/config.gc win32/config.vc
51502 ____________________________________________________________________________
51503 [  7704] By: jhi                                   on 2000/11/16  01:33:07
51504         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
51505              an optional third argument to Inlibc?)
51506      Branch: metaconfig/U/perl
51507            + d__fwalk.U
51508 ____________________________________________________________________________
51509 [  7703] By: jhi                                   on 2000/11/16  01:09:22
51510         Log: The type of the hash_cb() size argument is tricky.
51511      Branch: perl
51512            ! ext/DB_File/DB_File.xs
51513 ____________________________________________________________________________
51514 [  7702] By: jhi                                   on 2000/11/15  23:01:16
51515         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
51516      Branch: perl
51517            ! nostdio.h
51518 ____________________________________________________________________________
51519 [  7701] By: jhi                                   on 2000/11/15  22:52:32
51520         Log: Detypo.
51521      Branch: perl
51522            ! t/lib/bigfltpm.t
51523 ____________________________________________________________________________
51524 [  7700] By: jhi                                   on 2000/11/15  22:51:56
51525         Log: UINT64_C() work continues.
51526      Branch: perl
51527            ! handy.h perl.h utf8.h
51528 ____________________________________________________________________________
51529 [  7699] By: jhi                                   on 2000/11/15  14:13:04
51530         Log: SOCKS has its own USE_THREADS, based on
51531              
51532              Subject: [ID 20001114.002] et. al. bugfix followup
51533              From: Jens Hamisch <jens@Strawberry.COM> 
51534              Date: Wed, 15 Nov 2000 14:23:11 +0100
51535              Message-ID: <20001115142311.A21164@Strawberry.COM>
51536      Branch: perl
51537            ! perl.h
51538 ____________________________________________________________________________
51539 [  7698] By: jhi                                   on 2000/11/15  03:50:56
51540         Log: Add few missing #undefs and sort them.
51541      Branch: perl
51542            ! fakesdio.h
51543 ____________________________________________________________________________
51544 [  7697] By: jhi                                   on 2000/11/15  03:39:14
51545         Log: Linenumber fix.
51546      Branch: perl
51547            ! t/pragma/warn/utf8
51548 ____________________________________________________________________________
51549 [  7696] By: jhi                                   on 2000/11/15  02:55:26
51550         Log: EBCDIC tweaks.
51551              
51552              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
51553              From: Peter Prymmer <pvhp@forte.com>
51554              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
51555              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
51556      Branch: perl
51557            ! t/op/regmesg.t t/pragma/warn/utf8
51558 ____________________________________________________________________________
51559 [  7695] By: jhi                                   on 2000/11/15  02:53:58
51560         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
51561              From: Peter Prymmer <pvhp@forte.com>
51562              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
51563              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
51564      Branch: perl
51565            ! utf8.c
51566 ____________________________________________________________________________
51567 [  7694] By: jhi                                   on 2000/11/15  02:50:55
51568         Log: Subject: [PATCH: perl@7674] updates to README.os390
51569              From: Prymmer/Kahn <pvhp@best.com>
51570              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
51571              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
51572      Branch: perl
51573            ! README.os390
51574 ____________________________________________________________________________
51575 [  7693] By: jhi                                   on 2000/11/15  02:48:37
51576         Log: Quit utf8_to_uv() instantly if curlen == 0.
51577      Branch: perl
51578            ! utf8.c
51579 ____________________________________________________________________________
51580 [  7692] By: jhi                                   on 2000/11/15  02:24:29
51581         Log: Use u_int32_t for the size of hash_cb(), not size_t.
51582              
51583              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
51584              From: Jens Hamisch <jens@Strawberry.COM>     
51585              Date: Tue, 14 Nov 2000 19:03:55 +0100
51586              Message-Id: <20001114190355.A20559@Strawberry.COM>
51587      Branch: perl
51588            ! ext/DB_File/DB_File.xs
51589 ____________________________________________________________________________
51590 [  7691] By: jhi                                   on 2000/11/15  02:20:12
51591         Log: Use UINT64_C().
51592              
51593              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
51594              From: Jens Hamisch <jens@Strawberry.COM>
51595              Date: Tue, 14 Nov 2000 19:16:23 +0100
51596              Message-Id: <20001114191623.G20559@Strawberry.COM>
51597      Branch: perl
51598            ! utf8.c utf8.h
51599 ____________________________________________________________________________
51600 [  7690] By: jhi                                   on 2000/11/15  02:17:06
51601         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
51602              (a macro to define signed and unsigned integer constants).
51603      Branch: perl
51604            ! handy.h
51605 ____________________________________________________________________________
51606 [  7689] By: jhi                                   on 2000/11/15  01:56:51
51607         Log: Regen Configure.
51608      Branch: perl
51609            ! Configure
51610 ____________________________________________________________________________
51611 [  7688] By: jhi                                   on 2000/11/15  01:56:32
51612         Log: Make the unit know about SOCKS.
51613      Branch: metaconfig
51614            ! U/protos/socksizetype.U
51615 ____________________________________________________________________________
51616 [  7687] By: jhi                                   on 2000/11/15  01:54:47
51617         Log: Remove unused dependencies.
51618      Branch: metaconfig
51619            ! U/compline/d_getpagsz.U
51620 ____________________________________________________________________________
51621 [  7686] By: nick                                  on 2000/11/14  21:25:13
51622         Log: Integrate mainline.
51623      Branch: perlio
51624           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
51625           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
51626           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
51627           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
51628           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
51629           !> win32/config.bc win32/config.gc win32/config.vc
51630           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
51631 ____________________________________________________________________________
51632 [  7685] By: jhi                                   on 2000/11/14  17:54:56
51633         Log: Integrate perlio.
51634      Branch: perl
51635           +> fakesdio.h perliol.h
51636           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
51637           !> perlsdio.h perlsfio.h pod/perlfunc.pod
51638 ____________________________________________________________________________
51639 [  7684] By: nick                                  on 2000/11/14  17:43:04
51640         Log: PerlIO #include and #ifdef re-work.
51641      Branch: perlio
51642            + fakesdio.h perliol.h
51643            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
51644            ! perlsdio.h perlsfio.h
51645 ____________________________________________________________________________
51646 [  7683] By: jhi                                   on 2000/11/14  15:42:40
51647         Log: Hoist the duplicated socket/netdb include logic to perl.h;
51648              undef SETERRNO in case SOCKS has defined it.  Based on:
51649              
51650              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
51651              From: Jens Hamisch <jens@Strawberry.COM> 
51652              Date: Tue, 14 Nov 2000 11:34:40 +0100
51653              Message-Id: <20001114113440.A20005@Strawberry.COM>
51654      Branch: perl
51655            ! doio.c perl.h pp_sys.c
51656 ____________________________________________________________________________
51657 [  7682] By: jhi                                   on 2000/11/14  14:07:28
51658         Log: Subject: some additions for makefiles for win32 (for perl@7674)
51659              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51660              Date: Tue, 14 Nov 2000 09:31:13 +0300
51661              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
51662      Branch: perl
51663            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
51664            ! win32/makefile.mk
51665 ____________________________________________________________________________
51666 [  7681] By: jhi                                   on 2000/11/14  14:01:41
51667         Log: Subject: tiny typo in perl5db.pl
51668              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51669              Date: Tue, 14 Nov 2000 09:29:28 +0300
51670              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
51671      Branch: perl
51672            ! lib/perl5db.pl
51673 ____________________________________________________________________________
51674 [  7680] By: jhi                                   on 2000/11/14  04:13:50
51675         Log: Redo #7679 with LFs instead of CRLFs.
51676      Branch: perl
51677            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
51678            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
51679            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
51680 ____________________________________________________________________________
51681 [  7679] By: jhi                                   on 2000/11/14  01:21:09
51682         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
51683              From: Benjamin Stuhl <tiriath@yahoo.com> 
51684              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
51685              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
51686      Branch: perl
51687            + win32/bin/mdelete.bat
51688            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
51689            ! makedef.pl perlio.c win32/Makefile win32/config.gc
51690            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
51691 ____________________________________________________________________________
51692 [  7678] By: jhi                                   on 2000/11/14  01:19:20
51693         Log: Fix the re extension building for Win32.
51694              
51695              Subject: [PATCH perl@7638] Get PerlIO building on Win32
51696              From: Benjamin Stuhl <tiriath@yahoo.com> 
51697              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
51698              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
51699      Branch: perl
51700            + ext/re/hints/MSWin32.pl
51701            ! MANIFEST
51702 ____________________________________________________________________________
51703 [  7677] By: jhi                                   on 2000/11/14  01:13:54
51704         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
51705              From: sthoenna@efn.org
51706              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
51707              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
51708      Branch: perl
51709            ! doop.c pp.c toke.c utf8.c utf8.h
51710 ____________________________________________________________________________
51711 [  7676] By: jhi                                   on 2000/11/13  20:23:15
51712         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
51713              From: Nicholas Clark <nick@ccl4.org>
51714              Date: Mon, 13 Nov 2000 18:55:04 +0000
51715              Message-ID: <20001113185504.J29183@plum.flirble.org>
51716      Branch: perl
51717            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
51718 ____________________________________________________________________________
51719 [  7675] By: nick                                  on 2000/11/13  20:21:57
51720         Log: Integrate mainline ...
51721      Branch: perlio
51722           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
51723           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
51724           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
51725           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
51726 ____________________________________________________________________________
51727 [  7674] By: jhi                                   on 2000/11/13  15:07:56
51728         Log: Update Changes.
51729      Branch: perl
51730            ! Changes patchlevel.h
51731 ____________________________________________________________________________
51732 [  7673] By: jhi                                   on 2000/11/13  14:42:42
51733         Log: Remove the new two tests of lib/io_xs for now, they seem to
51734              fail under perlio on some platforms.
51735      Branch: perl
51736            ! t/lib/io_xs.t
51737 ____________________________________________________________________________
51738 [  7672] By: jhi                                   on 2000/11/13  13:57:53
51739         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
51740      Branch: perl
51741            ! perlio.c
51742 ____________________________________________________________________________
51743 [  7671] By: jhi                                   on 2000/11/13  05:30:48
51744         Log: Placate nervous compilers that see longer than ints switch()ing.
51745      Branch: perl
51746            ! utf8.c
51747 ____________________________________________________________________________
51748 [  7670] By: jhi                                   on 2000/11/13  05:14:21
51749         Log: fputs() does return EOF on error but here we don't care.
51750      Branch: perl
51751            ! perlio.c
51752 ____________________________________________________________________________
51753 [  7669] By: jhi                                   on 2000/11/13  05:02:45
51754         Log: Declare reg_data like reg_substr_data.
51755      Branch: perl
51756            ! regexp.h
51757 ____________________________________________________________________________
51758 [  7668] By: jhi                                   on 2000/11/13  04:54:34
51759         Log: Typos in #7667.
51760      Branch: perl
51761            ! perl.h
51762 ____________________________________________________________________________
51763 [  7667] By: jhi                                   on 2000/11/13  04:49:49
51764         Log: Cleanup messy #ifdef.
51765      Branch: perl
51766            ! perl.h
51767 ____________________________________________________________________________
51768 [  7666] By: jhi                                   on 2000/11/13  04:17:34
51769         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
51770              From: Nicholas Clark <nick@talking.bollo.cx>
51771              Date: Sun, 12 Nov 2000 21:14:11 +0000
51772              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
51773              
51774              Note: only one breakage of the two reported is fixed by this patch.
51775      Branch: perl
51776            ! perlio.c
51777 ____________________________________________________________________________
51778 [  7665] By: jhi                                   on 2000/11/13  04:05:07
51779         Log: Tweak the definition of the bit complement on UTF-8 data:
51780              if none of the characters in the string are > 0xff,
51781              the result is a complemented byte string, not a (UTF-8)
51782              char string.  Based on the summary in
51783              
51784              Subject: Re: [ID 20000918.005] ~ on wide chars
51785              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
51786              Date: Fri, 10 Nov 2000 09:47:15 -0800
51787              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
51788              
51789              This should give us the maximum backward (pre-char string)
51790              compatibility and utf8 compatibility.  The other alternative
51791              would be to limit the bit complement to be always byte only,
51792              taking the least significant byte of the chars.
51793      Branch: perl
51794            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
51795 ____________________________________________________________________________
51796 [  7664] By: jhi                                   on 2000/11/13  00:23:44
51797         Log: Couple of tests from #7660 salvaged.
51798      Branch: perl
51799            - t/op/tell.t
51800            ! MANIFEST t/io/tell.t
51801 ____________________________________________________________________________
51802 [  7663] By: jhi                                   on 2000/11/13  00:02:48
51803         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
51804              From: Nicholas Clark <nick@talking.bollo.cx>
51805              Date: Sun, 12 Nov 2000 21:23:43 +0000
51806              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
51807      Branch: perl
51808            ! perlsfio.h
51809 ____________________________________________________________________________
51810 [  7662] By: jhi                                   on 2000/11/13  00:01:39
51811         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
51812              From: Nicholas Clark <nick@talking.bollo.cx>
51813              Date: Sun, 12 Nov 2000 21:30:04 +0000
51814              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
51815      Branch: perl
51816            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
51817 ____________________________________________________________________________
51818 [  7661] By: jhi                                   on 2000/11/12  23:57:29
51819         Log: Document tell() on special streams.
51820      Branch: perl
51821            ! pod/perlfunc.pod
51822 ____________________________________________________________________________
51823 [  7660] By: jhi                                   on 2000/11/12  23:54:22
51824         Log: (Subsumed by #7664)
51825      Branch: perl
51826            + t/op/tell.t
51827            ! MANIFEST
51828 ____________________________________________________________________________
51829 [  7659] By: jhi                                   on 2000/11/12  22:55:25
51830         Log: Many subdocumented return values of the IO extension now documented.
51831              ungetc and write still left subdocumented.
51832              
51833              Subject: [PATCH] (was Re: IO::Handle::ungetc)
51834              From: Nicholas Clark <nick@talking.bollo.cx>
51835              Date: Sun, 12 Nov 2000 21:35:53 +0000
51836              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
51837      Branch: perl
51838            ! ext/IO/lib/IO/Handle.pm
51839 ____________________________________________________________________________
51840 [  7658] By: jhi                                   on 2000/11/12  21:37:06
51841         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
51842              From: Nicholas Clark <nick@talking.bollo.cx>
51843              Date: Sun, 12 Nov 2000 20:03:22 +0000
51844              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
51845      Branch: perl
51846            ! pod/perlfunc.pod
51847 ____________________________________________________________________________
51848 [  7657] By: jhi                                   on 2000/11/12  20:34:55
51849         Log: Integrate perlio.
51850      Branch: perl
51851           !> perlio.c
51852 ____________________________________________________________________________
51853 [  7656] By: nick                                  on 2000/11/12  19:25:06
51854         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
51855      Branch: perlio
51856            ! perlio.c
51857 ____________________________________________________________________________
51858 [  7655] By: nick                                  on 2000/11/12  19:09:41
51859         Log: Integrate mainline
51860      Branch: perlio
51861           +> README.solaris ext/Encode/Encode/cp1006.enc
51862           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
51863           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
51864           +> ext/Encode/Encode/iso8859-13.enc
51865           +> ext/Encode/Encode/iso8859-14.enc
51866           +> ext/Encode/Encode/iso8859-15.enc
51867           !> (integrate 34 files)
51868 ____________________________________________________________________________
51869 [  7654] By: jhi                                   on 2000/11/12  19:00:22
51870         Log: Add a metaconfig unit for fsync.
51871      Branch: metaconfig/U/perl
51872            + d_fsync.U
51873 ____________________________________________________________________________
51874 [  7653] By: jhi                                   on 2000/11/12  19:00:01
51875         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
51876      Branch: perl
51877            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51878            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
51879            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51880            ! vos/config.ga.h win32/config.bc win32/config.gc
51881            ! win32/config.vc
51882 ____________________________________________________________________________
51883 [  7652] By: jhi                                   on 2000/11/11  21:12:01
51884         Log: Copy the s// information of README.hpux also to the perlrun.
51885      Branch: perl
51886            ! README.hpux pod/perlrun.pod
51887 ____________________________________________________________________________
51888 [  7651] By: jhi                                   on 2000/11/11  21:03:13
51889         Log: More README.solaris updates from Andy Dougherty.
51890      Branch: perl
51891            ! README.solaris
51892 ____________________________________________________________________________
51893 [  7650] By: jhi                                   on 2000/11/11  18:38:57
51894         Log: More descriptive error for unknown perlio layers.
51895              
51896              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
51897              From: Dominic Dunlop <domo@computer.org> 
51898              Date: Sat, 11 Nov 2000 18:20:32 +0100             
51899              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
51900      Branch: perl
51901            ! perlio.c pod/perldiag.pod
51902 ____________________________________________________________________________
51903 [  7649] By: jhi                                   on 2000/11/11  18:37:52
51904         Log: MachTen doesn't really do mmap() and munmap().
51905              
51906              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
51907              From: Dominic Dunlop <domo@computer.org> 
51908              Date: Sat, 11 Nov 2000 18:20:32 +0100             
51909              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
51910      Branch: perl
51911            ! hints/machten.sh
51912 ____________________________________________________________________________
51913 [  7648] By: jhi                                   on 2000/11/11  18:36:46
51914         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
51915              From: rspier@pobox.com (Robert Spier)
51916              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
51917              Message-ID: <14861.32839.491271.985797@rls.cx>
51918      Branch: perl
51919            ! Porting/Contract pod/perltoot.pod
51920 ____________________________________________________________________________
51921 [  7647] By: jhi                                   on 2000/11/11  18:35:30
51922         Log: Simplify the getpagesize() unit by dropping the
51923              pagesize probe since it's nowadays slightly more
51924              complicated because of sysconf(). (Note: if some
51925              platform really needs the -lPW for getpagesize,
51926              I just broke it.)
51927              
51928              TODO: a new pagesize unit.
51929      Branch: metaconfig
51930            ! U/compline/d_getpagsz.U
51931 ____________________________________________________________________________
51932 [  7646] By: jhi                                   on 2000/11/11  18:33:23
51933         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
51934      Branch: perl
51935            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51936            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
51937            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51938            ! vos/config.ga.h win32/config.bc win32/config.gc
51939            ! win32/config.vc
51940 ____________________________________________________________________________
51941 [  7645] By: jhi                                   on 2000/11/11  16:45:15
51942         Log: Use sysconf() or getpagesize() to find out the pagesize.
51943      Branch: perl
51944            ! perlio.c
51945 ____________________________________________________________________________
51946 [  7644] By: jhi                                   on 2000/11/11  15:46:08
51947         Log: Integrate perlio.
51948      Branch: perl
51949           !> perlio.c
51950 ____________________________________________________________________________
51951 [  7643] By: jhi                                   on 2000/11/11  15:33:36
51952         Log: Subject: Re: [PATCH] README.solaris
51953              From: Lupe Christoph <lupe@lupe-christoph.de>
51954              Date: Sat, 11 Nov 2000 14:08:10 +0100
51955              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
51956      Branch: perl
51957            ! README.solaris
51958 ____________________________________________________________________________
51959 [  7642] By: jhi                                   on 2000/11/11  15:22:12
51960         Log: Subject: [PATCH perl@7638] cygwin port
51961              From: "Eric Fifer" <egf7@columbia.edu>            
51962              Date: Fri, 10 Nov 2000 19:30:30 -0000
51963              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
51964      Branch: perl
51965            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
51966 ____________________________________________________________________________
51967 [  7641] By: nick                                  on 2000/11/11  14:50:36
51968         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
51969              Also call "Buf" layer directly when unread'ing non-read chars.
51970      Branch: perlio
51971            ! perlio.c
51972 ____________________________________________________________________________
51973 [  7640] By: jhi                                   on 2000/11/11  02:05:02
51974         Log: Add more encoding tables.
51975      Branch: perl
51976            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
51977            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
51978            + ext/Encode/Encode/iso8859-10.enc
51979            + ext/Encode/Encode/iso8859-13.enc
51980            + ext/Encode/Encode/iso8859-14.enc
51981            + ext/Encode/Encode/iso8859-15.enc
51982            ! MANIFEST
51983 ____________________________________________________________________________
51984 [  7639] By: jhi                                   on 2000/11/10  18:49:25
51985         Log: Subject: [PATCH] README.solaris
51986              From: Andy Dougherty <doughera@lafayette.edu>
51987              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
51988              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
51989      Branch: perl
51990            + README.solaris
51991            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
51992            ! pod/perl.pod pod/perltoc.pod
51993 ____________________________________________________________________________
51994 [  7638] By: jhi                                   on 2000/11/10  15:04:15
51995         Log: Update Changes.
51996      Branch: perl
51997            ! Changes patchlevel.h
51998 ____________________________________________________________________________
51999 [  7637] By: jhi                                   on 2000/11/10  14:14:28
52000         Log: Explain better why certain regex tests are skipped.
52001              
52002              Subject: Re: tests skipped: unknown reason
52003              From: Lupe Christoph <lupe@lupe-christoph.de>
52004              Date: Fri, 10 Nov 2000 09:08:56 +0100
52005              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
52006      Branch: perl
52007            ! t/op/regexp.t
52008 ____________________________________________________________________________
52009 [  7636] By: nick                                  on 2000/11/10  13:40:00
52010         Log: Integrate mainline.
52011      Branch: perlio
52012           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
52013           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
52014           !> win32/bin/search.pl
52015 ____________________________________________________________________________
52016 [  7635] By: nick                                  on 2000/11/10  13:25:52
52017         Log: Re-instate stdio large file support via perlio.
52018      Branch: perl
52019            ! perlio.c
52020 ____________________________________________________________________________
52021 [  7634] By: jhi                                   on 2000/11/10  04:49:55
52022         Log: Amdahl UTS hints updates.
52023              
52024              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
52025              From: hom00@utsglobal.com (Harold O Morris)
52026              Date: Thu, 9 Nov 2000 20:02 PST
52027              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
52028      Branch: perl
52029            ! hints/uts.sh
52030 ____________________________________________________________________________
52031 [  7633] By: jhi                                   on 2000/11/09  23:33:28
52032         Log: Subject: [PATCH] IO::Seekable pod
52033              From: Nicholas Clark <nick@talking.bollo.cx>
52034              Date: Thu, 9 Nov 2000 20:29:45 +0000
52035              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
52036      Branch: perl
52037            ! ext/IO/lib/IO/Handle.pm
52038 ____________________________________________________________________________
52039 [  7632] By: jhi                                   on 2000/11/09  21:55:41
52040         Log: Various doc oddball characters.
52041              
52042              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
52043              From: Michael Somos <somos@grail.cba.csuohio.edu>
52044              Date: Mon, 6 Nov 2000 17:44:20 -0500
52045              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
52046      Branch: perl
52047            ! emacs/cperl-mode.el lib/unicode/syllables.txt
52048            ! win32/bin/search.pl
52049 ____________________________________________________________________________
52050 [  7631] By: jhi                                   on 2000/11/09  21:12:29
52051         Log: Subject: Re: bash -c exit and linux hints 
52052              From: "John P. Linderman" <jpl@research.att.com>
52053              Date: Thu, 02 Nov 2000 09:37:25 -0500
52054              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
52055      Branch: perl
52056            ! hints/linux.sh
52057 ____________________________________________________________________________
52058 [  7630] By: nick                                  on 2000/11/09  20:34:11
52059         Log: Integrate mainline.
52060      Branch: perlio
52061           !> (integrate 91 files)
52062 ____________________________________________________________________________
52063 [  7629] By: jhi                                   on 2000/11/09  19:46:31
52064         Log: Missing dTHXs.
52065              
52066              Subject: RE: perl@7595 builds not on cygwin
52067              From: "Eric Fifer" <egf7@columbia.edu>
52068              Date: Thu, 9 Nov 2000 19:26:50 -0000
52069              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
52070      Branch: perl
52071            ! ext/Devel/Peek/Peek.xs
52072 ____________________________________________________________________________
52073 [  7628] By: jhi                                   on 2000/11/09  14:48:27
52074         Log: Disable only the tests 99 and 166 for UTF-8 locales.
52075      Branch: perl
52076            ! t/pragma/locale.t
52077 ____________________________________________________________________________
52078 [  7627] By: jhi                                   on 2000/11/09  14:40:27
52079         Log: There's no =head3.
52080      Branch: perl
52081            ! pod/perlhack.pod
52082 ____________________________________________________________________________
52083 [  7626] By: jhi                                   on 2000/11/09  13:54:26
52084         Log: The generated boot_* headers are wrong.  Pickier compiler,
52085              such as KAI C++ will refuse to compile the resulting perlmain.
52086              
52087              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
52088              From: Harri Pasanen <harri.pasanen@trema.com>
52089              Date: Thu, 09 Nov 2000 14:23:28 +0100
52090              Message-Id: <3A0AA550.26D548A3@trema.com>
52091      Branch: perl
52092            ! minimod.pl
52093 ____________________________________________________________________________
52094 [  7625] By: jhi                                   on 2000/11/09  13:50:44
52095         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
52096              From: Prymmer/Kahn <pvhp@best.com>
52097              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
52098              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
52099              
52100              All except the "cow orker" change.
52101      Branch: perl
52102            ! Porting/pumpkin.pod
52103 ____________________________________________________________________________
52104 [  7624] By: jhi                                   on 2000/11/09  13:45:33
52105         Log: Fix for
52106              
52107              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
52108              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
52109              Date: Thu, 09 Nov 2000 11:05:52 +0100
52110              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
52111      Branch: perl
52112            ! pod/perldiag.pod t/pragma/warn/pp_sys
52113 ____________________________________________________________________________
52114 [  7623] By: jhi                                   on 2000/11/09  13:37:16
52115         Log: Typo in an ifndef.
52116              
52117              Subject: Re: [PATCH 5.7.0] better messages from malloc()
52118              From: Joe Smith <jms@inwap.com>         
52119              Date: Thu, 09 Nov 2000 01:33:14 -0800
52120              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
52121      Branch: perl
52122            ! malloc.c
52123 ____________________________________________________________________________
52124 [  7622] By: jhi                                   on 2000/11/09  13:31:18
52125         Log: Remove unused extra arguments.
52126      Branch: metaconfig/U/perl
52127            ! perlxv.U
52128      Branch: perl
52129            ! Configure config_h.SH
52130 ____________________________________________________________________________
52131 [  7621] By: jhi                                   on 2000/11/09  13:16:36
52132         Log: More VMS moves on environment handling, from Charles Lane.
52133      Branch: perl
52134            ! t/pragma/locale.t
52135 ____________________________________________________________________________
52136 [  7620] By: jhi                                   on 2000/11/09  04:42:38
52137         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
52138              From: David Dyck <dcd@tc.fluke.com>
52139              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
52140              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
52141      Branch: perl
52142            ! pp_sys.c
52143 ____________________________________________________________________________
52144 [  7619] By: jhi                                   on 2000/11/09  04:36:21
52145         Log: Forgot from #7618.
52146      Branch: perl
52147            ! lib/File/stat.pm
52148 ____________________________________________________________________________
52149 [  7618] By: jhi                                   on 2000/11/09  04:28:44
52150         Log: Make deleting for %ENV work for (newer versions of) VMS,
52151              from Craig A. Berry.
52152      Branch: perl
52153            ! vms/vms.c
52154 ____________________________________________________________________________
52155 [  7617] By: jhi                                   on 2000/11/09  04:25:05
52156         Log: Subject: [PATCH] Class::Struct at compile time
52157              From: "Casey R. Tweten" <crt@kiski.net>
52158              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
52159              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
52160      Branch: perl
52161            ! lib/Class/Struct.pm
52162 ____________________________________________________________________________
52163 [  7616] By: jhi                                   on 2000/11/09  04:15:17
52164         Log: Subject: [ID 20001108.013] spelling
52165              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
52166              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
52167              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
52168      Branch: perl
52169            ! lib/ftp.pl
52170 ____________________________________________________________________________
52171 [  7615] By: jhi                                   on 2000/11/09  04:12:42
52172         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
52173              From: Peter Prymmer <pvhp@forte.com>
52174              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
52175              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
52176      Branch: perl
52177            ! configure.com
52178 ____________________________________________________________________________
52179 [  7614] By: jhi                                   on 2000/11/08  22:42:55
52180         Log: A missing aTHX_.
52181      Branch: perl
52182            ! ext/IPC/SysV/SysV.xs
52183 ____________________________________________________________________________
52184 [  7613] By: jhi                                   on 2000/11/08  19:30:21
52185         Log: Update Changes.
52186      Branch: perl
52187            ! Changes patchlevel.h
52188 ____________________________________________________________________________
52189 [  7612] By: jhi                                   on 2000/11/08  18:35:25
52190         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
52191              From: David Dyck <dcd@tc.fluke.com>
52192              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
52193              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
52194      Branch: perl
52195            ! pp_sys.c
52196 ____________________________________________________________________________
52197 [  7611] By: jhi                                   on 2000/11/08  18:30:26
52198         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
52199              From: Dominic Dunlop <domo@computer.org>
52200              Date: Tue, 7 Nov 2000 12:05:25 +0100
52201              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
52202      Branch: perl
52203            ! malloc.c
52204 ____________________________________________________________________________
52205 [  7610] By: jhi                                   on 2000/11/08  18:25:14
52206         Log: Do not test UTF-8 locales since that the tests would require
52207              polymorphic regexen.
52208      Branch: perl
52209            ! t/pragma/locale.t
52210 ____________________________________________________________________________
52211 [  7609] By: jhi                                   on 2000/11/08  17:12:51
52212         Log: Locale buglets.
52213              
52214              Subject: RE: Locales support (setlocale) fixes
52215              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52216              Date: Wed, 8 Nov 2000 20:01:39 +0300
52217              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
52218      Branch: perl
52219            ! t/pragma/locale.t util.c
52220 ____________________________________________________________________________
52221 [  7608] By: jhi                                   on 2000/11/08  17:00:16
52222         Log: Deleting $ENV{PATH} in VMS is not recommendable.
52223      Branch: perl
52224            ! t/pragma/locale.t
52225 ____________________________________________________________________________
52226 [  7607] By: jhi                                   on 2000/11/08  16:58:26
52227         Log: Subject: PATCH std stdio for (Free)BSD
52228              From: Nicholas Clark <nick@ccl4.org>
52229              Date: Wed, 8 Nov 2000 15:36:29 +0000
52230              Message-ID: <20001108153629.D98736@plum.flirble.org>
52231      Branch: metaconfig
52232            ! U/compline/d_stdstdio.U
52233      Branch: perl
52234            ! Configure config_h.SH
52235 ____________________________________________________________________________
52236 [  7606] By: jhi                                   on 2000/11/08  16:43:31
52237         Log: Forgot to bump the line numbers in #7601.
52238      Branch: perl
52239            ! t/pragma/warn/pp_sys
52240 ____________________________________________________________________________
52241 [  7605] By: jhi                                   on 2000/11/08  16:39:12
52242         Log: More careful detection of how well NVs and UVs mix.
52243              
52244              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))
52245              From: Nicholas Clark <nick@ccl4.org>
52246              Date: Wed, 8 Nov 2000 15:14:12 +0000
52247              Message-ID: <20001108151412.B98736@plum.flirble.org>
52248              
52249              Added some SIGFPE paranoia.
52250      Branch: metaconfig/U/perl
52251            ! perlxv.U
52252      Branch: perl
52253            ! Configure config_h.SH
52254 ____________________________________________________________________________
52255 [  7604] By: jhi                                   on 2000/11/08  14:39:10
52256         Log: Subject: [patch perl@7595] VMS configure.com tweak
52257              From: "Craig A. Berry" <craigberry@mac.com>
52258              Date: Wed, 8 Nov 2000 00:24:12 -0600
52259              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
52260      Branch: perl
52261            ! configure.com
52262 ____________________________________________________________________________
52263 [  7603] By: jhi                                   on 2000/11/08  14:27:11
52264         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
52265              From: Robin Barker <rmb1@cise.npl.co.uk>
52266              Date: Wed, 8 Nov 2000 11:11:39 GMT
52267              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
52268      Branch: perl
52269            ! perlio.c
52270 ____________________________________________________________________________
52271 [  7602] By: jhi                                   on 2000/11/08  14:25:03
52272         Log: Fix for the tie-refhash string table leaks.
52273              
52274              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
52275              Date: Wed, 8 Nov 2000 13:03:04 GMT
52276              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
52277      Branch: perl
52278            ! t/lib/tie-refhash.t
52279 ____________________________________________________________________________
52280 [  7601] By: jhi                                   on 2000/11/08  14:21:08
52281         Log: Try to avoid flockless and emulationless places.
52282      Branch: perl
52283            ! t/pragma/warn/pp_sys
52284 ____________________________________________________________________________
52285 [  7600] By: jhi                                   on 2000/11/08  02:28:54
52286         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
52287              
52288              Subject: [PATCH] prototyped functions that should be overrideable
52289              From: "Casey R. Tweten" <crt@kiski.net>
52290              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
52291              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
52292      Branch: perl
52293            ! toke.c
52294 ____________________________________________________________________________
52295 [  7599] By: jhi                                   on 2000/11/08  01:12:05
52296         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
52297              
52298              Subject: [PATCH] perlbug.PL
52299              From: "Kurt D. Starsinic" <kstar@chapin.edu>
52300              Date: Mon, 6 Nov 2000 21:39:01 -0500
52301              Message-ID: <20001106213901.B20955@O2.chapin.edu>
52302      Branch: perl
52303            ! utils/perlbug.PL
52304 ____________________________________________________________________________
52305 [  7598] By: jhi                                   on 2000/11/07  23:42:00
52306         Log: Bad thinko in #7581 (I used the test program with the expanded
52307              values as-is).
52308      Branch: metaconfig
52309            ! U/compline/d_stdstdio.U
52310      Branch: perl
52311            ! Configure
52312 ____________________________________________________________________________
52313 [  7597] By: jhi                                   on 2000/11/07  21:43:29
52314         Log: Subject: [PATCH perl@7573] cygwin port
52315              From: "Fifer, Eric" <EFifer@sanwaint.com>
52316              Date: Tue, 7 Nov 2000 18:08:51 -0000 
52317              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
52318              
52319              Synchronize with Cygwin 1.1.5.
52320      Branch: perl
52321            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
52322            ! pod/perlport.pod unixish.h util.c
52323 ____________________________________________________________________________
52324 [  7596] By: jhi                                   on 2000/11/07  21:39:25
52325         Log: perlhack updates from H.Merijn Brand.
52326      Branch: perl
52327            ! pod/perlhack.pod
52328 ____________________________________________________________________________
52329 [  7595] By: jhi                                   on 2000/11/07  20:21:41
52330         Log: Update Changes.
52331      Branch: perl
52332            ! Changes patchlevel.h
52333 ____________________________________________________________________________
52334 [  7594] By: jhi                                   on 2000/11/07  19:18:58
52335         Log: Be more robust in Dynaloader.pm.
52336      Branch: perl
52337            ! ext/DynaLoader/DynaLoader_pm.PL
52338 ____________________________________________________________________________
52339 [  7593] By: jhi                                   on 2000/11/07  16:49:31
52340         Log: AUTHORS update.
52341      Branch: perl
52342            ! AUTHORS
52343 ____________________________________________________________________________
52344 [  7592] By: gsar                                  on 2000/11/07  16:39:51
52345         Log: normalize relative paths in virtualized current directory on windows,
52346              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
52347              returns)
52348      Branch: perl
52349            ! win32/vdir.h
52350 ____________________________________________________________________________
52351 [  7591] By: jhi                                   on 2000/11/07  16:04:26
52352         Log: Too profiler-happy: with optimization the #7590 actually makes
52353              the test to run 0.5% _slower_.  Requires much more instrumentation.
52354              Retract #7590.
52355      Branch: perl
52356            ! regcomp.c regcomp.h
52357 ____________________________________________________________________________
52358 [  7590] By: jhi                                   on 2000/11/07  15:51:13
52359         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
52360              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
52361              by using memset() and testing bytewise (as opposed to bitwise).
52362      Branch: perl
52363            ! regcomp.c regcomp.h
52364 ____________________________________________________________________________
52365 [  7589] By: jhi                                   on 2000/11/07  12:56:39
52366         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
52367              From: "Craig A. Berry" <craig.berry@psinetcs.com>
52368              Date: Mon, 06 Nov 2000 23:45:30 -0500
52369              Message-Id: <0011079735.AA973576259@univpress.com>
52370      Branch: perl
52371            ! configure.com t/lib/st-lock.t
52372 ____________________________________________________________________________
52373 [  7588] By: jhi                                   on 2000/11/07  01:03:28
52374         Log: Tweak #7587.
52375      Branch: perl
52376            ! pod/perldiag.pod
52377 ____________________________________________________________________________
52378 [  7587] By: jhi                                   on 2000/11/07  01:00:27
52379         Log: A doc addition for bug id 20001105.019, beware \p.
52380      Branch: perl
52381            ! pod/perldiag.pod
52382 ____________________________________________________________________________
52383 [  7586] By: jhi                                   on 2000/11/07  00:32:22
52384         Log: Fake support of holey files in win/dosish platforms.
52385              
52386              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
52387              From: kipp@shonanblue.ne.jp
52388              Date: Mon, 6 Nov 2000 13:30:55 -0800
52389              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
52390      Branch: perl
52391            ! ext/SDBM_File/sdbm/sdbm.c
52392 ____________________________________________________________________________
52393 [  7585] By: jhi                                   on 2000/11/07  00:12:54
52394         Log: Subject: Pod updates
52395              From: "Stephen P. Potter" <spp@spotter.yi.org>
52396              Date: Mon, 06 Nov 2000 18:56:43 -0500
52397              Message-Id: <200011062357.SAA18173@spotter.yi.org>
52398      Branch: perl
52399            ! README.dos README.os2 README.win32 pod/buildtoc.PL
52400            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
52401            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
52402            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
52403            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
52404            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
52405            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
52406            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
52407            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
52408            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
52409            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
52410            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
52411            ! pod/perltootc.pod pod/perlunicode.pod
52412 ____________________________________________________________________________
52413 [  7584] By: jhi                                   on 2000/11/07  00:04:17
52414         Log: Varargs don't always work too well if one puts an unsigned
52415              char on the stack and pop an unsigned quad off the stack.
52416              
52417              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
52418              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
52419              Date: Mon, 06 Nov 2000 15:19:05 -0800
52420              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
52421      Branch: perl
52422            ! utf8.c
52423 ____________________________________________________________________________
52424 [  7583] By: jhi                                   on 2000/11/06  23:58:48
52425         Log: %ENV note tweaks from Dan Sugalski.
52426      Branch: perl
52427            ! pod/perlport.pod vms/perlvms.pod
52428 ____________________________________________________________________________
52429 [  7582] By: jhi                                   on 2000/11/06  23:05:49
52430         Log: glibc5 detection by __GNU_LIBRARY__.
52431      Branch: perl
52432            ! toke.c
52433 ____________________________________________________________________________
52434 [  7581] By: jhi                                   on 2000/11/06  22:51:29
52435         Log: Make the stdio test program of 7427 less noisy while being 
52436              compiled so that Digital UNIX wouldn't get both
52437              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
52438              undefined.  This makes perlio happy.
52439      Branch: metaconfig
52440            ! U/compline/d_stdstdio.U
52441      Branch: perl
52442            ! Configure config_h.SH
52443 ____________________________________________________________________________
52444 [  7580] By: jhi                                   on 2000/11/06  22:41:41
52445         Log: Document %ENV = () portability issues.
52446      Branch: perl
52447            ! pod/perlport.pod vms/perlvms.pod
52448 ____________________________________________________________________________
52449 [  7579] By: jhi                                   on 2000/11/06  21:29:24
52450         Log: VOS updates from Paul Green.
52451      Branch: perl
52452            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52453 ____________________________________________________________________________
52454 [  7578] By: jhi                                   on 2000/11/06  21:00:40
52455         Log: Sanitize the environment further.
52456      Branch: perl
52457            ! t/pragma/locale.t
52458 ____________________________________________________________________________
52459 [  7577] By: jhi                                   on 2000/11/06  20:53:51
52460         Log: Re-introduce 7552 lost in integration.
52461      Branch: perl
52462            ! perlio.c
52463 ____________________________________________________________________________
52464 [  7576] By: jhi                                   on 2000/11/06  20:33:46
52465         Log: Admit that the test leaks scalars.
52466      Branch: perl
52467            ! t/comp/proto.t
52468 ____________________________________________________________________________
52469 [  7575] By: jhi                                   on 2000/11/06  20:17:08
52470         Log: Integrate perlio.
52471      Branch: perl
52472           !> perlio.c
52473 ____________________________________________________________________________
52474 [  7574] By: nick                                  on 2000/11/06  20:07:28
52475         Log: Remove debug. Try (Mmap_t) on madvise() call.
52476      Branch: perlio
52477            ! perlio.c
52478 ____________________________________________________________________________
52479 [  7573] By: jhi                                   on 2000/11/06  13:56:05
52480         Log: Update Changes.
52481      Branch: perl
52482            ! Changes patchlevel.h
52483 ____________________________________________________________________________
52484 [  7572] By: jhi                                   on 2000/11/06  13:48:41
52485         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
52486              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52487              Date: Mon, 06 Nov 2000 10:11:42 +0100
52488              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
52489      Branch: perl
52490            ! pod/perlhack.pod
52491 ____________________________________________________________________________
52492 [  7571] By: jhi                                   on 2000/11/06  01:45:51
52493         Log: AUTHORS updates.
52494      Branch: perl
52495            ! AUTHORS
52496 ____________________________________________________________________________
52497 [  7570] By: jhi                                   on 2000/11/06  00:18:00
52498         Log: Fix for
52499              
52500              Subject: [ID 20000728.005] perl -P broken
52501              From: David Dyck <dcd@tc.fluke.com>
52502              Date: Fri, 28 Jul 2000 17:19:16 -0700
52503              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
52504              
52505              (hopefully).  The fix is also not complete, it seems to break
52506              BOM swallowing for libc5 systems, but until someone figures
52507              out a way to do this without ftell(), this will do.
52508      Branch: perl
52509            ! toke.c
52510 ____________________________________________________________________________
52511 [  7569] By: jhi                                   on 2000/11/06  00:05:30
52512         Log: Document that the evaled syntax errors cause scalar leaks.
52513      Branch: perl
52514            ! t/comp/proto.t
52515 ____________________________________________________________________________
52516 [  7568] By: jhi                                   on 2000/11/05  23:14:47
52517         Log: opmini.o can linger from Configures past.
52518      Branch: perl
52519            ! Makefile.SH
52520 ____________________________________________________________________________
52521 [  7567] By: jhi                                   on 2000/11/05  21:28:39
52522         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
52523              first argument correctly.
52524      Branch: perl
52525            ! perlio.c
52526 ____________________________________________________________________________
52527 [  7566] By: jhi                                   on 2000/11/05  21:15:56
52528         Log: Integrate perlio.
52529      Branch: perl
52530           !> perlio.c
52531 ____________________________________________________________________________
52532 [  7565] By: jhi                                   on 2000/11/05  21:15:13
52533         Log: Use -dM for gcc (the suggested patch did it only for Linux,
52534              but I think it can be generalized).
52535              
52536              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
52537              From: Pixel <pixel@mandrakesoft.com>
52538              Date: 05 Nov 2000 21:49:34 +0100 
52539              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
52540      Branch: perl
52541            ! ext/Errno/Errno_pm.PL
52542 ____________________________________________________________________________
52543 [  7564] By: nick                                  on 2000/11/05  21:09:18
52544         Log: Added a mmap layer as a "subclass" of perlio.
52545              PERLIO=mmap ./perl harness passes
52546      Branch: perlio
52547            ! perlio.c
52548 ____________________________________________________________________________
52549 [  7563] By: jhi                                   on 2000/11/05  19:48:55
52550         Log: Add a note for future generations about bug id 20000229.006.
52551      Branch: perl
52552            ! malloc.c
52553 ____________________________________________________________________________
52554 [  7562] By: jhi                                   on 2000/11/05  19:38:24
52555         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
52556      Branch: perl
52557            ! pp_ctl.c t/op/pos.t
52558 ____________________________________________________________________________
52559 [  7561] By: jhi                                   on 2000/11/05  18:21:46
52560         Log: Add =pod to be tidy.
52561      Branch: perl
52562            ! lib/Math/Complex.pm
52563 ____________________________________________________________________________
52564 [  7560] By: jhi                                   on 2000/11/05  17:38:46
52565         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
52566      Branch: perl
52567            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
52568            ! ext/Storable/Storable.xs t/lib/st-recurse.t
52569 ____________________________________________________________________________
52570 [  7559] By: jhi                                   on 2000/11/05  17:32:59
52571         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
52572              From: "Peter J. Farley III" <pjfarley@banet.net>
52573              Date: Sun, 05 Nov 2000 11:55:59 -0500
52574              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
52575      Branch: perl
52576            ! t/lib/syslog.t
52577 ____________________________________________________________________________
52578 [  7558] By: jhi                                   on 2000/11/05  17:29:19
52579         Log: Integrate perlio.
52580      Branch: perl
52581           !> perlio.c
52582 ____________________________________________________________________________
52583 [  7557] By: jhi                                   on 2000/11/05  17:22:01
52584         Log: A fix of sorts for 20000329.026, a better error message
52585              for a missing "use charnames" when using the \N{...}. 
52586      Branch: perl
52587            ! pod/perldiag.pod toke.c
52588 ____________________________________________________________________________
52589 [  7556] By: jhi                                   on 2000/11/05  16:33:50
52590         Log: Test tweak: show also the failed locales.
52591              
52592              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
52593              From: Lupe Christoph <lupe@lupe-christoph.de>         
52594              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
52595              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
52596      Branch: perl
52597            ! t/pragma/locale.t
52598 ____________________________________________________________________________
52599 [  7555] By: nick                                  on 2000/11/05  11:09:34
52600         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
52601              open RDWR so does not fail. (pragma/warnings 303 again...)
52602      Branch: perlio
52603            ! perlio.c
52604 ____________________________________________________________________________
52605 [  7554] By: nick                                  on 2000/11/05  10:10:13
52606         Log: Fix case where ungetc(f,EOF) was allowed.
52607              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
52608              so we can see similarities.
52609              Use types more carefully and a STDCHAR array in hope that this will
52610              fix Jarrko's 64bit machine.
52611      Branch: perlio
52612            ! perlio.c
52613 ____________________________________________________________________________
52614 [  7553] By: jhi                                   on 2000/11/05  01:12:16
52615         Log: Fix for
52616              
52617              Subject: [ID 20001004.007] taint propogation is inconsistent
52618              From: pimlott@idiomtech.com (Andrew Pimlott) 
52619              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
52620              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
52621              
52622              The culprit was sv_setsv() which was rather blindly
52623              propagating taint, which lead to behaviour where if
52624              a tainted anon hash value was seen all the hash values
52625              from then on at that level became tainted, or at any
52626              upper levels in the case of nested anon hashes.
52627      Branch: perl
52628            ! sv.c t/op/taint.t
52629 ____________________________________________________________________________
52630 [  7552] By: jhi                                   on 2000/11/04  23:44:18
52631         Log: Some cpps don't like splitting conditionals across several lines.
52632      Branch: perl
52633            ! perlio.c
52634 ____________________________________________________________________________
52635 [  7551] By: nick                                  on 2000/11/04  23:40:44
52636         Log: Integrate mainline
52637      Branch: perlio
52638           !> pp_hot.c t/op/taint.t
52639 ____________________________________________________________________________
52640 [  7550] By: nick                                  on 2000/11/04  23:39:05
52641         Log: Integrate mainline again
52642      Branch: perlio
52643           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
52644           !> t/lib/b.t t/op/misc.t util.c
52645 ____________________________________________________________________________
52646 [  7549] By: jhi                                   on 2000/11/04  23:14:01
52647         Log: Fix for
52648              
52649              Subject: [ID 20001004.006] undef is never tainted
52650              From: pimlott@idiomtech.com (Andrew Pimlott)
52651              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
52652              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
52653              
52654              An undef read from a slurped file was not tainted.
52655      Branch: perl
52656            ! pp_hot.c t/op/taint.t
52657 ____________________________________________________________________________
52658 [  7548] By: jhi                                   on 2000/11/04  22:56:21
52659         Log: Test tweak ($Config{useperlio} is by default undef) .
52660      Branch: perl
52661            ! t/lib/b.t
52662 ____________________________________________________________________________
52663 [  7547] By: jhi                                   on 2000/11/04  22:43:56
52664         Log: Integrate perlio.
52665      Branch: perl
52666           +> lib/perlio.pm
52667           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
52668           !> pod/perlapi.pod t/lib/b.t
52669 ____________________________________________________________________________
52670 [  7546] By: jhi                                   on 2000/11/04  22:40:59
52671         Log: Configure would use a bad $myuname from an old config.sh.
52672              
52673              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
52674              From: Andy Dougherty <doughera@lafayette.edu>
52675              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
52676              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
52677      Branch: metaconfig
52678            ! U/modified/Oldconfig.U
52679      Branch: perl
52680            ! Configure config_h.SH
52681 ____________________________________________________________________________
52682 [  7545] By: jhi                                   on 2000/11/04  22:36:54
52683         Log: Subject: Locales support (setlocale) fixes
52684              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52685              Date: Sat, 4 Nov 2000 10:15:48 +0300 
52686              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
52687              
52688              Modified quite a bit to be more portable.
52689      Branch: perl
52690            ! embed.h embed.pl perl.h proto.h util.c
52691 ____________________________________________________________________________
52692 [  7544] By: jhi                                   on 2000/11/04  22:32:47
52693         Log: Dying is too strict here, better just skip.
52694      Branch: perl
52695            ! t/op/misc.t
52696 ____________________________________________________________________________
52697 [  7543] By: nick                                  on 2000/11/04  21:55:13
52698         Log: Merge mainline
52699      Branch: perlio
52700           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
52701           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
52702           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
52703           !> (integrate 64 files)
52704 ____________________________________________________________________________
52705 [  7542] By: jhi                                   on 2000/11/04  21:09:28
52706         Log: More Changes tweakery.
52707      Branch: perl
52708            ! Changes Porting/genlog
52709 ____________________________________________________________________________
52710 [  7541] By: jhi                                   on 2000/11/04  20:58:18
52711         Log: Changes fixups.
52712      Branch: perl
52713            ! Changes
52714 ____________________________________________________________________________
52715 [  7540] By: jhi                                   on 2000/11/04  20:42:38
52716         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
52717              create a "fast path" for locale name probing using "locale -a"
52718              if available, squash finally hopefully the s?printf resetting
52719              the numeric locale (since, IIUC perllocale, it never shouldn't). 
52720      Branch: perl
52721            ! sv.c t/op/misc.t t/pragma/locale.t
52722 ____________________________________________________________________________
52723 [  7539] By: nick                                  on 2000/11/04  19:56:10
52724         Log: PerlIO infrastructure complete.
52725      Branch: perlio
52726            + lib/perlio.pm
52727            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
52728 ____________________________________________________________________________
52729 [  7538] By: nick                                  on 2000/11/04  14:31:32
52730         Log: Type tweaks + less contorted allocation scheme
52731      Branch: perlio
52732            ! perlio.c
52733 ____________________________________________________________________________
52734 [  7537] By: nick                                  on 2000/11/04  12:40:42
52735         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
52736              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
52737              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
52738              sensible) which lead to some interesting fails.
52739      Branch: perlio
52740            ! perlio.c
52741 ____________________________________________________________________________
52742 [  7536] By: jhi                                   on 2000/11/04  00:20:02
52743         Log: Add FCNTL_CAN_LOCK.
52744              
52745              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
52746              From: Andy Dougherty <doughera@lafayette.edu>
52747              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
52748              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
52749              
52750              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
52751              From: Andy Dougherty <doughera@lafayette.edu>
52752              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
52753              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
52754      Branch: metaconfig/U/perl
52755            + d_fcntl_can_lock.U
52756            ! startperl.U
52757      Branch: perl
52758            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52759            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
52760            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52761            ! vos/config.ga.h win32/config.bc win32/config.gc
52762            ! win32/config.vc
52763 ____________________________________________________________________________
52764 [  7535] By: nick                                  on 2000/11/03  22:19:10
52765         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
52766              - Works on Linux with
52767              perlio + unix
52768              stdio
52769              - Works on Solaris with
52770              perlio + unix
52771              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
52772              - Fails (hangs in openpid) if you try and stack
52773              perlio + stdio - Linux stdio's read() logic is hanging.
52774      Branch: perlio
52775            ! iperlsys.h perlio.c
52776 ____________________________________________________________________________
52777 [  7534] By: jhi                                   on 2000/11/03  15:16:02
52778         Log: Subject: Re: README.aix
52779              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52780              Date: Fri, 03 Nov 2000 16:03:15 +0100
52781              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
52782      Branch: perl
52783            ! README.aix
52784 ____________________________________________________________________________
52785 [  7533] By: jhi                                   on 2000/11/03  03:59:02
52786         Log: Subject: [PATCH 5.7.0] better messages from malloc()
52787              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52788              Date: Wed, 1 Nov 2000 23:39:56 -0500
52789              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
52790      Branch: perl
52791            ! malloc.c pod/perldiag.pod
52792 ____________________________________________________________________________
52793 [  7532] By: jhi                                   on 2000/11/03  00:11:56
52794         Log: The #7521 touched things it shouldn't have.
52795      Branch: perl
52796            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
52797 ____________________________________________________________________________
52798 [  7531] By: jhi                                   on 2000/11/02  22:32:33
52799         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
52800              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52801              Date:     Thu, 2 Nov 2000 16:58:36 EST
52802              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
52803      Branch: perl
52804            ! vms/gen_shrfls.pl
52805 ____________________________________________________________________________
52806 [  7530] By: jhi                                   on 2000/11/02  22:08:49
52807         Log: Fix the problem discussed in
52808              
52809              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
52810              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
52811              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
52812              
52813              originally from Linc Madison.  Also Andreas König's comments
52814              taken into account.  Some other problems with Tie::SubstrHash
52815              fixed: didn't croak when the table exceeded the requested number
52816              of entries (as documented) but instead when the number of entries
52817              exceeded the size of the table, a croak() had an unnecessary \n,
52818              didn't have a CLEAR method, documented that there is no exists().
52819              Didn't fix to be strict-proof because the module uses &foo; and
52820              dynamic scope.  Added a test script exercizing both first tamely 
52821              the basic functionality, and then the failure cases reported by
52822              Linc Madison.
52823      Branch: perl
52824            + t/lib/tie-substrhash.t
52825            ! MANIFEST lib/Tie/SubstrHash.pm
52826 ____________________________________________________________________________
52827 [  7529] By: jhi                                   on 2000/11/02  17:58:08
52828         Log: recv() can fail and return undef.
52829              
52830              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
52831              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
52832              Date: Thu, 2 Nov 2000 20:12:20 +0300
52833              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
52834      Branch: perl
52835            ! lib/Net/Ping.pm
52836 ____________________________________________________________________________
52837 [  7528] By: jhi                                   on 2000/11/02  17:49:09
52838         Log: Detpyo.
52839      Branch: perl
52840            ! pod/perlop.pod
52841 ____________________________________________________________________________
52842 [  7527] By: jhi                                   on 2000/11/02  15:48:37
52843         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
52844              fix a autovivification bug in Tie::RefHash, add tests for both.
52845              
52846              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
52847              From: Edward Avis <epa98@doc.ic.ac.uk>
52848              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
52849              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
52850      Branch: perl
52851            + t/lib/tie-refhash.t
52852            ! MANIFEST lib/Tie/RefHash.pm
52853 ____________________________________________________________________________
52854 [  7526] By: jhi                                   on 2000/11/02  13:56:26
52855         Log: Test::Harness revealed buglets in the new DynaLoader.
52856              
52857              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
52858              From: andreas.koenig@anima.de (Andreas J. Koenig)
52859              Date: 02 Nov 2000 11:26:48 +0100 
52860              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
52861      Branch: perl
52862            ! ext/DynaLoader/DynaLoader_pm.PL
52863 ____________________________________________________________________________
52864 [  7525] By: jhi                                   on 2000/11/01  23:52:08
52865         Log: The entry for #7503 was missing.
52866      Branch: perl
52867            ! Changes
52868 ____________________________________________________________________________
52869 [  7524] By: jhi                                   on 2000/11/01  23:40:52
52870         Log: Update Changes.
52871      Branch: perl
52872            ! Changes patchlevel.h
52873 ____________________________________________________________________________
52874 [  7523] By: jhi                                   on 2000/11/01  22:57:09
52875         Log: More tweaking on the #7522 theme.
52876      Branch: perl
52877            ! ext/DynaLoader/DynaLoader_pm.PL
52878 ____________________________________________________________________________
52879 [  7522] By: jhi                                   on 2000/11/01  22:06:15
52880         Log: Expand %Config variables and %ENV variables only if
52881              so requested during build time using the
52882              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
52883              Not expanding makes relocating distributions easier.
52884      Branch: perl
52885            ! ext/DynaLoader/DynaLoader_pm.PL
52886 ____________________________________________________________________________
52887 [  7521] By: jhi                                   on 2000/11/01  20:56:34
52888         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
52889              and setgid() because they were just changing $< and $( which means
52890              only changing the real uid/gid, as opposed to changing both
52891              real and effective ids.  (The alternative way could have been
52892              in POSIX.pm to change $> and $), too, but making a direct call
52893              to the C API feels cleaner.)  Fixes the bug
52894              
52895              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
52896              From: "Garry T. Williams" <garry@zvolve.com>
52897              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
52898              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
52899      Branch: perl
52900            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
52901            ! ext/POSIX/typemap pod/perlvar.pod
52902 ____________________________________________________________________________
52903 [  7520] By: jhi                                   on 2000/11/01  20:08:33
52904         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
52905              From: "Garry T. Williams" <garry@zvolve.com>
52906              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
52907              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
52908      Branch: perl
52909            ! pod/perlsec.pod
52910 ____________________________________________________________________________
52911 [  7519] By: jhi                                   on 2000/11/01  20:01:22
52912         Log: Locale warning explanation tweak.
52913      Branch: perl
52914            ! pod/perldiag.pod
52915 ____________________________________________________________________________
52916 [  7518] By: jhi                                   on 2000/11/01  18:57:13
52917         Log: C.pm part of
52918              
52919              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
52920              From: Jarkko Hietaniemi <jhi@iki.fi>
52921              Date: Tue, 10 Oct 2000 08:22:28 -0500
52922              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
52923      Branch: perl
52924            ! ext/B/B/C.pm
52925 ____________________________________________________________________________
52926 [  7517] By: jhi                                   on 2000/11/01  18:41:59
52927         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
52928              From: Martien Verbruggen <mgjv@comdyn.com.au>
52929              Date: Fri, 6 Oct 2000 14:09:10 +1100
52930              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
52931      Branch: perl
52932            ! pod/perlop.pod
52933 ____________________________________________________________________________
52934 [  7516] By: jhi                                   on 2000/11/01  18:34:55
52935         Log: Generalize the Camel wording.
52936              
52937              Subject: Re: perlfaq style changes
52938              From: John Borwick <jhborwic@unity.ncsu.edu>
52939              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
52940              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
52941      Branch: perl
52942            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
52943 ____________________________________________________________________________
52944 [  7515] By: jhi                                   on 2000/11/01  16:52:31
52945         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
52946              From: pimlott@idiomtech.com (Andrew Pimlott)
52947              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
52948              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
52949      Branch: perl
52950            ! pod/perlsec.pod
52951 ____________________________________________________________________________
52952 [  7514] By: jhi                                   on 2000/11/01  15:03:40
52953         Log: More AIX lore.
52954      Branch: perl
52955            ! ext/re/hints/aix.pl
52956 ____________________________________________________________________________
52957 [  7513] By: jhi                                   on 2000/11/01  14:48:30
52958         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
52959              From: root <root@chronos.fi.muni.cz>
52960              Date: Wed, 1 Nov 2000 12:31:32 +0100
52961              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
52962      Branch: perl
52963            ! lib/Net/Ping.pm
52964 ____________________________________________________________________________
52965 [  7512] By: jhi                                   on 2000/11/01  14:46:47
52966         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
52967              From: Martin Husemann <martin@duskware.de>
52968              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
52969              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
52970      Branch: perl
52971            ! regcomp.c
52972 ____________________________________________________________________________
52973 [  7511] By: jhi                                   on 2000/11/01  14:39:50
52974         Log: AUTHORS updates.
52975      Branch: perl
52976            ! AUTHORS
52977 ____________________________________________________________________________
52978 [  7510] By: jhi                                   on 2000/11/01  14:29:50
52979         Log: Subject: [PATCH] startperl to respect versiononly
52980              From: Robin Barker <rmb1@cise.npl.co.uk> 
52981              Date: Tue, 31 Oct 2000 16:29:36 GMT
52982              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
52983      Branch: metaconfig/U/perl
52984            ! startperl.U
52985      Branch: perl
52986            ! Configure config_h.SH
52987 ____________________________________________________________________________
52988 [  7509] By: jhi                                   on 2000/11/01  14:19:53
52989         Log: printf UVs the correct way, noticed by Robin Barker.
52990      Branch: perl
52991            ! utf8.c
52992 ____________________________________________________________________________
52993 [  7508] By: jhi                                   on 2000/11/01  14:10:03
52994         Log: Do not cleanup *% because the % has special meanings in some
52995              shell environments.
52996      Branch: perl
52997            ! ext/Storable/Makefile.PL
52998 ____________________________________________________________________________
52999 [  7507] By: jhi                                   on 2000/11/01  14:06:00
53000         Log: The NonStop-UX libraries have a novel way to say NaN.
53001      Branch: perl
53002            ! t/lib/bigfltpm.t
53003 ____________________________________________________________________________
53004 [  7506] By: jhi                                   on 2000/11/01  14:03:35
53005         Log: The osname has been lowercased by now, from Tom Bates.
53006      Branch: metaconfig
53007            ! U/modified/Oldconfig.U
53008      Branch: perl
53009            ! Configure config_h.SH
53010 ____________________________________________________________________________
53011 [  7505] By: jhi                                   on 2000/10/31  19:18:39
53012         Log: The compiler is either gcc or cc, from Tom Bates.
53013      Branch: perl
53014            ! hints/nonstopux.sh
53015 ____________________________________________________________________________
53016 [  7504] By: jhi                                   on 2000/10/31  14:53:42
53017         Log: Update Changes.
53018      Branch: perl
53019            ! Changes patchlevel.h
53020 ____________________________________________________________________________
53021 [  7503] By: jhi                                   on 2000/10/31  14:30:50
53022         Log: Whitespace style tweak.  Was originally going to see to
53023              
53024              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
53025              From: Joe Smith <jms@inwap.com>
53026              Date: Mon, 30 Oct 2000 18:47:57 -0800
53027              Message-Id: <39FE32DD.24AAC4D@inwap.com>
53028              
53029              but that had already been taken care of.
53030      Branch: metaconfig
53031            ! U/compline/d_stdstdio.U
53032      Branch: perl
53033            ! Configure config_h.SH
53034 ____________________________________________________________________________
53035 [  7502] By: jhi                                   on 2000/10/31  14:25:02
53036         Log: AUTHORS tweaks.
53037      Branch: perl
53038            ! AUTHORS
53039 ____________________________________________________________________________
53040 [  7501] By: jhi                                   on 2000/10/31  14:23:59
53041         Log: Subject: perlfaq style changes
53042              From: John Borwick <jhborwic@unity.ncsu.edu>
53043              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
53044              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
53045      Branch: perl
53046            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
53047            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
53048            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
53049            ! pod/perlfaq9.pod
53050 ____________________________________________________________________________
53051 [  7500] By: jhi                                   on 2000/10/31  14:22:15
53052         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
53053              
53054              Subject: Re: [ID 20000918.005] ~ on wide chars
53055              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53056              Date: Mon, 30 Oct 2000 21:09:55 -0800
53057              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
53058              
53059              (The ord() part of the patch skipped.)
53060      Branch: perl
53061            ! doop.c
53062 ____________________________________________________________________________
53063 [  7499] By: jhi                                   on 2000/10/31  14:20:08
53064         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
53065              From: Jens Hamisch <jens@Strawberry.COM>
53066              Date: Mon, 30 Oct 2000 15:17:07 +0100
53067              Message-Id: <20001030151707.A9597@Strawberry.COM>
53068      Branch: perl
53069            ! av.c
53070 ____________________________________________________________________________
53071 [  7498] By: jhi                                   on 2000/10/31  14:16:29
53072         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
53073              From: Peter Prymmer <pvhp@forte.com>
53074              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
53075              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
53076      Branch: perl
53077            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
53078            + ext/Encode/Encode/posix-bc.enc
53079            ! MANIFEST t/lib/encode.t
53080 ____________________________________________________________________________
53081 [  7497] By: jhi                                   on 2000/10/31  14:13:22
53082         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
53083              From: Peter Prymmer <pvhp@forte.com>
53084              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
53085              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
53086      Branch: perl
53087            ! t/lib/cgi-html.t
53088 ____________________________________________________________________________
53089 [  7496] By: jhi                                   on 2000/10/31  14:12:05
53090         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
53091              From: Peter Prymmer <pvhp@forte.com>
53092              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
53093              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
53094      Branch: perl
53095            ! t/lib/cgi-function.t
53096 ____________________________________________________________________________
53097 [  7495] By: jhi                                   on 2000/10/31  14:11:08
53098         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
53099              From: Peter Prymmer <pvhp@forte.com>
53100              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
53101              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
53102      Branch: perl
53103            + ext/re/hints/aix.pl
53104            ! MANIFEST ext/re/Makefile.PL
53105 ____________________________________________________________________________
53106 [  7494] By: jhi                                   on 2000/10/31  14:08:32
53107         Log: Use Errno magic.
53108              
53109              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
53110              From: Casey Tweten <perl@ctweten.amsite.com>
53111              Date: Mon, 30 Oct 2000 15:51:17 -0500
53112              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
53113      Branch: perl
53114            ! lib/File/Temp.pm
53115 ____________________________________________________________________________
53116 [  7493] By: jhi                                   on 2000/10/31  14:05:07
53117         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
53118              
53119              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
53120              From: Nicholas Clark <nick@ccl4.org>
53121              Date: Mon, 30 Oct 2000 17:38:45 +0000
53122              Message-ID: <20001030173845.O60355@plum.flirble.org>
53123      Branch: perl
53124            ! Makefile.SH utils/perlbug.PL
53125 ____________________________________________________________________________
53126 [  7492] By: nick                                  on 2000/10/30  19:37:23
53127         Log: Change files which are mysteriously different to mainline to be
53128              copies of mainline.
53129      Branch: perlio
53130            ! objXSUB.h perlapi.c pod/perlapi.pod
53131 ____________________________________________________________________________
53132 [  7491] By: nick                                  on 2000/10/30  18:05:54
53133         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
53134              - typo in endian code in putc.
53135              - Don't allow read of write-only files and vice-versa
53136              - and off-by-one in flush-all loop.
53137              Remove debug calls as they were using GCC specific features.
53138      Branch: perlio
53139            ! perlio.c
53140 ____________________________________________________________________________
53141 [  7490] By: nick                                  on 2000/10/29  21:45:45
53142         Log: Integrate mainline to perlio
53143      Branch: perlio
53144           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
53145           !> toke.c
53146 ____________________________________________________________________________
53147 [  7489] By: jhi                                   on 2000/10/29  21:11:08
53148         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
53149              From: andreas.koenig@anima.de (Andreas J. Koenig)
53150              Date: 29 Oct 2000 22:05:59 +0100
53151              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
53152      Branch: perl
53153            ! lib/ExtUtils/Manifest.pm
53154 ____________________________________________________________________________
53155 [  7488] By: jhi                                   on 2000/10/29  21:07:47
53156         Log: Tests for #7487.
53157              
53158              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
53159              From: andreas.koenig@anima.de (Andreas J. Koenig)
53160              Date: 29 Oct 2000 19:37:09 +0100
53161              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
53162      Branch: perl
53163            ! t/comp/proto.t
53164 ____________________________________________________________________________
53165 [  7487] By: jhi                                   on 2000/10/29  21:06:27
53166         Log: constsub spillage.
53167              
53168              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
53169              From: John Tobey <jtobey@john-edwin-tobey.org>
53170              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
53171              Message-Id: <m13pvSr-000FObC@feynman.localnet>
53172      Branch: perl
53173            ! op.c
53174 ____________________________________________________________________________
53175 [  7486] By: nick                                  on 2000/10/29  21:05:04
53176         Log: Integrate mainline to perlio branch
53177      Branch: perlio
53178           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
53179           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
53180           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
53181           +> vos/install_perl.cm
53182            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
53183            - vos/config.h vos/config_h.SH_orig
53184           !> (integrate 141 files)
53185 ____________________________________________________________________________
53186 [  7485] By: jhi                                   on 2000/10/29  21:00:47
53187         Log: Make \x{...} consistently produce UTF-8.
53188              
53189              Subject: Re: \x{...} is confused 
53190              From: Simon Cozens <simon@cozens.net>
53191              Date: Sun, 29 Oct 2000 19:36:48 +0000
53192              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
53193      Branch: perl
53194            ! t/pragma/utf8.t toke.c
53195 ____________________________________________________________________________
53196 [  7484] By: nick                                  on 2000/10/29  20:05:29
53197         Log: PerlIO passes all tests.
53198      Branch: perlio
53199            ! perlio.c
53200 ____________________________________________________________________________
53201 [  7483] By: jhi                                   on 2000/10/29  18:06:55
53202         Log: Update Changes.
53203      Branch: perl
53204            ! Changes patchlevel.h
53205 ____________________________________________________________________________
53206 [  7482] By: nick                                  on 2000/10/29  17:43:28
53207         Log: Include <unistd.h> to get correct lseek() prototype etc.
53208              (I thought perl.h did that) - down to two fails
53209              - comp/require.t (last test)
53210              - lib/io_xs.t - possibly import/export of FILE * ?
53211      Branch: perlio
53212            ! perlio.c
53213 ____________________________________________________________________________
53214 [  7481] By: jhi                                   on 2000/10/29  17:02:37
53215         Log: UTF-8 decoder tweak.
53216      Branch: perl
53217            ! utf8.c
53218 ____________________________________________________________________________
53219 [  7480] By: nick                                  on 2000/10/29  16:26:11
53220         Log: Fixed two bugs:
53221              - error code not being set on close (of broken pipe)
53222              - append mode was truncating.
53223              At least one seek/tell bug remains.
53224      Branch: perlio
53225            ! perlio.c
53226 ____________________________________________________________________________
53227 [  7479] By: nick                                  on 2000/10/29  11:18:16
53228         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
53229              in case of accidents. Still several worrying fails, no line disciplines yet.
53230      Branch: perlio
53231            ! iperlsys.h perlio.c
53232 ____________________________________________________________________________
53233 [  7478] By: jhi                                   on 2000/10/29  02:04:01
53234         Log: Add also emailless people.
53235      Branch: perl
53236            ! AUTHORS
53237 ____________________________________________________________________________
53238 [  7477] By: jhi                                   on 2000/10/29  01:36:00
53239         Log: The #7476 needs a MANIFEST change, too.
53240      Branch: perl
53241            ! MANIFEST
53242 ____________________________________________________________________________
53243 [  7476] By: jhi                                   on 2000/10/29  01:35:21
53244         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
53245      Branch: perl
53246            - MAINTAIN
53247            ! AUTHORS Changes
53248 ____________________________________________________________________________
53249 [  7475] By: jhi                                   on 2000/10/28  23:57:25
53250         Log: De-quoted-unreadable to ISO Latin 1.
53251              (There's one ISO-2022-JP name in Changes5.004.)
53252      Branch: perl
53253            ! Changes Changes5.6
53254 ____________________________________________________________________________
53255 [  7474] By: jhi                                   on 2000/10/28  19:13:06
53256         Log: Subject: [ID 20001027.007] uniq array in perlfaq
53257              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
53258              Date: Fri, 27 Oct 2000 19:28:30 +0200
53259              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
53260      Branch: perl
53261            ! pod/perlfaq4.pod
53262 ____________________________________________________________________________
53263 [  7473] By: jhi                                   on 2000/10/28  18:02:05
53264         Log: Locking null mutexes is not recommendable.
53265              
53266              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
53267              From: Hugo <hv@crypt.compulink.co.uk>
53268              Date: Sat, 28 Oct 2000 18:41:12 +0100
53269              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
53270      Branch: perl
53271            ! op.c
53272 ____________________________________________________________________________
53273 [  7472] By: jhi                                   on 2000/10/28  17:52:58
53274         Log: Better create a true mailing list for the repository keepers.
53275      Branch: perl
53276            ! Porting/repository.pod
53277 ____________________________________________________________________________
53278 [  7471] By: jhi                                   on 2000/10/28  17:28:24
53279         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
53280              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
53281      Branch: perl
53282            + Porting/repository.pod
53283            ! MANIFEST
53284 ____________________________________________________________________________
53285 [  7470] By: jhi                                   on 2000/10/28  17:20:54
53286         Log: Subject: DOC PATCH 5.6.0
53287              From: mjd@plover.com
53288              Date: 27 Oct 2000 17:32:44 -0000
53289              Message-ID: <20001027173244.23754.qmail@plover.com>
53290      Branch: perl
53291            ! pod/perlfunc.pod
53292 ____________________________________________________________________________
53293 [  7469] By: jhi                                   on 2000/10/28  17:16:45
53294         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
53295              From: "Peter J. Farley III" <pjfarley@banet.net>
53296              Date: Fri, 27 Oct 2000 20:32:56 -0400
53297              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
53298      Branch: perl
53299            ! README.dos
53300 ____________________________________________________________________________
53301 [  7468] By: jhi                                   on 2000/10/28  17:07:18
53302         Log: Make target reordering to avoid pointless re-makes.
53303              
53304              Subject: Re: Total re-make of 'make okfile' after 7451 ?
53305              From: Nicholas Clark <nick@ccl4.org>
53306              Date: Sat, 28 Oct 2000 00:31:02 +0100
53307              Message-ID: <20001028003101.A54517@plum.flirble.org>
53308      Branch: perl
53309            ! Makefile.SH
53310 ____________________________________________________________________________
53311 [  7467] By: jhi                                   on 2000/10/28  17:05:31
53312         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
53313              From: lvirden@cas.org
53314              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
53315              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
53316      Branch: perl
53317            ! README.os2
53318 ____________________________________________________________________________
53319 [  7466] By: jhi                                   on 2000/10/28  16:09:16
53320         Log: Upgrade to CPAN 1.58_55.
53321              
53322              Subject: CPAN.pm status
53323              From: andreas.koenig@anima.de (Andreas J. Koenig) 
53324              Date: 28 Oct 2000 08:18:00 +0200 
53325              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
53326      Branch: perl
53327            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53328 ____________________________________________________________________________
53329 [  7465] By: jhi                                   on 2000/10/28  16:02:47
53330         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
53331      Branch: perl
53332            ! embed.h embed.pl perl.h proto.h toke.c
53333 ____________________________________________________________________________
53334 [  7464] By: nick                                  on 2000/10/28  10:43:44
53335         Log: Fix for sv_2iv() on "shared" value from keys %hash.
53336      Branch: perl
53337            ! sv.c
53338 ____________________________________________________________________________
53339 [  7463] By: jhi                                   on 2000/10/27  16:18:29
53340         Log: Update Changes.
53341      Branch: perl
53342            ! Changes patchlevel.h
53343 ____________________________________________________________________________
53344 [  7462] By: jhi                                   on 2000/10/27  16:17:44
53345         Log: Too enthusiastic editing in #7460.
53346      Branch: metaconfig
53347            ! U/modified/Oldsym.U
53348      Branch: perl
53349            ! Configure config_h.SH
53350 ____________________________________________________________________________
53351 [  7461] By: jhi                                   on 2000/10/27  15:37:38
53352         Log: Retract #7459, the script needs more work.
53353      Branch: perl
53354            - mkreef
53355            ! MANIFEST
53356 ____________________________________________________________________________
53357 [  7460] By: jhi                                   on 2000/10/27  15:23:14
53358         Log: Use $sort, $uniq (and $tr) consistently as wondered
53359              by Nicholas Clark.
53360      Branch: metaconfig
53361            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
53362            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
53363            ! U/modified/libc.U
53364      Branch: perl
53365            ! Configure config_h.SH
53366 ____________________________________________________________________________
53367 [  7459] By: jhi                                   on 2000/10/27  15:02:07
53368         Log: (Retracted by #7461)
53369              
53370              Add a shell script for creating/removing symbolic link farms,
53371              useful for keeping the source code read-only and doing the
53372              builds somewhere else.
53373      Branch: perl
53374            + mkreef
53375            ! MANIFEST
53376 ____________________________________________________________________________
53377 [  7458] By: jhi                                   on 2000/10/27  14:42:20
53378         Log: Do away with the fix_pl.
53379      Branch: perl
53380            - fix_pl
53381            ! MANIFEST Makefile.SH
53382 ____________________________________________________________________________
53383 [  7457] By: jhi                                   on 2000/10/27  12:43:13
53384         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
53385              From: Jens Hamisch <jens@Strawberry.COM>
53386              Date: Fri, 27 Oct 2000 14:38:21 +0200
53387              Message-Id: <20001027143821.B3366@Strawberry.COM>
53388      Branch: perl
53389            ! perl.h
53390 ____________________________________________________________________________
53391 [  7456] By: jhi                                   on 2000/10/27  12:33:42
53392         Log: Subject: [PATCH] todo
53393              From: Nicholas Clark <nick@ccl4.org>
53394              Date: Thu, 26 Oct 2000 22:32:29 +0100
53395              Message-ID: <20001026223229.A44540@plum.flirble.org>
53396      Branch: perl
53397            ! pod/perltodo.pod
53398 ____________________________________________________________________________
53399 [  7455] By: jhi                                   on 2000/10/27  12:02:21
53400         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
53401              From: John Tobey <jtobey@john-edwin-tobey.org>
53402              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
53403              Message-Id: <m13ozHF-000FObC@feynman.localnet>
53404      Branch: perl
53405            ! op.c t/pragma/sub_lval.t
53406 ____________________________________________________________________________
53407 [  7454] By: jhi                                   on 2000/10/27  11:59:42
53408         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
53409              From: sthoenna@efn.org
53410              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
53411              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
53412      Branch: perl
53413            ! pp.c t/op/assignwarn.t
53414 ____________________________________________________________________________
53415 [  7453] By: jhi                                   on 2000/10/27  00:15:08
53416         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
53417      Branch: perl
53418            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
53419            ! ext/Storable/Storable.xs t/lib/st-lock.t
53420 ____________________________________________________________________________
53421 [  7452] By: jhi                                   on 2000/10/26  13:05:52
53422         Log: Undo #7451, this seems to be a deficiency in Perforce,
53423              there is no per-file line-terminator type, only per-client.
53424      Branch: perl
53425            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
53426            ! win32/makefile.mk
53427 ____________________________________________________________________________
53428 [  7451] By: jhi                                   on 2000/10/26  04:56:03
53429         Log: Experimenting in DOS arcana.
53430      Branch: perl
53431            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
53432            ! win32/makefile.mk
53433 ____________________________________________________________________________
53434 [  7450] By: jhi                                   on 2000/10/26  04:50:52
53435         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
53436              From: "Peter J. Farley III" <pjfarley@banet.net>            
53437              Date: Wed, 25 Oct 2000 23:10:18 -0400
53438              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
53439      Branch: perl
53440            ! t/io/open.t
53441 ____________________________________________________________________________
53442 [  7449] By: jhi                                   on 2000/10/26  04:49:16
53443         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
53444              From: Hugo <hv@crypt.compulink.co.uk>
53445              Date: Thu, 26 Oct 2000 01:55:17 +0100
53446              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
53447              
53448              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
53449      Branch: perl
53450            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
53451 ____________________________________________________________________________
53452 [  7448] By: jhi                                   on 2000/10/26  04:38:36
53453         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
53454              From: Peter Prymmer <pvhp@forte.com>
53455              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
53456              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
53457      Branch: perl
53458            ! configure.com
53459 ____________________________________________________________________________
53460 [  7447] By: jhi                                   on 2000/10/25  23:20:02
53461         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
53462              in platforms that strictly require all the symbols being present
53463              at link time.
53464      Branch: perl
53465            ! handy.h
53466 ____________________________________________________________________________
53467 [  7446] By: jhi                                   on 2000/10/25  21:55:57
53468         Log: Update Changes.
53469      Branch: perl
53470            ! Changes patchlevel.h
53471 ____________________________________________________________________________
53472 [  7445] By: jhi                                   on 2000/10/25  21:27:08
53473         Log: Integrate with vmsperl #7430 by Charles Bailey:
53474              
53475              Cleanup from prior patch (Charles Lane?):
53476              - improve handling of MFDs in Basename and Path
53477              - default to no xsubpp line # munging when building debug images
53478      Branch: perl
53479           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
53480 ____________________________________________________________________________
53481 [  7444] By: jhi                                   on 2000/10/25  21:03:50
53482         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
53483              From: John Peacock <JPeacock@UnivPress.com>
53484              Date: Thu, 18 May 2000 11:55:27 -0400
53485              Message-ID: <3924126F.A58BE57A@UnivPress.com>
53486      Branch: perl
53487            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
53488            ! t/op/write.t
53489 ____________________________________________________________________________
53490 [  7443] By: jhi                                   on 2000/10/25  20:43:10
53491         Log: Temporary stopgap for the self-tying issue: for now only
53492              array and hash self-ties are verboten.  The real fix, of
53493              course, would be to comprehensively test (and implement?)
53494              and debug (and document) self-ties.
53495      Branch: perl
53496            ! pod/perldiag.pod pp_sys.c t/op/tie.t
53497 ____________________________________________________________________________
53498 [  7442] By: jhi                                   on 2000/10/25  20:14:30
53499         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
53500              From: Dan Sugalski <dan@sidhe.org>
53501              Date: Wed, 25 Oct 2000 13:36:35 -0400
53502              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
53503              
53504              plus regen global.sym.
53505      Branch: perl
53506            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
53507            ! thrdvar.h util.c
53508 ____________________________________________________________________________
53509 [  7441] By: jhi                                   on 2000/10/25  20:12:20
53510         Log: buildtoc target tweaks.
53511      Branch: perl
53512            ! pod/Makefile.SH
53513 ____________________________________________________________________________
53514 [  7440] By: jhi                                   on 2000/10/25  20:03:53
53515         Log: A new version of making the syslog test more robust.
53516              (Replaces #7421.)
53517              
53518              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
53519              From: "Kurt D. Starsinic" <kstar@chapin.edu>
53520              Date: Wed, 25 Oct 2000 12:13:54 -0400
53521              Message-ID: <20001025121354.B2264@O2.chapin.edu>
53522      Branch: perl
53523            ! t/lib/syslog.t
53524 ____________________________________________________________________________
53525 [  7439] By: jhi                                   on 2000/10/25  20:00:48
53526         Log: Continue the internal UTF-8 API tweaking.
53527              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
53528              used much more than the simpler API, now called utf8_to_uv_simple().
53529              Still not quite happy with API, too much partial duplication
53530              of functionality.
53531      Branch: perl
53532            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
53533            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
53534            ! regcomp.c regexec.c sv.c toke.c utf8.c
53535 ____________________________________________________________________________
53536 [  7438] By: jhi                                   on 2000/10/25  18:52:30
53537         Log: Allow poking holes at the UTF-8 decoding strictness.
53538      Branch: perl
53539            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
53540            ! utf8.h
53541 ____________________________________________________________________________
53542 [  7437] By: jhi                                   on 2000/10/25  13:53:05
53543         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
53544              UTF8LEN() and UTF8SKIP(). 
53545      Branch: perl
53546            ! pp.c utf8.c utf8.h
53547 ____________________________________________________________________________
53548 [  7436] By: jhi                                   on 2000/10/25  13:51:37
53549         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
53550              From: Nicholas Clark <nick@ccl4.org>
53551              Date: Wed, 25 Oct 2000 14:44:05 +0100
53552              Message-ID: <20001025144404.D27253@plum.flirble.org>
53553      Branch: perl
53554            ! pod/perlrun.pod
53555 ____________________________________________________________________________
53556 [  7435] By: jhi                                   on 2000/10/25  13:49:32
53557         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
53558              From: Mike Guy <mjtg@cam.ac.uk>
53559              Date: Tue, 24 Oct 2000 14:59:40 +0100
53560              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
53561      Branch: perl
53562            ! scope.c
53563 ____________________________________________________________________________
53564 [  7434] By: jhi                                   on 2000/10/25  13:48:41
53565         Log: AIX is picky about its symbol exports.  Solution for now
53566              is to include the deb.o explicitly to the re extension build.
53567              
53568              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
53569              From: Peter Prymmer <pvhp@forte.com>
53570              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
53571              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
53572      Branch: perl
53573            ! ext/re/Makefile.PL hints/aix.sh
53574 ____________________________________________________________________________
53575 [  7433] By: jhi                                   on 2000/10/25  13:46:49
53576         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
53577              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53578              Date: Wed, 25 Oct 2000 12:02:20 +0200
53579              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
53580      Branch: perl
53581            ! perlsdio.h
53582 ____________________________________________________________________________
53583 [  7432] By: jhi                                   on 2000/10/25  13:44:28
53584         Log: Subject: Minor update to find2perl, for portability
53585              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
53586              Date: Wed, 25 Oct 2000 12:05:47 +0100
53587              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
53588      Branch: perl
53589            ! x2p/find2perl.PL
53590 ____________________________________________________________________________
53591 [  7431] By: jhi                                   on 2000/10/25  13:40:39
53592         Log: Add targets to Makefile.SH, most importantly
53593              'regen_all' which also remembers to update vms/perly*.
53594      Branch: perl
53595            ! Makefile.SH
53596 ____________________________________________________________________________
53597 [  7430] By: bailey                                on 2000/10/25  03:13:53
53598         Log: Cleanup from prior patch (Charles Lane?):
53599              - improve handling of MFDs in Basename and Path
53600              - default to no xsubpp line # munging when building debug images
53601      Branch: vmsperl
53602            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
53603 ____________________________________________________________________________
53604 [  7429] By: jhi                                   on 2000/10/24  20:03:40
53605         Log: Podify README.epoc and README.vos.
53606      Branch: perl
53607            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
53608            ! pod/perlport.pod pod/perltoc.pod
53609 ____________________________________________________________________________
53610 [  7428] By: jhi                                   on 2000/10/24  19:10:33
53611         Log: Stratus VOS updates from Paul Green.
53612      Branch: perl
53613            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53614            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
53615            - vos/config.def vos/config.h vos/config_h.SH_orig
53616            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
53617            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
53618 ____________________________________________________________________________
53619 [  7427] By: jhi                                   on 2000/10/24  18:59:48
53620         Log: Check if stdio supports tweaking lval and cnt simultaneously.
53621              
53622              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
53623              From: Nicholas Clark <nick@ccl4.org>
53624              Date: Mon, 23 Oct 2000 15:39:32 +0100
53625              Message-ID: <20001023153932.A10786@plum.flirble.org>
53626      Branch: metaconfig
53627            ! U/compline/d_stdstdio.U
53628      Branch: perl
53629            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53630            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
53631            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
53632            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
53633            ! vos/config.h vos/config_h.SH_orig win32/config.bc
53634            ! win32/config.gc win32/config.vc
53635 ____________________________________________________________________________
53636 [  7426] By: jhi                                   on 2000/10/24  17:57:44
53637         Log: Missed the header file changes from #7425.
53638      Branch: perl
53639            ! embed.h embed.pl objXSUB.h proto.h
53640 ____________________________________________________________________________
53641 [  7425] By: jhi                                   on 2000/10/24  17:55:17
53642         Log: Fix the bug reported in
53643              
53644              From: andreas.koenig@anima.de (Andreas J. Koenig)
53645              Subject: Encode bug?
53646              Date: 24 Oct 2000 14:01:26 +0200 
53647              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
53648              
53649              Also make is_utf8_char() stricter.
53650      Branch: perl
53651            ! ext/Encode/Encode.xs utf8.c
53652 ____________________________________________________________________________
53653 [  7424] By: jhi                                   on 2000/10/24  15:15:39
53654         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
53655              From: Peter Scott <Peter@PSDT.com>
53656              Date: Mon, 23 Oct 2000 19:46:01 -0700
53657              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
53658      Branch: perl
53659            ! pod/perlfaq5.pod
53660 ____________________________________________________________________________
53661 [  7423] By: jhi                                   on 2000/10/24  14:25:30
53662         Log: Test tweak to avoid pulling in the whole Config.
53663      Branch: perl
53664            ! t/lib/st-lock.t
53665 ____________________________________________________________________________
53666 [  7422] By: jhi                                   on 2000/10/24  14:03:16
53667         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
53668      Branch: perl
53669            ! pp.c
53670 ____________________________________________________________________________
53671 [  7421] By: jhi                                   on 2000/10/24  13:32:09
53672         Log: (Replaced by #7440.)
53673              
53674              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
53675              From: "Kurt D. Starsinic" <kstar@chapin.edu>
53676              Date: Mon, 23 Oct 2000 16:40:54 -0400
53677              Message-ID: <20001023164054.B14491@O2.chapin.edu>
53678      Branch: perl
53679            ! t/lib/syslog.t
53680 ____________________________________________________________________________
53681 [  7420] By: jhi                                   on 2000/10/24  13:30:53
53682         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
53683              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53684              Date: Mon, 23 Oct 2000 17:29:03 -0400
53685              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
53686      Branch: perl
53687            ! lib/ExtUtils/MM_Unix.pm
53688 ____________________________________________________________________________
53689 [  7419] By: jhi                                   on 2000/10/24  13:29:57
53690         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
53691              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53692              Date: Mon, 23 Oct 2000 19:01:32 -0400
53693              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
53694      Branch: perl
53695            ! utils/h2xs.PL
53696 ____________________________________________________________________________
53697 [  7418] By: jhi                                   on 2000/10/24  13:26:04
53698         Log: Replace #7409 with
53699              
53700              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
53701              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
53702              Date: Mon, 23 Oct 2000 20:08:56 +0200
53703              Message-ID: <20001023200855.A14850@nice.ram.loc>
53704      Branch: perl
53705            ! ext/Storable/Storable.pm t/lib/st-lock.t
53706 ____________________________________________________________________________
53707 [  7417] By: jhi                                   on 2000/10/24  13:17:52
53708         Log: Run vms/vms_yfix.pl, should have done that after changing
53709              perly.c in #7382.
53710      Branch: perl
53711            ! vms/perly_c.vms vms/perly_h.vms
53712 ____________________________________________________________________________
53713 [  7416] By: jhi                                   on 2000/10/24  02:55:33
53714         Log: Make the UTF-8 decoding stricter and more verbose when
53715              malformation happens.  This involved adding an argument
53716              to utf8_to_uv_chk(), which involved changing its prototype,
53717              and prefer STRLEN over I32 for the UTF-8 length, which as
53718              a domino effect necessitated changing the prototypes of
53719              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
53720              The stricter UTF-8 decoding checking uses Markus Kuhn's
53721              UTF-8 Decode Stress Tester from
53722              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
53723      Branch: perl
53724            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
53725            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
53726            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
53727            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
53728 ____________________________________________________________________________
53729 [  7415] By: jhi                                   on 2000/10/23  14:06:06
53730         Log: Update Changes.
53731      Branch: perl
53732            ! Changes patchlevel.h
53733 ____________________________________________________________________________
53734 [  7414] By: jhi                                   on 2000/10/23  12:39:52
53735         Log: Undo the basename() part of #7412 since the lib/basename
53736              tests would need upgrading too.
53737      Branch: perl
53738            ! lib/File/Basename.pm
53739 ____________________________________________________________________________
53740 [  7413] By: jhi                                   on 2000/10/23  12:19:27
53741         Log: Document PERL_INSTALL_ROOT of #7210.
53742      Branch: perl
53743            ! lib/ExtUtils/Install.pm
53744 ____________________________________________________________________________
53745 [  7412] By: jhi                                   on 2000/10/23  12:16:47
53746         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
53747      Branch: perl
53748            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
53749            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
53750 ____________________________________________________________________________
53751 [  7411] By: jhi                                   on 2000/10/23  12:07:41
53752         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
53753              From: Prymmer/Kahn <pvhp@best.com>
53754              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
53755              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
53756      Branch: perl
53757            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
53758 ____________________________________________________________________________
53759 [  7410] By: jhi                                   on 2000/10/23  04:10:11
53760         Log: The change #7187 was not so good on VMS.
53761              
53762              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
53763              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53764              Date: Sun, 22 Oct 2000 23:03:08 -0500
53765              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
53766      Branch: perl
53767            ! utils/perldoc.PL
53768 ____________________________________________________________________________
53769 [  7409] By: jhi                                   on 2000/10/23  03:57:36
53770         Log: Avoid Storable locking on DJGPP for now.
53771              
53772              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
53773              From: "Peter J. Farley III" <pjfarley@banet.net>
53774              Date: Sun, 22 Oct 2000 20:00:00 -0400
53775              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
53776      Branch: perl
53777            ! ext/Storable/Storable.pm t/lib/st-lock.t
53778 ____________________________________________________________________________
53779 [  7408] By: jhi                                   on 2000/10/23  03:50:24
53780         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
53781              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
53782              Date: Sun, 22 Oct 2000 21:12:22 -0400
53783              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
53784      Branch: perl
53785            ! lib/vars.pm
53786 ____________________________________________________________________________
53787 [  7407] By: jhi                                   on 2000/10/23  03:43:12
53788         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
53789              From: Hugo <hv@crypt.compulink.co.uk>
53790              Date: Mon, 23 Oct 2000 00:47:22 +0100
53791              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
53792      Branch: perl
53793            ! regexec.c t/op/pat.t
53794 ____________________________________________________________________________
53795 [  7406] By: jhi                                   on 2000/10/23  03:40:29
53796         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
53797      Branch: perl
53798            ! lib/ExtUtils/MakeMaker.pm
53799 ____________________________________________________________________________
53800 [  7405] By: jhi                                   on 2000/10/22  21:32:00
53801         Log: Doc patch.
53802              
53803              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
53804              From: rspier@pobox.com (Robert Spier)
53805              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
53806              Message-ID: <14835.16112.13457.447971@rls.cx>
53807      Branch: perl
53808            ! lib/strict.pm
53809 ____________________________________________________________________________
53810 [  7404] By: jhi                                   on 2000/10/22  21:30:51
53811         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
53812              From: rspier@pobox.com (Robert Spier)
53813              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
53814              Message-ID: <14835.17223.72448.705566@rls.cx>
53815      Branch: perl
53816            ! lib/ExtUtils/MakeMaker.pm
53817 ____________________________________________________________________________
53818 [  7403] By: jhi                                   on 2000/10/22  21:24:11
53819         Log: Subject: [PATCH bleadperl] ripples from constsub patch
53820              From: John Tobey <jtobey@john-edwin-tobey.org>
53821              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
53822              Message-Id: <m13nSOB-000FObC@feynman.localnet>
53823      Branch: perl
53824            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
53825 ____________________________________________________________________________
53826 [  7402] By: jhi                                   on 2000/10/22  20:59:35
53827         Log: Support s?printf parameter reordering.
53828      Branch: perl
53829            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
53830 ____________________________________________________________________________
53831 [  7401] By: jhi                                   on 2000/10/22  19:19:14
53832         Log: Expand %Config variables only if explicitly so requested
53833              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
53834              
53835              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
53836              From: Gurusamy Sarathy <gsar@ActiveState.com>
53837              Date: Sun, 22 Oct 2000 11:47:32 -0700
53838              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
53839      Branch: perl
53840            ! Makefile.SH lib/lib_pm.PL
53841 ____________________________________________________________________________
53842 [  7400] By: jhi                                   on 2000/10/22  18:24:10
53843         Log: Move the #7390 test from warn/op to comp/redef.
53844              
53845              Subject: Re: Creating const subs for constants.
53846              From: John Tobey <jtobey@john-edwin-tobey.org>
53847              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
53848              Message-Id: <m13nG72-000FObC@feynman.localnet>               
53849      Branch: perl
53850            ! t/comp/redef.t t/pragma/warn/op
53851 ____________________________________________________________________________
53852 [  7399] By: jhi                                   on 2000/10/22  17:49:59
53853         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
53854              From: Nicholas Clark <nick@ccl4.org>
53855              Date: Sat, 21 Oct 2000 22:23:19 +0100
53856              Message-ID: <20001021222319.B45586@plum.flirble.org>
53857      Branch: perl
53858            ! ext/DynaLoader/DynaLoader_pm.PL
53859 ____________________________________________________________________________
53860 [  7398] By: jhi                                   on 2000/10/22  17:47:35
53861         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
53862              From: Hugo <hv@crypt.compulink.co.uk>
53863              Date: Sat, 21 Oct 2000 18:19:59 +0100
53864              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
53865      Branch: perl
53866            ! ext/B/B.pm ext/B/B/C.pm
53867 ____________________________________________________________________________
53868 [  7397] By: jhi                                   on 2000/10/22  17:35:18
53869         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
53870              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
53871              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
53872              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
53873      Branch: perl
53874            ! hints/openbsd.sh
53875 ____________________________________________________________________________
53876 [  7396] By: jhi                                   on 2000/10/22  17:19:46
53877         Log: Subject: installman go-faster stripes
53878              From: Nicholas Clark <nick@talking.bollo.cx>
53879              Date: Sat, 21 Oct 2000 17:24:53 +0100
53880              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
53881              
53882              Subject: Re: installman go-faster stripes
53883              From: Russ Allbery <rra@stanford.edu>
53884              Date: 21 Oct 2000 11:04:13 -0700
53885              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
53886      Branch: perl
53887            ! installman pod/pod2man.PL
53888 ____________________________________________________________________________
53889 [  7395] By: jhi                                   on 2000/10/22  17:17:35
53890         Log: Hints tweak from Anton Berezin.
53891      Branch: perl
53892            ! hints/freebsd.sh
53893 ____________________________________________________________________________
53894 [  7394] By: jhi                                   on 2000/10/22  04:50:04
53895         Log: Tweak the Is* definitions of Unicode character classes
53896              to better match the official categorizations; embrace
53897              the official categorizations; add the combining marks
53898              as alpha (and -numeric); fix DCinital (a typo and edito)
53899              to be DCmedial.
53900      Branch: perl
53901            + lib/unicode/Is/DCmedial.pl
53902            - lib/unicode/Is/DCinital.pl
53903            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
53904            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
53905            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
53906            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
53907 ____________________________________________________________________________
53908 [  7393] By: jhi                                   on 2000/10/21  18:06:05
53909         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
53910              From: Daniel Chetlin <daniel@chetlin.com>
53911              Date: Sat, 21 Oct 2000 02:57:03 -0700
53912              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
53913      Branch: perl
53914            + t/lib/tie-splice.t
53915            ! MANIFEST lib/Tie/Array.pm
53916 ____________________________________________________________________________
53917 [  7392] By: gsar                                  on 2000/10/21  18:05:15
53918         Log: resync utfperl branch with mainline
53919      Branch: utfperl
53920           !> (integrate 1760 files)
53921 ____________________________________________________________________________
53922 [  7391] By: jhi                                   on 2000/10/21  14:37:49
53923         Log: Testcases for a #7383,#7385 related bug.
53924              
53925              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
53926              From: Nicholas Clark <nick@ccl4.org>
53927              Date: Sat, 21 Oct 2000 15:04:51 +0100
53928              Message-ID: <20001021150451.A51566@plum.flirble.org>
53929      Branch: perl
53930            ! t/pragma/utf8.t
53931 ____________________________________________________________________________
53932 [  7390] By: jhi                                   on 2000/10/21  14:35:57
53933         Log: Add a testcase for #7389.
53934      Branch: perl
53935            ! t/pragma/warn/op
53936 ____________________________________________________________________________
53937 [  7389] By: jhi                                   on 2000/10/21  14:26:45
53938         Log: Subject: Re: Creating const subs for constants.
53939              From: John Tobey <jtobey@john-edwin-tobey.org>
53940              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
53941              Message-Id: <m13mo0N-000FObC@feynman.localnet>
53942      Branch: perl
53943            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
53944            ! proto.h sv.c
53945 ____________________________________________________________________________
53946 [  7388] By: nick                                  on 2000/10/21  11:44:23
53947         Log: Populate perlio branch
53948      Branch: perlio
53949           +> (branch 1760 files)
53950 ____________________________________________________________________________
53951 [  7387] By: nick                                  on 2000/10/21  10:52:05
53952         Log: Get branch back as replica of mainline via :
53953              p4 integrate -b utfperl
53954              p4 resolve -at ./...
53955      Branch: utfperl
53956           +> (branch 269 files)
53957            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
53958            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
53959            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
53960            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
53961            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
53962            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
53963            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
53964            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
53965            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
53966            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
53967            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
53968            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
53969            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
53970            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
53971            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
53972            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
53973            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
53974            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
53975            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
53976            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
53977            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
53978            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
53979            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
53980            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
53981            - lib/unicode/UCD300.html lib/unicode/Unicode.300
53982            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
53983            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
53984            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
53985            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
53986           !> (integrate 965 files)
53987 ____________________________________________________________________________
53988 [  7386] By: jhi                                   on 2000/10/21  01:31:12
53989         Log: Update Changes.
53990      Branch: perl
53991            ! Changes patchlevel.h
53992 ____________________________________________________________________________
53993 [  7385] By: jhi                                   on 2000/10/21  01:28:42
53994         Log: The #7383 was right only in the context of the original bug report,
53995              not in more general case.
53996      Branch: perl
53997            ! pp_hot.c
53998 ____________________________________________________________________________
53999 [  7384] By: jhi                                   on 2000/10/21  01:08:23
54000         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
54001      Branch: perl
54002            ! ext/IO/lib/IO/Select.pm
54003 ____________________________________________________________________________
54004 [  7383] By: jhi                                   on 2000/10/21  00:44:18
54005         Log: Fix for ID 20001020.006, concatenating an unset submatch
54006              with utf8 resulted in "Modification of a read-only value".
54007      Branch: perl
54008            ! pp_hot.c t/pragma/utf8.t
54009 ____________________________________________________________________________
54010 [  7382] By: jhi                                   on 2000/10/20  20:44:31
54011         Log: Make scan_num() reëntrant, as suggested in
54012              
54013              Subject: [PATCH perl@7229] Rentrant parser and yylex()
54014              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54015              Date: Fri, 20 Oct 2000 14:17:27 +0100
54016              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
54017      Branch: perl
54018            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
54019            ! toke.c
54020 ____________________________________________________________________________
54021 [  7381] By: jhi                                   on 2000/10/20  20:07:29
54022         Log: Reëntrancy fix.
54023              
54024              Subject: [PATCH perl@7229] Rentrant parser and yylex()
54025              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54026              Date: Fri, 20 Oct 2000 14:17:27 +0100
54027              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
54028      Branch: perl
54029            ! embed.h embed.pl perl.h proto.h toke.c
54030 ____________________________________________________________________________
54031 [  7380] By: jhi                                   on 2000/10/20  19:15:54
54032         Log: Don't write double values through long double pointers,
54033              based on a part of
54034              
54035              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
54036              From: Jens Hamisch <jens@Strawberry.COM>
54037              Date: Tue, 17 Oct 2000 08:39:36 +0200
54038              Message-Id: <20001017083936.A11104@Strawberry.COM>
54039      Branch: perl
54040            ! perl.h pp.c
54041 ____________________________________________________________________________
54042 [  7379] By: jhi                                   on 2000/10/20  18:43:37
54043         Log: Portability tweak on #7377.
54044              
54045              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
54046              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54047              Date:     Fri, 20 Oct 2000 13:13:41 EDT
54048              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
54049      Branch: perl
54050            ! t/lib/dprof.t
54051 ____________________________________________________________________________
54052 [  7378] By: jhi                                   on 2000/10/20  12:57:19
54053         Log: SOCKS function redefinitions need prototypes, too, otherwise
54054              for example 32 bit versus 64 bit differences cause a lot of
54055              problems.  Part of
54056              
54057              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
54058              From: Jens Hamisch <jens@Strawberry.COM>
54059              Date: Tue, 17 Oct 2000 08:39:36 +0200
54060              Message-Id: <20001017083936.A11104@Strawberry.COM>
54061      Branch: perl
54062            ! doio.c pp_sys.c
54063 ____________________________________________________________________________
54064 [  7377] By: jhi                                   on 2000/10/20  12:37:12
54065         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
54066              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54067              Date:     Fri, 20 Oct 2000 08:26:04 EDT
54068              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
54069      Branch: perl
54070            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
54071 ____________________________________________________________________________
54072 [  7376] By: jhi                                   on 2000/10/20  12:35:31
54073         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
54074              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54075              Date:     Fri, 20 Oct 2000 07:48:15 EDT
54076              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
54077      Branch: perl
54078            ! configure.com vms/gen_shrfls.pl
54079 ____________________________________________________________________________
54080 [  7375] By: bailey                                on 2000/10/20  04:44:37
54081         Log: SYN SYN
54082      Branch: vmsperl
54083           +> (branch 134 files)
54084            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
54085            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
54086            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
54087            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
54088            - eg/cgi/frameset.cgi eg/cgi/index.html
54089            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
54090            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
54091            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
54092            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
54093            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
54094            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
54095            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
54096            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
54097            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
54098            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
54099            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
54100            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
54101            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
54102            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
54103            - lib/unicode/Props.txt lib/unicode/UCD300.html
54104            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
54105            - utils/perlbc.PL vms/subconfigure.com
54106           !> (integrate 785 files)
54107 ____________________________________________________________________________
54108 [  7374] By: jhi                                   on 2000/10/20  00:59:48
54109         Log: In the latest compiler builds cccdlflags must not become -fpic,
54110              from Wilfredo Sánchez.
54111      Branch: perl
54112            ! hints/darwin.sh
54113 ____________________________________________________________________________
54114 [  7373] By: jhi                                   on 2000/10/20  00:56:35
54115         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
54116              From: Tony Cook <tony@develop-help.com>
54117              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
54118              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
54119      Branch: perl
54120            ! pod/perlop.pod
54121 ____________________________________________________________________________
54122 [  7372] By: jhi                                   on 2000/10/19  19:34:40
54123         Log: Typo noted by Mark Lutz.
54124      Branch: perl
54125            ! t/op/64bitint.t
54126 ____________________________________________________________________________
54127 [  7371] By: jhi                                   on 2000/10/19  19:33:13
54128         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
54129      Branch: metaconfig
54130            ! U/modified/Cppsym.U U/modified/Oldconfig.U
54131      Branch: metaconfig/U/perl
54132            ! End.U dlsrc.U libperl.U
54133      Branch: perl
54134            + hints/nonstopux.sh
54135            ! Configure MANIFEST config_h.SH
54136 ____________________________________________________________________________
54137 [  7370] By: jhi                                   on 2000/10/19  17:18:08
54138         Log: Subject: PATCH do_print has 2 PerlIO_error()s
54139              From: nick@ccl4.org
54140              Date: Thu, 19 Oct 2000 18:09:20 +0100
54141              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
54142      Branch: perl
54143            ! doio.c
54144 ____________________________________________________________________________
54145 [  7369] By: jhi                                   on 2000/10/19  14:01:49
54146         Log: Update Changes.
54147      Branch: perl
54148            ! Changes patchlevel.h
54149 ____________________________________________________________________________
54150 [  7368] By: jhi                                   on 2000/10/19  13:04:29
54151         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
54152              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54153              Date: Wed, 18 Oct 2000 13:12:01 +0200
54154              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
54155      Branch: perl
54156            ! hints/aix.sh
54157 ____________________________________________________________________________
54158 [  7367] By: jhi                                   on 2000/10/19  02:22:40
54159         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
54160              of a 'pmshort' anywhere in the B, so the offending line was simply
54161              removed.
54162      Branch: perl
54163            ! ext/B/B/Debug.pm
54164 ____________________________________________________________________________
54165 [  7366] By: jhi                                   on 2000/10/19  02:12:37
54166         Log: Add the test case for the bug id 20000730.004 which seems
54167              to have been fixed by now.
54168      Branch: perl
54169            ! t/pragma/utf8.t
54170 ____________________________________________________________________________
54171 [  7365] By: jhi                                   on 2000/10/18  23:36:24
54172         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
54173              From: Hugo <hv@crypt.compulink.co.uk>
54174              Date: Wed, 18 Oct 2000 23:25:58 +0100
54175              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
54176      Branch: perl
54177            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
54178 ____________________________________________________________________________
54179 [  7364] By: jhi                                   on 2000/10/18  21:12:53
54180         Log: (retracted)
54181      Branch: perl
54182            ! pp.c
54183 ____________________________________________________________________________
54184 [  7363] By: jhi                                   on 2000/10/18  20:55:38
54185         Log: Missing change from #7362.
54186      Branch: perl
54187            ! win32/perlhost.h
54188 ____________________________________________________________________________
54189 [  7362] By: jhi                                   on 2000/10/18  20:52:01
54190         Log: Borland C fstat() never saw the fd as writable.
54191              
54192              Subject: fix for Borland's weak "stat" (perl@7211)
54193              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
54194              Date: Mon, 16 Oct 2000 09:55:03 +0400
54195              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
54196      Branch: perl
54197            ! win32/win32.c
54198 ____________________________________________________________________________
54199 [  7361] By: jhi                                   on 2000/10/18  17:43:50
54200         Log: Regen toc.
54201      Branch: perl
54202            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
54203 ____________________________________________________________________________
54204 [  7360] By: jhi                                   on 2000/10/18  17:07:44
54205         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54206              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
54207              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
54208              Date: Mon, 16 Oct 2000 15:19:49 +0200
54209      Branch: perl
54210            + README.aix
54211            ! MANIFEST
54212 ____________________________________________________________________________
54213 [  7359] By: jhi                                   on 2000/10/18  17:04:49
54214         Log: Subject: Pod patch for Devel::Peek
54215              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54216              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
54217              Date: Mon, 16 Oct 2000 12:26:34 +0200
54218      Branch: perl
54219            ! ext/Devel/Peek/Peek.pm
54220 ____________________________________________________________________________
54221 [  7358] By: jhi                                   on 2000/10/18  17:03:15
54222         Log: Make Cwd more bulletproof in chrooted environments.
54223              
54224              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
54225              From: "Eric E. Coe" <Eric.Coe@oracle.com>
54226              Date: Wed, 18 Oct 2000 04:03:54 -0400
54227              Message-Id: <39ED596A.70E599FE@oracle.com>
54228      Branch: perl
54229            ! lib/Cwd.pm
54230 ____________________________________________________________________________
54231 [  7357] By: jhi                                   on 2000/10/18  16:37:26
54232         Log: Disable the UTF8 downgrade croakage for now to avoid
54233              too many not okay messages.
54234      Branch: perl
54235            ! doio.c
54236 ____________________________________________________________________________
54237 [  7356] By: jhi                                   on 2000/10/17  23:29:41
54238         Log: Show the failed remote port, instead of the failing line number.
54239              
54240              Subject: [PATCH 5.6.1 Debugger] More diagnostics
54241              From: David Sparks <daves@ActiveState.com>
54242              Date: Tue, 17 Oct 2000 15:00:24 -0700
54243              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
54244      Branch: perl
54245            ! lib/perl5db.pl
54246 ____________________________________________________________________________
54247 [  7355] By: jhi                                   on 2000/10/17  14:11:31
54248         Log: On output try to downgrade to bytes, croak if impossible,
54249              from Simon Cozens.  This means that outputting >255 UTF8
54250              is impossible.  Consider this as a strong incentive to get
54251              the I/O disciplines implemented.
54252      Branch: perl
54253            ! doio.c pod/perldiag.pod sv.c
54254 ____________________________________________________________________________
54255 [  7354] By: jhi                                   on 2000/10/17  13:42:23
54256         Log: Clarify documentation on 'use bytes'.
54257              
54258              Subject: Re: What does 'use bytes' "mean" ?
54259              From: Simon Cozens <simon@cozens.net>
54260              Date: Mon, 18 Sep 2000 18:24:25 +0100
54261              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
54262      Branch: perl
54263            ! lib/bytes.pm
54264 ____________________________________________________________________________
54265 [  7353] By: jhi                                   on 2000/10/17  13:28:12
54266         Log: Workaround for a sfio bug where the stream error indicator
54267              is not cleared as documented.
54268              
54269              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
54270              From: Nicholas Clark <nick@ccl4.org>
54271              Date: Mon, 16 Oct 2000 18:28:23 +0100
54272              Message-ID: <20001016182823.J19700@plum.flirble.org>
54273      Branch: perl
54274            ! doio.c
54275 ____________________________________________________________________________
54276 [  7352] By: jhi                                   on 2000/10/17  13:06:19
54277         Log: More IoTYPE sprinkling.
54278      Branch: perl
54279            ! doio.c pp_hot.c
54280 ____________________________________________________________________________
54281 [  7351] By: jhi                                   on 2000/10/16  22:47:07
54282         Log: Detect early whether the std streams have gone bad.
54283              
54284              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
54285              Date: Mon, 16 Oct 2000 23:28:42 +0100
54286              From: Nicholas Clark <nick@ccl4.org>
54287              Message-ID: <20001016232842.A37942@plum.flirble.org>
54288      Branch: perl
54289            ! t/op/misc.t
54290 ____________________________________________________________________________
54291 [  7350] By: jhi                                   on 2000/10/16  22:45:16
54292         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
54293              From: "Peter J. Farley III" <pjfarley@banet.net>
54294              Date: Mon, 16 Oct 2000 18:15:59 -0400
54295              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
54296      Branch: perl
54297            ! djgpp/djgpp.c dosish.h t/io/open.t
54298 ____________________________________________________________________________
54299 [  7349] By: jhi                                   on 2000/10/16  22:36:45
54300         Log: perldelta tweak.
54301      Branch: perl
54302            ! pod/perldelta.pod
54303 ____________________________________________________________________________
54304 [  7348] By: jhi                                   on 2000/10/16  15:17:53
54305         Log: Update Changes.
54306      Branch: perl
54307            ! Changes patchlevel.h
54308 ____________________________________________________________________________
54309 [  7347] By: jhi                                   on 2000/10/16  13:55:27
54310         Log: Add the capability to include/exclude branches.
54311      Branch: perl
54312            ! Porting/genlog
54313 ____________________________________________________________________________
54314 [  7346] By: jhi                                   on 2000/10/16  13:18:04
54315         Log: Add Charles Lane.
54316      Branch: perl
54317            ! AUTHORS Changes
54318 ____________________________________________________________________________
54319 [  7345] By: jhi                                   on 2000/10/16  13:13:21
54320         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
54321      Branch: perl
54322            ! pod/perldelta.pod
54323 ____________________________________________________________________________
54324 [  7344] By: gsar                                  on 2000/10/16  09:30:21
54325         Log: integrate change#6220 from cfgperl
54326              
54327              Win32 patches from Benjamin Stuhl.
54328      Branch: maint-5.6/perl
54329           !> makedef.pl win32/win32.h
54330 ____________________________________________________________________________
54331 [  7343] By: gsar                                  on 2000/10/16  08:32:19
54332         Log: integrate changes#6221,6222 from cfgperl
54333              
54334              Remove tr///CU (the feature is to be obsoleted by better interfaces).
54335              From: simon@brecon.co.uk (Simon Cozens)
54336              Subject: [PATCH] Eliminate tr///[CU][CU]
54337              Date: 23 Jun 2000 11:05:40 GMT
54338              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
54339              
54340              doc typo fix
54341              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
54342              From: Ian Phillipps <Ian.Phillipps@iname.com>
54343              Date: Fri, 23 Jun 2000 10:40:58 +0100
54344              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
54345      Branch: maint-5.6/perl
54346           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
54347 ____________________________________________________________________________
54348 [  7342] By: gsar                                  on 2000/10/16  08:28:08
54349         Log: integrate change#6217 from cfgperl (in part)
54350              
54351              Rename the fdpid locking and integrate with Sarathy.
54352      Branch: maint-5.6/perl
54353           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
54354           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
54355           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
54356           !> win32/win32.c
54357 ____________________________________________________________________________
54358 [  7341] By: gsar                                  on 2000/10/16  08:23:39
54359         Log: integrate changes#6214..6216 from mainline
54360              
54361              @_ can't have junk in it even in the non-USE_ITHREADS case because
54362              caller() wants to populate @DB::args with it (causes a coredump
54363              in Carp::confess())
54364              
54365              tweak comment about @DB::args
54366              
54367              be more optimal about clearing @_
54368      Branch: maint-5.6/perl
54369           !> av.h cop.h pp_ctl.c t/op/runlevel.t
54370 ____________________________________________________________________________
54371 [  7340] By: gsar                                  on 2000/10/16  08:20:37
54372         Log: integrate changes#6207..6210 from cfgperl
54373              
54374              Subject: [PATCH 5.6.0] Threadsafe patches
54375              From: Dan Sugalski <dan@sidhe.org>
54376              To: perl5-porters@perl.org
54377              Date: Mon, 08 May 2000 18:08:13 -0400
54378              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
54379              
54380              Regen headers for #6207.
54381              
54382              Lock PL_fdpid against race conditions, based on:
54383              Subject: [PATCH 5.6.0]subprocess fixup for threads
54384              From: Dan Sugalski <dan@sidhe.org>
54385              To: perl5-porters@perl.org
54386              Date: Tue, 11 Apr 2000 17:02:32 -0400
54387              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
54388              
54389              Mopup for #6207 and #6209.
54390      Branch: maint-5.6/perl
54391           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
54392           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
54393           !> win32/win32.c
54394 ____________________________________________________________________________
54395 [  7339] By: gsar                                  on 2000/10/16  08:14:34
54396         Log: integrate change#6203 from cfgperl
54397              
54398              perldiag should refer to perlos2.pod not README.os2
54399      Branch: maint-5.6/perl
54400           !> pod/perldiag.pod
54401 ____________________________________________________________________________
54402 [  7338] By: gsar                                  on 2000/10/16  08:11:42
54403         Log: integrate change#6201 from mainline
54404              
54405              Perl_eval_pv() leaks 4 bytes every time it is called because it
54406              does a PUSHMARK that's never ever POPMARKed; in general, only
54407              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
54408              Perl_eval_[sp]v() don't because they don't take any incoming
54409              arguments (this leak has been around since the original version
54410              of perl_eval_pv() in 5.003_97e)
54411      Branch: maint-5.6/perl
54412           !> perl.c
54413 ____________________________________________________________________________
54414 [  7337] By: gsar                                  on 2000/10/16  08:08:47
54415         Log: integrate changes#6197..6200 from cfgperl
54416              
54417              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
54418              From: John Borwick <jhborwic@unity.ncsu.edu>
54419              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
54420              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
54421              
54422              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
54423              From: Dan Sugalski <dan@sidhe.org>
54424              To: vmsperl@perl.org, perl5-porters@perl.org
54425              Date: Fri, 02 Jun 2000 16:00:41 -0400
54426              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
54427              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
54428              
54429              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
54430              From: Dan Sugalski <dan@sidhe.org>
54431              To: perl5-porters@perl.org, vmsperl@perl.org
54432              Date: Fri, 02 Jun 2000 17:30:51 -0400
54433              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
54434              
54435              Update to cperl-mode.el 4.31 from
54436              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
54437              Subject: A couple of notes
54438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54439              To: Mailing list Perl5 <perl5-porters@perl.org>
54440              Date: Sat, 3 Jun 2000 23:33:32 -0400
54441              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
54442      Branch: maint-5.6/perl
54443           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
54444           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
54445           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
54446           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
54447           !> vms/vmsish.h
54448 ____________________________________________________________________________
54449 [  7336] By: gsar                                  on 2000/10/16  08:03:46
54450         Log: integrate changes#6194,6195 from mainline
54451              
54452              fix small eval"" memory leaks under USE_ITHREADS
54453              
54454              fix yet another eval"" leak under USE_ITHREADS
54455      Branch: maint-5.6/perl
54456           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
54457           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
54458           !> vms/perly_c.vms
54459 ____________________________________________________________________________
54460 [  7335] By: gsar                                  on 2000/10/16  08:02:15
54461         Log: integrate changes#6190,6191 from mainline
54462              
54463              submit missing embed.pl change
54464              
54465              vec() loses numericalness (modified version of patch suggested
54466              by Robin Barker)
54467      Branch: maint-5.6/perl
54468           !> doop.c embed.pl t/op/vec.t
54469 ____________________________________________________________________________
54470 [  7334] By: gsar                                  on 2000/10/16  08:01:03
54471         Log: integrate change#6189 from mainline
54472              
54473              counting tr/// corrupts later operation (from M.J.T Guy)
54474      Branch: maint-5.6/perl
54475           !> doop.c t/op/tr.t
54476 ____________________________________________________________________________
54477 [  7333] By: gsar                                  on 2000/10/16  07:59:07
54478         Log: integrate changes#6183..6188 from mainline
54479              
54480              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
54481              <nick@ccl4.org>)
54482              
54483              tweak for change#6127
54484              
54485              remove incorrect documentation about implicit split to @_ in
54486              list context, which never really worked in perl 5 (from
54487              M.J.T. Guy)
54488              
54489              further qualify references to "alphanumeric" (from Wolfgang Laun
54490              <wolfgang.laun@alcatel.at>)
54491              
54492              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
54493              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
54494              
54495              h2xs tweaks
54496      Branch: maint-5.6/perl
54497           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
54498           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
54499           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
54500           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
54501           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
54502           !> pod/pod2latex.PL utils/h2xs.PL
54503 ____________________________________________________________________________
54504 [  7332] By: gsar                                  on 2000/10/16  07:53:52
54505         Log: integrate change#6179 from mainline
54506              
54507              buggy modulus on UVs introduced by change#3378 (resulted in
54508              4063328477 % 65535 amounting to 27406, instead of 27407)
54509      Branch: maint-5.6/perl
54510           !> pp.c t/op/arith.t
54511 ____________________________________________________________________________
54512 [  7331] By: gsar                                  on 2000/10/16  07:52:49
54513         Log: integrate changes#6176,6177,6178,6182 from cfgperl
54514              
54515              Single-quoted utf8 patch from Simon Cozens.
54516              
54517              Substitution utf8 patch from Simon Cozens.
54518              
54519              Be cleaner.
54520              
54521              Be Cleaner Part Deux.
54522      Branch: maint-5.6/perl
54523           !> Makefile.SH pp_hot.c toke.c
54524 ____________________________________________________________________________
54525 [  7330] By: gsar                                  on 2000/10/16  07:41:36
54526         Log: integrate change#6172 from mainline
54527              
54528              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
54529              (from Ilya Zakharevich)
54530      Branch: maint-5.6/perl
54531           !> regexec.c t/op/re_tests
54532 ____________________________________________________________________________
54533 [  7329] By: gsar                                  on 2000/10/16  07:40:25
54534         Log: integrate change#6171 from mainline
54535              
54536              scalar() doesn't force scalar context when used in void context
54537              (from Simon Cozens)
54538      Branch: maint-5.6/perl
54539           !> op.c t/op/wantarray.t
54540 ____________________________________________________________________________
54541 [  7328] By: gsar                                  on 2000/10/16  07:39:33
54542         Log: integrate change#6170 from mainline
54543              
54544              change#6142 needs tweaks to tests to work where there's no
54545              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
54546      Branch: maint-5.6/perl
54547           !> t/lib/filefind.t
54548 ____________________________________________________________________________
54549 [  7327] By: gsar                                  on 2000/10/16  07:35:34
54550         Log: integrate changes#6166..6168 from cfgperl
54551              
54552              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
54553              in case somebody wants to write an extension for more
54554              shadow database interfaces.
54555              
54556              tweak todo
54557              
54558              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
54559      Branch: maint-5.6/perl
54560           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
54561           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
54562           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
54563           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
54564           !> win32/config.vc win32/config_H.bc win32/config_H.gc
54565           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
54566 ____________________________________________________________________________
54567 [  7326] By: gsar                                  on 2000/10/16  07:29:05
54568         Log: integrate changes#6157,6159..6161,6164 from cfgperl
54569              
54570              Regen Configure to jive with #6149.
54571              
54572              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
54573              
54574              Changes for the File::Temp 0.08 (change #6159) test suite
54575              to fit better into the Perl distribution test framework.
54576              
54577              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
54578              both from Simon Cozens.
54579              
54580              detypo
54581      Branch: maint-5.6/perl
54582           +> pod/perlmodlib.PL pod/perlnewmod.pod
54583           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
54584           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
54585           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54586           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
54587 ____________________________________________________________________________
54588 [  7325] By: gsar                                  on 2000/10/16  07:25:13
54589         Log: integrate change#6158 from vmsperl
54590              
54591              Add fallback to tmpfile for use in cases where user's relying on
54592              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
54593              Lane's patch)
54594      Branch: maint-5.6/perl
54595           !> vms/vms.c vms/vmsish.h
54596 ____________________________________________________________________________
54597 [  7324] By: gsar                                  on 2000/10/16  07:20:50
54598         Log: integrate changes#6153..6155 from mainline
54599              
54600              prettier Test::Harness output on failed tests (from Nicholas Clark
54601              <nick@Bagpuss.uk.boo.com>)
54602              
54603              avoid type mismatch warning
54604              
54605              small bug in change#6144; remove random \xA0 character that snuck
54606              in via change#6145
54607      Branch: maint-5.6/perl
54608           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
54609           !> perl.c
54610 ____________________________________________________________________________
54611 [  7323] By: gsar                                  on 2000/10/16  07:18:47
54612         Log: integrate changes#6151,6152 from mainline
54613              
54614              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
54615              
54616              cosmetic fixups of RE debug output (from Ilya Zakharevich)
54617      Branch: maint-5.6/perl
54618           !> regexec.c
54619 ____________________________________________________________________________
54620 [  7322] By: gsar                                  on 2000/10/16  07:17:25
54621         Log: integrate changes#6146..6150 from mainline
54622              
54623              doc typo
54624              
54625              add a make entry to Config.pm so "perl -V:make" works on VMS
54626              (from Peter Prymmer)
54627              
54628              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
54629              
54630              OS/2 tweaks for usethreads build (from Rocco Caputo
54631              <troc@netrus.net>)
54632              
54633              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
54634      Branch: maint-5.6/perl
54635           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
54636           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
54637           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
54638           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
54639           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
54640           !> warnings.pl x2p/a2p.h
54641 ____________________________________________________________________________
54642 [  7321] By: gsar                                  on 2000/10/16  07:14:02
54643         Log: integrate changes#6143..6145 from mainline
54644              
54645              MacOS support, part 1 (from Matthias Neeracher
54646              <neeri@iis.ee.ethz.ch>)
54647              
54648              MacOS support, part 2: make AutoSplit use File::Spec instead
54649              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
54650              <neeri@iis.ee.ethz.ch>)
54651              
54652              make xsubpp skip embedded pod (from Matthias Neeracher
54653              <neeri@iis.ee.ethz.ch>)
54654      Branch: maint-5.6/perl
54655           +> ext/DynaLoader/dl_mac.xs
54656           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
54657           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
54658           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
54659           !> pp_ctl.c proto.h toke.c util.c util.h
54660 ____________________________________________________________________________
54661 [  7320] By: gsar                                  on 2000/10/16  07:12:13
54662         Log: integrate changes#6141,6142 from mainline
54663              
54664              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
54665              forwarded by Peter Seebach from the bsdi-users mailing list.
54666              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
54667              
54668              File::Find fails to chdir when chasing symlinks (from
54669              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
54670      Branch: maint-5.6/perl
54671           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
54672 ____________________________________________________________________________
54673 [  7319] By: gsar                                  on 2000/10/16  07:04:30
54674         Log: integrate change#6139 from mainline
54675              
54676              revise mktables.PL for bugs and newness in Unicode 3.0
54677              (from James Bence <jbence@amgen.com>)
54678      Branch: maint-5.6/perl
54679           +> (branch 30 files)
54680           !> (integrate 49 files)
54681 ____________________________________________________________________________
54682 [  7318] By: gsar                                  on 2000/10/16  07:01:01
54683         Log: integrate changes#6137,6138 from mainline
54684              
54685              fix bogus redeclaration warning for "our" variables in different
54686              scopes
54687              
54688              add note about the handling of negative indices to tied arrays
54689              (from Michael G Schwern <schwern@pobox.com>)
54690      Branch: maint-5.6/perl
54691           !> op.c pod/perltie.pod t/pragma/strict-vars
54692 ____________________________________________________________________________
54693 [  7317] By: gsar                                  on 2000/10/16  06:58:46
54694         Log: integrate changes#6127..6136 from mainline
54695              
54696              call_method(...,G_EVAL) can longjmp() out if the method probing
54697              failed (from Gisle Aas)
54698              
54699              new perlxstut example for passing/returning refs to arrays
54700              (from David Lowe <dlowe@pootpoot.com>)
54701              
54702              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
54703              
54704              fix places that mean C<"word" character> but say C<alphanumeric
54705              character>
54706              
54707              avoid warnings in POSIX.pm (from Barrie Slaymaker)
54708              
54709              warnings::enabled() doesn't fall back to looking at $^W if
54710              caller isn't using lexical warnings (from Paul Marquess)
54711              
54712              elide bogus test in change#6132
54713              
54714              make Test::Harness use wait.h/WCOREDUMP if available
54715              (from Ben Tilly <ben_tilly@hotmail.com>)
54716              
54717              enable Test::Harness to dynamically determine column width etc.
54718              (from Rob Napier <rnapier@employees.org>)
54719              
54720              random pod typos (from Peter Scott <Peter@PSDT.com>)
54721      Branch: maint-5.6/perl
54722           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
54723           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
54724           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
54725           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
54726 ____________________________________________________________________________
54727 [  7316] By: gsar                                  on 2000/10/16  06:53:23
54728         Log: integrate change#6126 from mainline
54729              
54730              change#2879 broke rvalue autovivification of magicals such as
54731              ${$num} (reworked variant of patch suggested by Simon Cozens)
54732      Branch: maint-5.6/perl
54733           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
54734           !> pp_hot.c proto.h t/op/gv.t
54735 ____________________________________________________________________________
54736 [  7315] By: gsar                                  on 2000/10/16  06:51:38
54737         Log: integrate changes#6123,6125 from mainline
54738              
54739              clarify gotcha with #line directives (from Rocco Caputo
54740              <troc@netrus.net>)
54741              
54742              enable propagating exception objects via Perl_croak() in XS code
54743              (from Gisle Aas)
54744      Branch: maint-5.6/perl
54745           !> pod/perldebug.pod pod/perlsyn.pod util.c
54746 ____________________________________________________________________________
54747 [  7314] By: gsar                                  on 2000/10/16  06:49:28
54748         Log: integrate change#6122 from mainline
54749              
54750              downgrade fatal error on C<"foo@nosucharray.com"> to optional
54751              warning (from Mark-Jason Dominus)
54752      Branch: maint-5.6/perl
54753           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
54754           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
54755           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
54756           !> toke.c
54757 ____________________________________________________________________________
54758 [  7313] By: gsar                                  on 2000/10/16  06:46:54
54759         Log: integrate changes#6112..6121 from vmsperl
54760              
54761              Check for existence of file before trying to delete
54762              
54763              Ugly workaround for version-specific RTL error
54764              
54765              Urk -- undo previous removal of vmsish 'exit' change
54766              
54767              Add bounds checking for several strings (Charles Lane)
54768              
54769              Miscellaneous cosmetic fixes (Charles Lane)
54770              
54771              Treat sockets as special in sys(read|write) (Charles Lane et al.)
54772              
54773              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
54774              Flatten case labels in switch statements uniformly (Charles Bailey)
54775              
54776              Quiet error messages in vmsish.t (Charles Lane)
54777              
54778              Add missing escape (Charles Lane)
54779              
54780              Allow eliminate_macros() and fixpath() to handle space-delimited
54781              lists (based on fixes by Craig Berry)
54782      Branch: maint-5.6/perl
54783           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
54784           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
54785           !> vms/vmsish.h
54786 ____________________________________________________________________________
54787 [  7312] By: gsar                                  on 2000/10/16  06:41:18
54788         Log: integrate changes#6107,6110 from cfgperl
54789              
54790              Tweak the todo list.
54791              
54792              todo tweak
54793      Branch: maint-5.6/perl
54794           !> Todo-5.6
54795 ____________________________________________________________________________
54796 [  7311] By: gsar                                  on 2000/10/16  06:38:38
54797         Log: integrate changes#6104,6108 from mainline
54798              
54799              PL_sys_intern was being initialized too late on windows
54800              
54801              reenable fake signal handling on Windows, bugs and all
54802      Branch: maint-5.6/perl
54803           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
54804           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
54805           !> win32/win32.c
54806 ____________________________________________________________________________
54807 [  7310] By: gsar                                  on 2000/10/16  06:36:03
54808         Log: integrate changes#6095,6097..6103 from cfgperl
54809              
54810              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
54811              might be useful in future.
54812              
54813              Add a note about possible compilation problems from Allen Smith.
54814              
54815              Add a note about other, yet unsupported, shadow password APIs.
54816              
54817              Tweaks for the cc bugs from Allen Smith.
54818              
54819              More compilation tweakery from Allen Smith.
54820              
54821              Hints and test tweaks for Unicos.
54822              
54823              The test suite tweak in #6101 wasn't quite right.
54824              
54825              Test tweaking for Unicos continues.
54826      Branch: maint-5.6/perl
54827           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
54828           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
54829           !> t/lib/complex.t t/op/64bitint.t
54830 ____________________________________________________________________________
54831 [  7309] By: gsar                                  on 2000/10/16  06:29:41
54832         Log: integrate changes#6093,6094 from mainline
54833              
54834              fork() failure to create pseudo process sets errno=EAGAIN and returns
54835              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
54836              
54837              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
54838      Branch: maint-5.6/perl
54839           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
54840           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
54841 ____________________________________________________________________________
54842 [  7308] By: gsar                                  on 2000/10/16  06:27:29
54843         Log: integrate change#6092 from cfgperl
54844              
54845              Regen perltoc with the fixed buildtoc.
54846      Branch: maint-5.6/perl
54847           !> pod/perltoc.pod
54848 ____________________________________________________________________________
54849 [  7307] By: gsar                                  on 2000/10/16  06:26:40
54850         Log: integrate changes#6089,6090 from mainline
54851              
54852              buildtoc tweak to fix newline lossage
54853              
54854              concat doesn't preserve utf8-ness, and doesn't invalidate
54855              [NI]OK; added tests for both
54856      Branch: maint-5.6/perl
54857           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
54858 ____________________________________________________________________________
54859 [  7306] By: gsar                                  on 2000/10/16  06:24:05
54860         Log: integrate change#6088 from cfgperl
54861              
54862              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
54863              because we do not use those.  The HAS_GETSPNAM remains,
54864              though, because we still do use that.
54865      Branch: maint-5.6/perl
54866           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
54867           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
54868           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
54869           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
54870           !> win32/config.vc win32/config_H.bc win32/config_H.gc
54871           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
54872 ____________________________________________________________________________
54873 [  7305] By: gsar                                  on 2000/10/16  06:15:52
54874         Log: integrate changes#6084,6085,6087 from mainline
54875              
54876              substr() does not preserve utf8-ness (from Stefan Eissing
54877              <Eissing@medicaldataservice.de>); added tests
54878              
54879              repeat operator (x) doesn't preserve utf8-ness
54880              
54881              reverse() and quotemeta() weren't preserving utf8-ness; add tests
54882      Branch: maint-5.6/perl
54883           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
54884 ____________________________________________________________________________
54885 [  7304] By: gsar                                  on 2000/10/16  06:13:10
54886         Log: integrate changes#6077..6083 from mainline
54887              
54888              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
54889              and Tom Phoenix)
54890              
54891              workaround for CRT bug in chdir() (from Charles Lane, via
54892              Peter Prymmer)
54893              
54894              remove outdated kludge in Carp (NULLs are permitted in diagnostics
54895              now)
54896              
54897              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
54898              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
54899              
54900              better default perlbug categories for ok reports (from Richard Foley)
54901              
54902              peek.t non-portable to ithreads
54903              
54904              note about undocumented caller() return value (from M.J.T. Guy);
54905              yet another peek.t tweak
54906      Branch: maint-5.6/perl
54907           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54908           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
54909           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
54910           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
54911           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
54912           !> vms/vmsish.h
54913 ____________________________________________________________________________
54914 [  7303] By: gsar                                  on 2000/10/16  06:03:18
54915         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
54916              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
54917              
54918              &HUGE_VAL is not defined, it exists.
54919              
54920              Do not warn that an infinity does not look like a number.
54921              
54922              Rewrite the pwent/spent logic to be a little bit more clearer.
54923              
54924              Continue on the pwent/spent case.
54925              
54926              Correct Freudian slip.
54927              
54928              Use HUGE_VALL if applicable.
54929              
54930              pwent/spent #ifdef imbalance.
54931              
54932              Infinite problems.
54933              
54934              Call getspnam() only iff needd.
54935              
54936              Test both the scalar and list contexts.
54937              
54938              Use setxxent()/endxxent().
54939              
54940              Complex tweakery.
54941              
54942              Unicos hint tweak.
54943              
54944              Be more forgiving in POSIX about HUGE_VALL.
54945              
54946              Detypo.
54947              
54948              The search of infinity continues, this time simplified.
54949              
54950              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
54951              in natively 64-bit platforms where a long is a quad (no need
54952              for long longs).  Also added bias for IVs.
54953              
54954              Complex tweaks.
54955              
54956              Introduce t/lib/peek.t.
54957              
54958              Make the test more portable.
54959      Branch: maint-5.6/perl
54960           +> t/lib/peek.t
54961            ! pp_sys.c
54962           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
54963           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
54964           !> t/op/pwent.t toke.c util.c
54965 ____________________________________________________________________________
54966 [  7302] By: gsar                                  on 2000/10/16  05:03:37
54967         Log: integrate changes#6066..6071 from mainline
54968              
54969              s/END/CHECK/
54970              
54971              replace direct call to sighandler() with (*PL_sighandlerp)()
54972              
54973              note about values()
54974              
54975              File::Spec compatibility update (from Barrie Slaymaker
54976              <barries@slaysys.com>)
54977              
54978              remove misleading comment (from M.J.T. Guy)
54979              
54980              misformatted perllocal.pod (from Tim Jenness
54981              <t.jenness@jach.hawaii.edu>)
54982      Branch: maint-5.6/perl
54983           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
54984           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
54985           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
54986           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
54987 ____________________________________________________________________________
54988 [  7301] By: gsar                                  on 2000/10/16  05:00:08
54989         Log: integrate changes#6061..6063 from mainline
54990              
54991              change#5921 neglected to make eq honor "use bytes"
54992              
54993              additional tests for utf8.t
54994              
54995              tokeq() could read unallocated field in argument
54996      Branch: maint-5.6/perl
54997           !> sv.c t/pragma/utf8.t toke.c
54998 ____________________________________________________________________________
54999 [  7300] By: gsar                                  on 2000/10/16  04:56:54
55000         Log: integrate changes#6046,6048,6057,6058 from mainline
55001              
55002              libscheck has insufficient checks for n32 libs (from
55003              Albert Chin-A-Young <china@thewrittenword.com>)
55004              
55005              add note about how $( doesn't interpolate in REs (from
55006              Philip Newton <newton@ficus.frogspace.net>)
55007              
55008              fix broken parsing of /\x{ab}/
55009              
55010              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
55011              (spotted by Donald Kinzer <dkinzer@premia.com>)
55012      Branch: maint-5.6/perl
55013           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
55014           !> t/pragma/utf8.t
55015 ____________________________________________________________________________
55016 [  7299] By: gsar                                  on 2000/10/16  04:52:50
55017         Log: integrate change#6044 from mainline
55018              
55019              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
55020              such that underscores are only ignored in literal numbers,
55021              "\x{...}", and hex/oct argument
55022      Branch: maint-5.6/perl
55023           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
55024 ____________________________________________________________________________
55025 [  7298] By: gsar                                  on 2000/10/16  04:50:53
55026         Log: integrate changes#6027..6043 from mainline
55027              
55028              podlators-1.02 update (from Russ Allbery)
55029              
55030              Pod::Man generates groff-incompatible macro definition (from
55031              Tom Christiansen)
55032              
55033              add CGI.pm v2.66 (from Lincoln Stein)
55034              
55035              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
55036              for @- and @+ (from Johan Vromans)
55037              
55038              small nits in diagnostics.pm (from Robin Barker)
55039              
55040              whitespace adjustments
55041              
55042              missing files in MANIFEST
55043              
55044              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
55045              to compensate
55046              
55047              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
55048              
55049              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
55050      Branch: maint-5.6/perl
55051           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
55052           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
55053           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
55054           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
55055           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
55056           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
55057           !> t/lib/cgi-html.t t/lib/cgi-request.t
55058 ____________________________________________________________________________
55059 [  7297] By: gsar                                  on 2000/10/16  04:44:30
55060         Log: integrate change#6025 from mainline
55061              
55062              Is{Alnum,Alpha,Word} don't match titlecase
55063              TODO: IsSpace is defined recursively!
55064              (both spotted by Larry)
55065      Branch: maint-5.6/perl
55066           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
55067           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
55068 ____________________________________________________________________________
55069 [  7296] By: gsar                                  on 2000/10/16  04:39:30
55070         Log: integrate change#6023 from mainline
55071              
55072              debugger stomps on $. (from M.J.T. Guy)
55073      Branch: maint-5.6/perl
55074           !> lib/perl5db.pl
55075 ____________________________________________________________________________
55076 [  7295] By: gsar                                  on 2000/10/16  04:38:02
55077         Log: integrate change#6022 from mainline
55078              
55079              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
55080      Branch: maint-5.6/perl
55081           !> sv.c
55082 ____________________________________________________________________________
55083 [  7294] By: gsar                                  on 2000/10/16  04:37:05
55084         Log: integrate changes#6018..6021 from mainline
55085              
55086              make lib/syslog.t portable to systems that don't have _PATH_LOG,
55087              make _PATH_LOG() return "" if unavailable
55088              
55089              windows portability tweaks
55090              
55091              test tweak
55092              
55093              remove Win2K issue in pod (fixed by change#6020)
55094      Branch: maint-5.6/perl
55095           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
55096           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
55097           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
55098 ____________________________________________________________________________
55099 [  7293] By: gsar                                  on 2000/10/16  04:20:00
55100         Log: integrate changes#6013..6015 from mainline
55101              
55102              tweak change#5945 to display correct switch name in diagnostic
55103              
55104              glob() loading File::Glob behind the scenes may cause syntax errors
55105              
55106              tweak test for portability
55107      Branch: maint-5.6/perl
55108           !> op.c perl.c pod/perldiag.pod t/lib/b.t
55109 ____________________________________________________________________________
55110 [  7292] By: gsar                                  on 2000/10/16  04:18:11
55111         Log: integrate changes#6005..6010 from mainline, cfgperl
55112              
55113              perldoc might fail via "use blib" (from Hugo van der Sanden)
55114              
55115              Regen Configure.
55116              
55117              note about compile failures and END blocks (from M.J.T. Guy)
55118              
55119              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
55120              
55121              (change#6009 integrated earlier in change#7255)
55122              
55123              clarify note about shadow password support (from
55124              gellyfish@gellyfish.com)
55125      Branch: maint-5.6/perl
55126           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55127           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
55128           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
55129 ____________________________________________________________________________
55130 [  7291] By: gsar                                  on 2000/10/16  04:12:03
55131         Log: integrate changes#6002,6003 from mainline
55132              
55133              destructive sv_setsv() can lose UV-ness from source, causing
55134              numeric promotions/comparisons to fail to do the right thing
55135              
55136              allow REG_EXPAND_SZ keys in Windows registry (from
55137              John Clayton <John.Clayton@barclayscapital.com>)
55138      Branch: maint-5.6/perl
55139           !> sv.c win32/win32.c
55140 ____________________________________________________________________________
55141 [  7290] By: gsar                                  on 2000/10/16  04:10:19
55142         Log: integrate change#6001 from mainline
55143              
55144              support additional library locations via $Config{otherlibdirs}
55145              (from Andy Dougherty)
55146      Branch: maint-5.6/perl
55147           !> Configure INSTALL Porting/Glossary Porting/config.sh
55148           !> Porting/config_H config_h.SH epoc/config.sh perl.c
55149           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
55150           !> win32/config.bc win32/config.gc win32/config.vc
55151 ____________________________________________________________________________
55152 [  7289] By: gsar                                  on 2000/10/16  04:08:28
55153         Log: integrate change#5999 from mainline
55154              
55155              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
55156      Branch: maint-5.6/perl
55157           !> t/pragma/warn/toke toke.c
55158 ____________________________________________________________________________
55159 [  7288] By: gsar                                  on 2000/10/16  04:07:01
55160         Log: integrate changes#5997,5998 from cfgperl
55161              
55162              Preserve $!.
55163              
55164              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
55165      Branch: maint-5.6/perl
55166           !> lib/Math/Complex.pm
55167 ____________________________________________________________________________
55168 [  7287] By: gsar                                  on 2000/10/16  04:04:37
55169         Log: integrate change#5995 from mainline
55170              
55171              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
55172      Branch: maint-5.6/perl
55173           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
55174 ____________________________________________________________________________
55175 [  7286] By: gsar                                  on 2000/10/16  04:03:21
55176         Log: integrate change#5994 from mainline
55177              
55178              fix for missed accounting for null byte in pack("Z",...) (from
55179              M.J.T. Guy)
55180      Branch: maint-5.6/perl
55181           !> pp.c t/op/pack.t
55182 ____________________________________________________________________________
55183 [  7285] By: gsar                                  on 2000/10/16  04:02:11
55184         Log: integrate changes#5989..5993 from mainline
55185              
55186              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
55187              itself and no other (from Tom Hughes)
55188              
55189              use $ENV{LIB} to search for libs under Visual C compiler
55190              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
55191              
55192              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
55193              
55194              pod nit (from Simon Cozens)
55195              
55196              various minor tweaks seen on p5p
55197      Branch: maint-5.6/perl
55198           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
55199           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
55200           !> t/op/array.t toke.c
55201 ____________________________________________________________________________
55202 [  7284] By: gsar                                  on 2000/10/16  03:59:00
55203         Log: integrate changes#5978..5988 from mainline
55204              
55205              sync version numbers in File::Spec with the ones on CPAN
55206              (from Barrie Slaymaker)
55207              
55208              under useithreads, constant pad entries could inadvertantly be
55209              shared across threads (from Eric Blood <eblood@xmission.com>);
55210              added Eric's test case to testsuite
55211              
55212              allow Configure -S to run non-interactively (spotted by Greg Hudson
55213              <ghudson@mit.edu>)
55214              
55215              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
55216              prototype mismatch with CORE::glob(); update pod and tests to
55217              suit (File::Glob::glob() is still available for backward
55218              compatibility, but should be considered deprecated)
55219              
55220              avoid error in IO::Socket::INET when given an unknown service name
55221              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
55222              
55223              numeric conversion of non-number in change#3378 tramples on
55224              OOK offset, causing segfaults
55225              
55226              attributes::reftype() doesn't work on tied argument
55227              
55228              forked child may not exit correctly if it failed to open
55229              /dev/console (from Graham Barr)
55230              
55231              add regular expressions tutorial and quick-start guide (from
55232              Mark Kvale <kvale@phy.ucsf.edu>)
55233              
55234              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
55235              
55236              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
55237              <paul@miraclefish.com>)
55238      Branch: maint-5.6/perl
55239           +> pod/perlrequick.pod pod/perlretut.pod
55240           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
55241           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
55242           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
55243           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
55244           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
55245           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55246           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
55247           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
55248 ____________________________________________________________________________
55249 [  7283] By: gsar                                  on 2000/10/16  03:52:14
55250         Log: integrate change#5977 from mainline
55251              
55252              autoquote barewords followed by newline and arrow properly
55253              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
55254      Branch: maint-5.6/perl
55255           !> t/pragma/warn/toke toke.c
55256 ____________________________________________________________________________
55257 [  7282] By: gsar                                  on 2000/10/16  03:50:48
55258         Log: integrate change#5976 from mainline
55259              
55260              DB_File v1.73 update (from Paul Marquess)
55261      Branch: maint-5.6/perl
55262           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
55263           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
55264 ____________________________________________________________________________
55265 [  7281] By: gsar                                  on 2000/10/16  03:49:14
55266         Log: integrate change#5975 from mainline
55267              
55268              allow sort() reentrancy (variant of patch suggested by
55269              Hugo van der Sanden)
55270      Branch: maint-5.6/perl
55271           !> pp_ctl.c t/op/sort.t
55272 ____________________________________________________________________________
55273 [  7280] By: gsar                                  on 2000/10/16  03:48:22
55274         Log: integrate change#5974 from mainline
55275              
55276              change#4197 somehow missed initializing PL_errors, meaning
55277              syntax error queueing wasn't working outside eval"" at all;
55278              also fixed eval"" to localize PL_error_count, so that compile-time
55279              eval's don't clobber the error state of the outer context
55280      Branch: maint-5.6/perl
55281           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
55282           !> t/pragma/warn/toke
55283 ____________________________________________________________________________
55284 [  7279] By: gsar                                  on 2000/10/16  03:46:21
55285         Log: integrate change#5973 from mainline
55286              
55287              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
55288      Branch: maint-5.6/perl
55289           !> regcomp.c regexec.c t/op/re_tests
55290 ____________________________________________________________________________
55291 [  7278] By: gsar                                  on 2000/10/16  03:44:54
55292         Log: integrate change#5971 from cfgperl
55293              
55294              Unicos tweaks from Mark P. Lutz.
55295      Branch: maint-5.6/perl
55296           !> hints/unicos.sh lib/Math/Complex.pm
55297 ____________________________________________________________________________
55298 [  7277] By: gsar                                  on 2000/10/16  03:42:59
55299         Log: integrate changes#5966..5970 from mainline
55300              
55301              add testsuite for B backends, fix bug in B::Deparse (from
55302              Simon Cozens <simon@brecon.co.uk>)
55303              
55304              improved docs on the warn_uninit diagnostic (from David Glasser
55305              and Simon Cozens)
55306              
55307              tolerate spaces in group names in test on solaris (from David Boyce
55308              <dsb@boyski.com>)
55309              
55310              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
55311              
55312              Data::Dumper fumbles negative numbers on 32-bit platforms where
55313              IV is >32bits
55314      Branch: maint-5.6/perl
55315           +> t/lib/b.t t/lib/syslog.t
55316           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
55317           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
55318           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
55319 ____________________________________________________________________________
55320 [  7276] By: gsar                                  on 2000/10/16  03:39:30
55321         Log: integrate change#5965 from mainline
55322              
55323              avoid "will not stay shared" warnings for our variables (from
55324              Robin Barker)
55325      Branch: maint-5.6/perl
55326           !> op.c t/pragma/warn/op
55327 ____________________________________________________________________________
55328 [  7275] By: gsar                                  on 2000/10/16  03:38:18
55329         Log: integrate change#5964 from mainline
55330              
55331              reformat to 72 columns (again)
55332      Branch: maint-5.6/perl
55333           !> pod/perldiag.pod
55334 ____________________________________________________________________________
55335 [  7274] By: gsar                                  on 2000/10/16  03:36:58
55336         Log: integrate change#5963 from mainline
55337              
55338              patch from Larry to make (\&) prototype work; added tests for
55339              the same
55340      Branch: maint-5.6/perl
55341           !> op.c t/comp/proto.t
55342 ____________________________________________________________________________
55343 [  7273] By: gsar                                  on 2000/10/16  03:35:51
55344         Log: integrate changes#5956..5962 from mainline
55345              
55346              better diagnostics on failed tests (from Ilya Zakharevich)
55347              
55348              pod nits (from A. C. Yardley <yardley@tanet.net>)
55349              
55350              change#3569 deleted some essential code, revert; avoid use of
55351              atexit() to make DynaLoader work properly on AIX under mod_perl
55352              (from Jens-Uwe Mager <jum@helios.de>)
55353              
55354              doubled words in pods (from Simon Cozens
55355              <simon.p.cozens@jp.pwcglobal.com>)
55356              
55357              better INSTALL notes on Solaris issues (from Dominic Dunlop)
55358              
55359              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
55360              
55361              updated README.hpux (from Jeff Okamoto)
55362      Branch: maint-5.6/perl
55363           !> INSTALL README.hpux emacs/cperl-mode.el
55364           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
55365           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
55366           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
55367           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
55368           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
55369           !> t/op/lex_assign.t
55370 ____________________________________________________________________________
55371 [  7272] By: gsar                                  on 2000/10/16  03:31:22
55372         Log: integrate change#5955 from mainline
55373              
55374              longstanding bug exposed by change#3307: sort arguments weren't
55375              compiled with the right wantarray context (ensuing runtime lookup
55376              via block_gimme() was getting the incidental context of the
55377              sort() itself)
55378      Branch: maint-5.6/perl
55379           !> op.c t/op/sort.t
55380 ____________________________________________________________________________
55381 [  7271] By: gsar                                  on 2000/10/16  03:29:11
55382         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
55383              branch
55384              
55385              Flatten the cpp jungle doing the nosuid checking.
55386              
55387              Do not assume sign propagation. (from M.J.T. Guy)
55388              
55389              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
55390              
55391              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
55392              Now pp_ncmp() returns undef is either operand is a NaN.
55393              
55394              On second thoughts frexp() does have two arguments.
55395              
55396              Document that tr() is not tr(1).
55397              
55398              Be more robust on "extreme" (large absolute value)
55399              arguments.  Originally reported by Daniel Connelly
55400              as a problem with asinh() on large negative arguments,
55401              asinh() used to bail out because an argument to log()
55402              ended up being zero.  Ilya Zakharevich proposed using
55403              Taylor's series in such cases, which for such large
55404              arguments is a very good approximation.
55405              
55406              Undo "use integer" addition from 64bitint as it seems
55407              to break most of the subtests in Digital UNIX;
55408              Unicos needs to find another way.
55409      Branch: maint-5.6/perl
55410           !> (integrate 29 files)
55411 ____________________________________________________________________________
55412 [  7270] By: gsar                                  on 2000/10/16  03:09:44
55413         Log: integrate changes#5948,5949,5950 from mainline
55414              
55415              typo in vars.pm that leads to cryptic message (from Piotr
55416              Piatkowski <kompas@kompas.usr.onet.pl>)
55417              
55418              make perldoc use the pod2man from the same version (from
55419              M.J.T. Guy)
55420              
55421              reformat perldiag to avoid long lines
55422      Branch: maint-5.6/perl
55423           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
55424 ____________________________________________________________________________
55425 [  7269] By: gsar                                  on 2000/10/16  03:05:54
55426         Log: integrate change#5947 from mainline
55427              
55428              use &dl_error rather than &dl_load_file as the guard for calling
55429              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
55430              statically built perl)
55431      Branch: maint-5.6/perl
55432           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
55433 ____________________________________________________________________________
55434 [  7268] By: gsar                                  on 2000/10/16  03:04:48
55435         Log: integrate change#5945 from mainline
55436              
55437              make module name mandatory after -M switch; reorder perldiag
55438              alphabetically (from Mark-Jason Dominus)
55439      Branch: maint-5.6/perl
55440           !> perl.c pod/perldiag.pod
55441 ____________________________________________________________________________
55442 [  7267] By: gsar                                  on 2000/10/16  03:03:01
55443         Log: integrate change#5939 from mainline
55444              
55445              more pod nits (from Larry Virden)
55446      Branch: maint-5.6/perl
55447           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
55448           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
55449           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
55450 ____________________________________________________________________________
55451 [  7266] By: gsar                                  on 2000/10/16  03:01:39
55452         Log: integrate change#5938 from mainline
55453              
55454              Consolidated B::Deparse fixes (from Stephen McCamant)
55455      Branch: maint-5.6/perl
55456           !> ext/B/B/Deparse.pm
55457 ____________________________________________________________________________
55458 [  7265] By: gsar                                  on 2000/10/16  03:00:43
55459         Log: integrate change#5936 from mainline
55460              
55461              additional tests for change#7263 (from Paul Marquess)
55462      Branch: maint-5.6/perl
55463           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
55464           !> t/pragma/warn/5nolint t/pragma/warn/6default
55465 ____________________________________________________________________________
55466 [  7264] By: gsar                                  on 2000/10/16  02:58:34
55467         Log: integrate change#5934 from mainline
55468              
55469              propagate lexical warnings from surrounding scope correctly
55470              within string eval() (from Paul Marquess)
55471      Branch: maint-5.6/perl
55472           !> pp_ctl.c t/pragma/warn/pp_ctl
55473 ____________________________________________________________________________
55474 [  7263] By: gsar                                  on 2000/10/16  02:56:53
55475         Log: integrate change#5932 from mainline
55476              
55477              add rsignal(), whichsig() and do_join() to public API list
55478              (mod_perl uses them to good advantage)
55479      Branch: maint-5.6/perl
55480           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
55481 ____________________________________________________________________________
55482 [  7262] By: gsar                                  on 2000/10/16  02:55:53
55483         Log: integrate change#5931 from mainline
55484              
55485              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
55486      Branch: maint-5.6/perl
55487           !> pp_hot.c regexec.c t/op/pat.t
55488 ____________________________________________________________________________
55489 [  7261] By: gsar                                  on 2000/10/16  02:55:01
55490         Log: integrate change#5930 from mainline
55491              
55492              small os390 tweaks (from Peter Prymmer)
55493      Branch: maint-5.6/perl
55494           !> config_h.SH makedepend.SH
55495 ____________________________________________________________________________
55496 [  7260] By: gsar                                  on 2000/10/16  02:54:10
55497         Log: integrate change#5929 from mainline
55498              
55499              pod nits
55500      Branch: maint-5.6/perl
55501           !> pod/perlguts.pod
55502 ____________________________________________________________________________
55503 [  7259] By: gsar                                  on 2000/10/16  02:52:55
55504         Log: integrate change#5927 from mainline
55505              
55506              arrange for next() to resume at the unstack op rather than the
55507              loop conditional, so that scope cleanup happens correctly
55508              (from Stephen McCamant)
55509      Branch: maint-5.6/perl
55510           !> op.c pp_ctl.c t/op/misc.t
55511 ____________________________________________________________________________
55512 [  7258] By: gsar                                  on 2000/10/16  02:51:38
55513         Log: integrate change#5926 from mainline
55514              
55515              on windows, reserve 16M of stack rather than 128M (allows more
55516              threads to run concurrently)
55517      Branch: maint-5.6/perl
55518           !> win32/Makefile win32/makefile.mk
55519 ____________________________________________________________________________
55520 [  7257] By: gsar                                  on 2000/10/16  02:50:37
55521         Log: integrate change#5925 from mainline
55522              
55523              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
55524      Branch: maint-5.6/perl
55525           !> toke.c
55526 ____________________________________________________________________________
55527 [  7256] By: gsar                                  on 2000/10/16  02:49:36
55528         Log: integrate change#5924 from mainline
55529              
55530              avoid using uninitialized memory in require version check
55531      Branch: maint-5.6/perl
55532           !> pp_ctl.c universal.c
55533 ____________________________________________________________________________
55534 [  7255] By: gsar                                  on 2000/10/16  02:48:03
55535         Log: integrate changes#5923,5928,6009 from mainline
55536              
55537              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
55538      Branch: maint-5.6/perl
55539           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
55540 ____________________________________________________________________________
55541 [  7254] By: gsar                                  on 2000/10/16  02:44:46
55542         Log: integrate change#5922 from mainline
55543              
55544              commentary about IoTYPE() (from Nathan Torkington)
55545      Branch: maint-5.6/perl
55546           !> sv.h
55547 ____________________________________________________________________________
55548 [  7253] By: gsar                                  on 2000/10/16  02:43:49
55549         Log: integrate change#5921 from mainline
55550              
55551              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
55552      Branch: maint-5.6/perl
55553           !> sv.c t/lib/charnames.t t/pragma/utf8.t
55554 ____________________________________________________________________________
55555 [  7252] By: gsar                                  on 2000/10/16  02:42:31
55556         Log: integrate change#5920 from mainline
55557              
55558              Larry's fix for buggy propagation of utf8-ness in join(); add test
55559      Branch: maint-5.6/perl
55560           !> doop.c t/op/ver.t
55561 ____________________________________________________________________________
55562 [  7251] By: gsar                                  on 2000/10/16  02:41:14
55563         Log: integrate changes#5915..5919 from mainline
55564              
55565              various (pod tweaks &c)
55566      Branch: maint-5.6/perl
55567           !> (integrate 33 files)
55568 ____________________________________________________________________________
55569 [  7250] By: gsar                                  on 2000/10/16  02:38:16
55570         Log: integrate change#5914 from mainline
55571              
55572              caller() wasn't returning the right number of elements for
55573              eval {...}
55574      Branch: maint-5.6/perl
55575           !> pp_ctl.c t/pragma/warn/9enabled
55576 ____________________________________________________________________________
55577 [  7249] By: gsar                                  on 2000/10/16  02:37:02
55578         Log: integrate change#5913 from mainline
55579              
55580              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
55581              (from Mark-Jason Dominus)
55582      Branch: maint-5.6/perl
55583           !> pod/perlfunc.pod
55584 ____________________________________________________________________________
55585 [  7248] By: gsar                                  on 2000/10/16  02:35:58
55586         Log: integrate change#5912 from mainline
55587              
55588              fix totally broken caching in UNIVERSAL::isa() (from
55589              Nick Ing-Simmons)
55590      Branch: maint-5.6/perl
55591           !> t/op/universal.t universal.c
55592 ____________________________________________________________________________
55593 [  7247] By: gsar                                  on 2000/10/16  02:34:27
55594         Log: integrate changes#5910,5911 from mainline
55595              
55596              typo in pod
55597              
55598              add linebreak properties from unicode/LineBrk.txt (from
55599              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
55600      Branch: maint-5.6/perl
55601           +> (branch 29 files)
55602           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
55603 ____________________________________________________________________________
55604 [  7246] By: gsar                                  on 2000/10/16  02:33:29
55605         Log: integrate change#5909 from mainline
55606              
55607              mode argument to do_binmode() should be file mode, not boolean
55608      Branch: maint-5.6/perl
55609           !> pp_sys.c
55610 ____________________________________________________________________________
55611 [  7245] By: gsar                                  on 2000/10/16  02:31:04
55612         Log: integrate change#5908 from mainline
55613              
55614              introduce illegal symbols into null package so that
55615              gv_fetchpv(...,TRUE) always returns a valid GV even when the
55616              symbol is trapped by strictures (avoids coredumps)
55617      Branch: maint-5.6/perl
55618           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
55619           !> t/pragma/strict-vars
55620 ____________________________________________________________________________
55621 [  7244] By: jhi                                   on 2000/10/16  02:29:54
55622         Log: Subject: $Carp::ExportLevel confusion in Exporter
55623              From: "Ben Tilly" <ben_tilly@hotmail.com>
55624              Date: Sat, 14 Oct 2000 16:44:34 EDT
55625              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
55626      Branch: perl
55627            ! lib/Exporter/Heavy.pm
55628 ____________________________________________________________________________
55629 [  7243] By: jhi                                   on 2000/10/16  02:28:33
55630         Log: Subject: [PATCH perlguts.pod] Document offset hack
55631              From: Simon Cozens <simon@cozens.net>
55632              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
55633              Date: Sat, 14 Oct 2000 19:32:25 +0100
55634      Branch: perl
55635            ! pod/perlguts.pod
55636 ____________________________________________________________________________
55637 [  7242] By: gsar                                  on 2000/10/16  02:26:51
55638         Log: integrate changes#5905,5906,5907,6064 from mainline
55639              
55640              printf/sprintf didn't get quad types right under use64bitint
55641      Branch: maint-5.6/perl
55642           !> pp_sys.c sv.c t/op/64bitint.t
55643 ____________________________________________________________________________
55644 [  7241] By: jhi                                   on 2000/10/16  02:22:44
55645         Log: Subject: small pod patch
55646              From: Dan Boorstein <dan_boo@bellsouth.net>
55647              Date: Sat, 14 Oct 2000 14:29:24 -0400
55648              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
55649      Branch: perl
55650            ! pod/perlfaq7.pod pod/perlmod.pod
55651 ____________________________________________________________________________
55652 [  7240] By: jhi                                   on 2000/10/16  02:13:46
55653         Log: -w cleanup.
55654              
55655              Subject: Re: Problems with bleadperl 
55656              From: "Stephen P. Potter" <spp@ds.net>
55657              Date: Fri, 13 Oct 2000 13:32:49 -0400
55658              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
55659      Branch: perl
55660            ! t/pragma/overload.t
55661 ____________________________________________________________________________
55662 [  7239] By: jhi                                   on 2000/10/16  01:41:18
55663         Log: One more ~utf8 tweak.
55664      Branch: perl
55665            ! t/op/bop.t
55666 ____________________________________________________________________________
55667 [  7238] By: jhi                                   on 2000/10/16  01:34:14
55668         Log: Tweak the test of #7235.
55669      Branch: perl
55670            ! t/op/bop.t
55671 ____________________________________________________________________________
55672 [  7237] By: jhi                                   on 2000/10/16  01:25:04
55673         Log: Fix a couple of compiler-noted nits in #7235.
55674      Branch: perl
55675            ! pp.c
55676 ____________________________________________________________________________
55677 [  7236] By: jhi                                   on 2000/10/16  01:22:46
55678         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
55679      Branch: perl
55680            ! pp.c pp_hot.c
55681 ____________________________________________________________________________
55682 [  7235] By: jhi                                   on 2000/10/15  16:24:44
55683         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
55684              
55685              From: Simon Cozens <simon@cozens.net>
55686              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
55687              Date: Sat, 14 Oct 2000 20:52:13 +0100
55688              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
55689      Branch: perl
55690            ! pp.c t/op/bop.t utf8.h
55691 ____________________________________________________________________________
55692 [  7234] By: jhi                                   on 2000/10/15  15:19:29
55693         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
55694              The problem was that rx->minlen was in chars while pp_split()
55695              thought it would be in bytes. 
55696      Branch: perl
55697            ! pp.c t/pragma/utf8.t
55698 ____________________________________________________________________________
55699 [  7233] By: jhi                                   on 2000/10/14  20:24:24
55700         Log: Document FNCASE=y as discussed in the bug 20000902.009.
55701      Branch: perl
55702            ! README.dos
55703 ____________________________________________________________________________
55704 [  7232] By: jhi                                   on 2000/10/14  18:52:21
55705         Log: Add test for bug id 20000427.003 (which seems to have
55706              been fixed) (also duplicate as 20000427.004, though
55707              with a higher severity).  Move one utf8 from op/append
55708              to pragma/utf8, tag the tests with bug ids.
55709      Branch: perl
55710            ! t/op/append.t t/pragma/utf8.t
55711 ____________________________________________________________________________
55712 [  7231] By: jhi                                   on 2000/10/14  17:28:37
55713         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
55714      Branch: perl
55715            ! t/pragma/utf8.t
55716 ____________________________________________________________________________
55717 [  7230] By: jhi                                   on 2000/10/14  14:24:50
55718         Log: Needs to be conditional on SunOS 4.
55719              
55720              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
55721              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
55722              Date: Sat, 14 Oct 2000 13:37:49 +0100
55723              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
55724      Branch: metaconfig/U/perl
55725            ! End.U
55726      Branch: perl
55727            ! Configure myconfig.SH pod/perldelta.pod
55728 ____________________________________________________________________________
55729 [  7229] By: jhi                                   on 2000/10/14  00:49:22
55730         Log: Update Changes.
55731      Branch: perl
55732            ! Changes patchlevel.h
55733 ____________________________________________________________________________
55734 [  7228] By: jhi                                   on 2000/10/14  00:46:10
55735         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
55736              From: Peter Prymmer <pvhp@forte.com>
55737              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
55738              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
55739      Branch: perl
55740            ! lib/utf8.pm
55741 ____________________________________________________________________________
55742 [  7227] By: jhi                                   on 2000/10/13  23:20:30
55743         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
55744      Branch: perl
55745            ! t/op/tie.t
55746 ____________________________________________________________________________
55747 [  7226] By: jhi                                   on 2000/10/13  22:14:32
55748         Log: Tweak #7225.
55749              
55750              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
55751              From: Peter Prymmer <pvhp@forte.com>
55752              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
55753              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
55754      Branch: perl
55755            ! t/op/sprintf.t
55756 ____________________________________________________________________________
55757 [  7225] By: jhi                                   on 2000/10/13  22:11:31
55758         Log: op/sprintf.t patch for OS/390 (and any other host with limited
55759              floating-point exponent length)
55760              
55761              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
55762              From: Dominic Dunlop <domo@computer.org>
55763              Date: Fri, 13 Oct 2000 19:17:57 +0200
55764              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
55765      Branch: perl
55766            ! t/op/sprintf.t
55767 ____________________________________________________________________________
55768 [  7224] By: jhi                                   on 2000/10/13  18:40:48
55769         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
55770      Branch: perl
55771            ! toke.c
55772 ____________________________________________________________________________
55773 [  7223] By: jhi                                   on 2000/10/13  18:37:13
55774         Log: Thinko in #7222.
55775      Branch: perl
55776            ! utf8.c
55777 ____________________________________________________________________________
55778 [  7222] By: jhi                                   on 2000/10/13  18:05:23
55779         Log: Use UTF8SKIP(), from Simon Cozens.
55780      Branch: perl
55781            ! utf8.c
55782 ____________________________________________________________________________
55783 [  7221] By: jhi                                   on 2000/10/13  15:43:19
55784         Log: (accidentally empty check-in)
55785      Branch: perl
55786            ! utf8.c
55787 ____________________________________________________________________________
55788 [  7220] By: jhi                                   on 2000/10/13  15:23:51
55789         Log: Add (optimistically) Storable to static extensions.
55790      Branch: perl
55791            ! hints/uwin.sh hints/vmesa.sh
55792 ____________________________________________________________________________
55793 [  7219] By: jhi                                   on 2000/10/13  15:20:05
55794         Log: Amdahl UTS doesn't seem to do dynaloading.
55795      Branch: perl
55796            ! hints/uts.sh
55797 ____________________________________________________________________________
55798 [  7218] By: jhi                                   on 2000/10/13  15:15:20
55799         Log: Slight tweak of the code to appease Amdahl UTS cc.
55800      Branch: perl
55801            ! pp.c
55802 ____________________________________________________________________________
55803 [  7217] By: jhi                                   on 2000/10/13  14:50:42
55804         Log: In Amdahl UTS "struct sv" is defined by a system header,
55805              <ksync.h>.
55806      Branch: perl
55807            ! perl.h sv.h
55808 ____________________________________________________________________________
55809 [  7216] By: jhi                                   on 2000/10/13  11:58:25
55810         Log: Ilya implemented the memory profiling API.
55811      Branch: perl
55812            ! Todo
55813 ____________________________________________________________________________
55814 [  7215] By: jhi                                   on 2000/10/13  02:56:38
55815         Log: Subject: [PATCH 5.7.0] Perl API for mstats
55816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55817              Date: Thu, 12 Oct 2000 22:52:40 -0400
55818              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
55819      Branch: perl
55820            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
55821 ____________________________________________________________________________
55822 [  7214] By: jhi                                   on 2000/10/13  02:55:38
55823         Log: Subject: [PATCH 5.7.0] IVs in mtats
55824              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55825              Date: Thu, 12 Oct 2000 22:51:04 -0400
55826              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
55827      Branch: perl
55828            ! malloc.c perl.h
55829 ____________________________________________________________________________
55830 [  7213] By: jhi                                   on 2000/10/13  02:31:47
55831         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
55832      Branch: perl
55833            ! pod/perldiag.pod pp_sys.c
55834 ____________________________________________________________________________
55835 [  7212] By: jhi                                   on 2000/10/13  01:27:38
55836         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
55837              From: Peter Prymmer <pvhp@forte.com>
55838              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
55839              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
55840      Branch: perl
55841            ! t/op/oct.t
55842 ____________________________________________________________________________
55843 [  7211] By: jhi                                   on 2000/10/13  00:35:09
55844         Log: Update Changes.
55845      Branch: perl
55846            ! Changes patchlevel.h
55847 ____________________________________________________________________________
55848 [  7210] By: jhi                                   on 2000/10/12  23:59:40
55849         Log: The Install.pm third of
55850              
55851              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
55852              From: Bill Campbell <bill@celestial.com>
55853              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
55854              Date: Thu, 5 Oct 2000 18:04:51 -0700
55855      Branch: perl
55856            ! lib/ExtUtils/Install.pm
55857 ____________________________________________________________________________
55858 [  7209] By: jhi                                   on 2000/10/12  23:58:43
55859         Log: Two thirds of
55860              
55861              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
55862              Date: Thu, 5 Oct 2000 18:04:51 -0700
55863              From: Bill Campbell <bill@celestial.com>
55864              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
55865              
55866              The Install.pm changes will be submitted separately because
55867              they need some work and discussion still.
55868      Branch: perl
55869            ! lib/getopts.pl lib/termcap.pl
55870 ____________________________________________________________________________
55871 [  7208] By: jhi                                   on 2000/10/12  23:41:19
55872         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
55873              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55874              Date:     Thu, 12 Oct 2000 07:30:02 EDT
55875              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
55876      Branch: perl
55877            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
55878            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
55879 ____________________________________________________________________________
55880 [  7207] By: jhi                                   on 2000/10/12  23:39:01
55881         Log: An updated EBCDIC tr patch.
55882              
55883              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
55884              From: Peter Prymmer <pvhp@forte.com>
55885              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
55886              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
55887      Branch: perl
55888            ! t/op/tr.t
55889 ____________________________________________________________________________
55890 [  7206] By: jhi                                   on 2000/10/12  23:34:55
55891         Log: Upgrade to CPAN 1.58, from Andreas König.
55892      Branch: perl
55893            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55894 ____________________________________________________________________________
55895 [  7205] By: jhi                                   on 2000/10/12  23:29:08
55896         Log: Introduce the man[24-8] variables, from Andy Dougherty.
55897      Branch: metaconfig/U/perl
55898            + mandirs.U mandirstyle.U
55899      Branch: perl
55900            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55901            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
55902            ! vos/config.h vos/config.pl vos/config_h.SH_orig
55903            ! win32/config.bc win32/config.gc win32/config.vc
55904 ____________________________________________________________________________
55905 [  7204] By: gsar                                  on 2000/10/12  18:11:24
55906         Log: restore change#7202
55907      Branch: perl
55908            ! mg.c
55909 ____________________________________________________________________________
55910 [  7203] By: gsar                                  on 2000/10/12  18:09:40
55911         Log: another test of the Emergency Broadcast System--back out 
55912              change#7202
55913      Branch: perl
55914            ! mg.c
55915 ____________________________________________________________________________
55916 [  7202] By: gsar                                  on 2000/10/12  16:40:47
55917         Log: (submitted on behalf of Jarkko)
55918              Fix the lib/encode.t subtest 6 failure as reported by Andreas
55919              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
55920              was unearthed by change 7182, as was a bug in HTML::Entities.
55921      Branch: perl
55922            ! mg.c
55923 ____________________________________________________________________________
55924 [  7201] By: jhi                                   on 2000/10/11  03:16:05
55925         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
55926      Branch: perl
55927            ! pp_hot.c t/pragma/utf8.t
55928 ____________________________________________________________________________
55929 [  7200] By: jhi                                   on 2000/10/11  00:40:30
55930         Log: The #7198 was a false alarm.
55931      Branch: perl
55932            ! pp_hot.c
55933 ____________________________________________________________________________
55934 [  7199] By: jhi                                   on 2000/10/11  00:26:04
55935         Log: Remove duplicated code.
55936      Branch: perl
55937            ! t/lib/cgi-html.t
55938 ____________________________________________________________________________
55939 [  7198] By: jhi                                   on 2000/10/10  23:30:46
55940         Log: (Retracted by #7200.)
55941      Branch: perl
55942            ! pp_hot.c
55943 ____________________________________________________________________________
55944 [  7197] By: jhi                                   on 2000/10/10  21:49:30
55945         Log: Add the test case for #7190, from the original bug report
55946              by Andreas König.
55947      Branch: perl
55948            ! t/pragma/utf8.t
55949 ____________________________________________________________________________
55950 [  7196] By: jhi                                   on 2000/10/10  21:40:49
55951         Log: Reapply Andy's patch and regen Configure.
55952      Branch: perl
55953            ! Configure INSTALL Makefile.SH Porting/Glossary
55954            ! Porting/config.sh config_h.SH epoc/config.sh installperl
55955            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
55956            ! win32/config.vc
55957 ____________________________________________________________________________
55958 [  7195] By: jhi                                   on 2000/10/10  21:09:30
55959         Log: Use the versiononly instead of the installscripts,
55960              retract the changes 7146 and 7147.
55961      Branch: perl
55962            ! Configure INSTALL Makefile.SH Porting/Glossary
55963            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
55964            ! installperl uconfig.sh vos/config.def win32/config.bc
55965            ! win32/config.gc win32/config.vc
55966 ____________________________________________________________________________
55967 [  7194] By: jhi                                   on 2000/10/10  21:06:15
55968         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
55969              From: Peter Prymmer <pvhp@forte.com>
55970              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
55971              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
55972      Branch: perl
55973            ! t/op/ver.t
55974 ____________________________________________________________________________
55975 [  7193] By: jhi                                   on 2000/10/10  21:05:12
55976         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
55977              From: Peter Prymmer <pvhp@forte.com>
55978              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
55979              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
55980      Branch: perl
55981            ! t/op/tr.t
55982 ____________________________________________________________________________
55983 [  7192] By: jhi                                   on 2000/10/10  20:57:30
55984         Log: Add versiononly, delete installscripts, from Andy Dougherty.
55985      Branch: metaconfig
55986            - U/installdirs/installscripts.U
55987      Branch: metaconfig/U/perl
55988            + versiononly.U
55989 ____________________________________________________________________________
55990 [  7191] By: jhi                                   on 2000/10/10  19:41:21
55991         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
55992              From: Peter Prymmer <pvhp@forte.com>
55993              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
55994              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
55995      Branch: perl
55996            ! pod/perlebcdic.pod
55997 ____________________________________________________________________________
55998 [  7190] By: jhi                                   on 2000/10/10  19:26:14
55999         Log: Subject: Re: utf8 concat, mg_get
56000              From: Simon Cozens <simon@cozens.net>
56001              Date: Tue, 10 Oct 2000 17:40:17 +0100
56002              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
56003      Branch: perl
56004            ! pp_hot.c
56005 ____________________________________________________________________________
56006 [  7189] By: jhi                                   on 2000/10/10  19:23:03
56007         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
56008              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
56009              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
56010              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
56011      Branch: perl
56012            ! lib/ExtUtils/MM_Unix.pm
56013 ____________________________________________________________________________
56014 [  7188] By: jhi                                   on 2000/10/10  15:31:24
56015         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
56016              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
56017              Date: Fri, 14 Jul 2000 10:47:36 +0100
56018              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
56019      Branch: perl
56020            ! README.win32
56021 ____________________________________________________________________________
56022 [  7187] By: jhi                                   on 2000/10/10  13:30:10
56023         Log: Quote the temp file name, needed in Win32 because the
56024              default name unfortunately contains spaces, shouldn't
56025              hurt elsewhere.
56026              
56027              Subject: FW: perldoc fails if $TEMP contains spaces
56028              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
56029              Date: Thu, 14 Sep 2000 08:58:45 +0100
56030              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
56031      Branch: perl
56032            ! utils/perldoc.PL
56033 ____________________________________________________________________________
56034 [  7186] By: jhi                                   on 2000/10/10  13:16:27
56035         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
56036              From: hv@hugo.hybyte.com
56037              Date: Tue, 10 Oct 2000 14:10:20 +0100
56038              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
56039      Branch: perl
56040            ! t/lib/thr5005.t util.c
56041 ____________________________________________________________________________
56042 [  7185] By: jhi                                   on 2000/10/10  12:06:22
56043         Log: Upgrade to podlators 1.04, from Russ Allbery.
56044      Branch: perl
56045            ! lib/Pod/Man.pm lib/Pod/Text.pm
56046 ____________________________________________________________________________
56047 [  7184] By: jhi                                   on 2000/10/10  12:01:32
56048         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
56049      Branch: perl
56050            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
56051 ____________________________________________________________________________
56052 [  7183] By: jhi                                   on 2000/10/09  23:47:15
56053         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
56054              From: Peter Prymmer <pvhp@forte.com>
56055              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
56056              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
56057      Branch: perl
56058            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
56059 ____________________________________________________________________________
56060 [  7182] By: jhi                                   on 2000/10/09  23:43:16
56061         Log: Make eq work again with utf8 (disabling the upgrading
56062              should no more be necessary since the copies of the
56063              scalars are upgraded, not the scalars themselves).
56064              Takes care of ID 20001009.001.  (The claimed length()
56065              bug in 20001009.001 seems bogus to me.)
56066      Branch: perl
56067            ! sv.c t/pragma/utf8.t
56068 ____________________________________________________________________________
56069 [  7181] By: gsar                                  on 2000/10/09  19:41:54
56070         Log: tweak for change#7173
56071      Branch: perl
56072            ! win32/win32sck.c
56073 ____________________________________________________________________________
56074 [  7180] By: gsar                                  on 2000/10/09  19:26:56
56075         Log: on Windows, clean targets might not work under some flavors of the shell
56076      Branch: perl
56077            ! win32/Makefile win32/makefile.mk
56078 ____________________________________________________________________________
56079 [  7179] By: jhi                                   on 2000/10/09  19:21:02
56080         Log: Update Changes.
56081      Branch: perl
56082            ! Changes patchlevel.h
56083 ____________________________________________________________________________
56084 [  7178] By: jhi                                   on 2000/10/09  19:18:23
56085         Log: Warn about unknown scripts.
56086              
56087              Subject: Re: ideas? patches? [PATCH bleadperl]
56088              From: Dominic Dunlop <domo@computer.org>
56089              Date: Mon, 9 Oct 2000 14:57:17 +0200
56090              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
56091      Branch: perl
56092            ! lib/charnames.pm
56093 ____________________________________________________________________________
56094 [  7177] By: jhi                                   on 2000/10/09  19:13:27
56095         Log: Change #7160 had a nasty typo.
56096      Branch: metaconfig
56097            ! U/compline/Compile.U
56098      Branch: perl
56099            ! Configure config_h.SH
56100 ____________________________________________________________________________
56101 [  7176] By: gsar                                  on 2000/10/09  18:59:33
56102         Log: pod nit
56103      Branch: perl
56104            ! pod/perlport.pod
56105 ____________________________________________________________________________
56106 [  7175] By: gsar                                  on 2000/10/09  18:54:28
56107         Log: Windows9x doesn't support link(), despite what Config.pm
56108              might think
56109      Branch: perl
56110            ! lib/ExtUtils/Manifest.pm
56111 ____________________________________________________________________________
56112 [  7174] By: gsar                                  on 2000/10/09  18:50:03
56113         Log: avoid nonportable example code
56114      Branch: perl
56115            ! lib/File/Copy.pm
56116 ____________________________________________________________________________
56117 [  7173] By: gsar                                  on 2000/10/09  18:46:54
56118         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
56119              being used) when closing a socket handle
56120      Branch: perl
56121            ! win32/win32.c win32/win32.h win32/win32sck.c
56122 ____________________________________________________________________________
56123 [  7172] By: gsar                                  on 2000/10/09  18:41:40
56124         Log: on Windows, cwd strings in the environment should be of the
56125              form =X:=X:\foo instead of =X=X:\foo\
56126      Branch: perl
56127            ! win32/vdir.h
56128 ____________________________________________________________________________
56129 [  7171] By: gsar                                  on 2000/10/09  18:30:09
56130         Log: on Windows, LoadLibrary() could load an extension DLL multiple
56131              times if forward slashes are used in the path
56132      Branch: perl
56133            ! win32/win32.c
56134 ____________________________________________________________________________
56135 [  7170] By: jhi                                   on 2000/10/09  17:53:59
56136         Log: Add a todo note about overloadable assertions.
56137      Branch: perl
56138            ! Todo-5.6
56139 ____________________________________________________________________________
56140 [  7169] By: jhi                                   on 2000/10/09  13:43:45
56141         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
56142              From: mjd@plover.com
56143              Date: 9 Oct 2000 00:24:44 -0000
56144              Message-ID: <20001009002444.10616.qmail@plover.com>
56145      Branch: perl
56146            ! pod/perldebguts.pod
56147 ____________________________________________________________________________
56148 [  7168] By: nick                                  on 2000/10/08  13:16:33
56149         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
56150              is not right thing to do on (e.g. x86). Network order is also "right" for
56151              X fonts.
56152      Branch: perl
56153            ! ext/Encode/Encode.pm
56154 ____________________________________________________________________________
56155 [  7167] By: nick                                  on 2000/10/08  12:54:42
56156         Log: Make "encodings" work post-install when Encode/*.enc files may not
56157              be in same directory as Encode.pm
56158      Branch: perl
56159            ! ext/Encode/Encode.pm
56160 ____________________________________________________________________________
56161 [  7166] By: nick                                  on 2000/10/08  11:51:26
56162         Log: Work round the fact that $hash->{$key} does not take into account
56163              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
56164              so that key is always in the "expected" encoding - i.e. same way we put
56165              it in the hash.
56166      Branch: perl
56167            ! ext/Encode/Encode.pm
56168 ____________________________________________________________________________
56169 [  7165] By: gsar                                  on 2000/10/08  04:15:29
56170         Log: save_re_context() could reset PL_curcop to freed memory, causing core
56171              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
56172      Branch: perl
56173            ! pp_ctl.c
56174 ____________________________________________________________________________
56175 [  7164] By: jhi                                   on 2000/10/06  20:51:48
56176         Log: UTF8ize split() so that the cloned substrings get the UTF8
56177              flag of the original scalar.  Problem reported by Simon Cozens.
56178      Branch: perl
56179            ! pp.c t/pragma/utf8.t
56180 ____________________________________________________________________________
56181 [  7163] By: nick                                  on 2000/10/06  20:48:34
56182         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
56183              got a false +ve and so did not reach code which would have un-FAKEd the SV.
56184      Branch: perl
56185            ! sv.c
56186 ____________________________________________________________________________
56187 [  7162] By: nick                                  on 2000/10/06  20:25:37
56188         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
56189              To fix  (sort {$a <=> $b} keys %hash) in particular but
56190              should cover a number of other as-yet-unknown cases as well.
56191      Branch: perl
56192            ! sv.c
56193 ____________________________________________________________________________
56194 [  7161] By: jhi                                   on 2000/10/06  19:56:18
56195         Log: Change the version number of Tie::Handle in the core to 4.0,
56196              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
56197              
56198              Subject: Note on Tie::Handle
56199              From: andreas.koenig@anima.de (Andreas J. Koenig)
56200              Date:      06 Oct 2000 21:48:58 +0200
56201              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
56202      Branch: perl
56203            ! lib/Tie/Handle.pm
56204 ____________________________________________________________________________
56205 [  7160] By: jhi                                   on 2000/10/06  18:20:35
56206         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
56207              as the first option of cc/ld because of ultrapicky compilers
56208              (e.g. OS/390 R2.5)
56209      Branch: metaconfig
56210            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
56211            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
56212            ! U/compline/orderlib.U U/modified/Cppsym.U
56213            ! U/modified/d_access.U
56214      Branch: metaconfig/U/perl
56215            ! Checkcc.U d_dlsymun.U gccvers.U
56216      Branch: perl
56217            ! Configure config_h.SH
56218 ____________________________________________________________________________
56219 [  7159] By: jhi                                   on 2000/10/06  13:56:39
56220         Log: Update Changes.
56221      Branch: perl
56222            ! Changes patchlevel.h
56223 ____________________________________________________________________________
56224 [  7158] By: jhi                                   on 2000/10/06  12:48:40
56225         Log: Eliminate $Is_VMS code from the test.
56226              
56227              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
56228              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56229              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
56230              Date:     Thu, 5 Oct 2000 07:46:33 EDT
56231      Branch: perl
56232            ! t/lib/b.t
56233 ____________________________________________________________________________
56234 [  7157] By: jhi                                   on 2000/10/06  12:47:13
56235         Log: Also the $ccflags is needed for the C compiler check.
56236              
56237              Subject: Configure (check for C-compiler)
56238              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56239              Date: Fri, 06 Oct 2000 08:47:15 +0200
56240              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
56241      Branch: metaconfig/U/perl
56242            ! Checkcc.U
56243      Branch: perl
56244            ! Configure config_h.SH
56245 ____________________________________________________________________________
56246 [  7156] By: jhi                                   on 2000/10/06  11:45:15
56247         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
56248      Branch: perl
56249            ! perl.c pp_ctl.c sv.h utf8.c
56250 ____________________________________________________________________________
56251 [  7155] By: jhi                                   on 2000/10/06  11:40:41
56252         Log: IO::Handle->syswrite() did not handle length omission
56253              like CORE::syswrite() does.
56254              
56255              Subject: [Fwd] IO::Handle, syswrite and arguments
56256              From: Graham Barr <gbarr@pobox.com>
56257              Date: Fri, 6 Oct 2000 10:22:05 +0100
56258              Message-ID: <20001006102205.U6312@pobox.com>
56259              
56260              The original patch from andrew@ugh.net.au.
56261      Branch: perl
56262            ! ext/IO/lib/IO/Handle.pm
56263 ____________________________________________________________________________
56264 [  7154] By: jhi                                   on 2000/10/06  01:42:15
56265         Log: Tweak #7153.
56266      Branch: perl
56267            ! utf8.h
56268 ____________________________________________________________________________
56269 [  7153] By: jhi                                   on 2000/10/06  00:39:55
56270         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
56271      Branch: perl
56272            ! utf8.h
56273 ____________________________________________________________________________
56274 [  7152] By: jhi                                   on 2000/10/06  00:38:11
56275         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
56276      Branch: perl
56277            ! perl.c pp_ctl.c sv.h utf8.c
56278 ____________________________________________________________________________
56279 [  7151] By: jhi                                   on 2000/10/06  00:36:38
56280         Log: Subject: Re: Questions about Tie::Array and perl modules
56281              From: Nick Ing-Simmons <nik@tiuk.ti.com>
56282              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
56283              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
56284              
56285              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
56286      Branch: perl
56287            ! lib/Tie/Array.pm t/op/array.t
56288 ____________________________________________________________________________
56289 [  7150] By: jhi                                   on 2000/10/05  00:20:45
56290         Log: Regen Changes.
56291      Branch: perl
56292            ! Changes patchlevel.h
56293 ____________________________________________________________________________
56294 [  7149] By: jhi                                   on 2000/10/05  00:20:01
56295         Log: Regen toc.
56296      Branch: perl
56297            ! pod/perltoc.pod
56298 ____________________________________________________________________________
56299 [  7148] By: jhi                                   on 2000/10/04  23:35:08
56300         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
56301              reported several times by Dominic Dunlop, for example in
56302              ID 20000315.008.  Patch from Dominic.  Patch affects at
56303              least MachTen, and possibly other oldish BSDs. Should not
56304              break non-broken platforms (tested on LinuxPPC). 
56305      Branch: perl
56306            ! doio.c
56307 ____________________________________________________________________________
56308 [  7147] By: jhi                                   on 2000/10/04  23:26:34
56309         Log: The one that got away from 7146.
56310      Branch: metaconfig
56311            + U/installdirs/installscripts.U
56312 ____________________________________________________________________________
56313 [  7146] By: jhi                                   on 2000/10/04  23:25:04
56314         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
56315              suggested by H. Merijn Brand.
56316      Branch: perl
56317            ! Configure INSTALL Makefile.SH Porting/Glossary
56318            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
56319            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
56320            ! win32/config.vc
56321 ____________________________________________________________________________
56322 [  7145] By: jhi                                   on 2000/10/04  22:08:21
56323         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
56324              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56325              Date: Wed, 4 Oct 2000 17:37:46 -0400
56326              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
56327      Branch: perl
56328            ! utils/h2xs.PL
56329 ____________________________________________________________________________
56330 [  7144] By: jhi                                   on 2000/10/04  18:11:41
56331         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
56332              From: Jeff Pinyan <jeffp@crusoe.net>
56333              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
56334              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
56335      Branch: perl
56336            ! pod/perlrun.pod
56337 ____________________________________________________________________________
56338 [  7143] By: jhi                                   on 2000/10/04  18:09:58
56339         Log: Subject: perlhack.pod Patch for Externals Tools
56340              From: Fisher Mark <fisherm@tce.com>
56341              Date: Tue, 3 Oct 2000 15:43:27 -0500 
56342              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
56343      Branch: perl
56344            ! pod/perlhack.pod
56345 ____________________________________________________________________________
56346 [  7142] By: jhi                                   on 2000/10/04  18:08:41
56347         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
56348              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56349              Date:     Wed, 4 Oct 2000 12:11:11 EDT
56350              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
56351      Branch: perl
56352            ! vms/vms.c
56353 ____________________________________________________________________________
56354 [  7141] By: jhi                                   on 2000/10/04  12:20:16
56355         Log: Subject: [PATCH 5.7.0] h2xs not working
56356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56357              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
56358              Date: Tue, 3 Oct 2000 21:43:01 -0400
56359              
56360              Subject: [PATCH 5.7.0] h2xs not documenting the created module
56361              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56362              Date: Tue, 3 Oct 2000 22:55:19 -0400
56363              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
56364      Branch: perl
56365            ! utils/h2xs.PL
56366 ____________________________________________________________________________
56367 [  7140] By: jhi                                   on 2000/10/04  11:53:44
56368         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
56369              From: nick@babyhippo.com
56370              Date: Wed, 4 Oct 2000 12:06:45 +0100
56371              Message-Id: <20001004120645.A7356@babyhippo.com>
56372              
56373              Retract 7118 and 7135.
56374      Branch: perl
56375            ! installman installperl op.c t/pragma/subs.t
56376 ____________________________________________________________________________
56377 [  7139] By: jhi                                   on 2000/10/03  22:09:41
56378         Log: It is possible to have no hosts database at all.  Pointed out in
56379              
56380              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
56381              From: Peter Prymmer <pvhp@forte.com>
56382              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
56383              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
56384      Branch: metaconfig
56385            ! U/modified/myhostname.U
56386      Branch: perl
56387            ! Configure config_h.SH
56388 ____________________________________________________________________________
56389 [  7138] By: jhi                                   on 2000/10/03  21:49:49
56390         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
56391              From: Peter Prymmer <pvhp@forte.com>
56392              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
56393              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
56394      Branch: perl
56395            ! pp_sys.c
56396 ____________________________________________________________________________
56397 [  7137] By: jhi                                   on 2000/10/03  20:10:05
56398         Log: One remaining nit less at the VMS mailbox sizing.
56399      Branch: perl
56400            ! vms/vms.c
56401 ____________________________________________________________________________
56402 [  7136] By: jhi                                   on 2000/10/03  20:08:47
56403         Log: Test harness update to sync with the new perlcc,
56404              from Simon Cozens.
56405      Branch: perl
56406            ! t/TEST t/UTEST
56407 ____________________________________________________________________________
56408 [  7135] By: jhi                                   on 2000/10/03  15:15:42
56409         Log: Subject: Re: PATCH for 20001003.004
56410              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
56411              From: "AARON B. DOSSETT" <aaron@iglou.com>
56412              Message-Id: <E13gTay-0006od-00@iglou.com>
56413      Branch: perl
56414            ! installman installperl
56415 ____________________________________________________________________________
56416 [  7134] By: jhi                                   on 2000/10/03  15:00:34
56417         Log: Subject: [ID 20001003.006] B::Debug not -w clean
56418              From: Nicholas Clark <nick@babyhippo.co.uk>
56419              Date: Tue, 03 Oct 2000 15:46:32 +0100
56420              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
56421      Branch: perl
56422            ! ext/B/B/Debug.pm
56423 ____________________________________________________________________________
56424 [  7133] By: jhi                                   on 2000/10/03  14:58:39
56425         Log: Scale down the VMS message boxes, by Charles Lane.
56426              Fix for ID 20000903.009, workaround at
56427              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
56428      Branch: perl
56429            ! vms/vms.c
56430 ____________________________________________________________________________
56431 [  7132] By: jhi                                   on 2000/10/03  11:20:37
56432         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
56433      Branch: perl
56434            + t/lib/st-lock.t t/lib/st-utf8.t
56435            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
56436            ! ext/Storable/Storable.xs t/lib/st-recurse.t
56437 ____________________________________________________________________________
56438 [  7131] By: jhi                                   on 2000/10/03  03:38:23
56439         Log: Encode nits.
56440      Branch: perl
56441            ! MANIFEST Makefile.SH
56442 ____________________________________________________________________________
56443 [  7130] By: jhi                                   on 2000/10/03  03:31:05
56444         Log: Update Changes.
56445      Branch: perl
56446            ! Changes patchlevel.h
56447 ____________________________________________________________________________
56448 [  7129] By: jhi                                   on 2000/10/03  02:24:02
56449         Log: Misplaced else.
56450      Branch: metaconfig/U/perl
56451            ! d_strtoll.U
56452      Branch: perl
56453            ! Configure config_h.SH
56454 ____________________________________________________________________________
56455 [  7128] By: jhi                                   on 2000/10/03  02:08:29
56456         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
56457              From: sthoenna@efn.org
56458              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
56459              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
56460      Branch: metaconfig/U/perl
56461            ! d_strtoll.U
56462      Branch: perl
56463            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
56464 ____________________________________________________________________________
56465 [  7127] By: jhi                                   on 2000/10/03  01:13:14
56466         Log: Update Changes.
56467      Branch: perl
56468            ! Changes patchlevel.h
56469 ____________________________________________________________________________
56470 [  7126] By: jhi                                   on 2000/10/03  00:57:08
56471         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
56472              as suggested by Olaf Flebbe and Nick Clark.
56473      Branch: perl
56474            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
56475 ____________________________________________________________________________
56476 [  7125] By: jhi                                   on 2000/10/03  00:50:56
56477         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
56478              From: Nick Clark <nick@plum.flirble.org>
56479              Date: Mon, 2 Oct 2000 11:03:24 +0100
56480              Message-Id: <20001002110324.D20073@plum.flirble.org>
56481              
56482              Also fixes bug ID 20001002.005.
56483      Branch: perl
56484            ! t/lib/encode.t
56485 ____________________________________________________________________________
56486 [  7124] By: jhi                                   on 2000/10/03  00:34:59
56487         Log: Subject: [PATCH 5.7.0] Epoc update
56488              From: Olaf Flebbe <o.flebbe@gmx.de>
56489              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
56490              Message-ID: <26423.969484586@www10.gmx.net>
56491      Branch: perl
56492            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
56493            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
56494            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
56495            ! util.c util.h
56496 ____________________________________________________________________________
56497 [  7123] By: jhi                                   on 2000/10/03  00:30:07
56498         Log: Regen headers.
56499      Branch: perl
56500            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
56501 ____________________________________________________________________________
56502 [  7122] By: jhi                                   on 2000/10/03  00:10:48
56503         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
56504      Branch: perl
56505            ! hints/openbsd.sh
56506 ____________________________________________________________________________
56507 [  7121] By: jhi                                   on 2000/10/03  00:05:06
56508         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
56509              From: <abigail@foad.org>
56510              Date: Tue, 26 Sep 2000 13:36:14 -0400
56511              Message-ID: <20000926173614.4356.qmail@foad.org>
56512      Branch: perl
56513            ! pod/perlop.pod
56514 ____________________________________________________________________________
56515 [  7120] By: jhi                                   on 2000/10/03  00:04:00
56516         Log: Inside require() $^S was always left undefined.
56517              
56518              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
56519              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56520              Date: Wed, 27 Sep 2000 18:54:49 -0400
56521              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
56522      Branch: perl
56523            ! cop.h mg.c pp_ctl.c util.c
56524 ____________________________________________________________________________
56525 [  7119] By: jhi                                   on 2000/10/03  00:00:16
56526         Log: Subject: [PATCH] DLL not restartabke with threaded perl
56527              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
56528              Date: Thu, 28 Sep 2000 09:20:46 +0100
56529              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
56530      Branch: perl
56531            ! perl.c
56532 ____________________________________________________________________________
56533 [  7118] By: jhi                                   on 2000/10/02  23:59:20
56534         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
56535              From: Nicholas Clark <nick@ccl4.org>
56536              Date: Thu, 28 Sep 2000 11:52:24 +0100
56537              Message-ID: <20000928115224.D7924@plum.flirble.org>
56538      Branch: perl
56539            ! op.c
56540 ____________________________________________________________________________
56541 [  7117] By: jhi                                   on 2000/10/02  23:57:51
56542         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
56543              From: Nicholas Clark <nick@babyhippo.co.uk>
56544              Date: Thu, 28 Sep 2000 12:18:10 +0100
56545              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
56546              
56547              Did not apply cleanly, manual intervention was needed.
56548      Branch: perl
56549            ! ext/B/B/Bytecode.pm utils/perlcc.PL
56550 ____________________________________________________________________________
56551 [  7116] By: jhi                                   on 2000/10/02  23:50:40
56552         Log: Document the issue (is not a syntax error, kind of)
56553              
56554              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
56555              From: Nicholas Clark <nick@ccl4.org>
56556              Date: Thu, 28 Sep 2000 17:12:42 +0100
56557              Message-ID: <20000928171242.K7924@plum.flirble.org>
56558      Branch: perl
56559            ! pod/perldata.pod
56560 ____________________________________________________________________________
56561 [  7115] By: jhi                                   on 2000/10/02  23:48:58
56562         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
56563              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56564              Date: Thu, 28 Sep 2000 21:55:31 -0400
56565              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
56566      Branch: perl
56567            ! regexec.c
56568 ____________________________________________________________________________
56569 [  7114] By: jhi                                   on 2000/10/02  23:47:57
56570         Log: Subject: DOC PATCH 5.6.0
56571              From: mjd@plover.com
56572              Date: 30 Sep 2000 06:02:34 -0000
56573              Message-ID: <20000930060234.4559.qmail@plover.com>
56574      Branch: perl
56575            ! pod/perldebguts.pod
56576 ____________________________________________________________________________
56577 [  7113] By: jhi                                   on 2000/10/02  23:46:43
56578         Log: SOCK_DGRAM and listen() do not mix as reported in
56579              
56580              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
56581              From: Petter Reinholdtsen <pere@hungry.com>
56582              Date: Sun, 1 Oct 2000 10:57:20 +0800
56583              Message-Id: <200010010257.KAA05735@localhost.localdomain>
56584              
56585              The patch for 5.7.0+ had to be reengineered, though.
56586      Branch: perl
56587            ! ext/IO/lib/IO/Socket/UNIX.pm
56588 ____________________________________________________________________________
56589 [  7112] By: jhi                                   on 2000/10/02  23:36:57
56590         Log: Subject: Re: [PATCH 5.005_64 missed]
56591              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56592              Date: Sun, 1 Oct 2000 18:50:10 -0400
56593              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
56594      Branch: perl
56595            ! pod/perlxs.pod
56596 ____________________________________________________________________________
56597 [  7111] By: jhi                                   on 2000/10/02  23:35:40
56598         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
56599              From: Radu Greab <radu@netsoft.ro>
56600              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
56601              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
56602      Branch: perl
56603            ! op.c opcode.pl t/op/substr.t
56604 ____________________________________________________________________________
56605 [  7110] By: jhi                                   on 2000/10/02  23:32:38
56606         Log: Subject: [PATCH] Fix aliasing of tied filehandles
56607              From: Daniel Chetlin <daniel@chetlin.com>
56608              Date: Mon, 2 Oct 2000 14:53:27 -0700
56609              Message-ID: <20001002145327.C1617@ilmd>
56610      Branch: perl
56611            ! perl.h pp_hot.c t/op/tiehandle.t
56612 ____________________________________________________________________________
56613 [  7109] By: jhi                                   on 2000/10/02  23:31:30
56614         Log: s/Robin Parker/Robin Barker/
56615      Branch: perl
56616            ! Changes5.6
56617 ____________________________________________________________________________
56618 [  7108] By: jhi                                   on 2000/10/02  23:15:46
56619         Log: Retract #7091 as suggested in
56620              
56621              From: Robin Barker <rmb1@cise.npl.co.uk> 
56622              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
56623              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
56624              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
56625      Branch: perl
56626            ! embed.pl proto.h
56627 ____________________________________________________________________________
56628 [  7107] By: nick                                  on 2000/10/02  18:23:14
56629         Log: A few tweaks to get Tk803 to work with Encode scheme.
56630      Branch: perl
56631            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
56632 ____________________________________________________________________________
56633 [  7106] By: nick                                  on 2000/10/01  21:34:14
56634         Log: Add checking cases to Encode's toUnicode and fromUnicode.
56635      Branch: perl
56636            ! ext/Encode/Encode.pm
56637 ____________________________________________________________________________
56638 [  7105] By: nick                                  on 2000/10/01  17:18:01
56639         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
56640              To read and use them.
56641              Add a lib/encode.t which checks a few things.
56642      Branch: perl
56643            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
56644            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
56645            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
56646            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
56647            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
56648            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
56649            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
56650            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
56651            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
56652            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
56653            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
56654            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
56655            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
56656            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
56657            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
56658            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
56659            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
56660            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
56661            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
56662            + ext/Encode/Encode/iso2022-jp.enc
56663            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
56664            + ext/Encode/Encode/iso8859-1.enc
56665            + ext/Encode/Encode/iso8859-2.enc
56666            + ext/Encode/Encode/iso8859-3.enc
56667            + ext/Encode/Encode/iso8859-4.enc
56668            + ext/Encode/Encode/iso8859-5.enc
56669            + ext/Encode/Encode/iso8859-6.enc
56670            + ext/Encode/Encode/iso8859-7.enc
56671            + ext/Encode/Encode/iso8859-8.enc
56672            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
56673            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
56674            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
56675            + ext/Encode/Encode/macCentEuro.enc
56676            + ext/Encode/Encode/macCroatian.enc
56677            + ext/Encode/Encode/macCyrillic.enc
56678            + ext/Encode/Encode/macDingbats.enc
56679            + ext/Encode/Encode/macGreek.enc
56680            + ext/Encode/Encode/macIceland.enc
56681            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
56682            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
56683            + ext/Encode/Encode/macTurkish.enc
56684            + ext/Encode/Encode/macUkraine.enc
56685            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
56686            + t/lib/encode.t
56687            ! MANIFEST ext/Encode/Encode.pm
56688 ____________________________________________________________________________
56689 [  7104] By: nick                                  on 2000/09/30  13:04:30
56690         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
56691              From: Daniel Chetlin <daniel@chetlin.com>
56692              Date: Mon, 18 Sep 2000 05:05:40 -0700
56693              Message-Id: <20000918050540.C652@ilmd>
56694      Branch: perl
56695            ! lib/overload.pm sv.c t/pragma/overload.t
56696 ____________________________________________________________________________
56697 [  7103] By: nick                                  on 2000/09/30  12:53:36
56698         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
56699              From: Johan Vromans <jvromans@squirrel.nl>
56700              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
56701              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
56702      Branch: perl
56703            ! pod/Makefile.SH
56704 ____________________________________________________________________________
56705 [  7102] By: nick                                  on 2000/09/30  12:52:31
56706         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
56707              From: Spider Boardman <spider@Orb.Nashua.NH.US>
56708              Date: Sat, 16 Sep 2000 16:36:45 -0400
56709              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
56710      Branch: perl
56711            ! ext/B/B/Deparse.pm
56712 ____________________________________________________________________________
56713 [  7101] By: nick                                  on 2000/09/30  12:51:41
56714         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
56715              From: Craig A. Berry <craig.berry@psinetcs.com>
56716              Date: Sat, 16 Sep 2000 10:11:10 -0500
56717              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
56718      Branch: perl
56719            ! vms/vms.c
56720 ____________________________________________________________________________
56721 [  7100] By: nick                                  on 2000/09/30  12:50:33
56722         Log: Subject: Re: unicode support and perl [ID 20000901.097]
56723              From: Spider Boardman <spider@Orb.Nashua.NH.US>
56724              Date: Fri, 15 Sep 2000 16:37:58 -0400
56725              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
56726      Branch: perl
56727            ! t/op/append.t
56728 ____________________________________________________________________________
56729 [  7099] By: nick                                  on 2000/09/30  12:49:35
56730         Log: Subject: Re: unicode support and perl [ID 20000901.097]
56731              From: Spider Boardman <spider@Orb.Nashua.NH.US>
56732              Date: Fri, 15 Sep 2000 16:25:30 -0400
56733              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
56734      Branch: perl
56735            ! pp_hot.c
56736 ____________________________________________________________________________
56737 [  7098] By: nick                                  on 2000/09/30  12:48:00
56738         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
56739              From: Gisle Aas <gisle@ActiveState.com>
56740              Date: 15 Sep 2000 16:23:41 +0200
56741              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
56742      Branch: perl
56743            ! toke.c
56744 ____________________________________________________________________________
56745 [  7097] By: nick                                  on 2000/09/30  12:45:16
56746         Log: Subject: [PATCH] Nits in perlmod.pod
56747              From: Daniel Chetlin <daniel@chetlin.com>
56748              Date: Fri, 15 Sep 2000 02:04:09 -0700
56749              Message-Id: <20000915020409.A2104@ilmd>
56750      Branch: perl
56751            ! pod/perlmod.pod
56752 ____________________________________________________________________________
56753 [  7096] By: nick                                  on 2000/09/30  12:18:00
56754         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
56755              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
56756              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
56757              0 to checking to get the warning.
56758      Branch: perl
56759            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
56760            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
56761            ! regexec.c sv.c toke.c utf8.c
56762 ____________________________________________________________________________
56763 [  7095] By: nick                                  on 2000/09/15  16:55:59
56764         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
56765              
56766              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
56767              From: Spider Boardman <spider@Orb.Nashua.NH.US>
56768              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
56769              Date: Fri, 15 Sep 2000 06:37:30 -0400
56770      Branch: perl
56771            ! ext/Encode/Encode.xs sv.c
56772 ____________________________________________________________________________
56773 [  7094] By: jhi                                   on 2000/09/15  03:23:32
56774         Log: Update Changes.
56775      Branch: perl
56776            ! Changes patchlevel.h
56777 ____________________________________________________________________________
56778 [  7093] By: jhi                                   on 2000/09/15  03:11:44
56779         Log: Fix for the charnames.t failures from Spider Boardman.
56780      Branch: perl
56781            ! toke.c
56782 ____________________________________________________________________________
56783 [  7092] By: jhi                                   on 2000/09/15  00:15:48
56784         Log: Botched the #7090 check-in.
56785      Branch: perl
56786            ! sv.c
56787 ____________________________________________________________________________
56788 [  7091] By: jhi                                   on 2000/09/14  23:33:24
56789         Log: Part of #7081 didn't come through.
56790      Branch: perl
56791            ! embed.pl proto.h
56792 ____________________________________________________________________________
56793 [  7090] By: jhi                                   on 2000/09/14  23:17:39
56794         Log: Subject: Re: perl@7078 
56795              From: Spider Boardman <spider@web.zk3.dec.com>
56796              Date: Thu, 14 Sep 2000 19:06:36 -0400
56797              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
56798      Branch: perl
56799            ! sv.c toke.c
56800 ____________________________________________________________________________
56801 [  7089] By: jhi                                   on 2000/09/14  23:11:21
56802         Log: Small portability tweaks.
56803      Branch: perl
56804            ! ext/Encode/Encode.xs
56805 ____________________________________________________________________________
56806 [  7088] By: jhi                                   on 2000/09/14  22:57:23
56807         Log: Fake return to pacify picky compilers.
56808      Branch: perl
56809            ! ext/Encode/Encode.xs
56810 ____________________________________________________________________________
56811 [  7087] By: jhi                                   on 2000/09/14  22:53:37
56812         Log: Subject: [PATCH] utf8.c apidoc
56813              From: Simon Cozens <simon@cozens.net>
56814              Date: Thu, 14 Sep 2000 23:46:57 +0100
56815              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
56816      Branch: perl
56817            ! perlapi.c pod/perlapi.pod utf8.c
56818 ____________________________________________________________________________
56819 [  7086] By: jhi                                   on 2000/09/14  22:40:38
56820         Log: We don't need to count the high bit bytes, a boolean is enough. 
56821      Branch: perl
56822            ! sv.c
56823 ____________________________________________________________________________
56824 [  7085] By: jhi                                   on 2000/09/14  21:20:09
56825         Log: Replace #7084 with
56826              
56827              Subject: Re: perl@7078 
56828              From: Spider Boardman <spider@web.zk3.dec.com>
56829              Date: Thu, 14 Sep 2000 17:09:36 -0400
56830              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
56831      Branch: perl
56832            ! sv.c utf8.c
56833 ____________________________________________________________________________
56834 [  7084] By: jhi                                   on 2000/09/14  20:03:34
56835         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
56836              convertable to bytes by checking it doesn't go above 0xc3
56837              
56838              Subject: Re: perl@7078
56839              From: Simon Cozens <simon@cozens.net>
56840              Date: Thu, 14 Sep 2000 20:59:19 +0100
56841              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
56842      Branch: perl
56843            ! utf8.c
56844 ____________________________________________________________________________
56845 [  7083] By: jhi                                   on 2000/09/14  19:38:47
56846         Log: Subject: Re: perl@7078
56847              From: Simon Cozens <simon@cozens.net>
56848              Date: Thu, 14 Sep 2000 20:13:09 +0100
56849              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
56850      Branch: perl
56851            ! t/op/bop.t
56852 ____________________________________________________________________________
56853 [  7082] By: jhi                                   on 2000/09/14  17:50:44
56854         Log: The one that got away.
56855      Branch: perl
56856            ! lib/File/Find.pm
56857 ____________________________________________________________________________
56858 [  7081] By: jhi                                   on 2000/09/14  17:45:35
56859         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
56860              From: Robin Barker <rmb1@cise.npl.co.uk>
56861              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
56862              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
56863      Branch: perl
56864            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
56865            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
56866            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
56867            ! regcomp.c toke.c universal.c
56868 ____________________________________________________________________________
56869 [  7080] By: jhi                                   on 2000/09/14  17:40:35
56870         Log: Problems picked up by AIX cc.
56871              
56872              Subject: Re: perl@7078 (patch included)
56873              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56874              Date: Thu, 14 Sep 2000 18:53:30 +0200
56875              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
56876      Branch: perl
56877            ! ext/Encode/Encode.xs
56878 ____________________________________________________________________________
56879 [  7079] By: jhi                                   on 2000/09/14  17:38:27
56880         Log: Subject: File::Find 5.7.0 POD nits
56881              From: Rich Morin <rdm@cfcl.com>
56882              Date: Wed, 13 Sep 2000 22:03:58 -0700
56883              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
56884      Branch: perl
56885            ! lib/File/Find.pm
56886 ____________________________________________________________________________
56887 [  7078] By: jhi                                   on 2000/09/14  14:58:20
56888         Log: Update Changes.
56889      Branch: perl
56890            ! Changes patchlevel.h
56891 ____________________________________________________________________________
56892 [  7077] By: jhi                                   on 2000/09/14  14:55:54
56893         Log: Compilation warnings and an error.
56894      Branch: perl
56895            ! sv.c
56896 ____________________________________________________________________________
56897 [  7076] By: jhi                                   on 2000/09/14  14:42:56
56898         Log: Fix for a parsing bug, not for the original bug.
56899              
56900              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
56901              From: Spider Boardman <spider@web.zk3.dec.com>
56902              Date: Wed, 13 Sep 2000 17:52:20 -0400
56903              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
56904      Branch: perl
56905            ! regcomp.c
56906 ____________________________________________________________________________
56907 [  7075] By: jhi                                   on 2000/09/14  14:40:40
56908         Log: Batch of UTF-8 patches from Simon Cozens.
56909      Branch: perl
56910            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
56911            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
56912            ! toke.c utf8.c
56913 ____________________________________________________________________________
56914 [  7074] By: jhi                                   on 2000/09/14  14:29:58
56915         Log: Subject: Re: Two advertising clauses need to be removed
56916              From: Russ Allbery <rra@stanford.edu>
56917              Date: 13 Sep 2000 18:50:26 -0700
56918              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
56919      Branch: perl
56920            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
56921 ____________________________________________________________________________
56922 [  7073] By: jhi                                   on 2000/09/14  14:28:20
56923         Log: Subject: [PATCH] de-wall t/README
56924              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56925              Date: Wed, 13 Sep 2000 17:46:55 -0700
56926              Message-ID: <//Bw5gzkge/e092yn@efn.org>
56927      Branch: perl
56928            ! t/README
56929 ____________________________________________________________________________
56930 [  7072] By: jhi                                   on 2000/09/14  14:25:10
56931         Log: Hints optimization.
56932              
56933              Subject: Minor nit
56934              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56935              Date: Wed, 13 Sep 2000 21:42:07 +0200
56936              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
56937      Branch: perl
56938            ! hints/hpux.sh
56939 ____________________________________________________________________________
56940 [  7071] By: jhi                                   on 2000/09/14  14:23:30
56941         Log: Allow chop() and chomp() to be overridden.
56942              
56943              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
56944              From: "Casey R. Tweten" <crt@kiski.net>
56945              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
56946              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
56947      Branch: perl
56948            ! toke.c
56949 ____________________________________________________________________________
56950 [  7070] By: jhi                                   on 2000/09/14  14:20:36
56951         Log: The return value of setlocale must be copied away.
56952              
56953              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
56954              From: Alan Burlison <Alan.Burlison@uk.sun.com>
56955              Date: Wed, 13 Sep 2000 16:27:37 +0100 
56956              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
56957      Branch: perl
56958            ! util.c
56959 ____________________________________________________________________________
56960 [  7069] By: jhi                                   on 2000/09/14  14:16:27
56961         Log: Remove vestiges of tr//CU.
56962              
56963              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
56964              From: Nick Clark <nick@plum.flirble.org>
56965              Date: Tue, 12 Sep 2000 22:50:14 +0100
56966              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
56967              
56968              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
56969              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56970              Date: Tue, 12 Sep 2000 21:38:48 -0700
56971              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
56972      Branch: perl
56973            ! op.h pod/perlunicode.pod
56974 ____________________________________________________________________________
56975 [  7068] By: jhi                                   on 2000/09/13  14:18:39
56976         Log: Add the Encode extension.  The code is still largely just skeleton.
56977      Branch: perl
56978            + ext/Encode/Encode.pm ext/Encode/Encode.xs
56979            + ext/Encode/Makefile.PL ext/Encode/Todo
56980            ! MANIFEST Todo-5.6
56981 ____________________________________________________________________________
56982 [  7067] By: jhi                                   on 2000/09/12  17:43:33
56983         Log: Allow for whitespace between "#" and "line" in cpp output.
56984              
56985              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
56986              From: Calle Dybedahl <calle@lysator.liu.se>
56987              Date: 12 Sep 2000 19:38:02 +0200 
56988              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
56989      Branch: perl
56990            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
56991 ____________________________________________________________________________
56992 [  7066] By: gsar                                  on 2000/09/12  17:24:29
56993         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
56994              initialization in all the threads on Windows
56995      Branch: perl
56996            ! win32/win32.c
56997 ____________________________________________________________________________
56998 [  7065] By: jhi                                   on 2000/09/12  15:11:31
56999         Log: Update Changes.
57000      Branch: perl
57001            ! Changes patchlevel.h
57002 ____________________________________________________________________________
57003 [  7064] By: jhi                                   on 2000/09/12  14:54:54
57004         Log: Retract #7062, the pod tests are not ready.
57005      Branch: perl
57006            ! t/TEST t/harness
57007 ____________________________________________________________________________
57008 [  7063] By: jhi                                   on 2000/09/12  14:25:41
57009         Log: The #7054 truncated Configure badly.
57010      Branch: metaconfig/U/perl
57011            ! End.U
57012      Branch: perl
57013            ! Configure config_h.SH
57014 ____________________________________________________________________________
57015 [  7062] By: jhi                                   on 2000/09/12  14:08:32
57016         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
57017              From: sthoenna@efn.org
57018              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
57019              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
57020      Branch: perl
57021            ! t/TEST t/harness
57022 ____________________________________________________________________________
57023 [  7061] By: jhi                                   on 2000/09/12  14:07:18
57024         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
57025              From: sthoenna@efn.org
57026              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
57027              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
57028      Branch: perl
57029            ! pod/perlxs.pod
57030 ____________________________________________________________________________
57031 [  7060] By: jhi                                   on 2000/09/12  14:06:08
57032         Log: Break up the myconfig lines a bit.
57033              
57034              Subject: perlbug/perl -V output format
57035              From: sthoenna@efn.org
57036              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
57037              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
57038      Branch: perl
57039            ! myconfig.SH
57040 ____________________________________________________________________________
57041 [  7059] By: jhi                                   on 2000/09/12  14:05:04
57042         Log: Test for the #7049.
57043              
57044              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
57045              From: andreas.koenig@anima.de (Andreas J. Koenig)
57046              Date: 12 Sep 2000 06:42:01 +0200
57047              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
57048      Branch: perl
57049            ! t/op/my.t
57050 ____________________________________________________________________________
57051 [  7058] By: jhi                                   on 2000/09/12  14:03:05
57052         Log: Subject: [patch: perl@7045] vms updates
57053              From: Peter Prymmer <pvhp@forte.com>
57054              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
57055              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
57056      Branch: perl
57057            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
57058 ____________________________________________________________________________
57059 [  7057] By: jhi                                   on 2000/09/12  14:00:51
57060         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
57061              From: sthoenna@efn.org
57062              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
57063              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
57064      Branch: perl
57065            ! t/op/64bitint.t
57066 ____________________________________________________________________________
57067 [  7056] By: jhi                                   on 2000/09/12  13:58:14
57068         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
57069              From: Jeff Pinyan <jeffp@crusoe.net>
57070              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
57071              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
57072      Branch: perl
57073            ! pod/perlfunc.pod
57074 ____________________________________________________________________________
57075 [  7055] By: jhi                                   on 2000/09/12  13:56:32
57076         Log: Do in VMS as the #7054 does.
57077      Branch: perl
57078            ! configure.com
57079 ____________________________________________________________________________
57080 [  7054] By: jhi                                   on 2000/09/12  13:50:31
57081         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
57082              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
57083              Date: Mon, 11 Sep 2000 08:33:09 +0100
57084              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
57085      Branch: metaconfig/U/perl
57086            ! End.U
57087      Branch: perl
57088            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
57089            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
57090 ____________________________________________________________________________
57091 [  7053] By: jhi                                   on 2000/09/12  13:29:19
57092         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
57093              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57094              Date:     Tue, 12 Sep 2000 08:35:59 EDT
57095              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
57096      Branch: perl
57097            ! vms/test.com
57098 ____________________________________________________________________________
57099 [  7052] By: jhi                                   on 2000/09/11  23:01:50
57100         Log: Document the SvUTF8*().
57101      Branch: perl
57102            ! pod/perlapi.pod sv.h
57103 ____________________________________________________________________________
57104 [  7051] By: gsar                                  on 2000/09/11  14:46:30
57105         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
57106              (missed a spot when fixing up op_pmreplroot hack for ithreads)
57107      Branch: perl
57108            ! op.c t/op/split.t
57109 ____________________________________________________________________________
57110 [  7050] By: nick                                  on 2000/09/11  10:03:51
57111         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
57112              
57113              Subject: borland C++ win32.c tweak
57114              From: Vadim Konovalov <vkonovalov@lucent.com>
57115              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
57116              Date: Mon, 11 Sep 2000 11:22:33 +0400
57117      Branch: perl
57118            ! win32/win32.c
57119 ____________________________________________________________________________
57120 [  7049] By: nick                                  on 2000/09/11  09:57:33
57121         Log: Point fix for s/// on foreach (keys %xxx).
57122      Branch: perl
57123            ! pp_hot.c
57124 ____________________________________________________________________________
57125 [  7048] By: jhi                                   on 2000/09/10  23:37:09
57126         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
57127              by Pod::Text, from Brad Appleton.
57128      Branch: perl
57129            ! t/pod/testp2pt.pl
57130 ____________________________________________________________________________
57131 [  7047] By: jhi                                   on 2000/09/10  14:32:53
57132         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
57133              by Russ Allbery.
57134      Branch: perl
57135            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
57136 ____________________________________________________________________________
57137 [  7046] By: jhi                                   on 2000/09/10  14:15:08
57138         Log: Upgrade to CPAN 1.57_65, from Andreas König.
57139      Branch: perl
57140            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57141 ____________________________________________________________________________
57142 [  7045] By: jhi                                   on 2000/09/08  21:36:32
57143         Log: Update Changes.
57144      Branch: perl
57145            ! Changes patchlevel.h
57146 ____________________________________________________________________________
57147 [  7044] By: jhi                                   on 2000/09/08  21:29:56
57148         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
57149              From: Peter Prymmer <pvhp@forte.com>
57150              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
57151              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
57152      Branch: perl
57153            ! configure.com
57154 ____________________________________________________________________________
57155 [  7043] By: jhi                                   on 2000/09/08  21:27:50
57156         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
57157              From: Peter Prymmer <pvhp@forte.com>
57158              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
57159              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
57160      Branch: perl
57161            ! Makefile.SH installperl
57162 ____________________________________________________________________________
57163 [  7042] By: jhi                                   on 2000/09/08  21:23:21
57164         Log: Continue #7041.
57165      Branch: perl
57166            ! cygwin/Makefile.SHs os2/Makefile.SHs
57167 ____________________________________________________________________________
57168 [  7041] By: jhi                                   on 2000/09/08  21:18:10
57169         Log: Do away with memory models cruft.  Sorry, PDP users.
57170      Branch: metaconfig
57171            ! U/modified/cc.U U/modified/libpth.U
57172      Branch: perl
57173            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
57174            ! Porting/config_H cflags.SH config_h.SH configure.com
57175            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
57176            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
57177            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
57178 ____________________________________________________________________________
57179 [  7040] By: jhi                                   on 2000/09/08  14:34:18
57180         Log: Major rewrite of s2p.  And I mean really major, it is
57181              an implementation of sed in perl.  If called as s2p it
57182              will function as s2p.  Note: needs non-UNIXifying.
57183              
57184              Subject: s2p
57185              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
57186              Date: Mon, 28 Aug 2000 14:05:12 +0200
57187              Message-ID: <39AA5578.2102E2AA@alcatel.at>
57188      Branch: perl
57189            ! x2p/s2p.PL
57190 ____________________________________________________________________________
57191 [  7039] By: jhi                                   on 2000/09/08  14:19:49
57192         Log: Re-allow vec() for characters > 255.
57193              
57194              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
57195              From: Spider Boardman <spider@web.zk3.dec.com>
57196              Date: Fri, 08 Sep 2000 02:21:02 -0400
57197              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
57198      Branch: perl
57199            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
57200            ! t/op/vec.t
57201 ____________________________________________________________________________
57202 [  7038] By: jhi                                   on 2000/09/08  14:14:18
57203         Log: Subject: [PATCH lib/Benchmark.pm]
57204              From: <abigail@foad.org>
57205              Date: Thu, 7 Sep 2000 15:03:20 -0400
57206              Message-ID: <20000907190320.888.qmail@foad.org>
57207      Branch: perl
57208            ! lib/Benchmark.pm
57209 ____________________________________________________________________________
57210 [  7037] By: jhi                                   on 2000/09/08  14:11:06
57211         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
57212              
57213              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
57214              From: Spider Boardman <spider@web.zk3.dec.com>
57215              Date: Fri, 08 Sep 2000 01:30:27 -0400
57216              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
57217      Branch: perl
57218            ! op.c
57219 ____________________________________________________________________________
57220 [  7036] By: jhi                                   on 2000/09/08  14:08:58
57221         Log: Subject: [ID 20000908.002] perlipc documentation bug.
57222              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
57223              Date: Fri, 08 Sep 2000 12:38:32 +0200
57224              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
57225      Branch: perl
57226            ! pod/perlipc.pod
57227 ____________________________________________________________________________
57228 [  7035] By: jhi                                   on 2000/09/08  14:03:12
57229         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
57230              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57231              Date: Fri, 08 Sep 2000 11:47:34 +0200
57232              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
57233      Branch: perl
57234            ! hints/dec_osf.sh
57235 ____________________________________________________________________________
57236 [  7034] By: jhi                                   on 2000/09/08  13:59:35
57237         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
57238              From: Simon Cozens <simon@cozens.net>
57239              Date: Thu, 7 Sep 2000 20:40:38 +0100
57240              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
57241      Branch: perl
57242            ! pp_hot.c
57243 ____________________________________________________________________________
57244 [  7033] By: jhi                                   on 2000/09/08  04:03:03
57245         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
57246              From: "Larry W. Virden" <lvirden@cas.org>
57247              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
57248              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
57249      Branch: perl
57250            ! pod/perldiag.pod
57251 ____________________________________________________________________________
57252 [  7032] By: jhi                                   on 2000/09/07  22:18:30
57253         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
57254              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
57255              Date: Mon, 04 Sep 2000 13:16:38 -0700
57256              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
57257      Branch: perl
57258            ! lib/perl5db.pl
57259 ____________________________________________________________________________
57260 [  7031] By: jhi                                   on 2000/09/07  22:02:29
57261         Log: Fix the ccversion detection for 5.1 and beyond.
57262              
57263              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
57264              From: Spider Boardman <spider@leggy.zk3.dec.com>
57265              Date: Thu, 7 Sep 2000 17:54:27 -0400
57266              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
57267      Branch: perl
57268            ! hints/dec_osf.sh
57269 ____________________________________________________________________________
57270 [  7030] By: jhi                                   on 2000/09/07  19:12:28
57271         Log: Fix for
57272              
57273              Subject: [ID 20000903.001] \w in utf8-strings
57274              From: Marc Lehmann <pcg@goof.com>
57275              Date: Sun, 03 Sep 2000 09:44:29 +0200
57276              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
57277              
57278              and various related nits.
57279      Branch: perl
57280            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
57281 ____________________________________________________________________________
57282 [  7029] By: jhi                                   on 2000/09/07  18:49:09
57283         Log: Fix the URL, but the server is still missing in action.
57284              
57285              Subject: [ID 20000905.002] perlfaq1.pod URL error
57286              From: "Larry W. Virden" <lvirden@cas.org>
57287              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
57288              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
57289      Branch: perl
57290            ! pod/perlfaq1.pod
57291 ____________________________________________________________________________
57292 [  7028] By: jhi                                   on 2000/09/07  18:47:13
57293         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
57294              From: Hugo <hv@crypt.compulink.co.uk>
57295              Date: Tue, 05 Sep 2000 14:13:37 +0100
57296              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
57297      Branch: perl
57298            ! toke.c
57299 ____________________________________________________________________________
57300 [  7027] By: jhi                                   on 2000/09/07  18:45:35
57301         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
57302              From: Daniel Chetlin <daniel@chetlin.com>
57303              Date: Tue, 5 Sep 2000 04:57:07 -0700
57304              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
57305      Branch: perl
57306            ! pod/perlfaq6.pod pod/perlop.pod
57307 ____________________________________________________________________________
57308 [  7026] By: jhi                                   on 2000/09/07  18:44:01
57309         Log: Document the new ref() semantics.
57310              
57311              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
57312              From: Gisle Aas <gisle@ActiveState.com>
57313              Date: 05 Sep 2000 08:10:30 +0200
57314              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
57315      Branch: perl
57316            ! pod/perldelta.pod
57317 ____________________________________________________________________________
57318 [  7025] By: jhi                                   on 2000/09/07  18:42:27
57319         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
57320              
57321              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
57322              From: Gisle Aas <gisle@ActiveState.com>
57323              Date: 05 Sep 2000 08:11:40 +0200
57324              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
57325      Branch: perl
57326            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
57327 ____________________________________________________________________________
57328 [  7024] By: jhi                                   on 2000/09/07  18:39:32
57329         Log: Subject: [PATCH] Modernize Opcode.pm documentation
57330              From: Gisle Aas <gisle@ActiveState.com>
57331              Date: 4 Sep 2000 00:18:55 -0000
57332              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
57333      Branch: perl
57334            ! ext/Opcode/Opcode.pm
57335 ____________________________________________________________________________
57336 [  7023] By: jhi                                   on 2000/09/07  18:37:42
57337         Log: Subject: [PATCH] Tied filehandle documentation
57338              From: Gisle Aas <gisle@ActiveState.com>
57339              Date: 4 Sep 2000 00:14:40 -0000
57340              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
57341      Branch: perl
57342            ! pod/perlfunc.pod pod/perltie.pod
57343 ____________________________________________________________________________
57344 [  7022] By: jhi                                   on 2000/09/07  18:35:37
57345         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
57346              From: Gisle Aas <gisle@ActiveState.com>
57347              Date: 4 Sep 2000 00:04:22 -0000
57348              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
57349      Branch: perl
57350            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
57351 ____________________________________________________________________________
57352 [  7021] By: jhi                                   on 2000/09/07  18:33:22
57353         Log: Subject: small apidoc fix
57354              From: Marc Lehmann <pcg@goof.com>
57355              Date: Sun, 3 Sep 2000 05:12:06 +0200
57356              Message-ID: <20000903051206.A5909@cerebro.laendle>
57357      Branch: perl
57358            ! pod/perlapi.pod utf8.c
57359 ____________________________________________________________________________
57360 [  7020] By: jhi                                   on 2000/09/07  16:14:57
57361         Log: Tiny perldelta nits.
57362      Branch: perl
57363            ! pod/perldelta.pod
57364 ____________________________________________________________________________
57365 [  7019] By: jhi                                   on 2000/09/07  16:04:20
57366         Log: Guard against bad string->int conversion for quads.
57367      Branch: perl
57368            ! t/op/64bitint.t
57369 ____________________________________________________________________________
57370 [  7018] By: jhi                                   on 2000/09/06  17:07:03
57371         Log: Update Unicode todo list.
57372      Branch: perl
57373            ! Todo-5.6
57374 ____________________________________________________________________________
57375 [  7017] By: jhi                                   on 2000/09/05  21:16:01
57376         Log: Document the SvIOK_.*UV().
57377      Branch: perl
57378            ! pod/perlapi.pod sv.h
57379 ____________________________________________________________________________
57380 [  7016] By: nick                                  on 2000/09/03  21:54:46
57381         Log: Hash lookup of constant strings optimization:
57382              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
57383              to string table (as per sharepvn). Add newSV_pvn_share to create such
57384              a thing. Make hv.c compare addresses of strings and skip string compare
57385              if equal. Make method_named and helem ops use these shared-string SVs
57386              when arg is constant. Make keys op return shared-string SVs (less clearly
57387              a win).
57388      Branch: perl
57389            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
57390            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
57391            ! pod/perlintern.pod pp_hot.c proto.h sv.c
57392 ____________________________________________________________________________
57393 [  7015] By: jhi                                   on 2000/09/02  17:48:59
57394         Log: This is 5.7.0.
57395      Branch: perl
57396            ! Changes
57397 ____________________________________________________________________________
57398 [  7014] By: jhi                                   on 2000/09/02  17:35:45
57399         Log: Changes and patchlevel tweaks.
57400      Branch: perl
57401            ! Changes patchlevel.h
57402 ____________________________________________________________________________
57403 [  7013] By: jhi                                   on 2000/09/02  17:30:50
57404         Log: Update Changes.
57405      Branch: perl
57406            ! Changes patchlevel.h
57407 ____________________________________________________________________________
57408 [  7012] By: nick                                  on 2000/09/02  17:25:20
57409         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
57410      Branch: perl
57411            ! gv.c lib/overload.pm
57412 ____________________________________________________________________________
57413 [  7011] By: jhi                                   on 2000/09/02  17:16:25
57414         Log: Update perlhist.
57415      Branch: perl
57416            ! pod/perlhist.pod
57417 ____________________________________________________________________________
57418 [  7010] By: jhi                                   on 2000/09/02  17:01:35
57419         Log: perldelta nits.
57420      Branch: perl
57421            ! pod/perldelta.pod
57422 ____________________________________________________________________________
57423 [  7009] By: nick                                  on 2000/09/02  16:48:35
57424         Log: If overloaded %{} etc. return the object do not loop.
57425              Thus  sub deref { $_[0] } functions if object is wanted type.
57426      Branch: perl
57427            ! pp.h
57428 ____________________________________________________________________________
57429 [  7008] By: jhi                                   on 2000/09/02  16:26:11
57430         Log: Retab MANIFEST.
57431      Branch: perl
57432            ! ext/Storable/MANIFEST
57433 ____________________________________________________________________________
57434 [  7007] By: jhi                                   on 2000/09/02  16:23:02
57435         Log: Make certain cc is set before trying to run it.
57436      Branch: perl
57437            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
57438 ____________________________________________________________________________
57439 [  7006] By: jhi                                   on 2000/09/02  15:45:41
57440         Log: Unicode notes.
57441      Branch: perl
57442            ! pod/perldelta.pod
57443 ____________________________________________________________________________
57444 [  7005] By: jhi                                   on 2000/09/02  15:42:11
57445         Log: Various Configure nits by Philip Newton,
57446              plus the ebcdic one by me.
57447      Branch: metaconfig
57448            + U/modified/pager.U
57449            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
57450      Branch: metaconfig/U/perl
57451            ! Devel.U quadfio.U
57452      Branch: perl
57453            ! Configure config_h.SH
57454 ____________________________________________________________________________
57455 [  7004] By: jhi                                   on 2000/09/02  15:06:14
57456         Log: Apparently avoiding the swapping is too costly.
57457              
57458              From: "Ben Tilly" <ben_tilly@hotmail.com>
57459              Subject: Re: the door is closed.
57460              Date: Fri, 01 Sep 2000 20:23:16 EDT
57461              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
57462      Branch: perl
57463            ! pod/perlfaq4.pod
57464 ____________________________________________________________________________
57465 [  7003] By: nick                                  on 2000/09/02  12:26:04
57466         Log: Undo part of change 6489 which looks like a bulk edit which
57467              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
57468              The supressing of main:: on return from select() is undesirable.
57469      Branch: perl
57470            ! pp_sys.c
57471 ____________________________________________________________________________
57472 [  7002] By: jhi                                   on 2000/09/01  23:08:54
57473         Log: Update Changes.
57474      Branch: perl
57475            ! Changes patchlevel.h
57476 ____________________________________________________________________________
57477 [  7001] By: jhi                                   on 2000/09/01  23:00:13
57478         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
57479              From: Peter Prymmer <pvhp@forte.com>
57480              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
57481              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
57482              
57483              plus rework the http: spots as suggested by Tom Christiansen,
57484              plus regen perltoc.
57485      Branch: perl
57486            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
57487            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
57488 ____________________________________________________________________________
57489 [  7000] By: jhi                                   on 2000/09/01  22:36:01
57490         Log: Only the first line, thank you very much.
57491      Branch: perl
57492            ! hints/solaris_2.sh
57493 ____________________________________________________________________________
57494 [  6999] By: gsar                                  on 2000/09/01  22:16:40
57495         Log: change#6791 accidentally clobbered change#6710, put it back
57496      Branch: perl
57497            ! win32/win32.c
57498 ____________________________________________________________________________
57499 [  6998] By: jhi                                   on 2000/09/01  22:14:16
57500         Log: Mention the HP-UX LP64 freak failure.
57501      Branch: perl
57502            ! pod/perldelta.pod
57503 ____________________________________________________________________________
57504 [  6997] By: jhi                                   on 2000/09/01  21:48:32
57505         Log: Detypo.
57506      Branch: perl
57507            ! hints/hpux.sh
57508 ____________________________________________________________________________
57509 [  6996] By: jhi                                   on 2000/09/01  21:27:10
57510         Log: Update Changes.
57511      Branch: perl
57512            ! Changes patchlevel.h
57513 ____________________________________________________________________________
57514 [  6995] By: jhi                                   on 2000/09/01  21:14:24
57515         Log: Mi splgn s gnin.g
57516      Branch: perl
57517            ! pp_ctl.c
57518 ____________________________________________________________________________
57519 [  6994] By: jhi                                   on 2000/09/01  21:09:54
57520         Log: Subject: http:// in L<>
57521              From: Nicholas Clark <nick@ccl4.org>
57522              Date: Fri, 1 Sep 2000 22:03:21 +0100
57523              Message-ID: <20000901220321.B72074@plum.flirble.org>
57524      Branch: perl
57525            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
57526 ____________________________________________________________________________
57527 [  6993] By: jhi                                   on 2000/09/01  21:06:54
57528         Log: Update to Storable 1.0, from Raphael Manfredi.
57529      Branch: perl
57530            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
57531            ! ext/Storable/Makefile.PL ext/Storable/README
57532            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
57533            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
57534            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
57535            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
57536            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
57537            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
57538 ____________________________________________________________________________
57539 [  6992] By: jhi                                   on 2000/09/01  20:43:05
57540         Log: Mention known sfio+linux buglet.
57541      Branch: perl
57542            ! pod/perldelta.pod
57543 ____________________________________________________________________________
57544 [  6991] By: jhi                                   on 2000/09/01  20:40:11
57545         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
57546              From: Peter Prymmer <pvhp@forte.com>
57547              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
57548              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
57549      Branch: perl
57550            ! vms/vms.c
57551 ____________________________________________________________________________
57552 [  6990] By: jhi                                   on 2000/09/01  20:25:26
57553         Log: Retract #6986.
57554      Branch: perl
57555            ! hints/solaris_2.sh
57556 ____________________________________________________________________________
57557 [  6989] By: jhi                                   on 2000/09/01  20:23:00
57558         Log: Mergesort is back.
57559      Branch: perl
57560            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
57561 ____________________________________________________________________________
57562 [  6988] By: jhi                                   on 2000/09/01  19:37:40
57563         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
57564              From: Mike Guy <mjtg@cam.ac.uk>
57565              Date: Fri, 01 Sep 2000 17:43:33 +0100
57566              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
57567      Branch: perl
57568            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
57569            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
57570 ____________________________________________________________________________
57571 [  6987] By: jhi                                   on 2000/09/01  19:17:10
57572         Log: Regen perltoc.
57573      Branch: perl
57574            ! pod/perltoc.pod
57575 ____________________________________________________________________________
57576 [  6986] By: jhi                                   on 2000/09/01  18:51:10
57577         Log: Subject: Re: Solaris x86 has no SPARC libraries!
57578              From: Lupe Christoph <lupe@lupe-christoph.de>
57579              Date: Fri, 1 Sep 2000 20:41:20 +0200
57580              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
57581      Branch: perl
57582            ! hints/solaris_2.sh
57583 ____________________________________________________________________________
57584 [  6985] By: jhi                                   on 2000/09/01  18:28:10
57585         Log: Update Changes.
57586      Branch: perl
57587            ! Changes patchlevel.h
57588 ____________________________________________________________________________
57589 [  6984] By: jhi                                   on 2000/09/01  18:26:53
57590         Log: Feature ordering tweak.
57591      Branch: perl
57592            ! myconfig.SH
57593 ____________________________________________________________________________
57594 [  6983] By: jhi                                   on 2000/09/01  18:19:50
57595         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
57596              From: <abigail@foad.org>
57597              Date: Fri, 1 Sep 2000 13:07:32 -0400
57598              Message-ID: <20000901170732.18249.qmail@foad.org>
57599      Branch: perl
57600            ! t/pragma/overload.t
57601 ____________________________________________________________________________
57602 [  6982] By: jhi                                   on 2000/09/01  18:17:54
57603         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
57604              so that case-ignoring systems like DCL can tell them from
57605              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
57606      Branch: metaconfig/U/perl
57607            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
57608      Branch: perl
57609            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57610            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
57611            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
57612            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
57613            ! vos/config.def vos/config.h vos/config_h.SH_orig
57614            ! win32/config.bc win32/config.gc win32/config.vc
57615 ____________________________________________________________________________
57616 [  6981] By: nick                                  on 2000/09/01  17:21:57
57617         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
57618              warning when UNTIE exists and instead pass the cound of extra references to
57619              the UNTIE method.
57620      Branch: perl
57621            ! pod/perltie.pod pp_sys.c
57622 ____________________________________________________________________________
57623 [  6980] By: jhi                                   on 2000/09/01  16:54:44
57624         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
57625              From: Peter Prymmer <pvhp@forte.com>
57626              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
57627              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
57628      Branch: perl
57629            ! configure.com
57630 ____________________________________________________________________________
57631 [  6979] By: jhi                                   on 2000/09/01  16:06:20
57632         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
57633              From: Mike Guy <mjtg@cam.ac.uk> 
57634              Date: Fri, 01 Sep 2000 16:49:27 +0100
57635              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
57636      Branch: perl
57637            ! t/base/rs.t
57638 ____________________________________________________________________________
57639 [  6978] By: jhi                                   on 2000/09/01  16:00:42
57640         Log: Update to PodParser 1.18, from Brad Appleton.
57641      Branch: perl
57642            ! lib/Pod/Checker.pm t/pod/find.t
57643 ____________________________________________________________________________
57644 [  6977] By: jhi                                   on 2000/09/01  14:48:58
57645         Log: Subject: Nit in Configure (bleadperl@6961)
57646              From: Lupe Christoph <lupe@lupe-christoph.de>
57647              Date: Fri, 1 Sep 2000 16:34:29 +0200
57648              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
57649      Branch: metaconfig
57650            ! U/compline/ccflags.U
57651      Branch: perl
57652            ! Configure config_h.SH
57653 ____________________________________________________________________________
57654 [  6976] By: jhi                                   on 2000/09/01  14:39:52
57655         Log: Update Changes.
57656      Branch: perl
57657            ! Changes patchlevel.h
57658 ____________________________________________________________________________
57659 [  6975] By: jhi                                   on 2000/09/01  14:37:36
57660         Log: microperl config update.
57661      Branch: perl
57662            ! uconfig.h uconfig.sh
57663 ____________________________________________________________________________
57664 [  6974] By: jhi                                   on 2000/09/01  14:36:53
57665         Log: Document known deficiencies.
57666      Branch: perl
57667            ! pod/perldelta.pod
57668 ____________________________________________________________________________
57669 [  6973] By: jhi                                   on 2000/09/01  14:10:20
57670         Log: Mention warnings fixes and updates.
57671      Branch: perl
57672            ! pod/perldelta.pod
57673 ____________________________________________________________________________
57674 [  6972] By: jhi                                   on 2000/09/01  14:01:52
57675         Log: Drop unused argument.
57676              
57677              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
57678              From: Spider Boardman <spider@web.zk3.dec.com>
57679              Date: Thu, 31 Aug 2000 16:10:15 -0400
57680              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
57681      Branch: perl
57682            ! toke.c
57683 ____________________________________________________________________________
57684 [  6971] By: jhi                                   on 2000/09/01  13:59:24
57685         Log: Add the overload warnings to perldiag.
57686      Branch: perl
57687            ! lib/overload.pm pod/perldiag.pod
57688 ____________________________________________________________________________
57689 [  6970] By: jhi                                   on 2000/09/01  13:55:10
57690         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
57691              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
57692              Date: Fri, 1 Sep 2000 13:43:15 +0100 
57693              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
57694      Branch: perl
57695            ! lib/overload.pm t/pragma/overload.t
57696 ____________________________________________________________________________
57697 [  6969] By: jhi                                   on 2000/09/01  13:52:27
57698         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
57699              From: <abigail@foad.org>
57700              Date: Fri, 1 Sep 2000 05:46:54 -0400
57701              Message-ID: <20000901094654.6476.qmail@foad.org>
57702      Branch: perl
57703            ! lib/overload.pm
57704 ____________________________________________________________________________
57705 [  6968] By: jhi                                   on 2000/09/01  13:50:05
57706         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
57707              From: Daniel Chetlin <daniel@chetlin.com>
57708              Date: Fri, 1 Sep 2000 02:10:55 -0700
57709              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
57710      Branch: perl
57711            ! pod/perlretut.pod
57712 ____________________________________________________________________________
57713 [  6967] By: jhi                                   on 2000/09/01  13:47:54
57714         Log: Part of the solution.
57715              
57716              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
57717              From: Mike Guy <mjtg@cam.ac.uk>
57718              Date: Fri, 01 Sep 2000 14:16:01 +0100
57719              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
57720      Branch: perl
57721            ! gv.c mg.c
57722 ____________________________________________________________________________
57723 [  6966] By: jhi                                   on 2000/09/01  13:46:17
57724         Log: Subject: CPAN.pm beta 1.57_57 for the core
57725              From: andreas.koenig@anima.de (Andreas J. Koenig)
57726              Date: 01 Sep 2000 15:16:31 +0200
57727              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
57728      Branch: perl
57729            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57730 ____________________________________________________________________________
57731 [  6965] By: jhi                                   on 2000/09/01  13:43:18
57732         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
57733              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57734              Date: Fri, 01 Sep 2000 01:47:22 -0500
57735              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
57736      Branch: perl
57737            ! pod/perldelta.pod vms/vms.c
57738 ____________________________________________________________________________
57739 [  6964] By: jhi                                   on 2000/09/01  13:35:35
57740         Log: File::Temp patches from Andreas König,
57741              
57742              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
57743              From: andreas.koenig@anima.de (Andreas J. Koenig)
57744              Date: 01 Sep 2000 10:07:20 +0200
57745              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
57746              
57747              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
57748              From: andreas.koenig@anima.de (Andreas J. Koenig)
57749              Date: 31 Aug 2000 23:26:08 +0200
57750              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
57751      Branch: perl
57752            ! lib/File/Temp.pm t/lib/ftmp-security.t
57753 ____________________________________________________________________________
57754 [  6963] By: jhi                                   on 2000/09/01  02:22:24
57755         Log: Retract the mergesort code, way too incompatible licensing
57756              and copyrights.
57757      Branch: perl
57758            ! pod/perldelta.pod pp_ctl.c
57759 ____________________________________________________________________________
57760 [  6962] By: jhi                                   on 2000/08/31  23:27:32
57761         Log: Update Changes.
57762      Branch: perl
57763            ! Changes patchlevel.h
57764 ____________________________________________________________________________
57765 [  6961] By: jhi                                   on 2000/08/31  23:20:04
57766         Log: Small tweaks all over.
57767      Branch: metaconfig
57768            ! U/compline/d_gconvert.U
57769      Branch: perl
57770            ! AUTHORS Configure config_h.SH pp_ctl.c
57771 ____________________________________________________________________________
57772 [  6960] By: jhi                                   on 2000/08/31  22:39:36
57773         Log: Further rewording.
57774      Branch: perl
57775            ! pp_ctl.c
57776 ____________________________________________________________________________
57777 [  6959] By: jhi                                   on 2000/08/31  21:26:44
57778         Log: More address tweaking.
57779      Branch: perl
57780            ! AUTHORS Changes
57781 ____________________________________________________________________________
57782 [  6958] By: jhi                                   on 2000/08/31  20:47:25
57783         Log: AUTHORS tweaks, from Peter Prymmer.
57784              
57785              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
57786              From: Peter Prymmer <pvhp@forte.com>
57787              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
57788              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
57789      Branch: perl
57790            ! AUTHORS MAINTAIN
57791 ____________________________________________________________________________
57792 [  6957] By: jhi                                   on 2000/08/31  20:34:43
57793         Log: perldelta tweaks.
57794      Branch: perl
57795            ! pod/perldelta.pod
57796 ____________________________________________________________________________
57797 [  6956] By: jhi                                   on 2000/08/31  19:11:06
57798         Log: Regen perltoc.
57799      Branch: perl
57800            ! pod/perltoc.pod
57801 ____________________________________________________________________________
57802 [  6955] By: jhi                                   on 2000/08/31  19:06:30
57803         Log: Clarify the mergesort situation.
57804      Branch: perl
57805            ! pp_ctl.c
57806 ____________________________________________________________________________
57807 [  6954] By: jhi                                   on 2000/08/31  18:24:17
57808         Log: Move the Solaris 7 scan to use64bitall, make the
57809              failure to find 64-bot sparc libc to mention the
57810              possibility of being in an intel, from Lupe and Alan.
57811      Branch: perl
57812            ! hints/solaris_2.sh
57813 ____________________________________________________________________________
57814 [  6953] By: jhi                                   on 2000/08/31  18:09:20
57815         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
57816              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
57817      Branch: metaconfig
57818            ! U/compline/d_gconvert.U U/threads/archname.U
57819      Branch: metaconfig/U/perl
57820            ! perlxv.U
57821      Branch: perl
57822            ! Configure config_h.SH sv.c
57823 ____________________________________________________________________________
57824 [  6952] By: jhi                                   on 2000/08/31  17:42:24
57825         Log: :: not allowed in pathnames, change to .
57826              
57827              Subject: [PATCH perl@6938] cygwin port
57828              From: "Fifer, Eric" <EFifer@sanwaint.com>
57829              Date: Thu, 31 Aug 2000 16:32:59 +0100
57830              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
57831      Branch: metaconfig/U/perl
57832            ! perlxv.U
57833 ____________________________________________________________________________
57834 [  6951] By: jhi                                   on 2000/08/31  17:02:05
57835         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
57836      Branch: perl
57837            ! perl.h
57838 ____________________________________________________________________________
57839 [  6950] By: jhi                                   on 2000/08/31  16:26:08
57840         Log: More author updates.
57841              
57842              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
57843              From: Simon Cozens <simon@cozens.net>
57844              Date: Thu, 31 Aug 2000 17:13:32 +0100
57845              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
57846      Branch: perl
57847            ! AUTHORS
57848 ____________________________________________________________________________
57849 [  6949] By: jhi                                   on 2000/08/31  16:04:49
57850         Log: POSIX doesn't report long double values under -Duselongdouble
57851              when the long doubles are "real" (bigger than doubles).
57852              
57853              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
57854              From: Spider Boardman <spider@peano.zk3.dec.com>
57855              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
57856              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
57857      Branch: perl
57858            ! ext/POSIX/POSIX.xs
57859 ____________________________________________________________________________
57860 [  6948] By: jhi                                   on 2000/08/31  15:25:10
57861         Log: Update Changes.
57862      Branch: perl
57863            ! Changes patchlevel.h
57864 ____________________________________________________________________________
57865 [  6947] By: jhi                                   on 2000/08/31  15:22:29
57866         Log: Document UNTIE in a very minimalistic way.
57867      Branch: perl
57868            ! pod/perlfunc.pod pod/perltie.pod
57869 ____________________________________________________________________________
57870 [  6946] By: jhi                                   on 2000/08/31  15:15:23
57871         Log: Document known failures.
57872      Branch: perl
57873            ! pod/perldelta.pod
57874 ____________________________________________________________________________
57875 [  6945] By: jhi                                   on 2000/08/31  15:07:00
57876         Log: Don't attach -ld to the archname if pointless.
57877      Branch: metaconfig
57878            ! U/threads/archname.U
57879      Branch: perl
57880            ! Configure config_h.SH
57881 ____________________________________________________________________________
57882 [  6944] By: jhi                                   on 2000/08/31  14:37:42
57883         Log: Wrap the test in eval.
57884              
57885              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
57886              From: Tim Jenness <timj@jach.hawaii.edu>
57887              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
57888              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
57889      Branch: perl
57890            ! t/lib/ftmp-security.t
57891 ____________________________________________________________________________
57892 [  6943] By: jhi                                   on 2000/08/31  14:30:57
57893         Log: Make -Dusemorebits find long doubles in Solaris.
57894      Branch: perl
57895            ! hints/solaris_2.sh
57896 ____________________________________________________________________________
57897 [  6942] By: jhi                                   on 2000/08/31  13:48:45
57898         Log: Clarify the third case of ftmp-security warnings.
57899      Branch: perl
57900            ! INSTALL
57901 ____________________________________________________________________________
57902 [  6941] By: jhi                                   on 2000/08/31  13:40:31
57903         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
57904              From: <abigail@foad.org>
57905              Date: Thu, 31 Aug 2000 01:35:05 -0400
57906              Message-ID: <20000831053505.32120.qmail@foad.org>
57907      Branch: perl
57908            ! pod/perldelta.pod
57909 ____________________________________________________________________________
57910 [  6940] By: jhi                                   on 2000/08/31  13:38:48
57911         Log: Issue useful diagnostic on unknown pod commands.
57912              
57913              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
57914              From: <abigail@foad.org>
57915              Date: Thu, 31 Aug 2000 03:41:18 -0400
57916              Message-ID: <20000831074118.24880.qmail@foad.org>
57917      Branch: perl
57918            ! lib/Pod/Man.pm
57919 ____________________________________________________________________________
57920 [  6939] By: jhi                                   on 2000/08/31  13:34:33
57921         Log: Reveal Borland's isnan.
57922              
57923              Subject: build with BC++ tweak
57924              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
57925              Date: Thu, 31 Aug 2000 13:09:37 +0400
57926              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
57927      Branch: perl
57928            ! win32/win32.h
57929 ____________________________________________________________________________
57930 [  6938] By: jhi                                   on 2000/08/31  05:01:20
57931         Log: Update Changes.
57932      Branch: perl
57933            ! Changes patchlevel.h
57934 ____________________________________________________________________________
57935 [  6937] By: jhi                                   on 2000/08/31  04:26:23
57936         Log: sscanf() may be the only way to read long doubles from strings.
57937      Branch: metaconfig/U/perl
57938            ! longdblfio.U
57939      Branch: perl
57940            ! Configure config_h.SH perl.h util.c
57941 ____________________________________________________________________________
57942 [  6936] By: jhi                                   on 2000/08/31  04:18:19
57943         Log: The #6929 was too skimpy.
57944      Branch: perl
57945            ! sv.c
57946 ____________________________________________________________________________
57947 [  6935] By: jhi                                   on 2000/08/31  02:47:07
57948         Log: Subject: Re: typos in pods
57949              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57950              Date: Wed, 30 Aug 2000 19:25:34 -0700
57951              Message-ID: <eIcr5gzkg25X092yn@efn.org>
57952      Branch: perl
57953            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
57954 ____________________________________________________________________________
57955 [  6934] By: jhi                                   on 2000/08/31  02:42:55
57956         Log: Missed one Unicode file.
57957      Branch: perl
57958            + lib/unicode/UCDFF301.html
57959 ____________________________________________________________________________
57960 [  6933] By: jhi                                   on 2000/08/30  23:42:27
57961         Log: Update Changes.
57962      Branch: perl
57963            ! Changes patchlevel.h
57964 ____________________________________________________________________________
57965 [  6932] By: jhi                                   on 2000/08/30  23:40:07
57966         Log: Mention UNTIE in perldelta.  Still needs documenting
57967              in perltie et alia.
57968      Branch: perl
57969            ! pod/perldelta.pod
57970 ____________________________________________________________________________
57971 [  6931] By: jhi                                   on 2000/08/30  23:36:02
57972         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
57973              From: <abigail@foad.org>
57974              Date: Wed, 30 Aug 2000 19:28:07 -0400
57975              Message-ID: <20000830232807.305.qmail@foad.org>
57976      Branch: perl
57977            ! pod/perldelta.pod
57978 ____________________________________________________________________________
57979 [  6930] By: jhi                                   on 2000/08/30  23:32:40
57980         Log: Update to Unicode 3.0.1.
57981      Branch: perl
57982            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
57983            + lib/unicode/PropList.txt lib/unicode/README.perl
57984            + lib/unicode/UCD301.html lib/unicode/Unicode.301
57985            - lib/unicode/Props.txt lib/unicode/UCD300.html
57986            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
57987            ! (edit 257 files)
57988 ____________________________________________________________________________
57989 [  6929] By: jhi                                   on 2000/08/30  22:38:18
57990         Log: Heap decorruption.
57991              
57992              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
57993              From: Alan Burlison <Alan.Burlison@uk.sun.com>
57994              Date: Wed, 30 Aug 2000 22:39:52 +0100
57995              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
57996      Branch: perl
57997            ! sv.c
57998 ____________________________________________________________________________
57999 [  6928] By: jhi                                   on 2000/08/30  22:29:34
58000         Log: Retract the dummy test, skip the security tests (instead of failing),
58001              explain what the warnings mean.
58002      Branch: perl
58003            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
58004 ____________________________________________________________________________
58005 [  6927] By: jhi                                   on 2000/08/30  22:14:13
58006         Log: Change the internal implementation of sort() to be mergesort
58007              instead of quicksort, from John Linderman <jpl@research.att.com>.
58008              Gives us better worst case, better average case, and stability.
58009              What's there not to like?  (Small fixes for threaded builds
58010              were required).
58011      Branch: perl
58012            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
58013 ____________________________________________________________________________
58014 [  6926] By: jhi                                   on 2000/08/30  20:55:20
58015         Log: A better fix for the Socket building problem from Craig Berry.
58016      Branch: perl
58017            ! vms/vms.c
58018 ____________________________________________________________________________
58019 [  6925] By: jhi                                   on 2000/08/30  20:20:25
58020         Log: Subject: [PATCH] Re: UNTIE method 
58021              From: Nick Ing-Simmons <nik@tiuk.ti.com>
58022              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
58023              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
58024      Branch: perl
58025            ! pp_sys.c t/op/tie.t
58026 ____________________________________________________________________________
58027 [  6924] By: jhi                                   on 2000/08/30  20:17:11
58028         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
58029              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58030              Date: Wed, 30 Aug 2000 15:03:14 -0500
58031              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
58032      Branch: perl
58033            ! vms/vms.c
58034 ____________________________________________________________________________
58035 [  6923] By: jhi                                   on 2000/08/30  20:15:18
58036         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
58037              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58038              Date: Wed, 30 Aug 2000 13:30:36 -0500
58039              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
58040      Branch: perl
58041            ! vms/vms.c
58042 ____________________________________________________________________________
58043 [  6922] By: jhi                                   on 2000/08/30  19:54:43
58044         Log: Better options for rsync.
58045      Branch: perl
58046            ! pod/perlhack.pod
58047 ____________________________________________________________________________
58048 [  6921] By: jhi                                   on 2000/08/30  19:40:16
58049         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
58050              From: Rick Delaney <rick@consumercontact.com>
58051              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
58052              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
58053      Branch: perl
58054            ! pod/perlfunc.pod
58055 ____________________________________________________________________________
58056 [  6920] By: jhi                                   on 2000/08/30  19:36:40
58057         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
58058              From: Peter Prymmer <pvhp@forte.com>
58059              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
58060              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
58061      Branch: perl
58062            ! configure.com
58063 ____________________________________________________________________________
58064 [  6919] By: jhi                                   on 2000/08/30  14:52:02
58065         Log: Update Changes.
58066      Branch: perl
58067            ! Changes patchlevel.h
58068 ____________________________________________________________________________
58069 [  6918] By: jhi                                   on 2000/08/30  14:48:34
58070         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
58071      Branch: perl
58072            ! lib/ExtUtils/typemap
58073 ____________________________________________________________________________
58074 [  6917] By: jhi                                   on 2000/08/30  14:46:34
58075         Log: Subject: typos in pods
58076              From: Nicholas Clark <nick@ccl4.org>
58077              Date: Wed, 30 Aug 2000 01:12:50 +0100
58078              Message-ID: <20000830011249.A61388@plum.flirble.org>
58079      Branch: perl
58080            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
58081            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
58082            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
58083            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
58084 ____________________________________________________________________________
58085 [  6916] By: jhi                                   on 2000/08/30  14:19:09
58086         Log: Document Storable problems on Crays.  (Will have
58087              to document all the other Storable problems, too.)
58088      Branch: perl
58089            ! pod/perldelta.pod
58090 ____________________________________________________________________________
58091 [  6915] By: jhi                                   on 2000/08/30  14:06:02
58092         Log: Subject: [PATCH] fix misc cast warnings
58093              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58094              Date: Tue, 29 Aug 2000 23:16:14 -0700
58095              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
58096      Branch: perl
58097            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
58098            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
58099            ! os2/os2ish.h
58100 ____________________________________________________________________________
58101 [  6914] By: jhi                                   on 2000/08/30  14:03:45
58102         Log: Timestamp mismatch again.  Need to fix this dependence on
58103              config_h.SH timestamp, since it's the contents of config_h.SH
58104              that matter.
58105      Branch: perl
58106            ! uconfig.h uconfig.sh
58107 ____________________________________________________________________________
58108 [  6913] By: jhi                                   on 2000/08/30  13:54:06
58109         Log: Don't say "Perl 5.0 source kit".
58110      Branch: perl
58111            ! perl.c
58112 ____________________________________________________________________________
58113 [  6912] By: jhi                                   on 2000/08/30  13:51:24
58114         Log: Reset archname and archname64 always, forcing them be
58115              recomputed at each Configure run, make Configure and
58116              the hints files agree on the naming of largefiles variables.
58117      Branch: metaconfig
58118            ! U/threads/archname.U
58119      Branch: metaconfig/U/perl
58120            ! use64bits.U
58121      Branch: perl
58122            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
58123            ! hints/linux.sh hints/solaris_2.sh
58124 ____________________________________________________________________________
58125 [  6911] By: jhi                                   on 2000/08/30  13:30:13
58126         Log: Put back the slice accidentally removed by #6907.
58127      Branch: perl
58128            ! hints/solaris_2.sh
58129 ____________________________________________________________________________
58130 [  6910] By: jhi                                   on 2000/08/30  01:24:26
58131         Log: Be consistent: other Net::get* do export theirs.
58132              
58133              Subject: Re: Net::protoent does not export 'getproto'
58134              From: Yasushi Nakajima <sey@jkc.co.jp>
58135              Date: Wed, 30 Aug 2000 09:53:14 +0900
58136              Message-Id: <200008300051.DAA24700@taku.hut.fi>
58137      Branch: perl
58138            ! lib/Net/protoent.pm
58139 ____________________________________________________________________________
58140 [  6909] By: jhi                                   on 2000/08/30  01:17:25
58141         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
58142              From: Gurusamy Sarathy <gsar@ActiveState.com>
58143              Date: Tue, 29 Aug 2000 17:17:07 -0700
58144              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
58145      Branch: perl
58146            ! cop.h
58147 ____________________________________________________________________________
58148 [  6908] By: jhi                                   on 2000/08/30  00:58:05
58149         Log: Update Changes.
58150      Branch: perl
58151            ! Changes patchlevel.h
58152 ____________________________________________________________________________
58153 [  6907] By: jhi                                   on 2000/08/30  00:57:22
58154         Log: Introduce ccname to keep track of what compiler kind of we have.
58155      Branch: metaconfig/U/perl
58156            ! Checkcc.U gccvers.U
58157      Branch: perl
58158            ! Configure config_h.SH hints/solaris_2.sh
58159 ____________________________________________________________________________
58160 [  6906] By: jhi                                   on 2000/08/30  00:25:47
58161         Log: Put back the flags dump as reasoned in
58162              
58163              Subject: Re: [PATCH] Glob dumping
58164              From: Mike Guy <mjtg@cam.ac.uk> 
58165              Date: Tue, 29 Aug 2000 21:41:32 +0100
58166              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
58167      Branch: perl
58168            ! dump.c t/lib/peek.t
58169 ____________________________________________________________________________
58170 [  6905] By: jhi                                   on 2000/08/30  00:16:17
58171         Log: Make the epsilon to be relative, not absolute.
58172              
58173              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
58174              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
58175              Date: Tue, 29 Aug 2000 19:58:56 -0400
58176              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
58177      Branch: perl
58178            ! t/lib/trig.t
58179 ____________________________________________________________________________
58180 [  6904] By: jhi                                   on 2000/08/30  00:13:09
58181         Log: From now on, Gisle is on my list of usual suspects :-)
58182              Retract #6902.
58183      Branch: perl
58184            ! ext/Opcode/Safe.pm
58185 ____________________________________________________________________________
58186 [  6903] By: jhi                                   on 2000/08/29  23:51:20
58187         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
58188              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58189              Date: Tue, 29 Aug 2000 18:43:26 -0500
58190              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
58191      Branch: perl
58192            + vms/vmspipe.com
58193            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
58194            ! vms/vms.c
58195 ____________________________________________________________________________
58196 [  6902] By: jhi                                   on 2000/08/29  23:44:14
58197         Log: Retry what #6882 attempted.
58198              
58199              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
58200              From: Gisle Aas <gisle@ActiveState.com>
58201              Date: 30 Aug 2000 00:33:09 +0200
58202              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
58203      Branch: perl
58204            ! ext/Opcode/Safe.pm
58205 ____________________________________________________________________________
58206 [  6901] By: jhi                                   on 2000/08/29  22:59:32
58207         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
58208              From: Hugo <hv@crypt.compulink.co.uk>
58209              Date: Mon, 12 Jun 2000 19:36:08 +0100
58210              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
58211      Branch: perl
58212            ! sv.c
58213 ____________________________________________________________________________
58214 [  6900] By: jhi                                   on 2000/08/29  22:58:35
58215         Log: Admit that we are leaking scalars.
58216              
58217              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
58218              From: Spider Boardman <spider@leggy.zk3.dec.com>
58219              Date: Tue, 29 Aug 2000 18:48:29 -0400
58220              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
58221      Branch: perl
58222            ! t/pragma/warnings.t
58223 ____________________________________________________________________________
58224 [  6899] By: jhi                                   on 2000/08/29  20:53:13
58225         Log: Update Changes.
58226      Branch: perl
58227            ! Changes patchlevel.h
58228 ____________________________________________________________________________
58229 [  6898] By: jhi                                   on 2000/08/29  20:46:21
58230         Log: Undo namespace pollution of #6878.
58231              
58232              Subject: Re: Net::protoent does not export 'getproto'
58233              From: Mike Guy <mjtg@cam.ac.uk>
58234              Date: Tue, 29 Aug 2000 21:32:37 +0100
58235              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
58236      Branch: perl
58237            ! lib/Net/protoent.pm
58238 ____________________________________________________________________________
58239 [  6897] By: jhi                                   on 2000/08/29  20:44:29
58240         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
58241              From: Peter Prymmer <pvhp@forte.com>
58242              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
58243              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
58244      Branch: perl
58245            ! pod/perlebcdic.pod
58246 ____________________________________________________________________________
58247 [  6896] By: jhi                                   on 2000/08/29  20:40:57
58248         Log: There's no point repeating the 'revision' (5) of perl5.
58249      Branch: metaconfig/U/perl
58250            ! Devel.U patchlevel.U
58251      Branch: perl
58252            ! Configure config_h.SH
58253 ____________________________________________________________________________
58254 [  6895] By: jhi                                   on 2000/08/29  20:16:58
58255         Log: Regen Configure for #6894.
58256      Branch: metaconfig/U/perl
58257            ! perladmin.U
58258      Branch: perl
58259            ! Configure config_h.SH
58260 ____________________________________________________________________________
58261 [  6894] By: jhi                                   on 2000/08/29  19:59:52
58262         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
58263              From: "Philip Newton" <Philip.Newton@gmx.net>
58264              Date: Tue, 29 Aug 2000 21:39:14 +0200
58265              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
58266      Branch: perl
58267            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
58268            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
58269            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
58270            ! utils/perlbug.PL
58271 ____________________________________________________________________________
58272 [  6893] By: jhi                                   on 2000/08/29  19:55:30
58273         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
58274              From: "Philip Newton" <Philip.Newton@gmx.net>
58275              Date: Tue, 29 Aug 2000 21:39:14 +0200
58276              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
58277      Branch: perl
58278            ! installhtml
58279 ____________________________________________________________________________
58280 [  6892] By: jhi                                   on 2000/08/29  19:53:59
58281         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
58282              From: "Philip Newton" <Philip.Newton@gmx.net>
58283              Date: Tue, 29 Aug 2000 21:48:18 +0200
58284              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
58285      Branch: perl
58286            ! lib/File/Temp.pm
58287 ____________________________________________________________________________
58288 [  6891] By: jhi                                   on 2000/08/29  18:30:03
58289         Log: Nail the ID 20000828.023.
58290      Branch: perl
58291            ! ext/Storable/Storable.xs
58292 ____________________________________________________________________________
58293 [  6890] By: jhi                                   on 2000/08/29  16:50:17
58294         Log: Under usethreads the dumped variable is IN_PAD.
58295              
58296              Subject: Re: [PATCH] Glob dumping
58297              From: Gisle Aas <gisle@ActiveState.com>
58298              Date: 29 Aug 2000 18:45:05 +0200
58299              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
58300      Branch: perl
58301            ! t/lib/peek.t
58302 ____________________________________________________________________________
58303 [  6889] By: jhi                                   on 2000/08/29  15:17:37
58304         Log: Update Changes.
58305      Branch: perl
58306            ! Changes patchlevel.h
58307 ____________________________________________________________________________
58308 [  6888] By: jhi                                   on 2000/08/29  14:49:59
58309         Log: Retract #6882, broke the safe tests.
58310      Branch: perl
58311            ! ext/Opcode/Safe.pm
58312 ____________________________________________________________________________
58313 [  6887] By: jhi                                   on 2000/08/29  14:47:06
58314         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
58315              From: Gisle Aas <gisle@ActiveState.com> 
58316              Date: 09 Jun 2000 20:00:11 +0200
58317              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
58318      Branch: perl
58319            ! utils/perldoc.PL
58320 ____________________________________________________________________________
58321 [  6886] By: jhi                                   on 2000/08/29  14:42:45
58322         Log: The #6881 removed one dump line.
58323      Branch: perl
58324            ! t/lib/peek.t
58325 ____________________________________________________________________________
58326 [  6885] By: jhi                                   on 2000/08/29  14:30:47
58327         Log: Don't forget to tidy up.
58328      Branch: perl
58329            ! t/lib/ftmp-security.t
58330 ____________________________________________________________________________
58331 [  6884] By: jhi                                   on 2000/08/29  14:25:17
58332         Log: Disabling the one test is a bit tricky.
58333      Branch: perl
58334            ! t/lib/ftmp-security.t
58335 ____________________________________________________________________________
58336 [  6883] By: jhi                                   on 2000/08/29  14:16:25
58337         Log: Disable one of the tests for now.
58338      Branch: perl
58339            ! t/lib/ftmp-security.t
58340 ____________________________________________________________________________
58341 [  6882] By: jhi                                   on 2000/08/29  14:05:50
58342         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
58343              From: gisle@aas.no
58344              Date: 29 Aug 2000 10:35:06 -0000
58345              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
58346      Branch: perl
58347            ! ext/Opcode/Safe.pm
58348 ____________________________________________________________________________
58349 [  6881] By: jhi                                   on 2000/08/29  14:03:51
58350         Log: Subject: [PATCH] Glob dumping
58351              From: Gisle Aas <gisle@ActiveState.com>
58352              Date: 29 Aug 2000 07:59:42 -0000
58353              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
58354      Branch: perl
58355            ! dump.c
58356 ____________________________________________________________________________
58357 [  6880] By: jhi                                   on 2000/08/29  14:02:01
58358         Log: Subject: [PATCH] Warnings in B::Deparse
58359              From: <abigail@foad.org>
58360              Date: Tue, 29 Aug 2000 00:00:01 -0400
58361              Message-ID: <20000829040001.2999.qmail@foad.org>
58362      Branch: perl
58363            ! ext/B/B/Deparse.pm
58364 ____________________________________________________________________________
58365 [  6879] By: jhi                                   on 2000/08/29  13:57:26
58366         Log: Missed a change in #6869.
58367      Branch: perl
58368            ! mg.c
58369 ____________________________________________________________________________
58370 [  6878] By: jhi                                   on 2000/08/29  13:45:04
58371         Log: Subject: Net::protoent does not export 'getproto'
58372              From: Yasushi Nakajima <sey@jkc.co.jp>
58373              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
58374      Branch: perl
58375            ! lib/Net/protoent.pm
58376 ____________________________________________________________________________
58377 [  6877] By: jhi                                   on 2000/08/29  13:39:19
58378         Log: Patches all over for people and the files they (hopefully) care about.
58379      Branch: perl
58380            ! AUTHORS Changes MAINTAIN
58381 ____________________________________________________________________________
58382 [  6876] By: jhi                                   on 2000/08/29  12:53:54
58383         Log: Fix for thinko in #6848.
58384              
58385              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
58386              From: Lupe Christoph <lupe@lupe-christoph.de>
58387              Date: Tue, 29 Aug 2000 09:04:08 +0200
58388              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
58389      Branch: perl
58390            ! ext/Thread/Thread.xs
58391 ____________________________________________________________________________
58392 [  6875] By: jhi                                   on 2000/08/29  12:50:14
58393         Log: Update to Getopt::Long 2.24, from Johan Vromans.
58394      Branch: perl
58395            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
58396 ____________________________________________________________________________
58397 [  6874] By: jhi                                   on 2000/08/29  02:09:53
58398         Log: Use minimal @INC in tests, most of the time just '../lib',
58399              so that we simply can't pick up stuff from other Perls than
58400              the one we are testing.  Pointed out by
58401              
58402              From: Mike Guy <mjtg@cam.ac.uk>
58403              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
58404              Date: Fri, 25 Aug 2000 15:15:59 +0100
58405              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
58406      Branch: perl
58407            ! (edit 185 files)
58408 ____________________________________________________________________________
58409 [  6873] By: jhi                                   on 2000/08/29  01:07:11
58410         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
58411              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58412              Date: Mon, 28 Aug 2000 17:45:52 -0700
58413              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
58414      Branch: perl
58415            ! Makefile.SH hints/os2.sh
58416 ____________________________________________________________________________
58417 [  6872] By: jhi                                   on 2000/08/28  23:33:39
58418         Log: Subject: [PATCH bleedperl@6866] spellings
58419              From: marcel@codewerk.com (Marcel Grunauer)
58420              Date: Tue, 29 Aug 2000 01:19:59 +0200
58421              Message-Id: <200008282319.BAA29862@gandalf.local>
58422      Branch: perl
58423            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
58424            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
58425            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
58426 ____________________________________________________________________________
58427 [  6871] By: jhi                                   on 2000/08/28  23:22:09
58428         Log: Take out the SUIDMAIL thing, that will not be
58429              a problem in 5.7.*.
58430      Branch: perl
58431            ! patchlevel.h
58432 ____________________________________________________________________________
58433 [  6870] By: jhi                                   on 2000/08/28  23:19:30
58434         Log: -S is the silent flag, -s is the strip flag.
58435              
58436              Subject: [PATCH] Re: [PATCH] make no-install          
58437              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58438              Date: Mon, 28 Aug 2000 15:12:55 -0700
58439              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
58440      Branch: perl
58441            ! Makefile.SH
58442 ____________________________________________________________________________
58443 [  6869] By: jhi                                   on 2000/08/28  23:12:05
58444         Log: Subject: [PATCH bleedperl@6856] warnings fixes
58445              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
58446              Date: Mon, 28 Aug 2000 23:55:06 +0100
58447              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
58448      Branch: perl
58449            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
58450            ! warnings.h warnings.pl
58451 ____________________________________________________________________________
58452 [  6868] By: jhi                                   on 2000/08/28  21:38:22
58453         Log: Potential cruft.
58454      Branch: perl
58455            ! Makefile.SH
58456 ____________________________________________________________________________
58457 [  6867] By: jhi                                   on 2000/08/28  21:35:36
58458         Log: Update Changes.
58459      Branch: perl
58460            ! Changes patchlevel.h
58461 ____________________________________________________________________________
58462 [  6866] By: jhi                                   on 2000/08/28  21:33:49
58463         Log: Subject: hv.h Doc Patch
58464              From: Fisher Mark <fisherm@tce.com>
58465              Date: Mon, 28 Aug 2000 16:24:59 -0500
58466              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
58467      Branch: perl
58468            ! hv.h
58469 ____________________________________________________________________________
58470 [  6865] By: jhi                                   on 2000/08/28  21:02:15
58471         Log: Add -ld to archname on long tr...double platforms.
58472      Branch: metaconfig
58473            ! U/threads/archname.U
58474      Branch: perl
58475            ! Configure config_h.SH
58476 ____________________________________________________________________________
58477 [  6864] By: jhi                                   on 2000/08/28  20:38:59
58478         Log: An attempt to fix the problem reported in
58479              
58480              Subject: Building perl@6856 using gcc/AIX 4.3.3 
58481              From: Daniel Muino <dmuino@afip.gov.ar> 
58482              Date: Mon, 28 Aug 2000 15:50:01 -0300   
58483              Message-ID: <20000828155001.A14403@con2-dgi>
58484              
58485              I can't test this properly since the gcc installation I have
58486              access to seems to be botched (gcc is calling the AIX cpp,
58487              a losing proposition...)
58488      Branch: perl
58489            ! hints/aix.sh
58490 ____________________________________________________________________________
58491 [  6863] By: jhi                                   on 2000/08/28  18:57:52
58492         Log: Fix for ID 20000828.001, long doubles were not formatted
58493              correctly (showed up in $], which stopped installing perl).
58494      Branch: perl
58495            ! sv.c
58496 ____________________________________________________________________________
58497 [  6862] By: jhi                                   on 2000/08/28  18:07:15
58498         Log: Typo in #6858.
58499      Branch: perl
58500            ! lib/Cwd.pm
58501 ____________________________________________________________________________
58502 [  6861] By: jhi                                   on 2000/08/28  17:57:27
58503         Log: opmini.o may be left around if a build is interrupted.
58504      Branch: perl
58505            ! Makefile.SH
58506 ____________________________________________________________________________
58507 [  6860] By: jhi                                   on 2000/08/28  16:52:50
58508         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
58509              From: Daniel Chetlin <daniel@chetlin.com>
58510              Date: Mon, 28 Aug 2000 01:14:18 -0700
58511              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
58512      Branch: perl
58513            ! lib/overload.pm
58514 ____________________________________________________________________________
58515 [  6859] By: jhi                                   on 2000/08/28  16:08:46
58516         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
58517              From: Nicholas Clark <nick@ccl4.org>
58518              Date: Mon, 28 Aug 2000 16:03:27 +0100
58519              Message-Id: <20000828160327.C49785@plum.flirble.org>
58520      Branch: perl
58521            ! ext/ByteLoader/bytecode.h
58522 ____________________________________________________________________________
58523 [  6858] By: jhi                                   on 2000/08/28  16:02:10
58524         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
58525              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
58526              Date: Mon, 28 Aug 2000 13:08:30 +0200
58527              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
58528      Branch: perl
58529            ! lib/Cwd.pm
58530 ____________________________________________________________________________
58531 [  6857] By: jhi                                   on 2000/08/28  15:42:47
58532         Log: display_format used as a class method without arguments was broken,
58533              reported in
58534              
58535              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
58536              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
58537              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
58538              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
58539      Branch: perl
58540            ! lib/Math/Complex.pm t/lib/complex.t
58541 ____________________________________________________________________________
58542 [  6856] By: jhi                                   on 2000/08/27  22:09:48
58543         Log: Update Changes.
58544      Branch: perl
58545            ! Changes patchlevel.h
58546 ____________________________________________________________________________
58547 [  6855] By: jhi                                   on 2000/08/27  21:59:21
58548         Log: Retract #6853 (false alarm).
58549      Branch: perl
58550            ! lib/ExtUtils/xsubpp
58551 ____________________________________________________________________________
58552 [  6854] By: jhi                                   on 2000/08/27  21:37:44
58553         Log: Update Changes.
58554      Branch: perl
58555            ! Changes patchlevel.h
58556 ____________________________________________________________________________
58557 [  6853] By: jhi                                   on 2000/08/27  21:37:16
58558         Log: Subject: [PATCH perl@6850] workaround for xsubpp
58559              From: Hugo <hv@crypt.compulink.co.uk>
58560              Date: Sun, 27 Aug 2000 22:30:25 +0100
58561              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
58562      Branch: perl
58563            ! lib/ExtUtils/xsubpp
58564 ____________________________________________________________________________
58565 [  6852] By: jhi                                   on 2000/08/27  21:33:58
58566         Log: Big-endian 64-bit patch from Raphael Manfredi.
58567      Branch: perl
58568            ! ext/Storable/Storable.xs
58569 ____________________________________________________________________________
58570 [  6851] By: jhi                                   on 2000/08/27  21:22:21
58571         Log: More ruthless editing from Hugo van der Sanden.
58572      Branch: perl
58573            ! pod/perldelta.pod
58574 ____________________________________________________________________________
58575 [  6850] By: jhi                                   on 2000/08/27  16:11:46
58576         Log: Update Changes.
58577      Branch: perl
58578            ! Changes patchlevel.h
58579 ____________________________________________________________________________
58580 [  6849] By: jhi                                   on 2000/08/27  16:11:05
58581         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
58582      Branch: perl
58583            ! configpm pod/perldelta.pod
58584 ____________________________________________________________________________
58585 [  6848] By: jhi                                   on 2000/08/27  15:35:08
58586         Log: Use the actual thread type, not the pointer-to-struct.
58587      Branch: perl
58588            ! ext/Thread/Thread.xs
58589 ____________________________________________________________________________
58590 [  6847] By: jhi                                   on 2000/08/27  15:30:49
58591         Log: Test nit.
58592      Branch: perl
58593            ! t/pragma/warn/pp_sys
58594 ____________________________________________________________________________
58595 [  6846] By: jhi                                   on 2000/08/27  15:19:02
58596         Log: Passing -R in ldflags makes now it to appear in the default
58597              for lddlflags, just like with -L.
58598              
58599              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
58600              From: Lupe Christoph <lupe@lupe-christoph.de>
58601              Date: Sun, 27 Aug 2000 10:28:21 +0200
58602              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
58603      Branch: metaconfig/U/perl
58604            ! dlsrc.U
58605      Branch: perl
58606            ! Configure
58607 ____________________________________________________________________________
58608 [  6845] By: jhi                                   on 2000/08/27  15:08:54
58609         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
58610              From: Alan Burlison <Alan.Burlison@uk.sun.com>
58611              Date: Sat, 26 Aug 2000 22:23:27 +0100
58612              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
58613      Branch: perl
58614            ! lib/ExtUtils/MM_Unix.pm
58615 ____________________________________________________________________________
58616 [  6844] By: jhi                                   on 2000/08/27  15:02:37
58617         Log: DJGPP update from Laszlo Molnar.
58618              
58619              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
58620              From: ml1050 <ml1050@freemail.hu>
58621              Date: Sat, 26 Aug 2000 23:24:40 +0200
58622              Message-Id: <20000826232440.A439@freemail.hu>
58623      Branch: perl
58624            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
58625            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
58626 ____________________________________________________________________________
58627 [  6843] By: jhi                                   on 2000/08/27  14:53:58
58628         Log: Subject: installman buglet
58629              From: Lupe Christoph <lupe@lupe-christoph.de>
58630              Date: Sun, 27 Aug 2000 14:38:59 +0200
58631              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
58632      Branch: perl
58633            ! installman
58634 ____________________________________________________________________________
58635 [  6842] By: jhi                                   on 2000/08/27  14:52:08
58636         Log: Can't get the test to reliably work thanks to the
58637              inaccurateness of floating point.  "Resolves" bug ids
58638              20000826.003, 20000826.009, 20000826.010,
58639      Branch: perl
58640            ! t/lib/trig.t
58641 ____________________________________________________________________________
58642 [  6841] By: jhi                                   on 2000/08/26  15:53:58
58643         Log: Update Changes.
58644      Branch: perl
58645            ! Changes patchlevel.h
58646 ____________________________________________________________________________
58647 [  6840] By: jhi                                   on 2000/08/26  14:23:03
58648         Log: grep -e isn't portable.
58649              
58650              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
58651              From: chris@broadband.att.com
58652              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
58653              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
58654      Branch: perl
58655            ! hints/solaris_2.sh
58656 ____________________________________________________________________________
58657 [  6839] By: jhi                                   on 2000/08/26  14:12:23
58658         Log: no-install target a la make -n.
58659              
58660              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
58661              From: <abigail@foad.org>
58662              Date: Sat, 26 Aug 2000 03:57:34 -0400
58663              Message-ID: <20000826075735.18912.qmail@foad.org>
58664      Branch: perl
58665            ! Makefile.SH installman installperl
58666 ____________________________________________________________________________
58667 [  6838] By: jhi                                   on 2000/08/26  14:06:33
58668         Log: Retract #6826 as the #6828 should be do the same
58669              in a More Correct Way.
58670      Branch: perl
58671            ! installperl
58672 ____________________________________________________________________________
58673 [  6837] By: jhi                                   on 2000/08/26  05:24:00
58674         Log: More casting.
58675      Branch: perl
58676            ! ext/Storable/Storable.xs
58677 ____________________________________________________________________________
58678 [  6836] By: jhi                                   on 2000/08/26  05:05:46
58679         Log: Nicer in decimal.
58680      Branch: perl
58681            ! ext/Storable/Storable.xs
58682 ____________________________________________________________________________
58683 [  6835] By: jhi                                   on 2000/08/26  05:03:50
58684         Log: There be no UVdf.
58685      Branch: perl
58686            ! ext/Storable/Storable.xs
58687 ____________________________________________________________________________
58688 [  6834] By: jhi                                   on 2000/08/26  05:00:18
58689         Log: Continue IVdfing and UVxfing.
58690      Branch: perl
58691            ! ext/Storable/Storable.xs
58692 ____________________________________________________________________________
58693 [  6833] By: jhi                                   on 2000/08/26  04:53:14
58694         Log: Use IVdf.
58695      Branch: perl
58696            ! ext/Storable/Storable.xs
58697 ____________________________________________________________________________
58698 [  6832] By: jhi                                   on 2000/08/26  04:40:41
58699         Log: Document PTR2XX and INT2PTR.
58700      Branch: perl
58701            ! pod/perlguts.pod
58702 ____________________________________________________________________________
58703 [  6831] By: jhi                                   on 2000/08/26  04:33:18
58704         Log: Use UVxf, PTR2UV, NVff.
58705      Branch: perl
58706            ! ext/Storable/Storable.xs
58707 ____________________________________________________________________________
58708 [  6830] By: jhi                                   on 2000/08/26  04:31:32
58709         Log: Update the test count.
58710      Branch: perl
58711            ! t/lib/trig.t
58712 ____________________________________________________________________________
58713 [  6829] By: jhi                                   on 2000/08/26  03:05:50
58714         Log: Subject: [PATCH] installation not quite silent yet.
58715              From: <abigail@foad.org>
58716              Date: Fri, 25 Aug 2000 20:07:53 -0400
58717              Message-ID: <20000826000753.7822.qmail@foad.org>
58718      Branch: perl
58719            ! installman installperl
58720 ____________________________________________________________________________
58721 [  6828] By: jhi                                   on 2000/08/26  03:05:14
58722         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
58723              From: Spider Boardman <spider@web.zk3.dec.com>
58724              Date: Fri, 25 Aug 2000 19:12:40 -0400
58725              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
58726      Branch: perl
58727            ! gv.c
58728 ____________________________________________________________________________
58729 [  6827] By: jhi                                   on 2000/08/25  23:54:34
58730         Log: Support preserving extremely big/small angles.
58731      Branch: perl
58732            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
58733 ____________________________________________________________________________
58734 [  6826] By: jhi                                   on 2000/08/25  23:01:20
58735         Log: Patch installperl to be long double-aware.
58736              
58737              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
58738              From: Spider Boardman <spider@web.zk3.dec.com>
58739              Date: Fri, 25 Aug 2000 18:15:23 -0400
58740              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
58741      Branch: perl
58742            ! installperl
58743 ____________________________________________________________________________
58744 [  6825] By: jhi                                   on 2000/08/25  22:58:25
58745         Log: Remove duplicately applied patch shards.
58746              
58747              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
58748              From: Spider Boardman <spider@leggy.zk3.dec.com>
58749              Date: Fri, 25 Aug 2000 16:45:03 -0400
58750              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
58751      Branch: perl
58752            ! t/lib/cgi-html.t
58753 ____________________________________________________________________________
58754 [  6824] By: jhi                                   on 2000/08/25  22:57:00
58755         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
58756              From: Daniel Chetlin <daniel@chetlin.com>
58757              Date: Fri, 25 Aug 2000 12:23:16 -0700
58758              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
58759              
58760              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
58761              From: Daniel Chetlin <daniel@chetlin.com>
58762              Date: Fri, 25 Aug 2000 14:47:19 -0700
58763              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
58764      Branch: perl
58765            ! installman
58766 ____________________________________________________________________________
58767 [  6823] By: jhi                                   on 2000/08/25  22:44:17
58768         Log: Timestamp problem?
58769      Branch: perl
58770            ! uconfig.h uconfig.sh
58771 ____________________________________________________________________________
58772 [  6822] By: jhi                                   on 2000/08/25  19:01:06
58773         Log: One forgotten file from #6816.
58774      Branch: perl
58775            ! vos/config.h
58776 ____________________________________________________________________________
58777 [  6821] By: jhi                                   on 2000/08/25  18:56:39
58778         Log: Regen Changes.
58779      Branch: perl
58780            ! Changes patchlevel.h
58781 ____________________________________________________________________________
58782 [  6820] By: jhi                                   on 2000/08/25  18:52:35
58783         Log: Fix Changes ordering.
58784      Branch: perl
58785            ! Changes
58786 ____________________________________________________________________________
58787 [  6819] By: jhi                                   on 2000/08/25  18:50:25
58788         Log: Update Changes.
58789      Branch: perl
58790            ! Changes patchlevel.h
58791 ____________________________________________________________________________
58792 [  6818] By: jhi                                   on 2000/08/25  18:47:45
58793         Log: Tweak the sfio/useperlio logic, hopefully as wished in
58794              
58795              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
58796              From: Nicholas Clark <nick@babyhippo.co.uk>
58797              Date: Fri, 25 Aug 2000 12:01:45 +0100
58798              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
58799      Branch: metaconfig/U/perl
58800            ! d_sfio.U
58801      Branch: perl
58802            ! Configure
58803 ____________________________________________________________________________
58804 [  6817] By: jhi                                   on 2000/08/25  18:32:51
58805         Log: Allow microperl to assume <math.h>, without it the math
58806              functions like floor() are assumed to return int, which makes
58807              for core dumps in machines where integer and floating register
58808              don't mix.
58809      Branch: perl
58810            ! uconfig.h uconfig.sh
58811 ____________________________________________________________________________
58812 [  6816] By: jhi                                   on 2000/08/25  18:27:17
58813         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
58814              the problem reported in
58815              
58816              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
58817              From: danhale@us.ibm.com
58818              Date: Fri, 25 Aug 2000 10:58:06 -0400
58819              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
58820      Branch: metaconfig/U/perl
58821            + d_socks5_init.U
58822      Branch: perl
58823            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
58824            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
58825            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
58826            ! win32/config.gc win32/config.vc
58827 ____________________________________________________________________________
58828 [  6815] By: jhi                                   on 2000/08/25  17:43:31
58829         Log: A solution for the retrieve_fd autosplit warning,
58830              idea suggested by Mike Guy.
58831      Branch: perl
58832            ! ext/Storable/Storable.pm
58833 ____________________________________________________________________________
58834 [  6814] By: jhi                                   on 2000/08/25  17:16:03
58835         Log: Add install-silent target.
58836      Branch: perl
58837            ! Makefile.SH
58838 ____________________________________________________________________________
58839 [  6813] By: jhi                                   on 2000/08/25  17:14:23
58840         Log: Subject: Re: [PATCH] More silencing of installman.
58841              From: <abigail@foad.org>
58842              Date: Thu, 24 Aug 2000 19:27:03 -0400
58843              Message-ID: <20000824232703.7001.qmail@foad.org>
58844              
58845              Subject: Re: [PATCH] More silencing of installman.
58846              From: <abigail@foad.org>
58847              Date: Fri, 25 Aug 2000 03:00:58 -0400
58848              Message-ID: <20000825070058.10697.qmail@foad.org>
58849      Branch: perl
58850            ! installman
58851 ____________________________________________________________________________
58852 [  6812] By: jhi                                   on 2000/08/25  17:11:28
58853         Log: installperl --verbose and --silent.
58854              
58855              Subject: Re: [PATCH] More silencing of installman.
58856              From: <abigail@foad.org>
58857              Message-ID: <20000825064430.9719.qmail@foad.org>
58858              Date: Fri, 25 Aug 2000 02:44:30 -0400
58859      Branch: perl
58860            ! installperl
58861 ____________________________________________________________________________
58862 [  6811] By: jhi                                   on 2000/08/25  17:05:43
58863         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
58864              From: "Peter J. Farley III" <pjfarley@banet.net>
58865              Date: Thu, 24 Aug 2000 21:58:03 -0400
58866              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
58867              
58868              (applied slightly modified)
58869      Branch: perl
58870            ! lib/ExtUtils/MM_Unix.pm
58871 ____________________________________________________________________________
58872 [  6810] By: jhi                                   on 2000/08/25  17:01:18
58873         Log: Missing parts of 
58874              
58875              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
58876              From: Peter Prymmer <pvhp@forte.com>
58877              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
58878              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
58879      Branch: perl
58880            ! t/lib/cgi-html.t
58881 ____________________________________________________________________________
58882 [  6809] By: jhi                                   on 2000/08/25  16:46:32
58883         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
58884              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58885              Date: Thu, 24 Aug 2000 19:13:11 -0500
58886              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
58887      Branch: perl
58888            ! vms/vms.c
58889 ____________________________________________________________________________
58890 [  6808] By: jhi                                   on 2000/08/25  16:39:22
58891         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
58892              From: Peter Prymmer <pvhp@forte.com>
58893              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
58894              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
58895      Branch: perl
58896            ! configure.com
58897 ____________________________________________________________________________
58898 [  6807] By: jhi                                   on 2000/08/25  16:36:37
58899         Log: Better wording for the vec lvalue diagnostic.
58900              
58901              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
58902              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
58903              Date: Wed, 23 Aug 2000 14:12:16 -0400
58904              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
58905      Branch: perl
58906            ! pod/perldiag.pod
58907 ____________________________________________________________________________
58908 [  6806] By: jhi                                   on 2000/08/24  18:17:22
58909         Log: Subject: [PATCH] More silencing of installman.
58910              From: <abigail@foad.org>
58911              Date: Thu, 24 Aug 2000 14:01:44 -0400
58912              Message-ID: <20000824180144.20062.qmail@foad.org>
58913      Branch: perl
58914            ! installman
58915 ____________________________________________________________________________
58916 [  6805] By: jhi                                   on 2000/08/24  15:00:31
58917         Log: Update Changes.
58918      Branch: perl
58919            ! Changes patchlevel.h
58920 ____________________________________________________________________________
58921 [  6804] By: jhi                                   on 2000/08/24  14:59:07
58922         Log: Regen perltoc.
58923      Branch: perl
58924            ! pod/perltoc.pod
58925 ____________________________________________________________________________
58926 [  6803] By: jhi                                   on 2000/08/24  14:44:39
58927         Log: Show the doc file, not the temp file.
58928      Branch: perl
58929            ! installman
58930 ____________________________________________________________________________
58931 [  6802] By: jhi                                   on 2000/08/24  14:41:53
58932         Log: Continue silencing.
58933      Branch: perl
58934            ! installman
58935 ____________________________________________________________________________
58936 [  6801] By: jhi                                   on 2000/08/24  14:34:40
58937         Log: Actually do something with the silencer option.
58938      Branch: perl
58939            ! installman
58940 ____________________________________________________________________________
58941 [  6800] By: jhi                                   on 2000/08/24  14:26:22
58942         Log: Make installman to recognize the silence flag -S.
58943      Branch: perl
58944            ! installman
58945 ____________________________________________________________________________
58946 [  6799] By: jhi                                   on 2000/08/24  13:49:38
58947         Log: DOS patches and portability/porting notes, from Tim Jenness.
58948      Branch: perl
58949            ! lib/File/Temp.pm
58950 ____________________________________________________________________________
58951 [  6798] By: jhi                                   on 2000/08/24  13:48:27
58952         Log: Create directories in silence.
58953              
58954              Subject: [PATCH] Another silencer for MakeMaker
58955              From: andreas.koenig@anima.de (Andreas J. Koenig)
58956              Date: 24 Aug 2000 14:18:52 +0200
58957              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
58958      Branch: perl
58959            ! lib/ExtUtils/Command.pm
58960 ____________________________________________________________________________
58961 [  6797] By: jhi                                   on 2000/08/24  13:46:42
58962         Log: More liberal parsing of version numbers.
58963              
58964              Subject: Re: CPAN.pm beta for testing available
58965              From: andreas.koenig@anima.de (Andreas J. Koenig)
58966              Date: 24 Aug 2000 13:51:57 +0200
58967              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
58968      Branch: perl
58969            ! lib/CPAN.pm
58970 ____________________________________________________________________________
58971 [  6796] By: jhi                                   on 2000/08/24  13:44:36
58972         Log: Make "make install" by default silent.  A new "install-verbose"
58973              target is verbose.
58974      Branch: perl
58975            ! Makefile.SH
58976 ____________________________________________________________________________
58977 [  6795] By: jhi                                   on 2000/08/24  13:39:14
58978         Log: Add silencer flags to installperl.
58979              
58980              Subject: [PATCH] Making installperl silent.
58981              From: <abigail@foad.org>
58982              Date: Thu, 24 Aug 2000 05:01:45 -0400
58983              Message-ID: <20000824090145.13141.qmail@foad.org>
58984      Branch: perl
58985            ! installperl
58986 ____________________________________________________________________________
58987 [  6794] By: jhi                                   on 2000/08/24  13:35:50
58988         Log: installperl couldn't tell whether it had run tests or not.
58989              
58990              Subject: [PATCH] Re: installperl and t/TEST
58991              From: <abigail@foad.org>
58992              Date: Thu, 24 Aug 2000 04:00:53 -0400
58993              Message-ID: <20000824080053.2494.qmail@foad.org>
58994      Branch: perl
58995            ! Makefile.SH installperl
58996 ____________________________________________________________________________
58997 [  6793] By: jhi                                   on 2000/08/24  13:27:50
58998         Log: Drop the separate perlbc, perlcc -b should be enough.
58999      Branch: perl
59000            - utils/perlbc.PL
59001            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
59002 ____________________________________________________________________________
59003 [  6792] By: jhi                                   on 2000/08/24  04:41:30
59004         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
59005              plus the typo fix from Peter Prymmer.
59006      Branch: perl
59007            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
59008            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
59009 ____________________________________________________________________________
59010 [  6791] By: jhi                                   on 2000/08/24  02:10:43
59011         Log: Replace #6705 with a minimal doc patch.
59012              
59013              Subject: [PATCH 5.6.0] replace change #6705
59014              From: Jan Dubois <jand@ActiveState.com>
59015              Date: Wed, 23 Aug 2000 18:31:51 -0700
59016              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
59017      Branch: perl
59018            ! lib/Win32.pod win32/win32.c
59019 ____________________________________________________________________________
59020 [  6790] By: jhi                                   on 2000/08/23  17:52:00
59021         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
59022              From: Mike Guy <mjtg@cam.ac.uk>
59023              Date: Wed, 23 Aug 2000 18:38:46 +0100
59024              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
59025      Branch: perl
59026            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
59027 ____________________________________________________________________________
59028 [  6789] By: jhi                                   on 2000/08/23  15:34:21
59029         Log: Update Changes.
59030      Branch: perl
59031            ! Changes patchlevel.h
59032 ____________________________________________________________________________
59033 [  6788] By: jhi                                   on 2000/08/23  15:33:40
59034         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
59035              From: Wilfredo Sánchez <wsanchez@apple.com>
59036              Date: Tue, 22 Aug 2000 19:31:27 -0700
59037              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
59038      Branch: perl
59039            ! perl.h
59040 ____________________________________________________________________________
59041 [  6787] By: jhi                                   on 2000/08/23  15:29:31
59042         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
59043              From: Spider Boardman <spider@leggy.zk3.dec.com>
59044              Date: Wed, 23 Aug 2000 10:33:23 -0400
59045              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
59046      Branch: perl
59047            ! lib/Pod/Html.pm
59048 ____________________________________________________________________________
59049 [  6786] By: jhi                                   on 2000/08/23  15:28:11
59050         Log: Bad makefile.
59051      Branch: perl
59052            ! ext/B/Makefile.PL
59053 ____________________________________________________________________________
59054 [  6785] By: jhi                                   on 2000/08/23  14:37:04
59055         Log: Update Changes.
59056      Branch: perl
59057            ! Changes patchlevel.h
59058 ____________________________________________________________________________
59059 [  6784] By: jhi                                   on 2000/08/23  13:58:41
59060         Log: Portability fix from Hugo van der Sanden.
59061      Branch: perl
59062            ! ext/re/Makefile.PL
59063 ____________________________________________________________________________
59064 [  6783] By: jhi                                   on 2000/08/23  13:53:53
59065         Log: Storable support, v-version fixes.
59066              
59067              Subject: CPAN.pm beta for testing available
59068              From: andreas.koenig@anima.de (Andreas J. Koenig)
59069              Date: 22 Aug 2000 23:31:33 +0200
59070              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
59071      Branch: perl
59072            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59073 ____________________________________________________________________________
59074 [  6782] By: jhi                                   on 2000/08/23  13:51:26
59075         Log: Mac and other portability updates from Chris Nandor.
59076      Branch: perl
59077            ! pod/perlmodinstall.pod
59078 ____________________________________________________________________________
59079 [  6781] By: jhi                                   on 2000/08/23  13:47:33
59080         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
59081              From: Peter Prymmer <pvhp@forte.com>
59082              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
59083              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
59084      Branch: perl
59085            ! ext/Storable/Storable.xs
59086 ____________________________________________________________________________
59087 [  6780] By: jhi                                   on 2000/08/23  13:33:34
59088         Log: VMS MMS (make) wants null action.
59089      Branch: perl
59090            ! ext/B/Makefile.PL
59091 ____________________________________________________________________________
59092 [  6779] By: jhi                                   on 2000/08/22  19:44:47
59093         Log: Forgot portability nit.
59094      Branch: perl
59095            ! t/lib/st-forgive.t
59096 ____________________________________________________________________________
59097 [  6778] By: jhi                                   on 2000/08/22  19:35:25
59098         Log: Be portable.
59099      Branch: perl
59100            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
59101            ! t/lib/st-store.t
59102 ____________________________________________________________________________
59103 [  6777] By: jhi                                   on 2000/08/22  18:50:53
59104         Log: Update Changes.
59105      Branch: perl
59106            ! Changes patchlevel.h
59107 ____________________________________________________________________________
59108 [  6776] By: jhi                                   on 2000/08/22  18:44:46
59109         Log: cSVOPo_*v things index into the current PL_curpad
59110              under ithreads, which is different from the curpad
59111              used by the XSUB.  (In other words, the code as-is
59112              before this patch wouldn't work under ithreads.)
59113              From Sarathy.
59114      Branch: perl
59115            ! ext/B/B.xs
59116 ____________________________________________________________________________
59117 [  6775] By: jhi                                   on 2000/08/22  18:18:37
59118         Log: Make the selection of NVff et al stricter.
59119      Branch: metaconfig/U/perl
59120            ! perlxvf.U
59121      Branch: perl
59122            ! Configure config_h.SH
59123 ____________________________________________________________________________
59124 [  6774] By: jhi                                   on 2000/08/22  17:19:42
59125         Log: perldelta nits.
59126      Branch: perl
59127            ! pod/perldelta.pod
59128 ____________________________________________________________________________
59129 [  6773] By: jhi                                   on 2000/08/22  17:06:26
59130         Log: Long double fixes from Spider Boardman.
59131              
59132              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
59133              From: system PRIVILEGED account <root@peano.zk3.dec.com>
59134              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
59135              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
59136      Branch: perl
59137            ! t/lib/bigfltpm.t t/lib/st-06compat.t
59138 ____________________________________________________________________________
59139 [  6772] By: jhi                                   on 2000/08/22  15:04:53
59140         Log: Update Changes.
59141      Branch: perl
59142            ! Changes patchlevel.h
59143 ____________________________________________________________________________
59144 [  6771] By: jhi                                   on 2000/08/22  15:01:44
59145         Log: perldelta fixes from Hugo van der Sanden.
59146      Branch: perl
59147            ! pod/perldelta.pod
59148 ____________________________________________________________________________
59149 [  6770] By: jhi                                   on 2000/08/22  14:34:49
59150         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
59151              From: Hugo <hv@crypt.compulink.co.uk>
59152              Date: Tue, 22 Aug 2000 11:21:53 +0100
59153              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
59154      Branch: perl
59155            ! regcomp.c
59156 ____________________________________________________________________________
59157 [  6769] By: jhi                                   on 2000/08/22  14:30:02
59158         Log: Add Yitzchak, reformat.
59159      Branch: perl
59160            ! Changes config_h.SH
59161 ____________________________________________________________________________
59162 [  6768] By: jhi                                   on 2000/08/22  14:21:35
59163         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
59164              and Spider Boardman.
59165      Branch: metaconfig
59166            ! U/compline/d_gconvert.U
59167      Branch: perl
59168            ! Configure
59169 ____________________________________________________________________________
59170 [  6767] By: jhi                                   on 2000/08/22  14:11:24
59171         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
59172              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59173              Date: Mon, 21 Aug 2000 19:08:31 -0700
59174              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
59175      Branch: perl
59176            - ext/Storable/patchlevel.h
59177            ! MANIFEST ext/Storable/MANIFEST
59178 ____________________________________________________________________________
59179 [  6766] By: jhi                                   on 2000/08/22  13:49:29
59180         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
59181              From: Peter Prymmer <pvhp@forte.com>
59182              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
59183              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
59184      Branch: perl
59185            ! configure.com ext/Storable/Makefile.PL
59186 ____________________________________________________________________________
59187 [  6765] By: jhi                                   on 2000/08/22  13:44:59
59188         Log: Subject: [PATCH blead] B:: missing dependency
59189              From: Hugo <hv@crypt.compulink.co.uk>
59190              Date: Tue, 22 Aug 2000 06:44:33 +0100
59191              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
59192      Branch: perl
59193            ! ext/B/Makefile.PL
59194 ____________________________________________________________________________
59195 [  6764] By: jhi                                   on 2000/08/22  13:38:12
59196         Log: More bytecompiler.
59197      Branch: perl
59198            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
59199 ____________________________________________________________________________
59200 [  6763] By: jhi                                   on 2000/08/22  13:36:44
59201         Log: Bytecompiler patches from Benjamin Stuhl.
59202      Branch: perl
59203            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
59204            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
59205            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
59206            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
59207            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
59208            ! perl.c perlapi.h pod/perldelta.pod
59209 ____________________________________________________________________________
59210 [  6762] By: jhi                                   on 2000/08/21  23:43:40
59211         Log: An obsoleted diagnostic.
59212      Branch: perl
59213            ! pod/perldelta.pod
59214 ____________________________________________________________________________
59215 [  6761] By: jhi                                   on 2000/08/21  23:01:45
59216         Log: The #6759 wasn't quite right.
59217      Branch: perl
59218            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
59219            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
59220            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
59221            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
59222            ! t/lib/st-tieditems.t
59223 ____________________________________________________________________________
59224 [  6760] By: jhi                                   on 2000/08/21  22:35:49
59225         Log: Be verydeepclean.
59226      Branch: perl
59227            ! Makefile.SH
59228 ____________________________________________________________________________
59229 [  6759] By: jhi                                   on 2000/08/21  22:25:40
59230         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
59231              From: Peter Prymmer <pvhp@forte.com>
59232              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
59233              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
59234      Branch: perl
59235            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
59236            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
59237            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
59238            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
59239            ! t/lib/st-tieditems.t
59240 ____________________________________________________________________________
59241 [  6758] By: jhi                                   on 2000/08/21  22:22:32
59242         Log: Few more casts, need reported in
59243              
59244              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
59245              From: Mike Stok <mike@stok.co.uk>
59246              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
59247              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
59248              
59249              and
59250              
59251              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
59252              From: abigail@foad.org
59253              Date: 21 Aug 2000 21:31:34 -0000
59254              Message-Id: <20000821213134.30170.qmail@foad.org>
59255      Branch: perl
59256            ! ext/Storable/Storable.xs
59257 ____________________________________________________________________________
59258 [  6757] By: jhi                                   on 2000/08/21  18:37:07
59259         Log: Update Changes.
59260      Branch: perl
59261            ! Changes patchlevel.h
59262 ____________________________________________________________________________
59263 [  6756] By: jhi                                   on 2000/08/21  18:34:02
59264         Log: A pod nit.
59265              
59266              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
59267              From: <abigail@foad.org>
59268              Date: Mon, 21 Aug 2000 14:00:16 -0400
59269              Message-ID: <20000821180016.28627.qmail@foad.org>
59270      Branch: perl
59271            ! pod/perlre.pod
59272 ____________________________________________________________________________
59273 [  6755] By: jhi                                   on 2000/08/21  18:30:56
59274         Log: Use PodParser 1.18 new test.
59275      Branch: perl
59276            ! t/pod/special_seqs.t t/pod/special_seqs.xr
59277 ____________________________________________________________________________
59278 [  6754] By: jhi                                   on 2000/08/21  18:28:35
59279         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
59280              patches cannot be applied since #6712 conflicts.
59281      Branch: perl
59282            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
59283 ____________________________________________________________________________
59284 [  6753] By: jhi                                   on 2000/08/21  18:15:11
59285         Log: Weed out some smaller changes.
59286      Branch: perl
59287            ! pod/perldelta.pod
59288 ____________________________________________________________________________
59289 [  6752] By: jhi                                   on 2000/08/21  18:02:30
59290         Log: Also under djgpp the timestamps are funky.
59291      Branch: perl
59292            ! t/op/stat.t
59293 ____________________________________________________________________________
59294 [  6751] By: jhi                                   on 2000/08/21  17:55:56
59295         Log: Tweak the floating point output routine preferences.
59296      Branch: metaconfig
59297            ! U/compline/d_gconvert.U
59298      Branch: perl
59299            ! Configure
59300 ____________________________________________________________________________
59301 [  6750] By: jhi                                   on 2000/08/21  17:51:29
59302         Log: Unicos/mk requires elaborate paranoia.
59303      Branch: perl
59304            ! lib/Math/Complex.pm
59305 ____________________________________________________________________________
59306 [  6749] By: gsar                                  on 2000/08/21  16:53:31
59307         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
59308      Branch: perl
59309            ! lib/Cwd.pm
59310 ____________________________________________________________________________
59311 [  6748] By: gsar                                  on 2000/08/21  16:22:19
59312         Log: free TLS slot properly on Windows
59313      Branch: perl
59314            ! thread.h win32/perllib.c win32/win32thread.h
59315 ____________________________________________________________________________
59316 [  6747] By: jhi                                   on 2000/08/21  16:20:58
59317         Log: Rename the macro argument because some preprocessors
59318              can't tell the difference and expand arguments also inside
59319              double quoted strings.
59320      Branch: perl
59321            ! regcomp.c
59322 ____________________________________________________________________________
59323 [  6746] By: jhi                                   on 2000/08/21  16:09:41
59324         Log: Support long doubles in Storable.
59325              
59326              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
59327              From: Radu Greab <radu@netsoft.ro>
59328              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
59329              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
59330      Branch: perl
59331            ! ext/Storable/Storable.xs
59332 ____________________________________________________________________________
59333 [  6745] By: jhi                                   on 2000/08/21  15:51:40
59334         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
59335              From: "Fifer, Eric" <EFifer@sanwaint.com>
59336              Date: Mon, 21 Aug 2000 15:34:49 +0100
59337              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
59338      Branch: perl
59339            ! t/pragma/warn/9enabled
59340 ____________________________________________________________________________
59341 [  6744] By: jhi                                   on 2000/08/21  15:39:35
59342         Log: Document the endianness of Alpha more precisely.
59343      Branch: perl
59344            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
59345            ! pod/perlport.pod
59346 ____________________________________________________________________________
59347 [  6743] By: jhi                                   on 2000/08/21  14:47:05
59348         Log: perldelta fixes from the p5p crowd.
59349      Branch: perl
59350            ! pod/perldelta.pod pod/perlop.pod
59351 ____________________________________________________________________________
59352 [  6742] By: jhi                                   on 2000/08/21  13:34:51
59353         Log: Update to Pod::LaTeX 0.53.
59354              
59355              Subject: [PATCH] lib/Pod/LaTeX.pm updates
59356              From: Tim Jenness <timj@jach.hawaii.edu>
59357              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
59358              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
59359      Branch: perl
59360            ! lib/Pod/LaTeX.pm
59361 ____________________________________________________________________________
59362 [  6741] By: jhi                                   on 2000/08/21  13:33:01
59363         Log: Subject: [PATCH] os2.c fix for use64bitint
59364              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59365              Date: Mon, 21 Aug 2000 01:32:25 -0700
59366              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
59367      Branch: perl
59368            ! os2/os2.c
59369 ____________________________________________________________________________
59370 [  6740] By: jhi                                   on 2000/08/21  13:28:52
59371         Log: Array context keeps slithering in.
59372              
59373              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
59374              From: Daniel Chetlin <daniel@chetlin.com>
59375              Date: Sun, 20 Aug 2000 21:40:25 -0700
59376              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
59377      Branch: perl
59378            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
59379            ! pod/perldebtut.pod
59380 ____________________________________________________________________________
59381 [  6739] By: jhi                                   on 2000/08/21  13:23:55
59382         Log: Big-endian quad fixes for Storable from Radu Greab,
59383              plus few explicit null casts for picky compilers.
59384      Branch: perl
59385            ! ext/Storable/Storable.xs
59386 ____________________________________________________________________________
59387 [  6738] By: gsar                                  on 2000/08/21  05:56:13
59388         Log: small tweaks for change#6705: avoid C++ style comments in C code;
59389              use Perl's malloc API rather than the low level system one
59390      Branch: perl
59391            ! win32/win32.c
59392 ____________________________________________________________________________
59393 [  6737] By: gsar                                  on 2000/08/21  05:35:41
59394         Log: add Storable to list of extensions on Windows
59395      Branch: perl
59396            ! win32/Makefile win32/makefile.mk
59397 ____________________________________________________________________________
59398 [  6736] By: jhi                                   on 2000/08/21  02:57:53
59399         Log: Update Changes.
59400      Branch: perl
59401            ! Changes patchlevel.h
59402 ____________________________________________________________________________
59403 [  6735] By: jhi                                   on 2000/08/21  02:57:20
59404         Log: Draft 0.
59405      Branch: perl
59406            ! pod/perldelta.pod
59407 ____________________________________________________________________________
59408 [  6734] By: jhi                                   on 2000/08/21  02:57:03
59409         Log: Add Storable 0.7.2 from Raphael Manfredi,
59410              plus the patch from
59411              
59412              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
59413              From: Radu Greab <radu@netsoft.ro>
59414              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
59415              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
59416              
59417              plus changes to get Storable to compile with
59418              picky ANSI compilers.
59419      Branch: perl
59420            + ext/Storable/ChangeLog ext/Storable/MANIFEST
59421            + ext/Storable/Makefile.PL ext/Storable/README
59422            + ext/Storable/Storable.pm ext/Storable/Storable.xs
59423            + ext/Storable/patchlevel.h t/lib/st-06compat.t
59424            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
59425            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
59426            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
59427            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
59428            + t/lib/st-tieditems.t
59429            ! MANIFEST
59430 ____________________________________________________________________________
59431 [  6733] By: jhi                                   on 2000/08/21  02:29:09
59432         Log: The correct cleaning order is an art.
59433      Branch: perl
59434            ! Makefile.SH
59435 ____________________________________________________________________________
59436 [  6732] By: jhi                                   on 2000/08/21  01:23:39
59437         Log: The #6724 is here.
59438      Branch: perl
59439            ! t/lib/ftmp-security.t
59440 ____________________________________________________________________________
59441 [  6731] By: jhi                                   on 2000/08/20  23:17:03
59442         Log: s/this one/the 5.6.0 release/
59443      Branch: perl
59444            ! pod/perl56delta.pod
59445 ____________________________________________________________________________
59446 [  6730] By: jhi                                   on 2000/08/20  23:07:34
59447         Log: Mention perlebcdic and perlposix-bc.
59448      Branch: perl
59449            ! pod/perlport.pod
59450 ____________________________________________________________________________
59451 [  6729] By: jhi                                   on 2000/08/20  21:32:59
59452         Log: Document the number of exponent digits.
59453      Branch: perl
59454            ! pod/perlfunc.pod
59455 ____________________________________________________________________________
59456 [  6728] By: jhi                                   on 2000/08/20  21:16:47
59457         Log: Use File::Spec->tmpdir().
59458              
59459              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
59460              From: Tim Jenness <timj@jach.hawaii.edu>
59461              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
59462              MIME-Version: 1.0
59463              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
59464      Branch: perl
59465            ! utils/perlbug.PL
59466 ____________________________________________________________________________
59467 [  6727] By: jhi                                   on 2000/08/20  20:43:32
59468         Log: Update Changes.
59469      Branch: perl
59470            ! Changes patchlevel.h
59471 ____________________________________________________________________________
59472 [  6726] By: jhi                                   on 2000/08/20  20:41:44
59473         Log: The veryclean target needs to clobber.
59474      Branch: perl
59475            ! Makefile.SH
59476 ____________________________________________________________________________
59477 [  6725] By: jhi                                   on 2000/08/20  20:37:38
59478         Log: Document odd vs even subreleases and -Dusedevel.
59479      Branch: perl
59480            ! INSTALL
59481 ____________________________________________________________________________
59482 [  6724] By: jhi                                   on 2000/08/20  19:58:05
59483         Log: Use temporary directory instead of current directory.
59484              
59485              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
59486              From: Tim Jenness <timj@jach.hawaii.edu>
59487              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
59488              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
59489      Branch: perl
59490            ! t/lib/ftmp-security.t
59491 ____________________________________________________________________________
59492 [  6723] By: jhi                                   on 2000/08/20  19:55:55
59493         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
59494              From: andreas.koenig@anima.de (Andreas J. Koenig)
59495              Date: 20 Aug 2000 15:52:03 +0200
59496              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
59497      Branch: perl
59498            ! lib/ExtUtils/MM_Unix.pm
59499 ____________________________________________________________________________
59500 [  6722] By: jhi                                   on 2000/08/20  19:46:01
59501         Log: Update to CGI 2.72, from Lincoln Stein.
59502      Branch: perl
59503            ! lib/CGI.pm
59504 ____________________________________________________________________________
59505 [  6721] By: jhi                                   on 2000/08/20  19:43:54
59506         Log: (Replaced by #8364.)
59507              
59508              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
59509              From: Radu Greab <radu@netsoft.ro>
59510              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
59511              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
59512      Branch: perl
59513            ! ext/GDBM_File/GDBM_File.xs
59514 ____________________________________________________________________________
59515 [  6720] By: jhi                                   on 2000/08/20  19:42:01
59516         Log: pp_open() could pass an uninitialized filename down to do_open9().
59517      Branch: perl
59518            ! pp_sys.c
59519 ____________________________________________________________________________
59520 [  6719] By: jhi                                   on 2000/08/20  14:06:41
59521         Log: UTF8 concat fixes.
59522              
59523              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
59524              From: Hugo <hv@crypt.compulink.co.uk>
59525              Date: Sun, 20 Aug 2000 07:30:46 +0100
59526              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
59527      Branch: perl
59528            ! pp_hot.c t/op/append.t
59529 ____________________________________________________________________________
59530 [  6718] By: jhi                                   on 2000/08/20  02:09:37
59531         Log: Let's try #6717 again.
59532      Branch: perl
59533            ! lib/File/Temp.pm
59534 ____________________________________________________________________________
59535 [  6717] By: jhi                                   on 2000/08/20  01:56:55
59536         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
59537              From: "Craig A. Berry" <craig.berry@metamorgs.com>
59538              Date: Sat, 19 Aug 2000 18:15:39 -0500
59539              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
59540      Branch: perl
59541            ! lib/File/Temp.pm
59542 ____________________________________________________________________________
59543 [  6716] By: jhi                                   on 2000/08/19  15:50:11
59544         Log: Update Changes.
59545      Branch: perl
59546            ! Changes patchlevel.h
59547 ____________________________________________________________________________
59548 [  6715] By: jhi                                   on 2000/08/19  15:39:09
59549         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
59550              From: Jonathan D Johnston <jdjohnston2@juno.com>
59551              Date: Thu, 17 Aug 2000 23:13:01 -0400       
59552              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
59553      Branch: perl
59554            ! pod/perlfunc.pod
59555 ____________________________________________________________________________
59556 [  6714] By: jhi                                   on 2000/08/19  15:34:04
59557         Log: Introduce a 'veryclean' target that is like 'distclean'
59558              but also removes *~ and *.orig.
59559      Branch: perl
59560            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
59561            ! utils/Makefile x2p/Makefile.SH
59562 ____________________________________________________________________________
59563 [  6713] By: jhi                                   on 2000/08/19  14:15:45
59564         Log: Put back the long double avoidance code to POSIX.xs
59565              because VMS seems to need it still.
59566      Branch: perl
59567            ! ext/POSIX/POSIX.xs
59568 ____________________________________________________________________________
59569 [  6712] By: jhi                                   on 2000/08/19  14:10:41
59570         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
59571              From: Peter Prymmer <pvhp@forte.com>
59572              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
59573              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
59574      Branch: perl
59575            ! lib/Pod/Find.pm t/pod/find.t
59576 ____________________________________________________________________________
59577 [  6711] By: jhi                                   on 2000/08/19  14:09:19
59578         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
59579              From: Peter Prymmer <pvhp@forte.com>
59580              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
59581              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
59582              cc: vmsperl@perl.org
59583      Branch: perl
59584            ! t/lib/peek.t
59585 ____________________________________________________________________________
59586 [  6710] By: jhi                                   on 2000/08/19  14:08:01
59587         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
59588              From: Jan Dubois <jand@ActiveState.com>
59589              Date: Fri, 18 Aug 2000 16:31:48 -0700
59590              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
59591      Branch: perl
59592            ! win32/win32.c
59593 ____________________________________________________________________________
59594 [  6709] By: jhi                                   on 2000/08/19  14:06:57
59595         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
59596              
59597              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
59598              From: Spider.Boardman@Orb.Nashua.NH.US
59599              Date: Fri, 18 Aug 2000 18:41:14 -0400
59600              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
59601      Branch: perl
59602            ! regcomp.c
59603 ____________________________________________________________________________
59604 [  6708] By: jhi                                   on 2000/08/18  22:04:49
59605         Log: Update Changes.
59606      Branch: perl
59607            ! Changes patchlevel.h
59608 ____________________________________________________________________________
59609 [  6707] By: jhi                                   on 2000/08/18  21:55:14
59610         Log: Add warnif(), check warnings further up the stack,
59611              all the warnings functions now can take an optional object reference.
59612              
59613              Subject: [PATCH bleedperl@6691] warnings pragma update
59614              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
59615              Date: Fri, 18 Aug 2000 22:42:06 +0100
59616              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
59617      Branch: perl
59618            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
59619            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
59620            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
59621 ____________________________________________________________________________
59622 [  6706] By: jhi                                   on 2000/08/18  21:41:45
59623         Log: Typo in pp_complement().
59624              
59625              Subject: [PATCH perl-current] Deparse
59626              From: Peter Scott <Peter@PSDT.com>
59627              Date: Fri, 18 Aug 2000 12:44:37 -0700
59628              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
59629      Branch: perl
59630            ! ext/B/B/Deparse.pm
59631 ____________________________________________________________________________
59632 [  6705] By: jhi                                   on 2000/08/18  21:25:59
59633         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
59634              From: Jan Dubois <jand@ActiveState.com>
59635              Date: Fri, 18 Aug 2000 14:22:51 -0700
59636              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
59637      Branch: perl
59638            ! lib/Win32.pod win32/win32.c
59639 ____________________________________________________________________________
59640 [  6704] By: jhi                                   on 2000/08/18  21:16:14
59641         Log: Don't eat leading os from index entries.
59642              
59643              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
59644              From: Russ Allbery <rra@stanford.edu>
59645              Date: 10 Aug 2000 20:49:25 -0700
59646              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
59647      Branch: perl
59648            ! lib/Pod/Man.pm
59649 ____________________________________________________________________________
59650 [  6703] By: jhi                                   on 2000/08/18  21:07:06
59651         Log: Add [[:blank:]] as suggested in
59652              
59653              Subject: [ID 20000716.024] [=cc=] / [:blank:]
59654              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
59655              Date: Sun, 16 Jul 2000 17:55:29 -0700
59656              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
59657              
59658              (the [=cc=] has already been taken care of by #6439
59659              so the whole bug report can be closed)
59660              
59661              and make [[:space:]] to be equivalent to isspace(3)
59662              (as opposed to \s, which is isSPACE()).  The difference
59663              is that now [[:space:]] matches the mythical vertical tab,
59664              while \s doesn't.
59665      Branch: perl
59666            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
59667            ! regexec.c t/op/pat.t
59668 ____________________________________________________________________________
59669 [  6702] By: jhi                                   on 2000/08/18  18:47:47
59670         Log: The new tests were missing from #6415.
59671      Branch: perl
59672            ! t/op/bop.t
59673 ____________________________________________________________________________
59674 [  6701] By: jhi                                   on 2000/08/18  18:20:40
59675         Log: Document the NDBM_File and ODBM_File as SDBM_File
59676              was documented in #6417.
59677      Branch: perl
59678            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
59679            ! ext/SDBM_File/SDBM_File.pm
59680 ____________________________________________________________________________
59681 [  6700] By: jhi                                   on 2000/08/18  18:10:39
59682         Log: Subject: [PATCH perl@6698] cygwin port
59683              From: "Fifer, Eric" <EFifer@sanwaint.com>
59684              Date: Fri, 18 Aug 2000 17:30:05 +0100
59685              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
59686      Branch: perl
59687            ! lib/File/Temp.pm
59688 ____________________________________________________________________________
59689 [  6699] By: jhi                                   on 2000/08/18  16:21:49
59690         Log: Document code point which makes if (defined %stash::) to work
59691              (noted by Spider Boardman).
59692      Branch: perl
59693            ! op.c
59694 ____________________________________________________________________________
59695 [  6698] By: jhi                                   on 2000/08/18  13:43:27
59696         Log: Update Changes.
59697      Branch: perl
59698            ! Changes patchlevel.h
59699 ____________________________________________________________________________
59700 [  6697] By: jhi                                   on 2000/08/18  13:35:57
59701         Log: Tiny Getopt::Long patch from Johan Vromans.
59702      Branch: perl
59703            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
59704 ____________________________________________________________________________
59705 [  6696] By: jhi                                   on 2000/08/18  13:26:14
59706         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
59707              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
59708              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
59709              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
59710      Branch: perl
59711            ! pod/perldiag.pod pod/perlsyn.pod
59712 ____________________________________________________________________________
59713 [  6695] By: jhi                                   on 2000/08/18  13:13:26
59714         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
59715              From: Daniel Chetlin <daniel@chetlin.com>
59716              Date: Fri, 18 Aug 2000 03:13:36 -0700
59717              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
59718      Branch: perl
59719            ! pod/perlfunc.pod
59720 ____________________________________________________________________________
59721 [  6694] By: jhi                                   on 2000/08/18  13:08:05
59722         Log: Subject: [PATCH] perltrap.pod spring cleaning
59723              From: Daniel Chetlin <daniel@chetlin.com>
59724              Date: Fri, 18 Aug 2000 03:06:54 -0700
59725              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
59726              
59727              plus Mike Guy's nitfix.
59728      Branch: perl
59729            ! pod/perltrap.pod
59730 ____________________________________________________________________________
59731 [  6693] By: jhi                                   on 2000/08/18  13:00:26
59732         Log: Unbuffer the output.
59733              
59734              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
59735              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59736              Date: Thu, 17 Aug 2000 18:39:29 -0700
59737              Message-ID: <RPJn5gzkgydf092yn@efn.org>
59738      Branch: perl
59739            ! t/op/fork.t
59740 ____________________________________________________________________________
59741 [  6692] By: jhi                                   on 2000/08/18  05:19:17
59742         Log: Delete the image, too, not just its MANIFEStation.
59743      Branch: perl
59744            - lib/CGI/eg/wilogo.gif
59745 ____________________________________________________________________________
59746 [  6691] By: jhi                                   on 2000/08/18  05:10:26
59747         Log: Propagate new Configure vars.
59748      Branch: perl
59749            ! configure.com epoc/config.sh uconfig.h uconfig.sh
59750            ! vos/config.def vos/config.h vos/config_h.SH_orig
59751            ! win32/config.bc win32/config.gc win32/config.vc
59752            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59753 ____________________________________________________________________________
59754 [  6690] By: jhi                                   on 2000/08/18  04:30:56
59755         Log: Update Changes.
59756      Branch: perl
59757            ! Changes patchlevel.h
59758 ____________________________________________________________________________
59759 [  6689] By: jhi                                   on 2000/08/18  04:12:30
59760         Log: Fix the lib/complex failure of
59761              
59762              From: abigail@foad.org
59763              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
59764              Date: 15 Aug 2000 04:06:38 -0000
59765              Message-Id: <20000815040638.8524.qmail@foad.org> 
59766              
59767              Linux long double accuracy issue: something that
59768              when printed with %g looks like "2" but int() of it is 1.
59769      Branch: perl
59770            ! lib/Math/Complex.pm
59771 ____________________________________________________________________________
59772 [  6688] By: jhi                                   on 2000/08/18  03:15:35
59773         Log: The byteorder code in #6671 was wrong.
59774      Branch: perl
59775            ! configpm
59776 ____________________________________________________________________________
59777 [  6687] By: jhi                                   on 2000/08/18  02:08:42
59778         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
59779              From: Jan Dubois <jand@ActiveState.com>
59780              Date: Thu, 17 Aug 2000 18:31:55 -0700
59781              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
59782      Branch: perl
59783            ! sv.c
59784 ____________________________________________________________________________
59785 [  6686] By: jhi                                   on 2000/08/18  02:04:15
59786         Log: Use NVs in POSIX math, not doubles.
59787              
59788              From: abigail@foad.org
59789              Subject: [ID 20000817.014] POSIX & modfl
59790              Date: 17 Aug 2000 20:49:18 -0000
59791              Message-Id: <20000817204918.23123.qmail@foad.org>
59792      Branch: perl
59793            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
59794 ____________________________________________________________________________
59795 [  6685] By: jhi                                   on 2000/08/18  02:02:12
59796         Log: Introduce NVef, NVff, and NVgf, use the middle one.
59797              (helps for lib/peek + Linux + long doubles)  Reported in
59798              
59799              From: abigail@foad.org
59800              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
59801              Date: 15 Aug 2000 04:06:38 -0000
59802              Message-Id: <20000815040638.8524.qmail@foad.org> 
59803              
59804              (note: the lib/complex failure has not yet been addressed)
59805      Branch: metaconfig/U/perl
59806            ! perlxvf.U
59807      Branch: perl
59808            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59809            ! config_h.SH dump.c perl.h pod/perlguts.pod
59810 ____________________________________________________________________________
59811 [  6684] By: jhi                                   on 2000/08/17  23:22:19
59812         Log: Add byteorder to the myconfig output.
59813      Branch: perl
59814            ! myconfig.SH
59815 ____________________________________________________________________________
59816 [  6683] By: jhi                                   on 2000/08/17  23:20:19
59817         Log: The image doth not exist, spotted by Johan Vromans.
59818      Branch: perl
59819            ! MANIFEST
59820 ____________________________________________________________________________
59821 [  6682] By: jhi                                   on 2000/08/17  22:38:16
59822         Log: Document what the backtick returns if the command fails.
59823      Branch: perl
59824            ! pod/perlop.pod
59825 ____________________________________________________________________________
59826 [  6681] By: jhi                                   on 2000/08/17  22:33:12
59827         Log: Do not use prototyping here.
59828              
59829              Subject: [ID 20000817.016] [PATCH] Peek.xs
59830              From: abigail@foad.org
59831              Date: 17 Aug 2000 20:55:56 -0000
59832              Message-Id: <20000817205556.24270.qmail@foad.org>
59833      Branch: perl
59834            ! ext/Devel/Peek/Makefile.PL
59835 ____________________________________________________________________________
59836 [  6680] By: jhi                                   on 2000/08/17  19:46:43
59837         Log: Don't propose using modules built for 5.005 if no binary
59838              compatibility with 5.005 is attempted.
59839              
59840              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
59841              Subject: Minor nit with 5.7.0 (6655)
59842              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
59843              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
59844      Branch: metaconfig
59845            ! U/installdirs/inc_version_list.U
59846      Branch: perl
59847            ! Configure config_h.SH
59848 ____________________________________________________________________________
59849 [  6679] By: jhi                                   on 2000/08/17  19:16:39
59850         Log: Microperl config update.
59851      Branch: perl
59852            ! uconfig.h uconfig.sh
59853 ____________________________________________________________________________
59854 [  6678] By: jhi                                   on 2000/08/17  19:16:13
59855         Log: The #6648 wasn't protective enough for limited platforms
59856              (like microperl).
59857      Branch: perl
59858            ! dump.c sv.c
59859 ____________________________________________________________________________
59860 [  6677] By: jhi                                   on 2000/08/17  14:46:35
59861         Log: Update Changes.
59862      Branch: perl
59863            ! Changes patchlevel.h
59864 ____________________________________________________________________________
59865 [  6676] By: jhi                                   on 2000/08/17  14:44:02
59866         Log: Add perlebcdic from Peter Prymmer, regen toc.
59867      Branch: perl
59868            + pod/perlebcdic.pod
59869            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
59870 ____________________________________________________________________________
59871 [  6675] By: jhi                                   on 2000/08/17  14:41:52
59872         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
59873      Branch: perl
59874            ! pod/perldebtut.pod
59875 ____________________________________________________________________________
59876 [  6674] By: jhi                                   on 2000/08/17  14:29:43
59877         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
59878              
59879              Subject: [ID 20000724.006] -DLEAKTEST problem
59880              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
59881              Date: Tue, 25 Jul 2000 00:36:32 -0500
59882              Message-Id: <20000725003632.A26186@www.llamacom.com>
59883              
59884              Reminder sent
59885              
59886              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
59887              From: Hugo <hv@crypt.compulink.co.uk>
59888              Date: Thu, 17 Aug 2000 15:23:42 +0100
59889              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
59890      Branch: perl
59891            ! util.c
59892 ____________________________________________________________________________
59893 [  6673] By: jhi                                   on 2000/08/17  04:07:10
59894         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
59895              From: John Peacock <JPeacock@UnivPress.com>
59896              Date: Tue, 01 Aug 2000 09:38:12 -0400
59897              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
59898      Branch: perl
59899            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
59900 ____________________________________________________________________________
59901 [  6672] By: jhi                                   on 2000/08/17  03:04:35
59902         Log: Subject: [PATCH] Cwd.pm now uses strict
59903              From: Tim Jenness <timj@jach.hawaii.edu>
59904              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
59905              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
59906      Branch: perl
59907            ! lib/Cwd.pm
59908 ____________________________________________________________________________
59909 [  6671] By: jhi                                   on 2000/08/17  02:16:35
59910         Log: Make $Config{byteorder} more magical so that it is
59911              dynamically computed: nice for 'fat binaries'.
59912              
59913              Subject: [PATCH]: default byteorder
59914              From: Wilfredo Sánchez <wsanchez@apple.com>
59915              Date: Mon, 31 Jul 2000 19:45:31 -0700
59916              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
59917      Branch: perl
59918            ! configpm
59919 ____________________________________________________________________________
59920 [  6670] By: gsar                                  on 2000/08/17  01:22:21
59921         Log: move WNOHANG definition to where other such things are
59922      Branch: perl
59923            ! win32/win32.h
59924 ____________________________________________________________________________
59925 [  6669] By: jhi                                   on 2000/08/17  01:19:17
59926         Log: Update Changes.
59927      Branch: perl
59928            ! Changes patchlevel.h
59929 ____________________________________________________________________________
59930 [  6668] By: jhi                                   on 2000/08/17  01:16:29
59931         Log: Doc nits spotted by Richard Soderberg.
59932      Branch: perl
59933            ! README.posix-bc README.vmesa
59934 ____________________________________________________________________________
59935 [  6667] By: jhi                                   on 2000/08/17  01:12:11
59936         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
59937              From: "Casey R. Tweten" <crt@kiski.net>
59938              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
59939              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
59940      Branch: perl
59941            ! pod/perldebtut.pod
59942 ____________________________________________________________________________
59943 [  6666] By: jhi                                   on 2000/08/17  01:09:31
59944         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
59945              From: "Casey R. Tweten" <crt@kiski.net>
59946              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
59947              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
59948      Branch: perl
59949            ! lib/Shell.pm
59950 ____________________________________________________________________________
59951 [  6665] By: gsar                                  on 2000/08/17  01:03:52
59952         Log: add "ok" targets from change#6632 in makefile.mk
59953      Branch: perl
59954            ! pod/perlport.pod win32/Makefile win32/makefile.mk
59955 ____________________________________________________________________________
59956 [  6664] By: gsar                                  on 2000/08/17  00:56:11
59957         Log: avoid warnings from dense compiler
59958      Branch: perl
59959            ! win32/win32.c
59960 ____________________________________________________________________________
59961 [  6663] By: jhi                                   on 2000/08/17  00:51:49
59962         Log: Tweak the regex compilation errors once more.
59963      Branch: perl
59964            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
59965            ! t/op/regmesg.t t/pragma/warn/regcomp
59966 ____________________________________________________________________________
59967 [  6662] By: gsar                                  on 2000/08/17  00:28:19
59968         Log: trailing new %ENV entries weren't being pushed into the real
59969              environment of subprocesses on Windows
59970      Branch: perl
59971            ! t/op/magic.t win32/perlhost.h
59972 ____________________________________________________________________________
59973 [  6661] By: gsar                                  on 2000/08/17  00:19:20
59974         Log: waitpid() now handles externally spawned pids correctly;
59975              fixes for backtick/wait/waitpid failures on Windows 9x
59976              
59977              these changes make the pid returned by process functions on
59978              Windows 9x always positive by clearing the high bit (which
59979              is always set on Win9x); pseudo-process PIDs are likewise
59980              always negative now on Win9x (just as on NT/2000)
59981      Branch: perl
59982            ! pp_sys.c win32/perlhost.h win32/win32.c
59983 ____________________________________________________________________________
59984 [  6660] By: jhi                                   on 2000/08/17  00:04:32
59985         Log: Retract #6645.
59986      Branch: perl
59987            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59988            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
59989            ! t/op/sprintf.t
59990 ____________________________________________________________________________
59991 [  6659] By: gsar                                  on 2000/08/16  23:59:28
59992         Log: on windows, the return values from wait() and waitpid() don't
59993              match those of pseudo-pids
59994      Branch: perl
59995            ! pp_sys.c t/op/fork.t util.c win32/win32.c
59996 ____________________________________________________________________________
59997 [  6658] By: gsar                                  on 2000/08/16  23:56:14
59998         Log: pod nit seen in passing
59999      Branch: perl
60000            ! pod/perlfunc.pod
60001 ____________________________________________________________________________
60002 [  6657] By: gsar                                  on 2000/08/16  23:53:42
60003         Log: change#6328 could make close(SOCKET) return false on windows
60004              when it shouldn't
60005      Branch: perl
60006            ! win32/win32sck.c
60007 ____________________________________________________________________________
60008 [  6656] By: gsar                                  on 2000/08/16  23:46:57
60009         Log: check that the number pseudo children doesn't exceed
60010              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
60011              the WaitForMultipleObjects() limit that would cause wait()
60012              to crash)
60013              
60014              wait() and waitpid() could potentially be rewritten to use
60015              more than one thread to do the waiting to eliminate this
60016              limitation
60017      Branch: perl
60018            ! win32/perlhost.h
60019 ____________________________________________________________________________
60020 [  6655] By: jhi                                   on 2000/08/16  14:11:05
60021         Log: Update Changes.
60022      Branch: perl
60023            ! Changes patchlevel.h
60024 ____________________________________________________________________________
60025 [  6654] By: jhi                                   on 2000/08/16  14:10:12
60026         Log: Update to perldebtut 1.9, from Richard Foley.
60027      Branch: perl
60028            ! pod/perldebtut.pod
60029 ____________________________________________________________________________
60030 [  6653] By: jhi                                   on 2000/08/16  14:08:17
60031         Log: Change the regx compilation error markers to use = instead of <
60032              since pod makes using the latter quite messy.  Reported in
60033              ID 20000814.006 by Abigail and in
60034              Subject: Unknown escape E<> ?
60035              From: Lupe Christoph <lupe@lupe-christoph.de>
60036              Date: Fri, 11 Aug 2000 00:30:27 +0200
60037              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
60038      Branch: perl
60039            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
60040            ! t/op/regmesg.t t/pragma/warn/regcomp
60041 ____________________________________________________________________________
60042 [  6652] By: jhi                                   on 2000/08/16  13:25:31
60043         Log: Change the perlbug address to perl.org since it's more forgiving.
60044              
60045              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
60046              From: abigail@foad.org
60047              Date: 15 Aug 2000 04:15:40 -0000
60048              Message-Id: <20000815041540.8633.qmail@foad.org>
60049      Branch: perl
60050            ! utils/perlbug.PL
60051 ____________________________________________________________________________
60052 [  6651] By: jhi                                   on 2000/08/16  13:22:35
60053         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
60054              From: Tim Jenness <timj@jach.hawaii.edu>
60055              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
60056              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
60057      Branch: perl
60058            ! lib/Cwd.pm
60059 ____________________________________________________________________________
60060 [  6650] By: jhi                                   on 2000/08/16  13:18:13
60061         Log: Update to CPAN 1.57.
60062              
60063              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
60064              From: andreas.koenig@anima.de (Andreas J. Koenig)
60065              Date: 16 Aug 2000 15:09:46 +0200
60066              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
60067      Branch: perl
60068            ! lib/CPAN.pm
60069 ____________________________________________________________________________
60070 [  6649] By: jhi                                   on 2000/08/16  13:12:31
60071         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
60072              From: "Larry W. Virden" <lvirden@cas.org>
60073              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
60074              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
60075      Branch: perl
60076            ! README.hpux
60077 ____________________________________________________________________________
60078 [  6648] By: jhi                                   on 2000/08/16  13:03:53
60079         Log: The numeric locale was reset to "C" by s?printf and never restored.
60080              
60081              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
60082              From: Christian Kirsch <ck@held.mind.de>
60083              Date: Wed, 9 Aug 2000 17:05:17 +0200
60084              Message-Id: <20000809170517.A25389@held>
60085              
60086              No test since adding the failing example to locale.t
60087              does not fail -- probably because the locale settings are so
60088              thoroughly tweaked by that time.  Running the example standalone
60089              does fail, though.  UPDATE: test case added at change #7540.
60090      Branch: perl
60091            ! dump.c perl.h pp.c pp_ctl.c sv.c
60092 ____________________________________________________________________________
60093 [  6647] By: jhi                                   on 2000/08/16  00:07:54
60094         Log: Update Changes and test semi-automatic patchlevel updating.
60095      Branch: perl
60096            ! Changes patchlevel.h
60097 ____________________________________________________________________________
60098 [  6646] By: jhi                                   on 2000/08/15  23:35:07
60099         Log: Fix a dependency problem.
60100              
60101              Subject: [PATCH: 6640] VMS Makefile.SH update
60102              From: Peter Prymmer <pvhp@forte.com>
60103              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
60104              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
60105      Branch: perl
60106            ! vms/descrip_mms.template
60107 ____________________________________________________________________________
60108 [  6645] By: jhi                                   on 2000/08/15  23:33:23
60109         Log: (Retracted by #6660)
60110              
60111              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
60112              From: Dominic Dunlop <domo@computer.org>
60113              Date: Tue, 15 Aug 2000 22:20:52 +0200
60114              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
60115      Branch: metaconfig/U/perl
60116            + d_printfed.U
60117      Branch: perl
60118            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60119            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
60120            ! t/op/sprintf.t
60121 ____________________________________________________________________________
60122 [  6644] By: jhi                                   on 2000/08/15  21:17:20
60123         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
60124              From: abigail@foad.org
60125              Date: 15 Aug 2000 20:12:41 -0000
60126              Message-Id: <20000815201241.25556.qmail@foad.org>
60127      Branch: perl
60128            ! INSTALL
60129 ____________________________________________________________________________
60130 [  6643] By: jhi                                   on 2000/08/15  21:15:28
60131         Log: (an already applied patch)
60132      Branch: perl
60133            ! lib/CGI.pm
60134 ____________________________________________________________________________
60135 [  6642] By: gsar                                  on 2000/08/15  19:54:05
60136         Log: magic callbacks all need to have same type signature
60137      Branch: perl
60138            ! embed.pl mg.c proto.h
60139 ____________________________________________________________________________
60140 [  6641] By: jhi                                   on 2000/08/15  17:56:27
60141         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)
60142              From: Mike Guy <mjtg@cam.ac.uk>
60143              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
60144              Date: Tue, 15 Aug 2000 18:26:45 +0100
60145              
60146              Only the peek.t part applied, not the hash quality part.
60147      Branch: perl
60148            ! t/lib/peek.t
60149 ____________________________________________________________________________
60150 [  6640] By: jhi                                   on 2000/08/15  16:37:37
60151         Log: Update Changes.
60152      Branch: perl
60153            ! Changes
60154 ____________________________________________________________________________
60155 [  6639] By: jhi                                   on 2000/08/15  16:34:55
60156         Log: Missed a file from #6638.
60157      Branch: perl
60158            ! lib/File/Temp.pm
60159 ____________________________________________________________________________
60160 [  6638] By: jhi                                   on 2000/08/15  16:33:19
60161         Log: Subject: [PATCH perl@6620] cygwin port
60162              From: "Fifer, Eric" <EFifer@sanwaint.com>
60163              Date: Tue, 15 Aug 2000 17:00:49 +0100
60164              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
60165      Branch: perl
60166            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
60167 ____________________________________________________________________________
60168 [  6637] By: jhi                                   on 2000/08/15  16:29:22
60169         Log: Subject: [PATCH] debugger exit code should reflect user exit code
60170              From: Mike Guy <mjtg@cam.ac.uk>
60171              Date: Tue, 15 Aug 2000 16:55:59 +0100
60172              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
60173      Branch: perl
60174            ! lib/perl5db.pl
60175 ____________________________________________________________________________
60176 [  6636] By: jhi                                   on 2000/08/15  15:30:58
60177         Log: Update Changes.
60178      Branch: perl
60179            ! Changes
60180 ____________________________________________________________________________
60181 [  6635] By: jhi                                   on 2000/08/15  15:27:21
60182         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
60183      Branch: metaconfig
60184            ! U/mkglossary U/mksample
60185      Branch: metaconfig/U/perl
60186            ! Devel.U
60187      Branch: perl
60188            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60189 ____________________________________________________________________________
60190 [  6634] By: jhi                                   on 2000/08/15  14:11:55
60191         Log: Don't blow limited stacks, a lower number is enough to
60192              tickle the lookbehind limit.
60193              
60194              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
60195              From: Dominic Dunlop <domo@computer.org>
60196              Date: Tue, 15 Aug 2000 13:51:24 +0200
60197              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
60198      Branch: perl
60199            ! t/op/regmesg.t
60200 ____________________________________________________________________________
60201 [  6633] By: jhi                                   on 2000/08/15  14:01:46
60202         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
60203              From: Mike Guy <mjtg@cam.ac.uk>
60204              Date: Tue, 15 Aug 2000 12:10:50 +0100
60205              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
60206      Branch: perl
60207            ! utils/perldoc.PL
60208 ____________________________________________________________________________
60209 [  6632] By: jhi                                   on 2000/08/15  13:58:48
60210         Log: make ok etc also for win32.
60211              
60212              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
60213              From: Prymmer/Kahn <pvhp@best.com>
60214              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
60215              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
60216      Branch: perl
60217            ! win32/Makefile
60218 ____________________________________________________________________________
60219 [  6631] By: jhi                                   on 2000/08/15  13:45:03
60220         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
60221      Branch: perl
60222            ! lib/Test.pm
60223 ____________________________________________________________________________
60224 [  6630] By: jhi                                   on 2000/08/15  03:25:09
60225         Log: Update Changes.
60226      Branch: perl
60227            ! Changes
60228 ____________________________________________________________________________
60229 [  6629] By: jhi                                   on 2000/08/15  03:23:53
60230         Log: magic_regdatum_set() is void, not int.
60231      Branch: perl
60232            ! embed.pl mg.c proto.h
60233 ____________________________________________________________________________
60234 [  6628] By: jhi                                   on 2000/08/15  03:08:02
60235         Log: Make the user to give up his firstborn, err, to knowingly
60236              verify installing an unstable developer release.  Also bump
60237              the release to 5.7.0, but leave a patch tag in the local
60238              patches saying that this is not yet the real thing.
60239      Branch: metaconfig
60240            ! U/modified/Instruct.U
60241      Branch: metaconfig/U/perl
60242            + Devel.U
60243      Branch: perl
60244            ! Configure patchlevel.h
60245 ____________________________________________________________________________
60246 [  6627] By: jhi                                   on 2000/08/14  22:32:52
60247         Log: README.os2 update.
60248              
60249              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
60250              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60251              Date: Wed, 02 Aug 2000 21:55:09 -0700
60252              Message-ID: <tsPi5gzkgegX092yn@efn.org>
60253      Branch: perl
60254            ! README.os2
60255 ____________________________________________________________________________
60256 [  6626] By: jhi                                   on 2000/08/14  21:00:02
60257         Log: Subject: Re: File::Temp problems on VMS in bleedperl
60258              From: Tim Jenness <timj@jach.hawaii.edu>
60259              cc: vmsperl@perl.org
60260              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
60261              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
60262      Branch: perl
60263            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
60264 ____________________________________________________________________________
60265 [  6625] By: jhi                                   on 2000/08/14  20:52:16
60266         Log: Add SUIDMAIL as was done for the CERT alert.
60267      Branch: perl
60268            ! patchlevel.h
60269 ____________________________________________________________________________
60270 [  6624] By: jhi                                   on 2000/08/14  20:48:50
60271         Log: Subject: sfio2000
60272              From: Daniel Muino <dmuino@afip.gov.ar>
60273              Date: Mon, 14 Aug 2000 16:58:11 -0300
60274              Message-ID: <20000814165811.B16368@con2-dgi>
60275      Branch: perl
60276            ! perlsdio.h perlsfio.h
60277 ____________________________________________________________________________
60278 [  6623] By: jhi                                   on 2000/08/14  20:47:36
60279         Log: Subject: warning: storage class after type is obsolescent
60280              From: Daniel Muino <dmuino@afip.gov.ar>
60281              Date: Mon, 14 Aug 2000 16:42:47 -0300
60282              Message-ID: <20000814164247.A16368@con2-dgi>
60283      Branch: perl
60284            ! regcomp.pl regnodes.h
60285 ____________________________________________________________________________
60286 [  6622] By: jhi                                   on 2000/08/14  20:43:05
60287         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
60288              From: abigail@foad.org
60289              Date: 14 Aug 2000 20:00:10 -0000
60290              Message-Id: <20000814200010.27271.qmail@foad.org>
60291      Branch: perl
60292            ! Changes
60293 ____________________________________________________________________________
60294 [  6621] By: jhi                                   on 2000/08/14  15:23:05
60295         Log: Update Changes.
60296      Branch: perl
60297            ! Changes
60298 ____________________________________________________________________________
60299 [  6620] By: jhi                                   on 2000/08/14  15:22:14
60300         Log: Subject: Re: [PATCH] @+, @- readonly
60301              From: Mike Guy <mjtg@cam.ac.uk>
60302              Date: Mon, 14 Aug 2000 15:26:55 +0100
60303              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
60304      Branch: perl
60305            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
60306            ! sv.c t/op/pat.t
60307 ____________________________________________________________________________
60308 [  6619] By: jhi                                   on 2000/08/14  14:12:08
60309         Log: Update Changes.
60310      Branch: perl
60311            ! Changes
60312 ____________________________________________________________________________
60313 [  6618] By: jhi                                   on 2000/08/14  14:09:34
60314         Log: For now remove the mail code.
60315      Branch: perl
60316            ! perl.c
60317 ____________________________________________________________________________
60318 [  6617] By: jhi                                   on 2000/08/14  14:08:28
60319         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
60320      Branch: perl
60321            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
60322            ! pod/perlfaq8.pod pod/perlsec.pod
60323 ____________________________________________________________________________
60324 [  6616] By: jhi                                   on 2000/08/14  14:00:11
60325         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
60326              From: Mike Guy <mjtg@cam.ac.uk>
60327              Date: Mon, 14 Aug 2000 08:26:02 +0100
60328              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
60329      Branch: perl
60330            ! lib/perl5db.pl
60331 ____________________________________________________________________________
60332 [  6615] By: jhi                                   on 2000/08/14  13:58:45
60333         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
60334              From: Mike Guy <mjtg@cam.ac.uk>
60335              Date: Mon, 14 Aug 2000 08:04:22 +0100
60336              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
60337      Branch: perl
60338            ! gv.c mg.c t/op/pat.t
60339 ____________________________________________________________________________
60340 [  6614] By: jhi                                   on 2000/08/14  13:56:45
60341         Log: Subject: Test fails / warnings with perl-current #6612
60342              From: Mike Guy <mjtg@cam.ac.uk>
60343              Date: Mon, 14 Aug 2000 07:57:23 +0100
60344              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
60345      Branch: perl
60346            ! t/lib/b.t t/lib/peek.t
60347 ____________________________________________________________________________
60348 [  6613] By: jhi                                   on 2000/08/14  13:45:33
60349         Log: VMS configure.com update continues.
60350      Branch: perl
60351            - vms/configure.com
60352            ! MANIFEST configure.com
60353 ____________________________________________________________________________
60354 [  6612] By: jhi                                   on 2000/08/13  22:13:35
60355         Log: Update Changes.
60356      Branch: perl
60357            ! Changes
60358 ____________________________________________________________________________
60359 [  6611] By: jhi                                   on 2000/08/13  16:21:45
60360         Log: Upgrade to CGI 2.71, from Lincoln Stein.
60361      Branch: perl
60362            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
60363 ____________________________________________________________________________
60364 [  6610] By: jhi                                   on 2000/08/13  15:09:16
60365         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
60366              From: Mike Guy <mjtg@cam.ac.uk>
60367              Date: Sun, 13 Aug 2000 13:45:51 +0100
60368              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
60369      Branch: perl
60370            ! t/op/regmesg.t
60371 ____________________________________________________________________________
60372 [  6609] By: jhi                                   on 2000/08/13  14:31:26
60373         Log: Andreas says that 1.56 is fine, so reverting back to it.
60374      Branch: perl
60375            ! lib/CPAN.pm
60376 ____________________________________________________________________________
60377 [  6608] By: jhi                                   on 2000/08/13  05:34:20
60378         Log: Update Changes.
60379      Branch: perl
60380            ! Changes
60381 ____________________________________________________________________________
60382 [  6607] By: jhi                                   on 2000/08/13  05:32:01
60383         Log: Put back the \z changes of #5406 to CPAN.pm.
60384      Branch: perl
60385            ! lib/CPAN.pm
60386 ____________________________________________________________________________
60387 [  6606] By: jhi                                   on 2000/08/13  05:20:16
60388         Log: Fix-n-skip the tests under 5005threads.
60389      Branch: perl
60390            ! t/lib/b.t
60391 ____________________________________________________________________________
60392 [  6605] By: jhi                                   on 2000/08/13  05:07:48
60393         Log: Fix the test for 5005threads.
60394      Branch: perl
60395            ! t/lib/peek.t
60396 ____________________________________________________________________________
60397 [  6604] By: jhi                                   on 2000/08/13  03:35:37
60398         Log: Should have deleted this in #6603.
60399      Branch: perl
60400            - vms/subconfigure.com
60401 ____________________________________________________________________________
60402 [  6603] By: jhi                                   on 2000/08/12  18:29:32
60403         Log: Rewrite of vms/subconfigure.com as configure.com,
60404              from Peter Prymmer and the vmsperl crew.
60405      Branch: perl
60406            + vms/configure.com
60407            ! MANIFEST
60408 ____________________________________________________________________________
60409 [  6602] By: jhi                                   on 2000/08/11  13:00:01
60410         Log: PlainText.pm is dead.
60411      Branch: perl
60412            - lib/Pod/PlainText.pm
60413            ! MANIFEST
60414 ____________________________________________________________________________
60415 [  6601] By: jhi                                   on 2000/08/11  04:06:45
60416         Log: Update Changes.
60417      Branch: perl
60418            ! Changes
60419 ____________________________________________________________________________
60420 [  6600] By: jhi                                   on 2000/08/11  04:06:10
60421         Log: Add a few missing files, update MANIFEST.
60422      Branch: perl
60423            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
60424            + lib/Pod/PlainText.pm t/pod/find.t
60425            ! MANIFEST t/op/regmesg.t
60426 ____________________________________________________________________________
60427 [  6599] By: jhi                                   on 2000/08/11  03:31:10
60428         Log: Add Perl debugging tutorial, regen toc. 
60429              
60430              Subject: perldebtut.pod
60431              From: Richard Foley <Richard.Foley@m.dasa.de>
60432              Date: Wed, 09 Aug 2000 10:17:15 +0200
60433              Message-id: <3991138B.262247B8@m.dasa.de>
60434      Branch: perl
60435            + pod/perldebtut.pod
60436            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60437 ____________________________________________________________________________
60438 [  6598] By: jhi                                   on 2000/08/11  02:48:56
60439         Log: tiny Changes edit
60440      Branch: perl
60441            ! Changes
60442 ____________________________________________________________________________
60443 [  6597] By: jhi                                   on 2000/08/11  02:39:04
60444         Log: Tests for #6589.
60445              
60446              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
60447              From: simon@brecon.co.uk (Simon Cozens)
60448              Date: 11 Aug 2000 02:24:52 GMT
60449              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
60450      Branch: perl
60451            ! t/lib/b.t
60452 ____________________________________________________________________________
60453 [  6596] By: jhi                                   on 2000/08/11  01:50:07
60454         Log: Update Changes.
60455      Branch: perl
60456            ! Changes
60457 ____________________________________________________________________________
60458 [  6595] By: jhi                                   on 2000/08/11  01:47:16
60459         Log: nitfix
60460      Branch: perl
60461            ! Changes
60462 ____________________________________________________________________________
60463 [  6594] By: jhi                                   on 2000/08/11  01:36:16
60464         Log: Subject: Getting perlio and threads to compile
60465              From: Lupe Christoph <lupe@lupe-christoph.de>
60466              Date: Wed, 9 Aug 2000 11:35:54 +0200
60467              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
60468              
60469              (the Solaris version changes in Configure skipped)
60470      Branch: perl
60471            ! hints/solaris_2.sh thread.h
60472 ____________________________________________________________________________
60473 [  6593] By: jhi                                   on 2000/08/11  01:30:16
60474         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
60475              From: simon@brecon.co.uk (Simon Cozens)
60476              Date: 1 Aug 2000 06:55:19 GMT
60477              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
60478      Branch: perl
60479            ! lib/utf8.pm
60480 ____________________________________________________________________________
60481 [  6592] By: jhi                                   on 2000/08/11  01:26:39
60482         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
60483              From: Peter Scott <Peter@PeterScott.com>
60484              Date: Thu, 10 Aug 2000 08:23:27 -0700
60485              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
60486      Branch: perl
60487            ! lib/perl5db.pl
60488 ____________________________________________________________________________
60489 [  6591] By: jhi                                   on 2000/08/11  01:22:02
60490         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
60491              From: Hugo <hv@crypt.compulink.co.uk>
60492              Date: Thu, 10 Aug 2000 19:23:04 +0100
60493              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
60494      Branch: perl
60495            ! regexec.c t/op/pat.t
60496 ____________________________________________________________________________
60497 [  6590] By: jhi                                   on 2000/08/11  01:19:19
60498         Log: Preprocessing and postprocessing for File::Find.
60499              
60500              Subject: Patch to Find::File.pm to allow alphabetical results
60501              From: Joe Smith <jsmith@inwap.com>
60502              Date: Wed, 9 Aug 2000 02:44:54 -0700
60503              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
60504      Branch: perl
60505            ! lib/File/Find.pm
60506 ____________________________________________________________________________
60507 [  6589] By: jhi                                   on 2000/08/11  01:12:39
60508         Log: B::Deparse didn't do sub attributes.
60509              
60510              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
60511              From: simon@brecon.co.uk (Simon Cozens)
60512              Date: 9 Aug 2000 04:49:20 GMT
60513              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
60514      Branch: perl
60515            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
60516 ____________________________________________________________________________
60517 [  6588] By: jhi                                   on 2000/08/11  01:06:40
60518         Log: Subject: debugger "d" command doesnt check line number
60519              From: Mike Guy <mjtg@cam.ac.uk>
60520              Date: Tue, 08 Aug 2000 21:54:29 +0100
60521              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
60522      Branch: perl
60523            ! lib/perl5db.pl mg.c pod/perldiag.pod
60524 ____________________________________________________________________________
60525 [  6587] By: jhi                                   on 2000/08/11  00:45:03
60526         Log: sleep(1) does not necessarily return 1.
60527              
60528              Subject: [PATCH bleadperl] op/lex_assign.t  
60529              From: Hugo <hv@crypt.compulink.co.uk>
60530              Date: Thu, 03 Aug 2000 14:34:22 +0100        
60531              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
60532      Branch: perl
60533            ! t/op/lex_assign.t
60534 ____________________________________________________________________________
60535 [  6586] By: jhi                                   on 2000/08/11  00:31:50
60536         Log: Document the IO::Select timeout.
60537      Branch: perl
60538            ! ext/IO/lib/IO/Select.pm
60539 ____________________________________________________________________________
60540 [  6585] By: jhi                                   on 2000/08/11  00:13:54
60541         Log: Forgot contributor.
60542      Branch: perl
60543            ! Changes
60544 ____________________________________________________________________________
60545 [  6584] By: jhi                                   on 2000/08/11  00:09:19
60546         Log: detypo
60547      Branch: perl
60548            ! Changes
60549 ____________________________________________________________________________
60550 [  6583] By: jhi                                   on 2000/08/11  00:07:53
60551         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
60552              
60553              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
60554              From: Mike Guy <mjtg@cam.ac.uk> 
60555              Date: Thu, 10 Aug 2000 15:50:54 +0100
60556              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
60557      Branch: perl
60558            ! sv.c t/op/int.t
60559 ____________________________________________________________________________
60560 [  6582] By: jhi                                   on 2000/08/10  23:29:32
60561         Log: Update Changes.
60562      Branch: perl
60563            ! Changes
60564 ____________________________________________________________________________
60565 [  6581] By: jhi                                   on 2000/08/10  23:26:16
60566         Log: Put back the std @INC thing.
60567      Branch: perl
60568            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
60569            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
60570            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
60571            ! t/lib/gol-oo.t
60572 ____________________________________________________________________________
60573 [  6580] By: jhi                                   on 2000/08/10  23:03:34
60574         Log: Update to CGI 2.70, from Lincoln Stein.
60575      Branch: perl
60576            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
60577            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
60578            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
60579            ! t/lib/cgi-request.t
60580 ____________________________________________________________________________
60581 [  6579] By: jhi                                   on 2000/08/10  22:41:50
60582         Log: Update to CPAN 1.56, from Andreas König.
60583      Branch: perl
60584            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60585 ____________________________________________________________________________
60586 [  6578] By: jhi                                   on 2000/08/10  22:38:13
60587         Log: Update to Pod::Parser 1.17, from Brad Appleton.
60588      Branch: perl
60589            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
60590            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
60591            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
60592            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
60593            ! t/pod/include.t t/pod/included.t t/pod/lref.t
60594            ! t/pod/multiline_items.t t/pod/nested_items.t
60595            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
60596            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
60597            ! t/pod/special_seqs.t
60598 ____________________________________________________________________________
60599 [  6577] By: jhi                                   on 2000/08/10  22:35:41
60600         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
60601      Branch: perl
60602            ! AUTHORS MAINTAIN
60603 ____________________________________________________________________________
60604 [  6576] By: jhi                                   on 2000/08/10  22:24:54
60605         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
60606      Branch: perl
60607            + t/lib/gol-oo.t
60608            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
60609            ! t/lib/gol-compat.t t/lib/gol-linkage.t
60610 ____________________________________________________________________________
60611 [  6575] By: jhi                                   on 2000/08/10  22:02:07
60612         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
60613      Branch: perl
60614            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
60615 ____________________________________________________________________________
60616 [  6574] By: jhi                                   on 2000/08/10  21:55:03
60617         Log: Iterating perl6 description.
60618      Branch: perl
60619            ! pod/perlfaq1.pod
60620 ____________________________________________________________________________
60621 [  6573] By: jhi                                   on 2000/08/10  21:48:26
60622         Log: Revert the sv.c part of #6559, a better fix is needed.
60623      Branch: perl
60624            ! sv.c
60625 ____________________________________________________________________________
60626 [  6572] By: jhi                                   on 2000/08/10  20:33:43
60627         Log: It's the 2ndO'ROSSC.
60628      Branch: perl
60629            ! pod/perlfaq1.pod
60630 ____________________________________________________________________________
60631 [  6571] By: jhi                                   on 2000/08/10  15:55:48
60632         Log: detypo
60633      Branch: perl
60634            ! pod/perlfaq1.pod
60635 ____________________________________________________________________________
60636 [  6570] By: jhi                                   on 2000/08/10  14:11:17
60637         Log: An exceptionally sticky typo.
60638      Branch: perl
60639            ! Changes
60640 ____________________________________________________________________________
60641 [  6569] By: jhi                                   on 2000/08/10  14:09:33
60642         Log: detypo (and test Changes updating script)
60643      Branch: perl
60644            ! Changes
60645 ____________________________________________________________________________
60646 [  6568] By: jhi                                   on 2000/08/10  14:07:07
60647         Log: Update Changes.
60648      Branch: perl
60649            ! Changes
60650 ____________________________________________________________________________
60651 [  6567] By: jhi                                   on 2000/08/10  14:06:19
60652         Log: Amend the description of Perl6.
60653              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
60654              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
60655              Date: Wed, 9 Aug 2000 22:11:06 -0500
60656              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
60657      Branch: perl
60658            ! pod/perlfaq1.pod
60659 ____________________________________________________________________________
60660 [  6566] By: jhi                                   on 2000/08/10  13:58:57
60661         Log: Subject: Remove dead entry in perldiag
60662              From: Mike Guy <mjtg@cam.ac.uk>
60663              Date: Thu, 10 Aug 2000 14:19:19 +0100
60664              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
60665      Branch: perl
60666            ! pod/perldiag.pod
60667 ____________________________________________________________________________
60668 [  6565] By: jhi                                   on 2000/08/10  13:51:48
60669         Log: Zero entries were skipped, fix from Adrian Goalby
60670              <argoalby@yahoo.co.uk>
60671      Branch: perl
60672            ! lib/unicode/Number.pl lib/unicode/mktables.PL
60673 ____________________________________________________________________________
60674 [  6564] By: jhi                                   on 2000/08/10  13:00:12
60675         Log: Subject: [PATCH 5.6.0] cygwin port
60676              From: "Fifer, Eric" <EFifer@sanwaint.com>
60677              Date: Thu, 10 Aug 2000 13:15:36 +0100
60678              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
60679      Branch: perl
60680            ! README.cygwin hints/cygwin.sh
60681 ____________________________________________________________________________
60682 [  6563] By: jhi                                   on 2000/08/10  12:55:16
60683         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
60684      Branch: perl
60685            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
60686 ____________________________________________________________________________
60687 [  6562] By: gsar                                  on 2000/08/10  08:38:39
60688         Log: warn is a macro, avoid using at a variable to avoid warnings
60689              in some configurations; readdir.t is too conservative in
60690              estimating number of *.t's
60691      Branch: perl
60692            ! t/op/readdir.t util.c
60693 ____________________________________________________________________________
60694 [  6561] By: jhi                                   on 2000/08/09  23:35:42
60695         Log: Update Changes.
60696      Branch: perl
60697            ! Changes
60698 ____________________________________________________________________________
60699 [  6560] By: jhi                                   on 2000/08/09  23:05:47
60700         Log: Subject: Re: enhanced(?) regex error messages
60701              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
60702              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
60703              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
60704              
60705              (plus two small patches sent privately)
60706              (this still seems to leave few test failures)
60707      Branch: perl
60708            + t/op/regmesg.t
60709            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
60710            ! t/pragma/warn/regcomp
60711 ____________________________________________________________________________
60712 [  6559] By: jhi                                   on 2000/08/09  20:41:18
60713         Log: (The fix did work but was not right, retracted in #6573)
60714              
60715              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
60716              From: Christian Kirsch <ck@held.mind.de>
60717              Date: Wed, 9 Aug 2000 17:05:17 +0200
60718              Message-Id: <20000809170517.A25389@held>
60719      Branch: perl
60720            ! sv.c t/pragma/locale.t
60721 ____________________________________________________________________________
60722 [  6558] By: jhi                                   on 2000/08/08  22:34:08
60723         Log: Tiny updates on the contributors list.
60724      Branch: perl
60725            ! Changes
60726 ____________________________________________________________________________
60727 [  6557] By: jhi                                   on 2000/08/08  19:34:28
60728         Log: Double check that we have a dirhandle.
60729      Branch: perl
60730            ! util.c
60731 ____________________________________________________________________________
60732 [  6556] By: jhi                                   on 2000/08/08  19:01:51
60733         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
60734              May be repopulated with fresh maintained examples.
60735      Branch: perl
60736            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
60737            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
60738            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
60739            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
60740            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
60741            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
60742            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
60743            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
60744            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
60745            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
60746            + lib/CGI/eg/wilogo_gif.uu
60747            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
60748            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
60749            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
60750            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
60751            - eg/cgi/frameset.cgi eg/cgi/index.html
60752            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
60753            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
60754            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
60755            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
60756            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
60757            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
60758            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
60759            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
60760            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
60761            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
60762            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
60763            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
60764            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
60765            - eg/van/vanish eg/who eg/wrapsuid
60766            ! MANIFEST
60767 ____________________________________________________________________________
60768 [  6555] By: jhi                                   on 2000/08/08  18:51:08
60769         Log: Delete chat2 as requested by Randal.
60770              
60771              Subject: Re: perlfaq8 coyness
60772              From: merlyn@stonehenge.com (Randal L. Schwartz) 
60773              Date: 15 May 2000 18:52:42 -0700 
60774              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
60775      Branch: perl
60776            - lib/chat2.pl
60777            ! MANIFEST
60778 ____________________________________________________________________________
60779 [  6554] By: jhi                                   on 2000/08/08  18:31:35
60780         Log: Regen global.sym.
60781      Branch: perl
60782            ! global.sym
60783 ____________________________________________________________________________
60784 [  6553] By: jhi                                   on 2000/08/08  18:28:13
60785         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
60786              (either perlbug or p5p ate the original), plus regen
60787              perlapi and perltoc. 
60788      Branch: perl
60789            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
60790            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
60791            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
60792            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
60793            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
60794            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
60795            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
60796            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
60797            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
60798            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
60799 ____________________________________________________________________________
60800 [  6552] By: jhi                                   on 2000/08/08  18:06:29
60801         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
60802              From: Mike Guy <mjtg@cam.ac.uk>
60803              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
60804              Date: Tue, 08 Aug 2000 15:51:27 +0100
60805      Branch: perl
60806            ! doop.c sv.h t/op/join.t t/pragma/overload.t
60807 ____________________________________________________________________________
60808 [  6551] By: jhi                                   on 2000/08/08  18:01:11
60809         Log: Re-apply #6549.
60810      Branch: perl
60811            ! lib/perl5db.pl
60812 ____________________________________________________________________________
60813 [  6550] By: jhi                                   on 2000/08/08  17:43:08
60814         Log: Accidental retraction of #6549.
60815      Branch: perl
60816            ! lib/perl5db.pl
60817 ____________________________________________________________________________
60818 [  6549] By: jhi                                   on 2000/08/08  17:40:04
60819         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
60820              From: Mike Guy <mjtg@cam.ac.uk>
60821              Date: Mon, 07 Aug 2000 21:49:58 +0100
60822              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
60823      Branch: perl
60824            ! lib/perl5db.pl
60825 ____________________________________________________________________________
60826 [  6548] By: jhi                                   on 2000/08/08  17:37:57
60827         Log: Document here-doc better.
60828              
60829              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
60830              From: Mike Guy <mjtg@cam.ac.uk>
60831              Date: Mon, 07 Aug 2000 14:02:09 +0100
60832              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
60833      Branch: perl
60834            ! pod/perldata.pod
60835 ____________________________________________________________________________
60836 [  6547] By: jhi                                   on 2000/08/08  17:33:34
60837         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
60838              From: "Randy J. Ray" <rjray@redhat.com>
60839              Date: Mon, 07 Aug 2000 19:12:25 -0700
60840              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
60841      Branch: perl
60842            ! perl.c pod/perlrun.pod
60843 ____________________________________________________________________________
60844 [  6546] By: jhi                                   on 2000/08/08  17:29:26
60845         Log: Subject: Re: enhanced(?) regex error messages 
60846              From: Hugo <hv@crypt.compulink.co.uk>
60847              Date: Tue, 08 Aug 2000 03:25:51 +0100
60848              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
60849              
60850              plus Capitalize the error messages, plus perldiag them.
60851      Branch: perl
60852            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
60853 ____________________________________________________________________________
60854 [  6545] By: jhi                                   on 2000/08/08  13:59:28
60855         Log: Augment #6539 a bit: don't croak if there's magic in the air.
60856              
60857              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
60858              From: Hugo <hv@crypt.compulink.co.uk>
60859              Date: Tue, 08 Aug 2000 03:02:03 +0100
60860              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
60861      Branch: perl
60862            ! pp.c t/op/bless.t
60863 ____________________________________________________________________________
60864 [  6544] By: jhi                                   on 2000/08/07  21:11:52
60865         Log: Make the test -w clean.
60866      Branch: perl
60867            ! t/op/bless.t
60868 ____________________________________________________________________________
60869 [  6543] By: jhi                                   on 2000/08/07  19:49:53
60870         Log: use warnings instead of $^W.
60871      Branch: perl
60872            ! t/op/bless.t
60873 ____________________________________________________________________________
60874 [  6542] By: jhi                                   on 2000/08/07  17:41:41
60875         Log: Disable a portability warning Because We Know What We Are Doing.
60876      Branch: perl
60877            ! t/op/bless.t
60878 ____________________________________________________________________________
60879 [  6541] By: jhi                                   on 2000/08/07  17:29:51
60880         Log: Tiny tidying on report_evil_fh().
60881      Branch: perl
60882            ! util.c
60883 ____________________________________________________________________________
60884 [  6540] By: jhi                                   on 2000/08/07  16:37:38
60885         Log: Make regular expression parse error messages easier to understand.
60886              
60887              Subject: Re: enhanced(?) regex error messages
60888              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
60889              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
60890              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
60891      Branch: perl
60892            ! regcomp.c
60893 ____________________________________________________________________________
60894 [  6539] By: jhi                                   on 2000/08/07  16:12:27
60895         Log: Make bless(REF, REF) a fatal error, add bless tests.
60896              
60897              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
60898              From: Hugo <hv@crypt.compulink.co.uk>
60899              Date: Mon, 07 Aug 2000 16:59:38 +0100
60900              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
60901      Branch: perl
60902            + t/op/bless.t
60903            ! MANIFEST pod/perldiag.pod pp.c sv.c
60904 ____________________________________________________________________________
60905 [  6538] By: jhi                                   on 2000/08/07  15:59:43
60906         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
60907              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
60908              Date: Thu, 3 Aug 2000 14:29:21 -0700
60909              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
60910      Branch: perl
60911            ! lib/lib_pm.PL
60912 ____________________________________________________________________________
60913 [  6537] By: jhi                                   on 2000/08/07  15:47:18
60914         Log: Retract #6419 for now since it breaks in AFS and MachTen.
60915      Branch: perl
60916            ! lib/Cwd.pm
60917 ____________________________________________________________________________
60918 [  6536] By: jhi                                   on 2000/08/07  15:05:29
60919         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
60920              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
60921              The security hole exists only in suidperls, which isn't
60922              installed or even built by default.
60923      Branch: perl
60924            ! perl.c
60925 ____________________________________________________________________________
60926 [  6535] By: jhi                                   on 2000/08/07  14:45:14
60927         Log: tr memory corruption fix from Simon Cozens.
60928      Branch: perl
60929            ! doop.c
60930 ____________________________________________________________________________
60931 [  6534] By: jhi                                   on 2000/08/06  11:38:16
60932         Log: Document a bit that UDP is not what you might think.
60933              
60934              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
60935              From: Lupe Christoph <lupe@lupe-christoph.de>
60936              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
60937              Date: Mon, 24 Jul 2000 08:59:15 +0200
60938      Branch: perl
60939            ! pod/perlipc.pod
60940 ____________________________________________________________________________
60941 [  6533] By: jhi                                   on 2000/08/06  11:35:01
60942         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
60943              From: Jeff Pinyan <jeffp@hut.crusoe.net>
60944              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
60945              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
60946      Branch: perl
60947            ! pod/perlfunc.pod
60948 ____________________________________________________________________________
60949 [  6532] By: jhi                                   on 2000/08/06  03:45:41
60950         Log: Have symbols for the IoTYPEs.
60951      Branch: perl
60952            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
60953 ____________________________________________________________________________
60954 [  6531] By: jhi                                   on 2000/08/06  01:33:55
60955         Log: Continue fixing the io warnings.  This also
60956              sort of fixes bug ID 20000802.003: the core dump
60957              is no more.  Whether the current behaviour is correct
60958              (giving a warning: "Not a format reference"), is another matter.
60959      Branch: perl
60960            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
60961            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
60962 ____________________________________________________________________________
60963 [  6530] By: jhi                                   on 2000/08/05  21:33:12
60964         Log: Change the Policy policy: now -Dprefix= with an existing
60965              Policy.sh and prefix == siteprefix == vendorprefix, then all
60966              of them follow along the new prefix.
60967              
60968              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
60969              From: Andy Dougherty <doughera@lafayette.edu>
60970              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
60971              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
60972      Branch: perl
60973            ! Policy_sh.SH
60974 ____________________________________________________________________________
60975 [  6529] By: jhi                                   on 2000/08/05  18:57:28
60976         Log: Zap lib/Sys directory when cleaning up.
60977      Branch: perl
60978            ! Makefile.SH
60979 ____________________________________________________________________________
60980 [  6528] By: jhi                                   on 2000/08/05  18:40:44
60981         Log: Essential prototype changes were missing from #6527.
60982              Also make report_evil_fh() more bomb-proof.
60983      Branch: perl
60984            ! embed.h util.c
60985 ____________________________________________________________________________
60986 [  6527] By: jhi                                   on 2000/08/05  03:22:05
60987         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
60988              From: "Ronald F. Guilmette" <rfg@monkeys.com>
60989              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
60990              Message-Id: <200007242247.PAA52177@monkeys.com>
60991      Branch: perl
60992            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
60993 ____________________________________________________________________________
60994 [  6526] By: jhi                                   on 2000/08/04  21:23:27
60995         Log: gcc versions might have (parentheses) in them.
60996      Branch: metaconfig/U/perl
60997            ! gccvers.U
60998      Branch: perl
60999            ! Configure config_h.SH
61000 ____________________________________________________________________________
61001 [  6525] By: jhi                                   on 2000/08/04  20:23:12
61002         Log: Weed buglets pointed out by
61003              
61004              From: Lupe Christoph <lupe@lupe-christoph.de>
61005              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
61006              Date: Fri, 4 Aug 2000 17:34:39 +0200
61007              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
61008      Branch: metaconfig/U/perl
61009            ! gccvers.U uselfs.U
61010      Branch: perl
61011            ! Configure config_h.SH
61012 ____________________________________________________________________________
61013 [  6524] By: jhi                                   on 2000/08/04  19:02:08
61014         Log: Warn under -w if lstat(FH) is attempted.
61015              
61016              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
61017              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
61018              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
61019              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
61020      Branch: perl
61021            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
61022            ! t/pragma/warn/pp_sys
61023 ____________________________________________________________________________
61024 [  6523] By: jhi                                   on 2000/08/04  12:31:11
61025         Log: Subject: New perlcc, take 2
61026              From: simon@brecon.co.uk (Simon Cozens)
61027              Date: 4 Aug 2000 06:21:04 GMT
61028              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
61029      Branch: perl
61030            ! utils/perlcc.PL
61031 ____________________________________________________________________________
61032 [  6522] By: jhi                                   on 2000/08/04  12:26:33
61033         Log: Subject: Re: Array vs. List context
61034              From: Daniel Chetlin <daniel@chetlin.com>
61035              Date: Fri, 4 Aug 2000 00:22:44 -0700
61036              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
61037      Branch: perl
61038            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
61039            ! pod/perlfaq4.pod
61040 ____________________________________________________________________________
61041 [  6521] By: jhi                                   on 2000/08/04  12:22:38
61042         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
61043              From: Raymund Will <ray@caldera.de>
61044              Date: Fri, 4 Aug 2000 12:07:09 +0200
61045              Message-Id: <20000804120709.A14982@caldera.de>
61046      Branch: perl
61047            ! configure.gnu
61048 ____________________________________________________________________________
61049 [  6520] By: jhi                                   on 2000/08/04  04:09:06
61050         Log: After the #6519 a warning about stat() is just that,
61051              not about a filetest, which now have their own warning.
61052      Branch: perl
61053            ! pod/perldiag.pod
61054 ____________________________________________________________________________
61055 [  6519] By: jhi                                   on 2000/08/04  04:06:30
61056         Log: In the warnings call filehandles consistently so;
61057              add "unopened" warning for stat().
61058      Branch: perl
61059            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
61060            ! t/pragma/warn/pp_sys
61061 ____________________________________________________________________________
61062 [  6518] By: jhi                                   on 2000/08/04  02:55:35
61063         Log: Subject: Minor tweak to perlvar.pod
61064              From: "Stephen P. Potter" <spp@ds.net>
61065              Date: Tue, 18 Apr 2000 09:26:03 -0400
61066              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
61067      Branch: perl
61068            ! pod/perlvar.pod
61069 ____________________________________________________________________________
61070 [  6517] By: jhi                                   on 2000/08/04  02:50:08
61071         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
61072              From: "Clinton Pierce" <cpierce1@ford.com>
61073              Date: Wed, 21 Jul 1999 16:45:31 -0400
61074              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
61075              
61076              Fix by Stephen Potter (visible in the bug db but not in p5p?)
61077      Branch: perl
61078            ! pod/perlfunc.pod pod/perlop.pod
61079 ____________________________________________________________________________
61080 [  6516] By: jhi                                   on 2000/08/04  02:09:25
61081         Log: This is 6512.  Really.
61082      Branch: perl
61083            ! dump.c
61084 ____________________________________________________________________________
61085 [  6515] By: jhi                                   on 2000/08/04  01:25:50
61086         Log: mention the idea of @( and @)
61087      Branch: perl
61088            ! Todo-5.6
61089 ____________________________________________________________________________
61090 [  6514] By: bailey                                on 2000/08/04  01:18:46
61091         Log: YA resync with mainstem, including VMS patches from others
61092      Branch: vmsperl
61093           +> (branch 48 files)
61094            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
61095           !> (integrate 354 files)
61096 ____________________________________________________________________________
61097 [  6513] By: jhi                                   on 2000/08/04  01:18:18
61098         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
61099              From: Mark Dickinson <dickins3@fas.harvard.edu>
61100              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
61101              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
61102      Branch: perl
61103            ! t/op/grent.t t/op/pwent.t
61104 ____________________________________________________________________________
61105 [  6512] By: jhi                                   on 2000/08/04  01:14:06
61106         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
61107              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61108              Date: Wed, 02 Aug 2000 10:51:01 +0100
61109              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
61110      Branch: perl
61111            ! sv.c
61112 ____________________________________________________________________________
61113 [  6511] By: jhi                                   on 2000/08/04  00:57:00
61114         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
61115              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61116              Date: Thu, 03 Aug 2000 17:20:04 -0700
61117              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
61118      Branch: metaconfig
61119            ! U/modified/Cppsym.U
61120      Branch: perl
61121            ! Configure config_h.SH
61122 ____________________________________________________________________________
61123 [  6510] By: jhi                                   on 2000/08/04  00:25:28
61124         Log: detypo
61125      Branch: perl
61126            ! Makefile.SH
61127 ____________________________________________________________________________
61128 [  6509] By: jhi                                   on 2000/08/03  23:43:18
61129         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
61130              From: Dominic Dunlop <domo@computer.org>
61131              Date: Thu, 3 Aug 2000 22:16:46 +0200
61132              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
61133      Branch: perl
61134            ! t/op/sprintf.t
61135 ____________________________________________________________________________
61136 [  6508] By: jhi                                   on 2000/08/03  23:40:37
61137         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
61138              From: Hugo <hv@crypt.compulink.co.uk>
61139              Date: Thu, 03 Aug 2000 18:25:30 +0100
61140              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
61141      Branch: perl
61142            ! regcomp.c t/op/re_tests
61143 ____________________________________________________________________________
61144 [  6507] By: jhi                                   on 2000/08/03  23:38:28
61145         Log: Subject: [PATCH] sv.h documentation - SvLEN
61146              From: Mike Guy <mjtg@cam.ac.uk>
61147              Date: Thu, 03 Aug 2000 14:43:09 +0100
61148              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
61149      Branch: perl
61150            ! sv.h
61151 ____________________________________________________________________________
61152 [  6506] By: jhi                                   on 2000/08/03  15:49:14
61153         Log: Disable the fix_pl hack for now.
61154      Branch: perl
61155            ! Makefile.SH
61156 ____________________________________________________________________________
61157 [  6505] By: jhi                                   on 2000/08/03  13:49:04
61158         Log: Add a URL for FSF.
61159              
61160              Subject: Patch for README
61161              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
61162              Date: Wed, 2 Aug 2000 13:25:09 -0500
61163              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
61164      Branch: perl
61165            ! README
61166 ____________________________________________________________________________
61167 [  6504] By: jhi                                   on 2000/08/03  13:29:19
61168         Log: Be more informative on what is skipped and why,
61169              also repeat the list at the end.
61170      Branch: perl
61171            ! Porting/p4desc
61172 ____________________________________________________________________________
61173 [  6503] By: jhi                                   on 2000/08/03  13:07:05
61174         Log: Circumvent the removal of .patch by fix_pl.
61175              
61176              Subject: Re: [ID 20000802.011] unable to 'make test'          
61177              From: simon@brecon.co.uk (Simon Cozens) 
61178              Date: 3 Aug 2000 04:17:00 GMT
61179              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
61180      Branch: perl
61181            ! Makefile.SH
61182 ____________________________________________________________________________
61183 [  6502] By: jhi                                   on 2000/08/03  00:14:34
61184         Log: Add the missing setproctitle unit.
61185      Branch: metaconfig/U/perl
61186            + d_setproctitle.U
61187 ____________________________________________________________________________
61188 [  6501] By: jhi                                   on 2000/08/03  00:00:26
61189         Log: The subtest 4 may fail also on VOBS, as pointed out
61190              by Nick Ing-Simmons in November 1999, bug id 19991124.003
61191              (but the failure in that bug report isn't the subtest 4).
61192      Branch: perl
61193            ! t/op/stat.t
61194 ____________________________________________________________________________
61195 [  6500] By: jhi                                   on 2000/08/02  23:49:30
61196         Log: Better skip message for the test; one of the two problems in
61197              
61198              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
61199              From: Lupe Christoph <lupe@lupe-christoph.de>
61200              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
61201              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
61202      Branch: perl
61203            ! t/op/numconvert.t
61204 ____________________________________________________________________________
61205 [  6499] By: jhi                                   on 2000/08/02  22:49:16
61206         Log: Allow "no Module;" even if there is no 'unimport'.
61207              
61208              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
61209              From: mjd@plover.com
61210              Date: 24 Mar 2000 15:24:34 -0000
61211              Message-Id: <20000324152434.15160.qmail@plover.com>
61212      Branch: perl
61213            ! gv.c
61214 ____________________________________________________________________________
61215 [  6498] By: jhi                                   on 2000/08/02  22:42:58
61216         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
61217              that are hopefully soon put into use.
61218      Branch: perl
61219            ! opcode.h opcode.pl opnames.h
61220 ____________________________________________________________________________
61221 [  6497] By: gsar                                  on 2000/08/02  22:28:59
61222         Log: require.t needs binmode() to work on windows
61223      Branch: perl
61224            ! t/comp/require.t
61225 ____________________________________________________________________________
61226 [  6496] By: jhi                                   on 2000/08/02  22:08:51
61227         Log: Document the IVdf UVuf UVof UVxf.
61228      Branch: perl
61229            ! pod/perlguts.pod
61230 ____________________________________________________________________________
61231 [  6495] By: jhi                                   on 2000/08/02  21:54:26
61232         Log: detypo #6494
61233      Branch: perl
61234            ! ext/Data/Dumper/Dumper.xs
61235 ____________________________________________________________________________
61236 [  6494] By: jhi                                   on 2000/08/02  21:49:17
61237         Log: Dump UVs as UVs in Data::Dumper.
61238              
61239              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
61240              From: Gurusamy Sarathy <gsar@ActiveState.com>
61241              Date: Thu, 27 Apr 2000 12:26:25 -0700
61242              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
61243      Branch: perl
61244            ! ext/Data/Dumper/Dumper.xs
61245 ____________________________________________________________________________
61246 [  6493] By: jhi                                   on 2000/08/02  17:01:58
61247         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
61248              From: Hugo <hv@crypt.compulink.co.uk>
61249              Date: Wed, 02 Aug 2000 14:53:56 +0100
61250              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
61251      Branch: perl
61252            ! regexec.c t/op/re_tests
61253 ____________________________________________________________________________
61254 [  6492] By: jhi                                   on 2000/08/02  15:02:46
61255         Log: The new setproctitle() feature is available only in 
61256              bleeding edge FreeBSD.  From Paul Saab.
61257      Branch: perl
61258            ! mg.c
61259 ____________________________________________________________________________
61260 [  6491] By: jhi                                   on 2000/08/02  13:34:36
61261         Log: The tr utf8 patching continues.
61262              
61263              Subject: Re: #6469, too many tests claimed in require.t
61264              From: simon@brecon.co.uk (Simon Cozens)
61265              Date: 2 Aug 2000 02:37:17 GMT
61266              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
61267              
61268              (the logic of the test was the wrong way round in the patch)
61269      Branch: perl
61270            ! doop.c
61271 ____________________________________________________________________________
61272 [  6490] By: jhi                                   on 2000/08/02  13:27:38
61273         Log: The name of a filehandle does not have <these>.
61274      Branch: perl
61275            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
61276            ! t/pragma/warn/pp_sys util.c
61277 ____________________________________________________________________________
61278 [  6489] By: jhi                                   on 2000/08/02  04:26:46
61279         Log: Remove the extraneous "main::" prefix from all the
61280              "opened only for", "on closed", and "never opened" warnings.
61281              
61282              Subject: Re: inappropriate warning
61283              From: Gurusamy Sarathy <gsar@ActiveState.com>
61284              Date: Mon, 20 Mar 2000 11:28:02 -0800
61285              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
61286      Branch: perl
61287            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
61288            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
61289            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
61290 ____________________________________________________________________________
61291 [  6488] By: jhi                                   on 2000/08/02  03:02:57
61292         Log: memcpy has n o in it, as pinted ut by Sarathy.
61293      Branch: perl
61294            ! pod/perlguts.pod
61295 ____________________________________________________________________________
61296 [  6487] By: jhi                                   on 2000/08/02  02:44:51
61297         Log: Document in one place the memory abstractions used in Perl core.
61298              
61299              Subject: Re: Memory abstraction
61300              From: simon@brecon.co.uk (Simon Cozens)
61301              Date: 2 Aug 2000 02:20:23 GMT
61302              Organization: Earth.li Origins
61303      Branch: perl
61304            ! pod/perlguts.pod
61305 ____________________________________________________________________________
61306 [  6486] By: jhi                                   on 2000/08/02  02:41:57
61307         Log: regen_headers, regen perltoc.
61308      Branch: perl
61309            ! perlapi.c pod/perltoc.pod
61310 ____________________________________________________________________________
61311 [  6485] By: jhi                                   on 2000/08/02  01:43:33
61312         Log: "This little thing tests for a file .patch, and if it contains
61313              a number, pops into patchlevel.h" (making it easier to track
61314              which development version people are reporting bugs against)
61315              
61316              Subject: Patchlevel autogeneration for repository perls
61317              From: simon@brecon.co.uk (Simon Cozens)
61318              Date: 14 Jul 2000 07:12:15 GMT
61319              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
61320      Branch: perl
61321            + fix_pl
61322            ! MANIFEST Makefile.SH
61323 ____________________________________________________________________________
61324 [  6484] By: jhi                                   on 2000/08/02  01:32:54
61325         Log: FreeBSD 3.* updates from
61326              
61327              From: Paul Saab <ps@yahoo-inc.com>
61328              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
61329              Date: Tue, 1 Aug 2000 15:41:39 -0700
61330              Message-Id: <20000801154139.A53740@yahoo-inc.com>
61331      Branch: perl
61332            ! hints/freebsd.sh
61333 ____________________________________________________________________________
61334 [  6483] By: jhi                                   on 2000/08/02  01:27:44
61335         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
61336              instead one must use setproctitle().  This was already addressed
61337              by change #6457, but the below has a new variant for FreeBSD 4.0
61338              or later, and the matter is also documented more.
61339              
61340              From: Paul Saab <ps@yahoo-inc.com>
61341              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
61342              Date: Tue, 1 Aug 2000 15:41:39 -0700
61343              Message-Id: <20000801154139.A53740@yahoo-inc.com>
61344      Branch: metaconfig/U/perl
61345            + i_libutil.U
61346      Branch: perl
61347            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
61348 ____________________________________________________________________________
61349 [  6482] By: jhi                                   on 2000/08/01  22:17:32
61350         Log: The test from this
61351              
61352              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
61353              Date: Sat, 15 Apr 2000 17:03:44 +0100
61354              From: Tom Hughes <tom@compton.nu>
61355              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
61356              
61357              was missing, the code change went in as #5989
61358              (which had a different test?)
61359      Branch: perl
61360            ! t/op/misc.t
61361 ____________________________________________________________________________
61362 [  6481] By: jhi                                   on 2000/08/01  21:48:38
61363         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
61364              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
61365              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
61366              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
61367      Branch: perl
61368            ! perl.h
61369 ____________________________________________________________________________
61370 [  6480] By: jhi                                   on 2000/08/01  18:05:28
61371         Log: Make p4desc to skip non-mainperl branches by default.
61372      Branch: perl
61373            ! Porting/p4desc
61374 ____________________________________________________________________________
61375 [  6479] By: jhi                                   on 2000/08/01  17:29:19
61376         Log: If gccosandvers is equal to osname, clear gccosandvers.
61377      Branch: metaconfig/U/perl
61378            ! gccvers.U
61379      Branch: perl
61380            ! Configure config_h.SH
61381 ____________________________________________________________________________
61382 [  6478] By: jhi                                   on 2000/08/01  15:54:08
61383         Log: BOM patching from Simon Cozens.
61384      Branch: perl
61385            ! toke.c
61386 ____________________________________________________________________________
61387 [  6477] By: jhi                                   on 2000/08/01  04:50:33
61388         Log: Stash away the largefiles flags and libswanted.
61389      Branch: perl
61390            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
61391 ____________________________________________________________________________
61392 [  6476] By: gsar                                  on 2000/08/01  04:24:24
61393         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
61394              on Windows)
61395      Branch: perl
61396            ! t/pragma/utf8.t utf8.c win32/win32.c
61397 ____________________________________________________________________________
61398 [  6475] By: jhi                                   on 2000/08/01  03:35:24
61399         Log: Make chr() for values >127 to create utf8 when under utf8.
61400              
61401              Subject: Re: uft8/chr()
61402              From: simon@brecon.co.uk (Simon Cozens)
61403              Date: 1 Aug 2000 02:37:02 GMT
61404              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
61405      Branch: perl
61406            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
61407 ____________________________________________________________________________
61408 [  6474] By: jhi                                   on 2000/08/01  02:36:18
61409         Log: In Digital UNIX warn if gcc explicitly chosen because even
61410              2.95.2 is known to cause problems.
61411      Branch: perl
61412            ! hints/dec_osf.sh
61413 ____________________________________________________________________________
61414 [  6473] By: jhi                                   on 2000/08/01  02:00:56
61415         Log: Make the safety catch for buggy gccs work with triple version
61416              numbers like 2.95.2.  Reported in
61417              
61418              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
61419              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
61420              Date: Mon, 31 Jul 2000 14:55:06 +0200
61421              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
61422      Branch: perl
61423            ! hints/dec_osf.sh
61424 ____________________________________________________________________________
61425 [  6472] By: jhi                                   on 2000/08/01  01:13:33
61426         Log: Subject: fix and question re: waitpid() under win32
61427              From: Brian Clarke <clarke@appliedmeta.com>
61428              Date: Fri, 28 Jul 2000 15:18:29 -0400
61429              Message-ID: <3981DC85.290314EB@appliedmeta.com>
61430              
61431              Slightly reformatted and WNOHANG # define moved to win32.h
61432              so that also POSIX.xs sees it, as suggsted by Sarathy.
61433      Branch: perl
61434            ! win32/win32.c win32/win32.h
61435 ____________________________________________________________________________
61436 [  6471] By: jhi                                   on 2000/08/01  00:55:05
61437         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
61438              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61439              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
61440              Date: Mon, 31 Jul 2000 13:28:51 +0100
61441              
61442              (aka ID 20000730.002)
61443      Branch: perl
61444            ! op.c t/op/tr.t
61445 ____________________________________________________________________________
61446 [  6470] By: jhi                                   on 2000/07/31  23:34:42
61447         Log: Document the problem with -P in HP-UX and its workaround.
61448              
61449              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
61450              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
61451              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
61452              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
61453      Branch: perl
61454            ! README.hpux
61455 ____________________________________________________________________________
61456 [  6469] By: jhi                                   on 2000/07/31  04:15:02
61457         Log: The swallow_bom() saga continues.  The #23 of require.t
61458              (UTF16-LE) still fails (silently, no output) but the #22
61459              (UTF16-BE) seems to be working now.  The root of the
61460              failure may be in sv_gets(): is it UTF-16LE-aware,
61461              especially when it comes to line endings? 
61462      Branch: perl
61463            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
61464            ! t/comp/require.t toke.c utf8.c
61465 ____________________________________________________________________________
61466 [  6468] By: jhi                                   on 2000/07/30  19:05:48
61467         Log: Find green threads before native threads.
61468              
61469              Subject: Re: Patch to jpl/JNI/Makefile.PL
61470              From: Jens Thomsen <jens@fiend.cis.com>
61471              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
61472              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
61473      Branch: perl
61474            ! jpl/JNI/Makefile.PL
61475 ____________________________________________________________________________
61476 [  6467] By: jhi                                   on 2000/07/30  18:36:22
61477         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
61478      Branch: perl
61479            ! doop.c
61480 ____________________________________________________________________________
61481 [  6466] By: jhi                                   on 2000/07/30  04:37:29
61482         Log: A new version of the "remove UPPERACSE string comparison"
61483              operators.  The problem with the previous one (change #6454)
61484              was that it was for Perl 5.6.0.  From Paul Marquess.
61485      Branch: perl
61486            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
61487            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
61488            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
61489 ____________________________________________________________________________
61490 [  6465] By: jhi                                   on 2000/07/29  22:39:56
61491         Log: Do not upgrade SVs into utf8 just because they participate
61492              in eq or cmp.  Reported and fix suggested in
61493              
61494              Subject: [ID 20000720.009] sv_eq UTF8 bug
61495              From: "Simon Cozens" <simon@othersideofthe.earth.li>
61496              Date: 21 Jul 2000 04:37:29 -0000
61497              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
61498              
61499              Exercise for the kind reader: should we or should we not
61500              cache the utf8 conversion alonside the SV? (as magic,
61501              as thestrxfrm()ed version is cached under use locale)
61502              Argue both for and against.
61503      Branch: perl
61504            ! sv.c
61505 ____________________________________________________________________________
61506 [  6464] By: jhi                                   on 2000/07/29  22:36:22
61507         Log: Subject: UTF8 concat
61508              From: simon@brecon.co.uk (Simon Cozens) 
61509              Date: 30 Jun 2000 06:13:25 GMT
61510              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
61511              
61512              (with a memory leak fixed, plus a few casts added)
61513              
61514              This also seems to help for
61515              
61516              Subject: [ID 20000716.015] join UTF8 weirdness
61517              From: root <root@ak-71.mind.de> 
61518              Date: Sat, 15 Jul 2000 15:29:54 +0200
61519              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
61520              
61521              (from Andreas König)
61522      Branch: perl
61523            ! pp_hot.c
61524 ____________________________________________________________________________
61525 [  6463] By: jhi                                   on 2000/07/29  00:55:39
61526         Log: Tune the comments and hopefully stop a memory leak.
61527      Branch: perl
61528            ! toke.c utf8.c
61529 ____________________________________________________________________________
61530 [  6462] By: jhi                                   on 2000/07/29  00:16:53
61531         Log: The problem described in this
61532              
61533              Subject: [ID 20000322.018] named chars aren't magical enough
61534              From: root <root@dixie.cscaper.com>     
61535              Date: Wed, 22 Mar 2000 18:37:42 -0700
61536              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
61537              
61538              has been fixed in perl 5.6.0 but just in case added a test
61539              to keep it away.  (The report from Joseph Hall.)
61540      Branch: perl
61541            ! t/lib/charnames.t
61542 ____________________________________________________________________________
61543 [  6461] By: jhi                                   on 2000/07/28  23:56:36
61544         Log: Tiny fixes for #6460.
61545      Branch: metaconfig/U/perl
61546            ! gccvers.U
61547      Branch: perl
61548            ! Configure config_h.SH
61549 ____________________________________________________________________________
61550 [  6460] By: jhi                                   on 2000/07/28  23:24:41
61551         Log: Warn if the version of the operating system used to compile gcc
61552              differs from the current version of the operating system.
61553              Also display the gcc compilation os and version in myconfig.
61554              Inspiration from
61555              
61556              Subject: Re: [ID 20000710.003] ERRORS!!         
61557              From: "Kurt D. Starsinic" <kstar@chapin.edu>
61558              Date: Mon, 10 Jul 2000 15:54:16 -0400
61559              Message-ID: <20000710155416.A1384@O2.chapin.edu>
61560      Branch: metaconfig/U/perl
61561            ! gccvers.U
61562      Branch: perl
61563            ! Configure config_h.SH myconfig.SH
61564 ____________________________________________________________________________
61565 [  6459] By: jhi                                   on 2000/07/28  22:00:32
61566         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
61567              letter to $Config{osvers}.
61568      Branch: metaconfig
61569            ! U/modified/Oldconfig.U
61570      Branch: perl
61571            ! Configure config_h.SH
61572 ____________________________________________________________________________
61573 [  6458] By: jhi                                   on 2000/07/28  04:15:39
61574         Log: Back out #6454, doesn't seem to work.
61575              (Reason: that patch was for perl 5.6.0, not perl-current)
61576              (A version of the patch for perl-current came in later as #6466)
61577      Branch: perl
61578            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
61579            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
61580            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
61581 ____________________________________________________________________________
61582 [  6457] By: jhi                                   on 2000/07/27  23:31:49
61583         Log: Use setproctitle() if available to modify $0.
61584              
61585              Subject: setting $* on BSD4 broken
61586              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
61587              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
61588              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
61589      Branch: metaconfig
61590            ! U/modified/Myinit.U
61591      Branch: perl
61592            ! Configure config_h.SH mg.c
61593 ____________________________________________________________________________
61594 [  6456] By: jhi                                   on 2000/07/27  14:50:47
61595         Log: Allow "no AutoLoader;", based on change #6444,
61596              suggested by Graham Barr.
61597      Branch: perl
61598            ! lib/AutoLoader.pm
61599 ____________________________________________________________________________
61600 [  6455] By: jhi                                   on 2000/07/27  14:19:10
61601         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
61602              From: rspier@pobox.com (Robert Spier)
61603              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
61604              Message-ID: <14720.15855.787664.424783@rls.cx>
61605      Branch: perl
61606            ! pod/perldiag.pod
61607 ____________________________________________________________________________
61608 [  6454] By: jhi                                   on 2000/07/27  14:03:02
61609         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
61610              for a long time).
61611              
61612              Reported in
61613              
61614              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
61615              From: Ryan Herbert <rherbert@sycamorehq.com>
61616              Date: Mon, 17 Jul 2000 11:40:42 -0400
61617              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
61618              
61619              Patched in
61620              
61621              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
61622              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
61623              Date: Wed, 26 Jul 2000 23:40:18 +0100
61624              Message-ID: <000001bff752$79511880$0a17073e@tiny>
61625              
61626              based on an earlier patch from Stephen P. Potter.
61627              
61628              (Removed later by change #6458 because this patch was for
61629              perl 5.6.0, not perl-current)
61630      Branch: perl
61631            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
61632            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
61633            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
61634 ____________________________________________________________________________
61635 [  6453] By: jhi                                   on 2000/07/27  13:48:02
61636         Log: Subject: [PATCH] fixes bug 20000508.004
61637              From: Michael Stevens <mstevens@globnix.org>
61638              Date: Thu, 27 Jul 2000 13:49:04 +0100
61639              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
61640      Branch: perl
61641            ! pod/perldata.pod
61642 ____________________________________________________________________________
61643 [  6452] By: jhi                                   on 2000/07/26  23:51:26
61644         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
61645              and Craig A. Berry.
61646      Branch: perl
61647            ! lib/File/Temp.pm pod/perlport.pod
61648 ____________________________________________________________________________
61649 [  6451] By: jhi                                   on 2000/07/26  19:43:30
61650         Log: Be wary of close()s, too.
61651              
61652              Subject: Re: [PATCH] perlbug cleanup
61653              From: Tim Jenness <t.jenness@jach.hawaii.edu>
61654              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
61655              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
61656      Branch: perl
61657            ! utils/perlbug.PL
61658 ____________________________________________________________________________
61659 [  6450] By: jhi                                   on 2000/07/26  18:41:40
61660         Log: Subject: Minor doc patch: handy.h
61661              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
61662              Date: Wed, 26 Jul 2000 15:34:25 -0300
61663              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
61664      Branch: perl
61665            ! handy.h pod/perlapi.pod
61666 ____________________________________________________________________________
61667 [  6449] By: jhi                                   on 2000/07/26  18:23:55
61668         Log: Subject: [PATCH] minor doc change - perlguts
61669              From: Michael Stevens <mstevens@globnix.org>
61670              Date: Thu, 13 Jul 2000 12:39:18 +0100
61671              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
61672      Branch: perl
61673            ! pod/perlguts.pod
61674 ____________________________________________________________________________
61675 [  6448] By: jhi                                   on 2000/07/26  18:20:30
61676         Log: open() wariness in perlbug.
61677              
61678              Subject: [PATCH] perlbug cleanup
61679              From: Michael Stevens <mstevens@globnix.org>
61680              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
61681              Date: Thu, 13 Jul 2000 15:52:23 +0100
61682      Branch: perl
61683            ! utils/perlbug.PL
61684 ____________________________________________________________________________
61685 [  6447] By: jhi                                   on 2000/07/26  18:13:04
61686         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
61687      Branch: perl
61688            ! lib/File/Temp.pm t/lib/ftmp-security.t
61689 ____________________________________________________________________________
61690 [  6446] By: jhi                                   on 2000/07/26  18:06:32
61691         Log: docfix from Peter Scott <Peter@PSDT.com>.
61692      Branch: perl
61693            ! pod/perlfunc.pod
61694 ____________________________________________________________________________
61695 [  6445] By: jhi                                   on 2000/07/26  17:53:31
61696         Log: Fix *foo{FORMAT}.
61697              
61698              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61699              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
61700              Date: Wed, 26 Jul 2000 19:51:02 +0200
61701              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
61702              
61703              From: Graham Barr <gbarr@pobox.com>
61704              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
61705              Date: Wed, 26 Jul 2000 17:38:36 +0100
61706              Message-ID: <20000726173836.L472@pobox.com>
61707      Branch: perl
61708            ! pp.c sv.c t/op/gv.t
61709 ____________________________________________________________________________
61710 [  6444] By: jhi                                   on 2000/07/26  17:49:14
61711         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
61712              from Graham Barr in the module list.
61713      Branch: perl
61714            ! gv.c pod/perlobj.pod
61715 ____________________________________________________________________________
61716 [  6443] By: jhi                                   on 2000/07/26  16:06:56
61717         Log: More split() doc and test patches from Mike Guy.
61718      Branch: perl
61719            ! pod/perlfunc.pod t/op/split.t
61720 ____________________________________________________________________________
61721 [  6442] By: jhi                                   on 2000/07/26  16:05:30
61722         Log: MacOS nits from Matthias Neeracher.
61723      Branch: perl
61724            ! perl.c pp_ctl.c
61725 ____________________________________________________________________________
61726 [  6441] By: jhi                                   on 2000/07/26  04:39:57
61727         Log: Subject: [PATCH] split /^/
61728              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61729              Date: Tue, 25 Jul 2000 14:18:57 +0100
61730              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
61731              
61732              (with notes from tchrist and gbarr)
61733      Branch: perl
61734            ! pod/perlfunc.pod t/op/split.t
61735 ____________________________________________________________________________
61736 [  6440] By: jhi                                   on 2000/07/26  04:32:32
61737         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
61738              From: Peter Prymmer <pvhp@forte.com>
61739              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
61740              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
61741      Branch: perl
61742            ! vms/munchconfig.c
61743 ____________________________________________________________________________
61744 [  6439] By: jhi                                   on 2000/07/26  04:31:01
61745         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
61746              to be fatal errors (instead of by default ignoring them, and
61747              ignoring with a bug: even though -w gave an error, the opening [
61748              was left in)  Reported in:
61749              
61750              Subject: [ID 20000716.024] [=cc=] / [:blank:]
61751              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
61752              Date: Sun, 16 Jul 2000 17:55:29 -0700
61753              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
61754      Branch: perl
61755            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
61756 ____________________________________________________________________________
61757 [  6438] By: jhi                                   on 2000/07/25  15:41:15
61758         Log: Subject: [PATCH] av.c apidoc
61759              From: simon@brecon.co.uk (Simon Cozens)
61760              Date: 24 Jul 2000 06:40:52 GMT
61761              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
61762      Branch: perl
61763            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
61764            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
61765 ____________________________________________________________________________
61766 [  6437] By: jhi                                   on 2000/07/25  14:05:36
61767         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
61768              From: "Stephen P. Potter" <spp@ds.net>
61769              Date: Mon, 24 Jul 2000 14:22:23 -0400
61770              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
61771      Branch: perl
61772            ! pod/perllocale.pod
61773 ____________________________________________________________________________
61774 [  6436] By: jhi                                   on 2000/07/25  14:02:03
61775         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
61776              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61777              Date: Mon, 24 Jul 2000 18:04:28 +0100
61778              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
61779      Branch: perl
61780            ! t/lib/syslfs.t t/op/lfs.t
61781 ____________________________________________________________________________
61782 [  6435] By: jhi                                   on 2000/07/25  13:59:28
61783         Log: Get UTF16 BOMs working.  Patch from
61784              
61785              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
61786              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61787              Date: Tue, 25 Jul 2000 12:52:45 +0100
61788              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
61789              
61790              and notes from
61791              
61792              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
61793              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61794              Date: Tue, 25 Jul 2000 11:43:25 +0100
61795              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
61796      Branch: perl
61797            ! t/comp/require.t toke.c utf8.c
61798 ____________________________________________________________________________
61799 [  6434] By: jhi                                   on 2000/07/25  02:39:54
61800         Log: Make the "uninit variable" warning to say "concat or string"
61801              or "join or string" when in concat or join .
61802              
61803              Subject: Re: [ID 20000403.009] uninitialised concatenation???
61804              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61805              Date: Tue, 04 Apr 2000 18:22:58 +0100
61806              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
61807              
61808              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
61809              From: William R Ward <hermit@BayView.COM>
61810              Date: Thu, 30 Mar 2000 19:50:03 -0800
61811              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
61812      Branch: perl
61813            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
61814            ! t/pragma/warn/op t/pragma/warn/sv
61815 ____________________________________________________________________________
61816 [  6433] By: jhi                                   on 2000/07/24  17:52:56
61817         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
61818      Branch: perl
61819            ! lib/File/Spec/VMS.pm
61820 ____________________________________________________________________________
61821 [  6432] By: jhi                                   on 2000/07/24  17:44:44
61822         Log: Test cases for #6431.
61823              
61824              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
61825              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61826              Date: Mon, 24 Jul 2000 15:32:29 +0100
61827              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
61828      Branch: perl
61829            ! t/op/pat.t t/op/split.t
61830 ____________________________________________________________________________
61831 [  6431] By: jhi                                   on 2000/07/24  17:43:17
61832         Log: Bind op fix.
61833              
61834              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
61835              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61836              Date: Mon, 17 Jul 2000 20:04:56 +0100
61837              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
61838      Branch: perl
61839            ! op.c
61840 ____________________________________________________________________________
61841 [  6430] By: jhi                                   on 2000/07/24  03:42:42
61842         Log: Subject: [ID 20000716.023] syslog test fails without sockets
61843              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61844              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
61845              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
61846      Branch: metaconfig/U/perl
61847            ! Extensions.U
61848      Branch: perl
61849            ! Configure config_h.SH
61850 ____________________________________________________________________________
61851 [  6429] By: jhi                                   on 2000/07/24  03:11:52
61852         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
61853              case, but add also notes explaining the relationship of this
61854              patch and the earlier notes by Sarathy.
61855              
61856              Subject: Map is still slow
61857              From: "Ben Tilly" <ben_tilly@hotmail.com>
61858              Date: Sat, 15 Jul 2000 17:23:27 EDT
61859              Message-ID: <20000715212327.21656.qmail@hotmail.com>
61860      Branch: perl
61861            ! pp_ctl.c
61862 ____________________________________________________________________________
61863 [  6428] By: jhi                                   on 2000/07/24  02:58:52
61864         Log: Documentation to explain the behaviour of map().
61865              
61866              Subject: Re: Map is still slow 
61867              From: Gurusamy Sarathy <gsar@ActiveState.com>
61868              Date: Sat, 15 Jul 2000 16:05:09 -0700
61869              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
61870      Branch: perl
61871            ! pp_ctl.c
61872 ____________________________________________________________________________
61873 [  6427] By: jhi                                   on 2000/07/24  02:50:03
61874         Log: Add tests for
61875              [ID 19991110.003] another matching finding by pcre author
61876              which has already been fixed by some patch, as verified in
61877              
61878              Subject: Re: two regex bugs from the mists of time (well, last November)
61879              From: Hugo <hv@crypt.compulink.co.uk>
61880              Date: Sat, 22 Jul 2000 18:12:58 +0100
61881              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
61882      Branch: perl
61883            ! t/op/re_tests
61884 ____________________________________________________________________________
61885 [  6426] By: jhi                                   on 2000/07/24  02:11:20
61886         Log: A missing 'break' after the [[:space:]] switch case.
61887              
61888              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
61889              From: "Stephen P. Potter" <spp@ds.net>
61890              Date: Tue, 18 Jul 2000 16:25:17 -0400
61891              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
61892      Branch: perl
61893            ! regcomp.c
61894 ____________________________________________________________________________
61895 [  6425] By: jhi                                   on 2000/07/24  02:06:12
61896         Log: The output might have been produced in the wrong order.
61897              
61898              Subject: [ID 20000720.003] [PATCH] t/op/write.t
61899              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61900              Date: Thu, 20 Jul 2000 18:49:18 +0100
61901              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
61902      Branch: perl
61903            ! t/op/write.t
61904 ____________________________________________________________________________
61905 [  6424] By: jhi                                   on 2000/07/24  02:00:07
61906         Log: Use STDOUT consistently.
61907              
61908              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
61909              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61910              Date: Thu, 20 Jul 2000 18:04:01 +0100
61911              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
61912      Branch: perl
61913            ! lib/Test/Harness.pm
61914 ____________________________________________________________________________
61915 [  6423] By: jhi                                   on 2000/07/24  01:54:54
61916         Log: Protect against "wild next"s, that is, callbacks doing "next"
61917              instead of "return".
61918              
61919              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
61920              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61921              Date: Tue, 18 Jul 2000 11:30:16 +0100
61922              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
61923      Branch: perl
61924            ! lib/File/Find.pm
61925 ____________________________________________________________________________
61926 [  6422] By: jhi                                   on 2000/07/24  01:35:47
61927         Log: Out-of-date note removed.
61928              
61929              Subject: [PATCH] documentation perlipc
61930              From: rspier@pobox.com (Robert Spier)
61931              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
61932              Message-ID: <14711.35178.572612.502654@rls.cx>
61933      Branch: perl
61934            ! pod/perlipc.pod
61935 ____________________________________________________________________________
61936 [  6421] By: jhi                                   on 2000/07/24  00:09:18
61937         Log: Send all installperl messages to STDERR and be -w clean.
61938              
61939              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
61940              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61941              Date: Sat, 22 Jul 2000 14:02:11 +0100
61942              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
61943      Branch: perl
61944            ! installperl
61945 ____________________________________________________________________________
61946 [  6420] By: jhi                                   on 2000/07/24  00:04:19
61947         Log: Decutandpasto.
61948              
61949              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
61950              From: "Richard Soderberg" <rs@crystalflame.net>
61951              Date: Sun, 23 Jul 2000 01:37:23 -0700
61952              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
61953      Branch: perl
61954            ! pod/perlipc.pod
61955 ____________________________________________________________________________
61956 [  6419] By: jhi                                   on 2000/07/24  00:01:12
61957         Log: A cleaner abs_path().
61958              Subject: Re: unix alternative to Cwd.pm
61959              From: Jeff Pinyan <jeffp@crusoe.net>
61960              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
61961              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
61962      Branch: perl
61963            ! lib/Cwd.pm
61964 ____________________________________________________________________________
61965 [  6418] By: jhi                                   on 2000/07/23  23:48:56
61966         Log: Detypo.
61967              
61968              Subject: [PATCH perl-current] Typo in hints/powerux.sh
61969              From: "Richard Soderberg" <rs@crystalflame.net>
61970              Date: Sun, 23 Jul 2000 01:27:33 -0700
61971              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
61972      Branch: perl
61973            ! hints/powerux.sh
61974 ____________________________________________________________________________
61975 [  6417] By: jhi                                   on 2000/07/17  22:13:31
61976         Log: Subject: SDBM_File documentation
61977              From: mjd@plover.com
61978              Date: 16 Jul 2000 17:41:17 -0000
61979              Message-ID: <20000716174117.18515.qmail@plover.com>
61980      Branch: perl
61981            ! ext/SDBM_File/SDBM_File.pm
61982 ____________________________________________________________________________
61983 [  6416] By: jhi                                   on 2000/07/17  19:13:26
61984         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
61985      Branch: perl
61986            ! hints/mpeix.sh mpeix/relink
61987 ____________________________________________________________________________
61988 [  6415] By: jhi                                   on 2000/07/15  14:11:02
61989         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
61990              the utf8 'characters' can be more than one octet).
61991              
61992              Date: Sat, 15 Jul 2000 00:21:56 +0100
61993              From: Tom Hughes <tom@compton.nu>
61994              Subject: Re: [ID 20000714.002]
61995              Message-ID: <db2334de49.tom@compton.compton.nu>
61996              
61997              Reported in
61998              
61999              Subject: [ID 20000714.002]
62000              From: "Simon Cozens" <simon@othersideofthe.earth.li>
62001              Date: 14 Jul 2000 15:13:09 -0000
62002              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
62003      Branch: perl
62004            ! doop.c
62005 ____________________________________________________________________________
62006 [  6414] By: jhi                                   on 2000/07/15  03:13:41
62007         Log: another VMS build tweak from Peter Prymmer
62008      Branch: perl
62009            ! vms/descrip_mms.template
62010 ____________________________________________________________________________
62011 [  6413] By: jhi                                   on 2000/07/15  03:10:40
62012         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
62013      Branch: perl
62014            ! vms/perlvms.pod
62015 ____________________________________________________________________________
62016 [  6412] By: jhi                                   on 2000/07/15  00:31:05
62017         Log: More docs for sv functions.
62018              
62019              Subject: [PATCH cfgperl] sv.c apidoc
62020              From: simon@brecon.co.uk (Simon Cozens)
62021              Date: 13 Jul 2000 09:00:20 GMT
62022              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
62023              
62024              Subject: Re: [PATCH cfgperl] sv.c apidoc
62025              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62026              Date: Thu, 13 Jul 2000 12:27:41 +0100
62027              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
62028              
62029              Subject: Re: [PATCH cfgperl] sv.c apidoc
62030              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62031              Date: Thu, 13 Jul 2000 13:23:09 +0100
62032              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
62033              
62034              Subject: Re: [PATCH cfgperl] sv.c apidoc
62035              From: simon@brecon.co.uk (Simon Cozens)
62036              Date: 14 Jul 2000 06:51:02 GMT
62037              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
62038      Branch: perl
62039            ! embed.pl pod/perlapi.pod sv.c
62040 ____________________________________________________________________________
62041 [  6411] By: jhi                                   on 2000/07/15  00:10:41
62042         Log: lib/b test fixes from Peter Prymmer.
62043      Branch: perl
62044            ! t/lib/b.t
62045 ____________________________________________________________________________
62046 [  6410] By: jhi                                   on 2000/07/15  00:02:09
62047         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
62048              From: Hugo <hv@crypt.compulink.co.uk>
62049              Date: Fri, 14 Jul 2000 23:05:20 +0100
62050              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
62051              
62052              Didn't anymore apply, but that point still could use another fix.
62053      Branch: perl
62054            ! pod/perlfunc.pod
62055 ____________________________________________________________________________
62056 [  6409] By: jhi                                   on 2000/07/14  23:15:15
62057         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
62058              not in pod, from Peter Prymmer
62059      Branch: perl
62060            ! vms/descrip_mms.template
62061 ____________________________________________________________________________
62062 [  6408] By: jhi                                   on 2000/07/14  20:35:05
62063         Log: The bug report
62064              [ID 19991110.002] minimal matching discrepancy found by pcre author
62065              seems to have been fixed (though differently from what was suggested
62066              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
62067      Branch: perl
62068            ! t/op/re_tests
62069 ____________________________________________________________________________
62070 [  6407] By: jhi                                   on 2000/07/14  17:38:08
62071         Log: Fix AutoSplit to use File::Spec the right way in VMS,
62072              from Peter Prymmer.
62073      Branch: perl
62074            ! lib/AutoSplit.pm
62075 ____________________________________________________________________________
62076 [  6406] By: jhi                                   on 2000/07/14  14:13:22
62077         Log: Merge perlhacktut into perlhack, update perlguts.
62078              
62079              Subject: Re: Perlhacktut
62080              From: simon@brecon.co.uk (Simon Cozens)
62081              Date: 14 Jul 2000 06:49:21 GMT
62082              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
62083              
62084              Subject: Re: Perlhacktut
62085              From: simon@brecon.co.uk (Simon Cozens)
62086              Date: 14 Jul 2000 07:09:45 GMT
62087              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
62088      Branch: perl
62089            ! pod/perlguts.pod pod/perlhack.pod
62090 ____________________________________________________________________________
62091 [  6405] By: jhi                                   on 2000/07/14  14:02:31
62092         Log: Integrate with Sarathy.
62093      Branch: cfgperl
62094           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
62095           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
62096           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
62097 ____________________________________________________________________________
62098 [  6404] By: gsar                                  on 2000/07/14  12:15:02
62099         Log: PERL_OBJECT build tweaks
62100      Branch: perl
62101            ! toke.c
62102 ____________________________________________________________________________
62103 [  6403] By: gsar                                  on 2000/07/14  11:23:41
62104         Log: inconsistent types needs casts
62105      Branch: perl
62106            ! toke.c
62107 ____________________________________________________________________________
62108 [  6402] By: gsar                                  on 2000/07/14  11:12:04
62109         Log: typos in change#6399, regen headers
62110      Branch: perl
62111            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
62112 ____________________________________________________________________________
62113 [  6401] By: gsar                                  on 2000/07/14  10:59:12
62114         Log: typecasts needed for change#6394
62115      Branch: perl
62116            ! toke.c
62117 ____________________________________________________________________________
62118 [  6400] By: gsar                                  on 2000/07/14  10:49:37
62119         Log: integrate cfgperl contents into mainline
62120      Branch: perl
62121           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
62122           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
62123 ____________________________________________________________________________
62124 [  6399] By: gsar                                  on 2000/07/14  10:38:35
62125         Log: enable UTF-16 filter by default if relevant BOM is seen; various
62126              cleanups (typos, misformatted code, and small bugs)
62127      Branch: perl
62128            ! doop.c embed.pl mg.c op.c pp.c toke.c
62129 ____________________________________________________________________________
62130 [  6398] By: gsar                                  on 2000/07/14  08:55:38
62131         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
62132              name suggests anyway)
62133      Branch: perl
62134            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
62135 ____________________________________________________________________________
62136 [  6397] By: gsar                                  on 2000/07/14  08:44:33
62137         Log: move new variables to the end of the interpreter structure (for
62138              bincompat in code that doesn't #include XSUB.h)
62139      Branch: perl
62140            ! intrpvar.h
62141 ____________________________________________________________________________
62142 [  6396] By: gsar                                  on 2000/07/14  08:13:58
62143         Log: MakeMaker should not remove editor backups (*~) on `make clean`
62144              by default (completes change#6383)
62145      Branch: perl
62146            ! lib/ExtUtils/MM_Unix.pm
62147 ____________________________________________________________________________
62148 [  6395] By: jhi                                   on 2000/07/14  05:20:33
62149         Log: Replace change #6337 with a better one.
62150              
62151              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
62152              From: Hugo <hv@crypt.compulink.co.uk>
62153              Date: Fri, 14 Jul 2000 04:16:20 +0100
62154              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
62155      Branch: cfgperl
62156            ! regexec.c t/op/re_tests
62157 ____________________________________________________________________________
62158 [  6394] By: jhi                                   on 2000/07/14  01:33:59
62159         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
62160      Branch: cfgperl
62161            ! embed.pl global.sym proto.h toke.c
62162 ____________________________________________________________________________
62163 [  6393] By: jhi                                   on 2000/07/13  23:41:23
62164         Log: remove discarded test
62165      Branch: cfgperl
62166            ! MANIFEST
62167 ____________________________________________________________________________
62168 [  6392] By: jhi                                   on 2000/07/13  23:32:25
62169         Log: The {multiplier} of a fixed substring was overlooked which
62170              caused a wrong initial search offset for that substring.
62171              
62172              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
62173              From: Hugo <hv@crypt.compulink.co.uk>
62174              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
62175              Date: Thu, 13 Jul 2000 19:27:13 +0100
62176      Branch: cfgperl
62177            ! regcomp.c t/op/re_tests
62178 ____________________________________________________________________________
62179 [  6391] By: jhi                                   on 2000/07/13  16:37:42
62180         Log: typo fix from Craig Berry
62181      Branch: cfgperl
62182            ! vms/subconfigure.com
62183 ____________________________________________________________________________
62184 [  6390] By: jhi                                   on 2000/07/13  13:20:12
62185         Log: Integrate with Sarathy.
62186      Branch: cfgperl
62187            - t/op/method2entersub.t
62188           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
62189           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
62190           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
62191           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
62192 ____________________________________________________________________________
62193 [  6389] By: jhi                                   on 2000/07/13  13:18:48
62194         Log: Detypo from Peter Prymmer, part of #6388.
62195      Branch: cfgperl
62196            ! Configure config_h.SH
62197      Branch: metaconfig
62198            ! U/modified/d_longlong.U
62199 ____________________________________________________________________________
62200 [  6388] By: gsar                                  on 2000/07/13  06:33:40
62201         Log: typos (spotted by Peter Prymmer)
62202      Branch: perl
62203            ! Configure t/lib/english.t
62204 ____________________________________________________________________________
62205 [  6387] By: gsar                                  on 2000/07/13  05:35:28
62206         Log: new selfloader.t in change#6183 doesn't close DATA handles,
62207              and thus fails to clean up tmp files on dosish platforms
62208      Branch: perl
62209            ! t/lib/selfloader.t
62210 ____________________________________________________________________________
62211 [  6386] By: gsar                                  on 2000/07/12  21:42:39
62212         Log: sprintf test tweaks (from Dominic Dunlop)
62213      Branch: perl
62214            ! t/op/sprintf.t
62215 ____________________________________________________________________________
62216 [  6385] By: gsar                                  on 2000/07/12  21:33:46
62217         Log: fix bugs in processing %v-*d and similar format specs (from
62218              Avi Finkel <avi@finkel.org>)
62219      Branch: perl
62220            ! sv.c t/op/sprintf.t
62221 ____________________________________________________________________________
62222 [  6384] By: gsar                                  on 2000/07/12  16:04:19
62223         Log: readd missing perldelta.pod changes from changes#6339,6376
62224      Branch: perl
62225            ! pod/perldelta.pod
62226 ____________________________________________________________________________
62227 [  6383] By: gsar                                  on 2000/07/12  16:00:51
62228         Log: don't clobber *.orig files on *clean targets
62229      Branch: perl
62230            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
62231 ____________________________________________________________________________
62232 [  6382] By: gsar                                  on 2000/07/12  07:59:12
62233         Log: fix broken integrations in cfgperl
62234      Branch: cfgperl
62235           !> Changes pod/perldelta.pod
62236 ____________________________________________________________________________
62237 [  6381] By: gsar                                  on 2000/07/12  07:42:17
62238         Log: integrate cfgperl changes into mainline
62239      Branch: perl
62240            ! Changes
62241           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
62242           !> pod/perlre.pod
62243 ____________________________________________________________________________
62244 [  6380] By: gsar                                  on 2000/07/12  07:31:00
62245         Log: get sprintf.t to adjust properly for 3-digit exponents
62246      Branch: perl
62247            ! t/op/sprintf.t
62248 ____________________________________________________________________________
62249 [  6379] By: gsar                                  on 2000/07/12  06:40:04
62250         Log: change#6174 needs corresponding change in win32/config_h.PL,
62251              which grovels through config_h.SH to find the config.h name
62252      Branch: perl
62253            ! win32/config_h.PL
62254 ____________________________________________________________________________
62255 [  6378] By: jhi                                   on 2000/07/12  05:03:59
62256         Log: Do the cc sanity check both before the hints and
62257              after the cc selction.
62258      Branch: cfgperl
62259            ! Configure config_h.SH
62260      Branch: metaconfig
62261            ! U/modified/Oldconfig.U U/modified/cc.U
62262      Branch: metaconfig/U/perl
62263            + Checkcc.U
62264 ____________________________________________________________________________
62265 [  6377] By: jhi                                   on 2000/07/12  02:49:22
62266         Log: Fix nits noticed by Boston.pm.
62267      Branch: cfgperl
62268            ! pod/perlre.pod
62269 ____________________________________________________________________________
62270 [  6376] By: jhi                                   on 2000/07/11  21:22:13
62271         Log: Configure cosmetics and perldelta.
62272      Branch: cfgperl
62273            ! Configure config_h.SH pod/perldelta.pod
62274      Branch: metaconfig
62275            ! U/modified/cc.U
62276 ____________________________________________________________________________
62277 [  6375] By: gsar                                  on 2000/07/11  21:17:35
62278         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
62279      Branch: perl
62280            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
62281            ! win32/win32sck.c
62282 ____________________________________________________________________________
62283 [  6374] By: gsar                                  on 2000/07/11  20:48:50
62284         Log: tweak for build failure under multiplicity
62285      Branch: perl
62286            ! toke.c
62287 ____________________________________________________________________________
62288 [  6373] By: gsar                                  on 2000/07/11  20:37:23
62289         Log: integrate cfgperl changes#6325..6373 into mainline
62290              (NOTE: today's batch of integrations still untested)
62291      Branch: perl
62292           +> ext/DynaLoader/hints/netbsd.pl
62293            ! Changes
62294           !> (integrate 26 files)
62295 ____________________________________________________________________________
62296 [  6372] By: jhi                                   on 2000/07/11  20:30:36
62297         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
62298              regen perltoc.
62299      Branch: cfgperl
62300            + pod/perlbook.pod
62301            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
62302            ! pod/perltoc.pod
62303 ____________________________________________________________________________
62304 [  6371] By: jhi                                   on 2000/07/11  20:08:56
62305         Log: Minor cleanups on the booklist.
62306      Branch: cfgperl
62307            ! pod/perlfaq2.pod
62308 ____________________________________________________________________________
62309 [  6370] By: jhi                                   on 2000/07/11  19:31:13
62310         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
62311      Branch: cfgperl
62312            ! t/pragma/overload.t
62313 ____________________________________________________________________________
62314 [  6369] By: gsar                                  on 2000/07/11  19:27:48
62315         Log: integrate cfgperl changes#6293..6324 into mainline
62316      Branch: perl
62317           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
62318            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
62319           !> (integrate 30 files)
62320 ____________________________________________________________________________
62321 [  6368] By: gsar                                  on 2000/07/11  19:18:57
62322         Log: skip integrate of problematic change#6292 from cfgperl into mainline
62323      Branch: perl
62324           !> pp_hot.c
62325 ____________________________________________________________________________
62326 [  6367] By: gsar                                  on 2000/07/11  19:17:21
62327         Log: integrate cfgperl changes#6288..6290 into mainline
62328      Branch: perl
62329           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
62330 ____________________________________________________________________________
62331 [  6366] By: gsar                                  on 2000/07/11  19:11:18
62332         Log: integrate cfgperl changes#6268..6282 into mainline
62333      Branch: perl
62334           !> (integrate 30 files)
62335 ____________________________________________________________________________
62336 [  6365] By: gsar                                  on 2000/07/11  18:57:00
62337         Log: delete new accidentally branched file
62338      Branch: perl
62339            - t/op/method2entersub.t
62340 ____________________________________________________________________________
62341 [  6364] By: gsar                                  on 2000/07/11  18:55:13
62342         Log: skip integrate of change#6267 from cfgperl into mainline (the
62343              method call optimization is flawed without additional hints
62344              from user about immutableness of @ISA and no runtime method
62345              definitions)
62346      Branch: perl
62347           +> t/op/method2entersub.t
62348           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
62349           !> perl.h t/op/sprintf.t xsutils.c
62350 ____________________________________________________________________________
62351 [  6363] By: gsar                                  on 2000/07/11  18:49:43
62352         Log: integrate cfgperl changes#6261..6266 into mainline
62353      Branch: perl
62354           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
62355           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
62356           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
62357           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
62358 ____________________________________________________________________________
62359 [  6362] By: gsar                                  on 2000/07/11  18:43:26
62360         Log: integrate cfgperl changes#6252..6260 into mainline
62361      Branch: perl
62362           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
62363           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
62364           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
62365           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
62366 ____________________________________________________________________________
62367 [  6361] By: gsar                                  on 2000/07/11  18:37:12
62368         Log: skip integrate of problematic change#6251 from cfgperl into mainline
62369      Branch: perl
62370           !> lib/Exporter.pm
62371 ____________________________________________________________________________
62372 [  6360] By: gsar                                  on 2000/07/11  18:34:56
62373         Log: integrate cfgperl change#6250 into mainline
62374      Branch: perl
62375           +> t/op/my_stash.t
62376           !> MANIFEST embed.pl proto.h toke.c
62377 ____________________________________________________________________________
62378 [  6359] By: gsar                                  on 2000/07/11  18:21:19
62379         Log: integrate cfgperl changes#6242..6249 into mainline
62380      Branch: perl
62381           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
62382           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
62383           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
62384           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
62385           !> t/lib/peek.t utf8.c
62386 ____________________________________________________________________________
62387 [  6358] By: gsar                                  on 2000/07/11  18:15:45
62388         Log: skip integrate of problematic change#6241 from cfgperl into mainline
62389      Branch: perl
62390           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
62391 ____________________________________________________________________________
62392 [  6357] By: jhi                                   on 2000/07/11  18:15:16
62393         Log: Fix for
62394              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
62395              From: Roderick Schertler <roderick@argon.org> 
62396              Date: Tue, 11 Jul 2000 13:55:05 -0400 
62397              Message-Id: <200007111755.NAA05077@jones.argon.org> 
62398      Branch: cfgperl
62399            ! doio.c
62400 ____________________________________________________________________________
62401 [  6356] By: jhi                                   on 2000/07/11  18:12:51
62402         Log: Typo in #6341.
62403      Branch: cfgperl
62404            ! pp_hot.c
62405 ____________________________________________________________________________
62406 [  6355] By: gsar                                  on 2000/07/11  18:12:10
62407         Log: integrate cfgperl changes#6231..6240 into mainline
62408      Branch: perl
62409           +> pod/perlutil.pod
62410           !> (integrate 35 files)
62411 ____________________________________________________________________________
62412 [  6354] By: jhi                                   on 2000/07/11  18:04:34
62413         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
62414              From: Dominic Dunlop <domo@computer.org> 
62415              Date: Tue, 11 Jul 2000 12:27:33 +0200 
62416              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
62417              
62418              Replaces change #6268.
62419      Branch: cfgperl
62420            ! t/op/sprintf.t
62421 ____________________________________________________________________________
62422 [  6353] By: gsar                                  on 2000/07/11  17:59:51
62423         Log: skip integrate of problematic change#6230 from cfgperl into mainline
62424              (a later version of File::Spec is already in mainline)
62425      Branch: perl
62426           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
62427           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
62428 ____________________________________________________________________________
62429 [  6352] By: gsar                                  on 2000/07/11  17:57:48
62430         Log: integrate cfgperl changes#6224..6229 into mainline
62431      Branch: perl
62432           +> lib/lib.pm.PL
62433            - lib/lib.pm
62434           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
62435           !> lib/English.pm op.c t/lib/english.t
62436 ____________________________________________________________________________
62437 [  6351] By: gsar                                  on 2000/07/11  17:50:10
62438         Log: skip integrate of problematic change#6223 from cfgperl into mainline
62439      Branch: perl
62440           !> doio.c
62441 ____________________________________________________________________________
62442 [  6350] By: gsar                                  on 2000/07/11  17:48:28
62443         Log: integrate cfgperl changes#6220..6222 into mainline
62444      Branch: perl
62445           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
62446           !> toke.c utf8.c win32/win32.h
62447 ____________________________________________________________________________
62448 [  6349] By: gsar                                  on 2000/07/11  17:46:13
62449         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
62450              mainline
62451      Branch: perl
62452           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
62453           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
62454           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62455 ____________________________________________________________________________
62456 [  6348] By: jhi                                   on 2000/07/11  17:45:49
62457         Log: README.posix-bc podified from Thomas Dorner.
62458      Branch: cfgperl
62459            ! README.posix-bc
62460 ____________________________________________________________________________
62461 [  6347] By: gsar                                  on 2000/07/11  17:42:04
62462         Log: integrate cfgperl change#6217 into mainline
62463      Branch: perl
62464           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
62465           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
62466           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
62467 ____________________________________________________________________________
62468 [  6346] By: gsar                                  on 2000/07/11  17:39:37
62469         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
62470              mainline
62471      Branch: perl
62472           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
62473           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62474           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
62475           !> perlapi.h pod/perlapi.pod
62476 ____________________________________________________________________________
62477 [  6345] By: gsar                                  on 2000/07/11  17:36:42
62478         Log: integrate cfgperl changes#6207..6210 into mainline
62479      Branch: perl
62480           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
62481           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
62482 ____________________________________________________________________________
62483 [  6344] By: gsar                                  on 2000/07/11  17:31:20
62484         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
62485              mainline
62486      Branch: perl
62487           !> (integrate 40 files)
62488 ____________________________________________________________________________
62489 [  6343] By: gsar                                  on 2000/07/11  17:19:08
62490         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
62491      Branch: perl
62492           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
62493            ! Changes
62494           !> (integrate 34 files)
62495 ____________________________________________________________________________
62496 [  6342] By: jhi                                   on 2000/07/11  16:05:48
62497         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
62498              To: perl5-porters@perl.org
62499              From: Karsten Sperling <spiff@phreax.net>
62500              Date: Mon, 10 Jul 2000 15:12:52 +0200
62501              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
62502      Branch: cfgperl
62503            ! lib/Symbol.pm
62504 ____________________________________________________________________________
62505 [  6341] By: jhi                                   on 2000/07/11  15:59:23
62506         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
62507              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62508              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
62509              Date: Fri, 07 Jul 2000 17:57:16 +0100
62510      Branch: cfgperl
62511            ! pp_hot.c
62512 ____________________________________________________________________________
62513 [  6340] By: jhi                                   on 2000/07/11  15:55:47
62514         Log: Subject: Re: format bug report  [Patch]
62515              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62516              Date: Wed, 05 Jul 2000 13:12:52 +0200
62517              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
62518              
62519              Subject: Re: format bug report  [Patch]
62520              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62521              Date: Wed, 05 Jul 2000 14:10:01 +0200
62522              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
62523      Branch: cfgperl
62524            ! t/op/write.t toke.c
62525 ____________________________________________________________________________
62526 [  6339] By: jhi                                   on 2000/07/11  13:54:09
62527         Log: Be less forgiving about ambiguous and illegal tr ranges.
62528              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
62529              From: Mark-Jason Dominus <mjd@plover.com>
62530              Date: Tue, 04 Jul 2000 10:00:12 -0400
62531              Message-ID: <20000704140012.17772.qmail@plover.com>
62532              
62533              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
62534              From: Mark-Jason Dominus <mjd@plover.com>
62535              Date: Wed, 05 Jul 2000 09:37:36 -0400
62536              Message-ID: <20000705133736.27293.qmail@plover.com>
62537      Branch: cfgperl
62538            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
62539 ____________________________________________________________________________
62540 [  6338] By: jhi                                   on 2000/07/11  13:31:24
62541         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
62542              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62543              Date: Tue, 11 Jul 2000 13:50:51 +0100
62544              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
62545      Branch: cfgperl
62546            ! sv.c
62547 ____________________________________________________________________________
62548 [  6337] By: jhi                                   on 2000/07/11  13:29:14
62549         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
62550              From: Hugo <hv@crypt.compulink.co.uk>
62551              Date: Tue, 11 Jul 2000 12:44:50 +0100
62552              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
62553      Branch: cfgperl
62554            ! regexec.c t/op/re_tests
62555 ____________________________________________________________________________
62556 [  6336] By: jhi                                   on 2000/07/11  13:26:47
62557         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
62558              From: simon@brecon.co.uk (Simon Cozens)
62559              Date: 7 Jul 2000 11:26:09 GMT
62560              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
62561      Branch: cfgperl
62562            ! mg.c
62563 ____________________________________________________________________________
62564 [  6335] By: jhi                                   on 2000/07/11  13:23:37
62565         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
62566              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
62567              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
62568              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
62569      Branch: cfgperl
62570            + ext/DynaLoader/hints/netbsd.pl
62571            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
62572 ____________________________________________________________________________
62573 [  6334] By: jhi                                   on 2000/07/11  13:20:38
62574         Log: Subject: PATCH perlguts.pod: Document D and d magic types
62575              From: mjd@plover.com
62576              Date: 5 Jul 2000 18:01:51 -0000
62577              Message-ID: <20000705180151.29413.qmail@plover.com>
62578      Branch: cfgperl
62579            ! pod/perlguts.pod
62580 ____________________________________________________________________________
62581 [  6333] By: jhi                                   on 2000/07/11  13:15:51
62582         Log: Precedence goof, fix based on
62583              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
62584              From: Hugo <hv@crypt.compulink.co.uk>
62585              Date: Tue, 11 Jul 2000 12:52:38 +0100
62586              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
62587      Branch: cfgperl
62588            ! t/op/taint.t
62589 ____________________________________________________________________________
62590 [  6332] By: jhi                                   on 2000/07/11  12:40:17
62591         Log: Integrate with Sarathy.
62592      Branch: cfgperl
62593           !> win32/win32sck.c
62594 ____________________________________________________________________________
62595 [  6331] By: jhi                                   on 2000/07/10  20:14:16
62596         Log: Sprinkle ldlibpath.
62597      Branch: cfgperl
62598            ! pod/Makefile.SH
62599 ____________________________________________________________________________
62600 [  6330] By: jhi                                   on 2000/07/10  17:54:49
62601         Log: More POSIX.pod tweaks.
62602      Branch: cfgperl
62603            ! ext/POSIX/POSIX.pod
62604 ____________________________________________________________________________
62605 [  6329] By: jhi                                   on 2000/07/10  14:02:12
62606         Log: Reorder perl.pod once more.
62607      Branch: cfgperl
62608            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
62609 ____________________________________________________________________________
62610 [  6328] By: gsar                                  on 2000/07/10  07:06:00
62611         Log: accept() leaks memory on windows due to incorrect ordering of
62612              closesocket() and fclose() calls
62613      Branch: perl
62614            ! win32/win32sck.c
62615 ____________________________________________________________________________
62616 [  6327] By: gsar                                  on 2000/07/10  06:49:17
62617         Log: winsock options weren't being set in all threads under ithreads
62618              (caused send()s from second and subsequent threads to fail)
62619      Branch: perl
62620            ! win32/win32sck.c
62621 ____________________________________________________________________________
62622 [  6326] By: jhi                                   on 2000/07/08  02:45:40
62623         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
62624              was cast to an unsigned (32-bit) integer with wild abandon.
62625      Branch: cfgperl
62626            ! ext/Devel/DProf/DProf.xs
62627 ____________________________________________________________________________
62628 [  6325] By: jhi                                   on 2000/07/07  18:50:33
62629         Log: Remove perlbook, update perlfaq book listing,
62630              rearrange perl.pod, regenerate perltoc.
62631      Branch: cfgperl
62632            - pod/perlbook.pod
62633            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
62634            ! pod/perlfaq2.pod pod/perltoc.pod
62635 ____________________________________________________________________________
62636 [  6324] By: jhi                                   on 2000/07/07  14:03:40
62637         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
62638      Branch: cfgperl
62639            ! sv.h toke.c
62640 ____________________________________________________________________________
62641 [  6323] By: jhi                                   on 2000/07/06  16:03:55
62642         Log: Fix complaints of buildtoc.
62643      Branch: cfgperl
62644            + lib/Win32.pod
62645            - pod/Win32.pod
62646            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
62647 ____________________________________________________________________________
62648 [  6322] By: jhi                                   on 2000/07/06  15:15:52
62649         Log: Add =head1 NAMEs so that buildtoc is happy.
62650              (The CGI::Util nit reported to Lincoln.)
62651      Branch: cfgperl
62652            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
62653            ! pod/perltoc.pod
62654 ____________________________________________________________________________
62655 [  6321] By: jhi                                   on 2000/07/06  03:16:04
62656         Log: Config is being used.
62657      Branch: cfgperl
62658            ! t/op/method.t
62659 ____________________________________________________________________________
62660 [  6320] By: jhi                                   on 2000/07/06  03:13:13
62661         Log: Integrate with Sarathy.
62662      Branch: cfgperl
62663           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
62664 ____________________________________________________________________________
62665 [  6319] By: jhi                                   on 2000/07/06  03:11:46
62666         Log: Autogenerate pod/Makefile and pod/buildtoc.
62667              buildtoc also checks whether the existin pods are
62668              mentioned in MANIFEST and perl.pod, and vice versa.
62669              (None of the thusly found discrepancies fixed yet.)
62670              roffitall also needs to be autogenerated similarly but it
62671              seems so badly out of date that I didn't touch it yet.
62672      Branch: cfgperl
62673            + pod/Makefile.SH pod/buildtoc.PL
62674            - pod/Makefile pod/buildtoc
62675            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
62676 ____________________________________________________________________________
62677 [  6318] By: gsar                                  on 2000/07/05  22:10:54
62678         Log: fix UNC path handling on Windows under ithreads, and chdir()
62679              return value when given a non-existent directory
62680      Branch: perl
62681            ! win32/vdir.h
62682 ____________________________________________________________________________
62683 [  6317] By: gsar                                  on 2000/07/05  22:08:19
62684         Log: winsock cleanup never done on Windows (leads to handle leaks)
62685      Branch: perl
62686            ! win32/perllib.c win32/win32sck.c
62687 ____________________________________________________________________________
62688 [  6316] By: gsar                                  on 2000/07/05  22:06:19
62689         Log: some debugger output does not go to the socket when RemotePort is set
62690      Branch: perl
62691            ! lib/perl5db.pl
62692 ____________________________________________________________________________
62693 [  6315] By: jhi                                   on 2000/07/05  00:25:21
62694         Log: Integrate with Sarathy, preliminary fix for unicos
62695              alignment problems in [ID 20000612.002] Perl problem on Cray system.
62696      Branch: cfgperl
62697            ! sv.h
62698           !> pp_hot.c
62699 ____________________________________________________________________________
62700 [  6314] By: gsar                                  on 2000/07/04  23:34:02
62701         Log: tyop in change#6306
62702      Branch: perl
62703            ! pp_hot.c
62704 ____________________________________________________________________________
62705 [  6313] By: jhi                                   on 2000/07/04  22:14:38
62706         Log: Multiline string literals ENONPORTABLE.
62707      Branch: cfgperl
62708            ! pp_hot.c
62709 ____________________________________________________________________________
62710 [  6312] By: jhi                                   on 2000/07/04  20:34:44
62711         Log: Integrate with Sarathy.
62712      Branch: cfgperl
62713           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
62714           !> t/op/method.t
62715 ____________________________________________________________________________
62716 [  6311] By: jhi                                   on 2000/07/04  20:30:56
62717         Log: More POSIX.pod embellishment.
62718      Branch: cfgperl
62719            ! ext/POSIX/POSIX.pod
62720 ____________________________________________________________________________
62721 [  6310] By: gsar                                  on 2000/07/04  17:28:48
62722         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
62723      Branch: perl
62724            ! t/lib/b.t
62725 ____________________________________________________________________________
62726 [  6309] By: jhi                                   on 2000/07/04  17:22:18
62727         Log: The #6308 required a little bit more.
62728      Branch: cfgperl
62729            ! Makefile.SH win32/Makefile
62730 ____________________________________________________________________________
62731 [  6308] By: jhi                                   on 2000/07/04  16:35:24
62732         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
62733      Branch: cfgperl
62734            + lib/lib_pm.PL
62735            - lib/lib.pm.PL
62736            ! MANIFEST Makefile.SH
62737 ____________________________________________________________________________
62738 [  6307] By: jhi                                   on 2000/07/04  16:28:58
62739         Log: Win32 patches for cfgperl from Sarathy.
62740      Branch: cfgperl
62741            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
62742            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
62743            ! thread.h toke.c util.c win32/Makefile win32/win32.c
62744 ____________________________________________________________________________
62745 [  6306] By: gsar                                  on 2000/07/04  16:28:40
62746         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
62747              (from Richard Soderberg <rs@oregonnet.com>)
62748      Branch: perl
62749            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
62750 ____________________________________________________________________________
62751 [  6305] By: jhi                                   on 2000/07/04  16:24:24
62752         Log: Integrate with Sarathy.
62753      Branch: cfgperl
62754           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
62755           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
62756           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
62757           !> proto.h win32/win32.c
62758 ____________________________________________________________________________
62759 [  6304] By: gsar                                  on 2000/07/04  16:17:24
62760         Log: missing perldiag entry for unpack("w",...) diagnostic (from
62761              Andreas Koenig)
62762      Branch: perl
62763            ! pod/perldiag.pod
62764 ____________________________________________________________________________
62765 [  6303] By: gsar                                  on 2000/07/04  16:14:44
62766         Log: remove rel2abs prototypes (from Barrie Slaymaker)
62767      Branch: perl
62768            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
62769            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
62770 ____________________________________________________________________________
62771 [  6302] By: gsar                                  on 2000/07/04  04:59:35
62772         Log: adjust change#6299
62773      Branch: perl
62774            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
62775            ! win32/win32.c
62776 ____________________________________________________________________________
62777 [  6301] By: jhi                                   on 2000/07/04  04:50:07
62778         Log: Integrate with Sarathy.
62779      Branch: cfgperl
62780           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
62781           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
62782           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
62783 ____________________________________________________________________________
62784 [  6300] By: gsar                                  on 2000/07/04  04:42:09
62785         Log: PERL_OBJECT build tweak
62786      Branch: perl
62787            ! perl.h
62788 ____________________________________________________________________________
62789 [  6299] By: gsar                                  on 2000/07/04  04:37:00
62790         Log: fix memory leak on Windows (PL_sys_intern contents were never
62791              freed)
62792      Branch: perl
62793            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
62794            ! perlapi.c proto.h win32/win32.c
62795 ____________________________________________________________________________
62796 [  6298] By: gsar                                  on 2000/07/04  04:15:59
62797         Log: fix large memory leak that has been around for ever, masked by
62798              -DPURIFY (most of the arenas were never freed!)
62799      Branch: perl
62800            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
62801 ____________________________________________________________________________
62802 [  6297] By: gsar                                  on 2000/07/04  04:07:46
62803         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
62804      Branch: perl
62805            ! perl.c
62806 ____________________________________________________________________________
62807 [  6296] By: jhi                                   on 2000/06/30  18:28:37
62808         Log: Elaborate POSIX.pod.  Still needs work.
62809      Branch: cfgperl
62810            ! ext/POSIX/POSIX.pod
62811 ____________________________________________________________________________
62812 [  6295] By: jhi                                   on 2000/06/30  14:58:18
62813         Log: Point to perlipc for more SysV IPC examples.
62814      Branch: cfgperl
62815            ! pod/perlfunc.pod
62816 ____________________________________________________________________________
62817 [  6294] By: gsar                                  on 2000/06/30  14:47:45
62818         Log: slurp mode fix in change#4736 still not quite right
62819      Branch: perl
62820            ! pp_hot.c t/io/argv.t
62821 ____________________________________________________________________________
62822 [  6293] By: jhi                                   on 2000/06/30  12:02:55
62823         Log: Integrate with Sarathy.
62824      Branch: cfgperl
62825           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
62826 ____________________________________________________________________________
62827 [  6292] By: jhi                                   on 2000/06/30  12:01:11
62828         Log: From: simon@brecon.co.uk (Simon Cozens)
62829              Subject: UTF8 concat
62830              Date: 30 Jun 2000 06:13:25 GMT
62831              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
62832      Branch: cfgperl
62833            ! pp_hot.c
62834 ____________________________________________________________________________
62835 [  6291] By: gsar                                  on 2000/06/30  04:37:33
62836         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
62837              when @_ is modified, causing coredumps
62838      Branch: perl
62839            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
62840 ____________________________________________________________________________
62841 [  6290] By: jhi                                   on 2000/06/30  02:21:44
62842         Log: Integrate with Sarathy.
62843      Branch: cfgperl
62844           !> vms/vms.c vms/vmsish.h
62845 ____________________________________________________________________________
62846 [  6289] By: jhi                                   on 2000/06/30  02:21:02
62847         Log: Check VERSIONs.
62848      Branch: cfgperl
62849            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
62850            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
62851            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
62852 ____________________________________________________________________________
62853 [  6288] By: jhi                                   on 2000/06/30  02:18:52
62854         Log: Integrate with Sarathy.
62855      Branch: cfgperl
62856           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
62857           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
62858           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
62859           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
62860 ____________________________________________________________________________
62861 [  6287] By: gsar                                  on 2000/06/30  02:17:08
62862         Log: integrate vmsperl changes into mainline
62863      Branch: perl
62864           !> vms/vms.c vms/vmsish.h
62865 ____________________________________________________________________________
62866 [  6285] By: gsar                                  on 2000/06/30  02:05:28
62867         Log: localize %INC in a Safe compartment so that use/require work
62868              (many other magic globals probably need similar treatment)
62869      Branch: perl
62870            ! ext/Opcode/Opcode.xs
62871 ____________________________________________________________________________
62872 [  6284] By: gsar                                  on 2000/06/30  01:54:54
62873         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
62874              about Windows
62875      Branch: perl
62876            ! pod/perlembed.pod
62877 ____________________________________________________________________________
62878 [  6283] By: jhi                                   on 2000/06/30  01:50:10
62879         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
62880              From: Barrie Slaymaker <barries@jester.slaysys.com>
62881              Date: Wed, 28 Jun 2000 11:35:29 -0400
62882              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
62883      Branch: perl
62884            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
62885            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
62886            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
62887            ! lib/File/Spec/Win32.pm
62888 ____________________________________________________________________________
62889 [  6282] By: jhi                                   on 2000/06/29  22:57:22
62890         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
62891              From: Dan Sugalski <dan@sidhe.org>
62892              Date: Tue, 06 Jun 2000 11:59:50 -0400
62893              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
62894      Branch: cfgperl
62895            ! vms/vms.c
62896 ____________________________________________________________________________
62897 [  6281] By: jhi                                   on 2000/06/29  22:52:50
62898         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
62899              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
62900              Date: Wed, 7 Jun 2000 04:02:04 -0500
62901              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
62902      Branch: cfgperl
62903            ! utils/h2xs.PL
62904 ____________________________________________________________________________
62905 [  6280] By: jhi                                   on 2000/06/29  22:45:47
62906         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
62907              From: rspier@pobox.com (Robert Spier)
62908              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
62909              Message-ID: <14654.31913.845602.610277@rls.cx>
62910      Branch: cfgperl
62911            ! utils/h2xs.PL
62912 ____________________________________________________________________________
62913 [  6279] By: jhi                                   on 2000/06/29  22:38:16
62914         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
62915              From: Tim Ayers <tayers@bridge.com>
62916              Date: Thu, 08 Jun 2000 08:11:06 +0200
62917              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
62918              [resent by Richard Foley, Message-Id probably wrong]
62919      Branch: cfgperl
62920            ! pod/perlsub.pod
62921 ____________________________________________________________________________
62922 [  6278] By: jhi                                   on 2000/06/29  22:21:45
62923         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
62924              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
62925              Date: Fri, 09 Jun 2000 12:39:27 -0400
62926              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
62927              (plus update the version "number" of Text::Wrap)
62928      Branch: cfgperl
62929            ! lib/Text/Wrap.pm
62930 ____________________________________________________________________________
62931 [  6277] By: jhi                                   on 2000/06/29  22:13:10
62932         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
62933              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62934              Date: Mon, 12 Jun 2000 14:55:59 +0100
62935              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
62936      Branch: cfgperl
62937            ! pod/perlfunc.pod
62938 ____________________________________________________________________________
62939 [  6276] By: jhi                                   on 2000/06/29  22:11:06
62940         Log: Subject: [PATCH] Re: eval documentation: context
62941              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62942              Date: Mon, 12 Jun 2000 15:07:29 +0100
62943              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
62944      Branch: cfgperl
62945            ! pod/perlfunc.pod
62946 ____________________________________________________________________________
62947 [  6275] By: jhi                                   on 2000/06/29  21:59:46
62948         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
62949              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
62950              Date: Tue, 13 Jun 2000 02:43:48 -0500
62951              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
62952      Branch: cfgperl
62953            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
62954 ____________________________________________________________________________
62955 [  6274] By: jhi                                   on 2000/06/29  21:56:14
62956         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
62957              From: Andy Dougherty <doughera@lafayette.edu>
62958              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
62959              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
62960      Branch: cfgperl
62961            ! ext/File/Glob/Glob.pm
62962 ____________________________________________________________________________
62963 [  6273] By: jhi                                   on 2000/06/29  21:49:09
62964         Log: Subject: [PATCH] xsub attributes
62965              From: Doug MacEachern <dougm@covalent.net>
62966              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
62967              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
62968      Branch: cfgperl
62969            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
62970            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
62971 ____________________________________________________________________________
62972 [  6272] By: jhi                                   on 2000/06/29  21:41:28
62973         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
62974              From: Tom Phoenix <rootbeer@redcat.com>
62975              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
62976              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
62977      Branch: cfgperl
62978            ! lib/Net/Ping.pm
62979 ____________________________________________________________________________
62980 [  6271] By: jhi                                   on 2000/06/29  21:36:55
62981         Log: Subject: PATCH pod/perltie.pod
62982              From: Ian Phillipps <Ian.Phillipps@iname.com>
62983              Date: Fri, 16 Jun 2000 00:17:19 +0100
62984              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
62985              (only the first hunk, the second hunk had already been done
62986              by some other patch)
62987      Branch: cfgperl
62988            ! pod/perltie.pod
62989 ____________________________________________________________________________
62990 [  6270] By: jhi                                   on 2000/06/29  21:24:51
62991         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
62992              From: Nicholas Clark <nick@talking.bollo.cx>
62993              Date: Fri, 23 Jun 2000 16:21:15 +0100
62994              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
62995      Branch: cfgperl
62996            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
62997            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
62998 ____________________________________________________________________________
62999 [  6269] By: jhi                                   on 2000/06/29  19:38:15
63000         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
63001              silence few compiler warnings.
63002      Branch: cfgperl
63003            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
63004 ____________________________________________________________________________
63005 [  6268] By: jhi                                   on 2000/06/29  18:21:50
63006         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
63007              From: Dominic Dunlop <domo@computer.org> 
63008              Date: Thu, 29 Jun 2000 12:32:39 +0200 
63009              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
63010      Branch: cfgperl
63011            ! t/op/sprintf.t
63012 ____________________________________________________________________________
63013 [  6267] By: jhi                                   on 2000/06/29  18:16:07
63014         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
63015              From: Doug MacEachern <dougm@covalent.net>
63016              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
63017              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
63018      Branch: cfgperl
63019            + t/op/method2entersub.t
63020            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
63021            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63022            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
63023            ! xsutils.c
63024 ____________________________________________________________________________
63025 [  6266] By: jhi                                   on 2000/06/29  15:11:15
63026         Log: Subject: [PATCH 5.6.0] cygwin port
63027              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
63028              From: "Fifer, Eric" <EFifer@sanwaint.com>
63029              Date: Thu, 29 Jun 2000 12:58:29 +0100
63030      Branch: cfgperl
63031            ! cygwin/Makefile.SHs
63032 ____________________________________________________________________________
63033 [  6265] By: jhi                                   on 2000/06/29  15:04:05
63034         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
63035              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63036              Date: Wed, 28 Jun 2000 17:50:12 -0700
63037              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
63038      Branch: cfgperl
63039            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
63040 ____________________________________________________________________________
63041 [  6264] By: jhi                                   on 2000/06/29  15:00:57
63042         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
63043              From: Marty Lucich <marty@netcom.com>
63044              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
63045              Message-Id: <200006282116.OAA11148@netcom.com>
63046              ccdlflags update (the BSD/OS 4.1 part had already been taken
63047              care of by #6141).
63048      Branch: cfgperl
63049            ! hints/bsdos.sh
63050 ____________________________________________________________________________
63051 [  6263] By: jhi                                   on 2000/06/29  13:47:44
63052         Log: tr fixes from Simon Cozens
63053      Branch: cfgperl
63054            ! doop.c
63055 ____________________________________________________________________________
63056 [  6262] By: jhi                                   on 2000/06/28  18:46:01
63057         Log: Subject: 5.6.0 Patch for EPOC
63058              From: Olaf Flebbe <o.flebbe@gmx.de>
63059              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
63060              Message-ID: <23449.960929969@www11.gmx.net>
63061      Branch: cfgperl
63062            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
63063            ! epoc/epocish.h
63064 ____________________________________________________________________________
63065 [  6261] By: jhi                                   on 2000/06/28  18:29:07
63066         Log: Subject: Re: [PATCH cfgperl] BOMs away!
63067              From: simon@brecon.co.uk (Simon Cozens)
63068              Date: 17 Jun 2000 11:49:57 GMT
63069              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
63070      Branch: cfgperl
63071            ! pod/perldiag.pod t/comp/require.t toke.c
63072 ____________________________________________________________________________
63073 [  6260] By: jhi                                   on 2000/06/28  17:47:16
63074         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
63075              From: simon@brecon.co.uk (Simon Cozens) 
63076              Date: 17 Jun 2000 11:56:44 GMT 
63077              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
63078              pack U0, pack C0
63079      Branch: cfgperl
63080            ! pod/perlfunc.pod pp.c t/op/pack.t
63081 ____________________________________________________________________________
63082 [  6259] By: jhi                                   on 2000/06/28  16:43:17
63083         Log: perlnewmod was missing from MANIFEST.
63084      Branch: cfgperl
63085            ! MANIFEST
63086 ____________________________________________________________________________
63087 [  6258] By: jhi                                   on 2000/06/28  15:54:30
63088         Log: linenumber tweak
63089      Branch: cfgperl
63090            ! t/pragma/warn/regcomp
63091 ____________________________________________________________________________
63092 [  6257] By: jhi                                   on 2000/06/28  15:50:44
63093         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
63094              From: Doug MacEachern <dougm@covalent.net>
63095              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
63096              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
63097              (one part of the patch had been applied earlier)
63098      Branch: cfgperl
63099            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
63100 ____________________________________________________________________________
63101 [  6256] By: jhi                                   on 2000/06/28  15:40:22
63102         Log: tweaks from Simon Cozens to further fix tr/// under utf8
63103      Branch: cfgperl
63104            ! doop.c
63105 ____________________________________________________________________________
63106 [  6255] By: jhi                                   on 2000/06/28  15:33:45
63107         Log: small thinko tweaks
63108      Branch: cfgperl
63109            ! lib/IPC/Open3.pm t/op/my_stash.t
63110 ____________________________________________________________________________
63111 [  6254] By: jhi                                   on 2000/06/28  15:33:25
63112         Log: Subject: tr///, help wanted.
63113              From: simon@brecon.co.uk (Simon Cozens)
63114              Date: 28 Jun 2000 11:29:04 GMT
63115              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
63116      Branch: cfgperl
63117            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
63118            ! pp_proto.h proto.h t/op/tr.t
63119 ____________________________________________________________________________
63120 [  6253] By: jhi                                   on 2000/06/28  15:09:17
63121         Log: Paranoia tweak on #6249.
63122              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
63123              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
63124              Date: Sun, 25 Jun 2000 23:43:12 -0400
63125              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
63126      Branch: cfgperl
63127            ! lib/IPC/Open3.pm
63128 ____________________________________________________________________________
63129 [  6252] By: jhi                                   on 2000/06/28  15:01:38
63130         Log: Document #6249 and #6251.
63131      Branch: cfgperl
63132            ! lib/Exporter.pm lib/IPC/Open3.pm
63133 ____________________________________________________________________________
63134 [  6251] By: jhi                                   on 2000/06/28  14:50:43
63135         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
63136              From: Doug MacEachern <dougm@covalent.net>
63137              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
63138              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
63139      Branch: cfgperl
63140            ! lib/Exporter.pm
63141 ____________________________________________________________________________
63142 [  6250] By: jhi                                   on 2000/06/28  14:45:23
63143         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
63144              From: Doug MacEachern <dougm@covalent.net>
63145              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
63146              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
63147      Branch: cfgperl
63148            + t/op/my_stash.t
63149            ! MANIFEST embed.pl global.sym proto.h toke.c
63150 ____________________________________________________________________________
63151 [  6249] By: jhi                                   on 2000/06/28  14:36:34
63152         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
63153              From: Frank Tobin <ftobin@uiuc.edu>
63154              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
63155              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
63156      Branch: cfgperl
63157            ! lib/IPC/Open3.pm
63158 ____________________________________________________________________________
63159 [  6248] By: jhi                                   on 2000/06/28  14:11:25
63160         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
63161              From: Mark-Jason Dominus <mjd@plover.com>
63162              Date: Tue, 27 Jun 2000 22:36:42 -0400
63163              Message-ID: <20000628023642.12166.qmail@plover.com>
63164      Branch: cfgperl
63165            ! pod/perlfunc.pod
63166 ____________________________________________________________________________
63167 [  6247] By: jhi                                   on 2000/06/27  12:46:37
63168         Log: Tweak $VERSION, patch from Doug MacEachern.
63169      Branch: cfgperl
63170            ! lib/File/Spec.pm
63171 ____________________________________________________________________________
63172 [  6246] By: jhi                                   on 2000/06/27  03:34:46
63173         Log: Allow for standalone testing.
63174      Branch: cfgperl
63175            ! t/lib/filefunc.t t/lib/filespec.t
63176 ____________________________________________________________________________
63177 [  6245] By: jhi                                   on 2000/06/27  02:50:02
63178         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
63179              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
63180              Date: Sat, 24 Jun 2000 13:06:20 +0100
63181              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
63182      Branch: cfgperl
63183            ! ext/DynaLoader/DynaLoader_pm.PL
63184 ____________________________________________________________________________
63185 [  6244] By: jhi                                   on 2000/06/27  02:46:10
63186         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
63187              From: Doug MacEachern <dougm@covalent.net>
63188              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
63189              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
63190      Branch: cfgperl
63191            ! gv.c sv.c t/lib/peek.t
63192 ____________________________________________________________________________
63193 [  6243] By: jhi                                   on 2000/06/27  02:38:07
63194         Log: Subject: [PATCH] is_utf8_string
63195              From: simon@brecon.co.uk (Simon Cozens)
63196              Date: 26 Jun 2000 02:25:59 GMT
63197              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
63198      Branch: cfgperl
63199            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
63200            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
63201            ! proto.h utf8.c
63202 ____________________________________________________________________________
63203 [  6242] By: jhi                                   on 2000/06/27  02:24:00
63204         Log: Subject: [PATCH] bytes<->utf8 fixes
63205              From: simon@brecon.co.uk (Simon Cozens)
63206              Date: 26 Jun 2000 04:55:45 GMT
63207              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
63208      Branch: cfgperl
63209            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
63210 ____________________________________________________________________________
63211 [  6241] By: jhi                                   on 2000/06/27  02:12:42
63212         Log: Do no -warn on \_, only on \alpha.
63213              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
63214              From: David Dyck <dcd@tc.fluke.com>
63215              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
63216              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
63217      Branch: cfgperl
63218            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
63219 ____________________________________________________________________________
63220 [  6240] By: jhi                                   on 2000/06/27  02:00:01
63221         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
63222              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
63223              Date: Mon, 26 Jun 2000 18:40:14 +0100
63224              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
63225      Branch: cfgperl
63226            ! utils/h2xs.PL
63227 ____________________________________________________________________________
63228 [  6239] By: jhi                                   on 2000/06/27  01:53:40
63229         Log: Configure maintenance.  Sever some dependency cycles,
63230              separate gccversion from the cc unit,
63231              address [ID 20000623.006] Configure script patch for using gcc on AIX
63232              (but solve it a little bit differently),
63233              unduplex some accidentally duplicated units,
63234              suggest using gcc if no cc available
63235              (p5p thread: "Solaris configure: counterproposal", 1999-09)
63236      Branch: cfgperl
63237            ! Configure Todo-5.6 config_h.SH
63238      Branch: metaconfig
63239            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
63240            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
63241      Branch: metaconfig/U/perl
63242            + gccvers.U
63243            ! d_getespwnam.U d_getprpwnam.U i_prot.U
63244 ____________________________________________________________________________
63245 [  6238] By: jhi                                   on 2000/06/25  18:04:56
63246         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
63247              From: Dan Sugalski <dan@sidhe.org>
63248              Date: Fri, 23 Jun 2000 17:00:00 -0400
63249              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
63250      Branch: cfgperl
63251            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
63252 ____________________________________________________________________________
63253 [  6237] By: jhi                                   on 2000/06/25  16:36:45
63254         Log: Tweak embed.pl, regen headers.
63255      Branch: cfgperl
63256            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
63257            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
63258            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
63259            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
63260            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
63261 ____________________________________________________________________________
63262 [  6236] By: jhi                                   on 2000/06/25  15:26:42
63263         Log: Regen headers.
63264      Branch: cfgperl
63265            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
63266            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
63267            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
63268            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
63269            ! regnodes.h warnings.h
63270 ____________________________________________________________________________
63271 [  6235] By: jhi                                   on 2000/06/23  19:39:35
63272         Log: The thread begun by
63273              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
63274              From: Kevin.Ruscoe@ubsw.com
63275              Date: Fri, 16 Jun 2000 16:38:51 +0100
63276              Message-Id: <H000019b03c300d6@MHS>
63277      Branch: cfgperl
63278            ! hints/solaris_2.sh
63279 ____________________________________________________________________________
63280 [  6234] By: jhi                                   on 2000/06/23  19:23:36
63281         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
63282              because when run as services (Win32ese for daemons)
63283              no environment variables are set and tmpdir ends up as /tmp,
63284              which is ambiguous.
63285              
63286              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
63287              From: matt@sergeant.org
63288              Date: 16 Jun 2000 16:30:43 -0000
63289              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
63290      Branch: cfgperl
63291            ! lib/File/Spec/Win32.pm
63292 ____________________________________________________________________________
63293 [  6233] By: jhi                                   on 2000/06/23  19:18:58
63294         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
63295              From: Mark-Jason Dominus <mjd@plover.com>
63296              Date: Fri, 16 Jun 2000 20:53:04 -0400
63297              Message-ID: <20000617005304.8008.qmail@plover.com>
63298      Branch: cfgperl
63299            ! op.h
63300 ____________________________________________________________________________
63301 [  6232] By: jhi                                   on 2000/06/23  16:10:02
63302         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
63303              From: simon@brecon.co.uk (Simon Cozens)
63304              Date: 19 Jun 2000 15:18:27 GMT
63305              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
63306              
63307              plus update pod/Makefile and regenerate perltoc
63308      Branch: cfgperl
63309            + pod/perlutil.pod
63310            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
63311 ____________________________________________________________________________
63312 [  6231] By: jhi                                   on 2000/06/23  15:19:18
63313         Log: Subject: [PATCH 5.6.0] cygwin port
63314              From: "Fifer, Eric" <EFifer@sanwaint.com>
63315              Date: Tue, 20 Jun 2000 14:30:58 +0100
63316              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
63317      Branch: cfgperl
63318            ! README.cygwin lib/File/Find.pm
63319 ____________________________________________________________________________
63320 [  6230] By: jhi                                   on 2000/06/23  14:25:21
63321         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
63322      Branch: cfgperl
63323            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
63324            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
63325            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63326            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
63327 ____________________________________________________________________________
63328 [  6229] By: jhi                                   on 2000/06/23  14:13:34
63329         Log: Subject: README.hpux version 0.6.1
63330              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
63331              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
63332              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
63333      Branch: cfgperl
63334            ! README.hpux
63335 ____________________________________________________________________________
63336 [  6228] By: jhi                                   on 2000/06/23  14:07:20
63337         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
63338              From: Doug MacEachern <dougm@covalent.net>
63339              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
63340              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
63341      Branch: cfgperl
63342            ! op.c
63343 ____________________________________________________________________________
63344 [  6227] By: jhi                                   on 2000/06/23  14:01:06
63345         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
63346              From: Doug MacEachern <dougm@covalent.net>
63347              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
63348              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
63349      Branch: cfgperl
63350            + lib/lib.pm.PL
63351            - lib/lib.pm
63352            ! MANIFEST Makefile.SH
63353 ____________________________________________________________________________
63354 [  6226] By: jhi                                   on 2000/06/23  13:53:07
63355         Log: Subject: [PATCH] remove forward declarations in Socket.pm
63356              From: Doug MacEachern <dougm@covalent.net>
63357              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
63358              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
63359              
63360              From: Doug MacEachern <dougm@covalent.net>
63361              Subject: Re: [PATCH] remove forward declarations in Socket.pm
63362              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
63363              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
63364      Branch: cfgperl
63365            ! ext/Socket/Socket.pm op.c
63366 ____________________________________________________________________________
63367 [  6225] By: jhi                                   on 2000/06/23  13:41:52
63368         Log: Add source code filenames to apidoc.
63369              From: simon@brecon.co.uk (Simon Cozens)
63370              Subject: [PATCH embed.pl] Source X-ref
63371              Date: 22 Jun 2000 02:18:49 GMT
63372              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
63373      Branch: cfgperl
63374            ! embed.pl
63375 ____________________________________________________________________________
63376 [  6224] By: jhi                                   on 2000/06/23  13:32:33
63377         Log: A way to avoid English.pm performance hit.
63378              From: root <root@jester.slaysys.com>
63379              Subject: [YAPATCH English.pm] My turn to putt again
63380              Date: Thu, 22 Jun 2000 20:33:58 -0400
63381              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
63382      Branch: cfgperl
63383            ! lib/English.pm t/lib/english.t
63384 ____________________________________________________________________________
63385 [  6223] By: jhi                                   on 2000/06/23  13:27:06
63386         Log: Avoid double close().
63387              Subject: [PATCH] avoid double close()
63388              From: Doug MacEachern <dougm@covalent.net>
63389              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
63390              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
63391      Branch: cfgperl
63392            ! doio.c
63393 ____________________________________________________________________________
63394 [  6222] By: jhi                                   on 2000/06/23  13:25:54
63395         Log: doc typo fix
63396              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
63397              From: Ian Phillipps <Ian.Phillipps@iname.com>
63398              Date: Fri, 23 Jun 2000 10:40:58 +0100
63399              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
63400      Branch: cfgperl
63401            ! lib/Pod/Usage.pm
63402 ____________________________________________________________________________
63403 [  6221] By: jhi                                   on 2000/06/23  13:24:15
63404         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
63405              From: simon@brecon.co.uk (Simon Cozens)
63406              Subject: [PATCH] Eliminate tr///[CU][CU]
63407              Date: 23 Jun 2000 11:05:40 GMT
63408              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
63409      Branch: cfgperl
63410            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
63411 ____________________________________________________________________________
63412 [  6220] By: jhi                                   on 2000/06/22  16:07:51
63413         Log: Win32 patches from Benjamin Stuhl.
63414      Branch: cfgperl
63415            ! makedef.pl win32/win32.h
63416 ____________________________________________________________________________
63417 [  6219] By: jhi                                   on 2000/06/22  16:06:34
63418         Log: Bytecode patches from Benjamin Stuhl.
63419      Branch: cfgperl
63420            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
63421            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
63422            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63423 ____________________________________________________________________________
63424 [  6218] By: jhi                                   on 2000/06/15  23:54:16
63425         Log: Bytecode patches from Benjamin Stuhl.
63426      Branch: cfgperl
63427            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
63428 ____________________________________________________________________________
63429 [  6217] By: jhi                                   on 2000/06/09  13:38:29
63430         Log: Rename the fdpid locking and integrate with Sarathy.
63431      Branch: cfgperl
63432            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
63433            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
63434            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
63435            ! win32/win32.c
63436           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
63437 ____________________________________________________________________________
63438 [  6216] By: gsar                                  on 2000/06/08  14:54:21
63439         Log: be more optimal about clearing @_
63440      Branch: perl
63441            ! cop.h
63442 ____________________________________________________________________________
63443 [  6215] By: gsar                                  on 2000/06/08  14:33:04
63444         Log: tweak comment about @DB::args
63445      Branch: perl
63446            ! av.h pp_ctl.c
63447 ____________________________________________________________________________
63448 [  6214] By: gsar                                  on 2000/06/08  13:57:54
63449         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
63450              caller() wants to populate @DB::args with it (causes a coredump
63451              in Carp::confess())
63452      Branch: perl
63453            ! cop.h t/op/runlevel.t
63454 ____________________________________________________________________________
63455 [  6213] By: gsar                                  on 2000/06/08  07:06:35
63456         Log: back out change#6106 (seems problematic)
63457      Branch: perl
63458            ! hints/solaris_2.sh
63459 ____________________________________________________________________________
63460 [  6212] By: jhi                                   on 2000/06/07  03:10:36
63461         Log: Continuing mopup for #6204.
63462      Branch: cfgperl
63463            ! ext/B/defsubs_h.PL
63464 ____________________________________________________________________________
63465 [  6211] By: jhi                                   on 2000/06/07  02:41:50
63466         Log: Mopup for #6204.
63467              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
63468              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
63469              This is comes from const() where POK isn't on when expected.
63470      Branch: cfgperl
63471            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
63472            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63473            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
63474            ! perlapi.h pod/perlapi.pod
63475 ____________________________________________________________________________
63476 [  6210] By: jhi                                   on 2000/06/07  01:56:29
63477         Log: Mopup for #6207 and #6209.
63478      Branch: cfgperl
63479            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
63480 ____________________________________________________________________________
63481 [  6209] By: jhi                                   on 2000/06/07  01:33:12
63482         Log: Lock PL_fdpid against race conditions, based on:
63483              Subject: [PATCH 5.6.0]subprocess fixup for threads
63484              From: Dan Sugalski <dan@sidhe.org>
63485              To: perl5-porters@perl.org
63486              Date: Tue, 11 Apr 2000 17:02:32 -0400
63487              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
63488      Branch: cfgperl
63489            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
63490            ! win32/win32.c
63491 ____________________________________________________________________________
63492 [  6208] By: jhi                                   on 2000/06/07  01:05:23
63493         Log: Regen headers for #6207.
63494      Branch: cfgperl
63495            ! embed.h global.sym objXSUB.h proto.h
63496 ____________________________________________________________________________
63497 [  6207] By: jhi                                   on 2000/06/06  23:43:13
63498         Log: Subject: [PATCH 5.6.0] Threadsafe patches
63499              From: Dan Sugalski <dan@sidhe.org>
63500              To: perl5-porters@perl.org
63501              Date: Mon, 08 May 2000 18:08:13 -0400
63502              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
63503      Branch: cfgperl
63504            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
63505            ! proto.h sv.h util.c
63506 ____________________________________________________________________________
63507 [  6206] By: jhi                                   on 2000/06/06  23:21:23
63508         Log: Subject: [PATCH] Eliminate $a/$b in pod
63509              From: David Glasser <me@davidglasser.net>
63510              To: perl5-porters@perl.org
63511              Date: Mon, 29 May 2000 21:15:59 -0400
63512              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
63513      Branch: cfgperl
63514            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
63515            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
63516            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
63517            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
63518            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
63519            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
63520            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
63521            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
63522            ! pod/perlvar.pod pod/perlxs.pod
63523 ____________________________________________________________________________
63524 [  6205] By: jhi                                   on 2000/06/06  23:12:14
63525         Log: Subject: [PATCH] Win32 improvements
63526              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
63527              To: gsar@activestate.com, perl5-porters@perl.org
63528              Date: Mon, 29 May 2000 17:22:24 PDT
63529              Message-ID: <20000530002224.91142.qmail@hotmail.com>
63530              (MUA had mangled many lines by wordwrapping)
63531      Branch: cfgperl
63532            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
63533 ____________________________________________________________________________
63534 [  6204] By: jhi                                   on 2000/06/06  23:01:50
63535         Log: Subject: [PATCH] B::Bytecode patches
63536              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
63537              To: gsar@activestate.com, jhi@iki.fi
63538              Cc: perl5-porters@perl.org
63539              Message-ID: <20000602202526.48694.qmail@hotmail.com>
63540              (MUA had mangled many lines by wordwrapping)
63541      Branch: cfgperl
63542            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
63543            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
63544            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63545            ! intrpvar.h perl.c
63546 ____________________________________________________________________________
63547 [  6203] By: jhi                                   on 2000/06/06  22:32:43
63548         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
63549              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63550              Date: Tue, 06 Jun 2000 13:07:45 -0700
63551              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
63552      Branch: cfgperl
63553            ! pod/perldiag.pod
63554 ____________________________________________________________________________
63555 [  6202] By: jhi                                   on 2000/06/06  19:38:35
63556         Log: Integrate with Sarathy.
63557      Branch: cfgperl
63558           !> perl.c
63559 ____________________________________________________________________________
63560 [  6201] By: gsar                                  on 2000/06/06  00:42:59
63561         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
63562              does a PUSHMARK that's never ever POPMARKed; in general, only
63563              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
63564              Perl_eval_[sp]v() don't because they don't take any incoming
63565              arguments (this leak has been around since the original version
63566              of perl_eval_pv() in 5.003_97e)
63567      Branch: perl
63568            ! perl.c
63569 ____________________________________________________________________________
63570 [  6200] By: jhi                                   on 2000/06/04  03:44:52
63571         Log: Update to cperl-mode.el 4.31 from
63572              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
63573              Subject: A couple of notes
63574              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63575              To: Mailing list Perl5 <perl5-porters@perl.org>
63576              Date: Sat, 3 Jun 2000 23:33:32 -0400
63577              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
63578      Branch: cfgperl
63579            ! emacs/cperl-mode.el
63580 ____________________________________________________________________________
63581 [  6199] By: jhi                                   on 2000/06/03  15:11:05
63582         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
63583              From: Dan Sugalski <dan@sidhe.org>
63584              To: perl5-porters@perl.org, vmsperl@perl.org
63585              Date: Fri, 02 Jun 2000 17:30:51 -0400
63586              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
63587      Branch: cfgperl
63588            ! vms/descrip_mms.template vms/gen_shrfls.pl
63589 ____________________________________________________________________________
63590 [  6198] By: jhi                                   on 2000/06/03  14:59:15
63591         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
63592              From: Dan Sugalski <dan@sidhe.org>
63593              To: vmsperl@perl.org, perl5-porters@perl.org
63594              Date: Fri, 02 Jun 2000 16:00:41 -0400
63595              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
63596              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
63597      Branch: cfgperl
63598            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
63599            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
63600            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
63601 ____________________________________________________________________________
63602 [  6197] By: jhi                                   on 2000/06/03  14:41:30
63603         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
63604              From: John Borwick <jhborwic@unity.ncsu.edu>
63605              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
63606              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
63607      Branch: cfgperl
63608            ! pod/perlsyn.pod
63609 ____________________________________________________________________________
63610 [  6196] By: jhi                                   on 2000/06/03  14:38:09
63611         Log: Integrate with Sarathy.
63612      Branch: cfgperl
63613           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
63614           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
63615           !> vms/perly_c.vms
63616 ____________________________________________________________________________
63617 [  6195] By: gsar                                  on 2000/06/02  22:43:13
63618         Log: fix yet another eval"" leak under USE_ITHREADS
63619      Branch: perl
63620            ! op.c
63621 ____________________________________________________________________________
63622 [  6194] By: gsar                                  on 2000/06/02  18:22:06
63623         Log: fix small eval"" memory leaks under USE_ITHREADS
63624      Branch: perl
63625            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
63626            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
63627            ! vms/perly_c.vms
63628 ____________________________________________________________________________
63629 [  6193] By: jhi                                   on 2000/06/01  13:03:56
63630         Log: Signals-be-gone for microperl.
63631      Branch: cfgperl
63632            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
63633 ____________________________________________________________________________
63634 [  6192] By: jhi                                   on 2000/06/01  12:52:02
63635         Log: Integrate with Sarathy.
63636      Branch: cfgperl
63637           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
63638           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
63639           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
63640           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
63641           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
63642           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
63643           !> t/op/vec.t utils/h2xs.PL
63644 ____________________________________________________________________________
63645 [  6191] By: gsar                                  on 2000/06/01  09:38:21
63646         Log: vec() loses numericalness (modified version of patch suggested
63647              by Robin Barker)
63648      Branch: perl
63649            ! doop.c t/op/vec.t
63650 ____________________________________________________________________________
63651 [  6190] By: gsar                                  on 2000/06/01  09:26:15
63652         Log: submit missing embed.pl change
63653      Branch: perl
63654            ! embed.pl
63655 ____________________________________________________________________________
63656 [  6189] By: gsar                                  on 2000/06/01  09:05:34
63657         Log: counting tr/// corrupts later operation (from M.J.T Guy)
63658      Branch: perl
63659            ! doop.c t/op/tr.t
63660 ____________________________________________________________________________
63661 [  6188] By: gsar                                  on 2000/06/01  08:58:39
63662         Log: h2xs tweaks
63663      Branch: perl
63664            ! utils/h2xs.PL
63665 ____________________________________________________________________________
63666 [  6187] By: gsar                                  on 2000/06/01  08:50:07
63667         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
63668              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
63669      Branch: perl
63670            + lib/Pod/LaTeX.pm
63671            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
63672            ! pod/pod2latex.PL
63673 ____________________________________________________________________________
63674 [  6186] By: gsar                                  on 2000/06/01  08:24:40
63675         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
63676              <wolfgang.laun@alcatel.at>)
63677      Branch: perl
63678            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
63679            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
63680 ____________________________________________________________________________
63681 [  6185] By: gsar                                  on 2000/06/01  08:12:00
63682         Log: remove incorrect documentation about implicit split to @_ in
63683              list context, which never really worked in perl 5 (from
63684              M.J.T. Guy)
63685      Branch: perl
63686            ! pod/perlfunc.pod pod/perltrap.pod
63687 ____________________________________________________________________________
63688 [  6184] By: gsar                                  on 2000/06/01  07:52:27
63689         Log: tweak for change#6127
63690      Branch: perl
63691            ! perl.c
63692 ____________________________________________________________________________
63693 [  6183] By: gsar                                  on 2000/06/01  07:41:02
63694         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
63695              <nick@ccl4.org>)
63696      Branch: perl
63697            + t/lib/selfloader.t
63698            ! MANIFEST lib/SelfLoader.pm
63699 ____________________________________________________________________________
63700 [  6182] By: jhi                                   on 2000/06/01  00:34:42
63701         Log: Be Cleaner Part Deux.
63702      Branch: cfgperl
63703            ! Makefile.SH
63704 ____________________________________________________________________________
63705 [  6181] By: jhi                                   on 2000/06/01  00:32:09
63706         Log: Integrate with Sarathy.
63707      Branch: cfgperl
63708           !> pp.c t/op/arith.t
63709 ____________________________________________________________________________
63710 [  6180] By: jhi                                   on 2000/06/01  00:31:13
63711         Log: microperl nits from Simon Cozens.
63712      Branch: cfgperl
63713            + uconfig.h
63714            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
63715            ! unixish.h
63716 ____________________________________________________________________________
63717 [  6179] By: gsar                                  on 2000/05/31  22:37:51
63718         Log: buggy modulus on UVs introduced by change#3378 (resulted in
63719              4063328477 % 65535 amounting to 27406, instead of 27407)
63720      Branch: perl
63721            ! pp.c t/op/arith.t
63722 ____________________________________________________________________________
63723 [  6178] By: jhi                                   on 2000/05/31  21:52:41
63724         Log: Be cleaner.
63725      Branch: cfgperl
63726            ! Makefile.SH
63727 ____________________________________________________________________________
63728 [  6177] By: jhi                                   on 2000/05/31  21:47:33
63729         Log: Substitution utf8 patch from Simon Cozens.
63730      Branch: cfgperl
63731            ! pp_hot.c
63732 ____________________________________________________________________________
63733 [  6176] By: jhi                                   on 2000/05/31  21:45:34
63734         Log: Single-quoted utf8 patch from Simon Cozens.
63735      Branch: cfgperl
63736            ! toke.c
63737 ____________________________________________________________________________
63738 [  6175] By: jhi                                   on 2000/05/31  21:40:18
63739         Log: Integrate with Sarathy.
63740      Branch: cfgperl
63741           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
63742 ____________________________________________________________________________
63743 [  6174] By: jhi                                   on 2000/05/31  21:37:31
63744         Log: microperl changes from Simon Cozens; Makefile for microperl
63745              written from scratch; few casts added as microperl compilation
63746              doesn't have all prototypes available.
63747      Branch: cfgperl
63748            + Makefile.micro README.micro Todo.micro uconfig.sh
63749            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
63750            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
63751      Branch: metaconfig
63752            + U/modified/Config_h.U
63753 ____________________________________________________________________________
63754 [  6173] By: jhi                                   on 2000/05/31  20:00:24
63755         Log: metaconfig maintenance.
63756      Branch: metaconfig
63757            + U/modified/Inhdr.U U/typedefs/inotype.U
63758      Branch: metaconfig/U/perl
63759            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
63760            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
63761 ____________________________________________________________________________
63762 [  6172] By: gsar                                  on 2000/05/31  05:05:42
63763         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
63764              (from Ilya Zakharevich)
63765      Branch: perl
63766            ! regexec.c t/op/re_tests
63767 ____________________________________________________________________________
63768 [  6171] By: gsar                                  on 2000/05/31  05:01:47
63769         Log: scalar() doesn't force scalar context when used in void context
63770              (from Simon Cozens)
63771      Branch: perl
63772            ! op.c t/op/wantarray.t
63773 ____________________________________________________________________________
63774 [  6170] By: gsar                                  on 2000/05/31  04:41:33
63775         Log: change#6142 needs tweaks to tests to work where there's no symlink()
63776              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
63777      Branch: perl
63778            ! t/lib/filefind.t
63779 ____________________________________________________________________________
63780 [  6169] By: gsar                                  on 2000/05/31  04:29:49
63781         Log: integrate cfgperl contents into mainline
63782      Branch: perl
63783           +> pod/perlmodlib.PL pod/perlnewmod.pod
63784           !> (integrate 42 files)
63785 ____________________________________________________________________________
63786 [  6168] By: jhi                                   on 2000/05/30  22:53:37
63787         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
63788      Branch: cfgperl
63789            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63790            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
63791            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
63792            ! win32/config.bc win32/config.gc win32/config.vc
63793            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
63794            ! win32/config_h.PL win32/config_sh.PL
63795      Branch: metaconfig/U/perl
63796            ! perlxv.U
63797 ____________________________________________________________________________
63798 [  6167] By: jhi                                   on 2000/05/30  22:20:21
63799         Log: tweak todo 
63800      Branch: cfgperl
63801            ! Todo-5.6
63802 ____________________________________________________________________________
63803 [  6166] By: jhi                                   on 2000/05/30  22:11:51
63804         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
63805              in case somebody wants to write an extension for more
63806              shadow database interfaces.
63807      Branch: cfgperl
63808            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63809            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
63810            ! vos/config.def vos/config.h vos/config_h.SH_orig
63811            ! win32/config.bc win32/config.gc win32/config.vc
63812            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
63813      Branch: metaconfig
63814            ! U/modified/Myinit.U
63815      Branch: metaconfig/U/perl
63816            + d_getespwnam.U d_getprpwnam.U i_prot.U
63817 ____________________________________________________________________________
63818 [  6165] By: jhi                                   on 2000/05/30  18:35:34
63819         Log: Integrate with Sarathy.
63820      Branch: cfgperl
63821           !> op.c
63822 ____________________________________________________________________________
63823 [  6164] By: jhi                                   on 2000/05/30  18:30:16
63824         Log: detypo
63825      Branch: cfgperl
63826            ! Configure config_h.SH
63827      Branch: metaconfig/U/perl
63828            ! perlxv.U
63829 ____________________________________________________________________________
63830 [  6163] By: gsar                                  on 2000/05/30  03:24:03
63831         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
63832      Branch: perl
63833            ! op.c
63834 ____________________________________________________________________________
63835 [  6162] By: gsar                                  on 2000/05/30  03:09:38
63836         Log: fix memory leak in method call optimization (change#3768);
63837              made C<eval "$x->foo()"> leak
63838      Branch: perl
63839            ! op.c
63840 ____________________________________________________________________________
63841 [  6161] By: jhi                                   on 2000/05/29  17:56:26
63842         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
63843              both from Simon Cozens.
63844      Branch: cfgperl
63845            + pod/perlmodlib.PL pod/perlnewmod.pod
63846            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
63847            ! pod/perlmodlib.pod pod/perltoc.pod
63848 ____________________________________________________________________________
63849 [  6160] By: jhi                                   on 2000/05/29  17:23:55
63850         Log: Changes for the File::Temp 0.08 (change #6159) test suite
63851              to fit better into the Perl distribution test framework.
63852      Branch: cfgperl
63853            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
63854            ! t/lib/ftmp-tempfile.t
63855 ____________________________________________________________________________
63856 [  6159] By: jhi                                   on 2000/05/29  16:55:36
63857         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
63858      Branch: cfgperl
63859            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63860            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
63861 ____________________________________________________________________________
63862 [  6158] By: bailey                                on 2000/05/29  16:22:08
63863         Log: Add fallback to tmpfile for use in cases where user's relying on
63864              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
63865              Lane's patch)
63866      Branch: vmsperl
63867            ! vms/vms.c vms/vmsish.h
63868 ____________________________________________________________________________
63869 [  6157] By: jhi                                   on 2000/05/29  03:10:36
63870         Log: Regen Configure to jive with #6149.
63871      Branch: cfgperl
63872            ! Configure
63873      Branch: metaconfig
63874            ! U/modified/Getfile.U
63875 ____________________________________________________________________________
63876 [  6156] By: jhi                                   on 2000/05/29  03:01:38
63877         Log: Integrate with Sarathy.
63878      Branch: cfgperl
63879           +> ext/DynaLoader/dl_mac.xs
63880           !> (integrate 38 files)
63881 ____________________________________________________________________________
63882 [  6155] By: gsar                                  on 2000/05/28  21:15:58
63883         Log: small bug in change#6144; remove random \xA0 character that snuck
63884              in via change#6145
63885      Branch: perl
63886            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
63887 ____________________________________________________________________________
63888 [  6154] By: gsar                                  on 2000/05/28  21:04:19
63889         Log: avoid type mismatch warning
63890      Branch: perl
63891            ! perl.c
63892 ____________________________________________________________________________
63893 [  6153] By: gsar                                  on 2000/05/28  20:58:31
63894         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
63895              <nick@Bagpuss.uk.boo.com>)
63896      Branch: perl
63897            ! lib/Test/Harness.pm
63898 ____________________________________________________________________________
63899 [  6152] By: gsar                                  on 2000/05/28  20:53:42
63900         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
63901      Branch: perl
63902            ! regexec.c
63903 ____________________________________________________________________________
63904 [  6151] By: gsar                                  on 2000/05/28  20:50:28
63905         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
63906      Branch: perl
63907            ! regexec.c
63908 ____________________________________________________________________________
63909 [  6150] By: gsar                                  on 2000/05/28  20:39:58
63910         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
63911      Branch: perl
63912            ! pod/perlrequick.pod
63913 ____________________________________________________________________________
63914 [  6149] By: gsar                                  on 2000/05/28  20:35:16
63915         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
63916              <troc@netrus.net>)
63917      Branch: perl
63918            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
63919            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
63920            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
63921            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
63922 ____________________________________________________________________________
63923 [  6148] By: gsar                                  on 2000/05/28  20:21:07
63924         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
63925      Branch: perl
63926            ! lib/ExtUtils/MM_Unix.pm
63927 ____________________________________________________________________________
63928 [  6147] By: gsar                                  on 2000/05/28  20:12:41
63929         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
63930              (from Peter Prymmer)
63931      Branch: perl
63932            ! vms/subconfigure.com
63933 ____________________________________________________________________________
63934 [  6146] By: gsar                                  on 2000/05/28  20:06:15
63935         Log: doc typo
63936      Branch: perl
63937            ! lib/warnings.pm warnings.h warnings.pl
63938 ____________________________________________________________________________
63939 [  6145] By: gsar                                  on 2000/05/28  18:44:33
63940         Log: make xsubpp skip embedded pod (from Matthias Neeracher
63941              <neeri@iis.ee.ethz.ch>)
63942      Branch: perl
63943            ! lib/ExtUtils/xsubpp
63944 ____________________________________________________________________________
63945 [  6144] By: gsar                                  on 2000/05/28  18:42:49
63946         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
63947              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
63948              <neeri@iis.ee.ethz.ch>)
63949      Branch: perl
63950            ! lib/AutoSplit.pm
63951 ____________________________________________________________________________
63952 [  6143] By: gsar                                  on 2000/05/28  18:41:12
63953         Log: MacOS support, part 1 (from Matthias Neeracher
63954              <neeri@iis.ee.ethz.ch>)
63955      Branch: perl
63956            + ext/DynaLoader/dl_mac.xs
63957            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
63958            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
63959            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
63960            ! util.h
63961 ____________________________________________________________________________
63962 [  6142] By: gsar                                  on 2000/05/28  18:21:51
63963         Log: File::Find fails to chdir when chasing symlinks (from
63964              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
63965      Branch: perl
63966            ! lib/File/Find.pm t/lib/filefind.t
63967 ____________________________________________________________________________
63968 [  6141] By: jhi                                   on 2000/05/28  14:25:15
63969         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
63970              forwarded by Peter Seebach from the bsdi-users mailing list.
63971              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
63972      Branch: perl
63973            ! hints/bsdos.sh
63974 ____________________________________________________________________________
63975 [  6140] By: jhi                                   on 2000/05/28  14:11:57
63976         Log: Integrate with Sarathy.
63977      Branch: cfgperl
63978           +> (branch 30 files)
63979           !> (integrate 93 files)
63980 ____________________________________________________________________________
63981 [  6139] By: gsar                                  on 2000/05/28  10:01:48
63982         Log: revise mktables.PL for bugs and newness in Unicode 3.0
63983              (from James Bence <jbence@amgen.com>)
63984      Branch: perl
63985            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
63986            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
63987            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
63988            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
63989            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
63990            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
63991            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
63992            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
63993            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
63994            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
63995            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
63996            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
63997            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
63998            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
63999            + lib/unicode/Is/SylWU.pl
64000            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
64001            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
64002            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
64003            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
64004            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
64005            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
64006            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
64007            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
64008            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
64009            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
64010            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
64011            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
64012            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
64013            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
64014            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
64015            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
64016            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
64017            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
64018            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
64019            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
64020            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
64021            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
64022            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
64023            ! lib/unicode/Makefile lib/unicode/mktables.PL
64024 ____________________________________________________________________________
64025 [  6138] By: gsar                                  on 2000/05/28  08:50:32
64026         Log: add note about the handling of negative indices to tied arrays
64027              (from Michael G Schwern <schwern@pobox.com>)
64028      Branch: perl
64029            ! pod/perltie.pod
64030 ____________________________________________________________________________
64031 [  6137] By: gsar                                  on 2000/05/28  08:46:10
64032         Log: fix bogus redeclaration warning for "our" variables in different
64033              scopes
64034      Branch: perl
64035            ! op.c t/pragma/strict-vars
64036 ____________________________________________________________________________
64037 [  6136] By: gsar                                  on 2000/05/28  08:31:20
64038         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
64039      Branch: perl
64040            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
64041 ____________________________________________________________________________
64042 [  6135] By: gsar                                  on 2000/05/28  08:17:50
64043         Log: enable Test::Harness to dynamically determine column width etc.
64044              (from Rob Napier <rnapier@employees.org>)
64045      Branch: perl
64046            ! lib/Test/Harness.pm
64047 ____________________________________________________________________________
64048 [  6134] By: gsar                                  on 2000/05/28  08:13:39
64049         Log: make Test::Harness use wait.h/WCOREDUMP if available
64050              (from Ben Tilly <ben_tilly@hotmail.com>)
64051      Branch: perl
64052            ! lib/Test/Harness.pm
64053 ____________________________________________________________________________
64054 [  6133] By: gsar                                  on 2000/05/28  08:08:05
64055         Log: elide bogus test in change#6132
64056      Branch: perl
64057            ! t/pragma/warn/9enabled
64058 ____________________________________________________________________________
64059 [  6132] By: gsar                                  on 2000/05/28  08:03:14
64060         Log: warnings::enabled() doesn't fall back to looking at $^W if
64061              caller isn't using lexical warnings (from Paul Marquess)
64062      Branch: perl
64063            ! pp_ctl.c t/pragma/warn/9enabled
64064 ____________________________________________________________________________
64065 [  6131] By: gsar                                  on 2000/05/28  07:57:47
64066         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
64067      Branch: perl
64068            ! ext/POSIX/POSIX.pm
64069 ____________________________________________________________________________
64070 [  6130] By: gsar                                  on 2000/05/28  07:29:12
64071         Log: fix places that mean C<"word" character> but say C<alphanumeric
64072              character>
64073      Branch: perl
64074            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
64075 ____________________________________________________________________________
64076 [  6129] By: gsar                                  on 2000/05/28  07:18:41
64077         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
64078      Branch: perl
64079            ! vms/test.com
64080 ____________________________________________________________________________
64081 [  6128] By: gsar                                  on 2000/05/28  07:12:55
64082         Log: new perlxstut example for passing/returning refs to arrays
64083              (from David Lowe <dlowe@pootpoot.com>)
64084      Branch: perl
64085            ! pod/perlxstut.pod
64086 ____________________________________________________________________________
64087 [  6127] By: gsar                                  on 2000/05/28  07:02:50
64088         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
64089              failed (from Gisle Aas)
64090      Branch: perl
64091            ! cop.h perl.c
64092 ____________________________________________________________________________
64093 [  6126] By: gsar                                  on 2000/05/28  06:39:53
64094         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
64095              (reworked variant of patch suggested by Simon Cozens)
64096      Branch: perl
64097            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
64098            ! pp_hot.c proto.h t/op/gv.t
64099 ____________________________________________________________________________
64100 [  6125] By: gsar                                  on 2000/05/28  05:14:55
64101         Log: enable propagating exception objects via Perl_croak() in XS code
64102              (from Gisle Aas)
64103      Branch: perl
64104            ! util.c
64105 ____________________________________________________________________________
64106 [  6124] By: gsar                                  on 2000/05/28  05:07:28
64107         Log: integrate vmsperl contents into mainline
64108      Branch: perl
64109           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
64110           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
64111           !> vms/vmsish.h
64112 ____________________________________________________________________________
64113 [  6123] By: gsar                                  on 2000/05/28  05:03:53
64114         Log: clarify gotcha with #line directives (from Rocco Caputo
64115              <troc@netrus.net>)
64116      Branch: perl
64117            ! pod/perldebug.pod pod/perlsyn.pod
64118 ____________________________________________________________________________
64119 [  6122] By: gsar                                  on 2000/05/28  04:58:29
64120         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
64121              (from Mark-Jason Dominus)
64122      Branch: perl
64123            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
64124            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
64125            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
64126            ! toke.c
64127 ____________________________________________________________________________
64128 [  6121] By: bailey                                on 2000/05/25  04:46:54
64129         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
64130              lists (based on fixes by Craig Berry)
64131      Branch: vmsperl
64132            ! lib/File/Spec/VMS.pm
64133 ____________________________________________________________________________
64134 [  6120] By: bailey                                on 2000/05/25  04:25:38
64135         Log: Add missing escape (Charles Lane)
64136      Branch: vmsperl
64137            ! t/op/lex_assign.t
64138 ____________________________________________________________________________
64139 [  6119] By: bailey                                on 2000/05/25  04:21:25
64140         Log: Quiet error messages in vmsish.t (Charles Lane)
64141      Branch: vmsperl
64142            ! vms/ext/vmsish.t
64143 ____________________________________________________________________________
64144 [  6118] By: bailey                                on 2000/05/25  04:17:57
64145         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
64146              Flatten case labels in switch statements uniformly (Charles Bailey)
64147      Branch: vmsperl
64148            ! vms/vms.c
64149 ____________________________________________________________________________
64150 [  6117] By: bailey                                on 2000/05/25  03:58:09
64151         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
64152      Branch: vmsperl
64153            ! vms/vmsish.h
64154 ____________________________________________________________________________
64155 [  6116] By: bailey                                on 2000/05/25  03:11:15
64156         Log: Miscellaneous cosmetic fixes (Charles Lane)
64157      Branch: vmsperl
64158            ! lib/ExtUtils/MM_VMS.pm
64159 ____________________________________________________________________________
64160 [  6115] By: bailey                                on 2000/05/25  03:10:36
64161         Log: Add bounds checking for several strings (Charles Lane)
64162      Branch: vmsperl
64163            ! vms/vms.c
64164 ____________________________________________________________________________
64165 [  6114] By: bailey                                on 2000/05/25  02:25:34
64166         Log: Urk -- undo previous removal of vmsish 'exit' change
64167      Branch: vmsperl
64168            ! vms/ext/vmsish.pm vms/vmsish.h
64169 ____________________________________________________________________________
64170 [  6113] By: bailey                                on 2000/05/24  02:24:40
64171         Log: Ugly workaround for version-specific RTL error
64172      Branch: vmsperl
64173            ! vms/vms.c
64174 ____________________________________________________________________________
64175 [  6112] By: bailey                                on 2000/05/24  02:19:55
64176         Log: Check for existence of file before trying to delete
64177      Branch: vmsperl
64178            ! vms/test.com
64179 ____________________________________________________________________________
64180 [  6111] By: bailey                                on 2000/05/23  23:35:13
64181         Log: Resync with mainline prior to post-5.6.0 updates
64182      Branch: vmsperl
64183           +> (branch 49 files)
64184            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
64185            ! vms/ext/vmsish.pm
64186           !> (integrate 334 files)
64187 ____________________________________________________________________________
64188 [  6110] By: jhi                                   on 2000/05/23  19:28:32
64189         Log: todo tweak
64190      Branch: cfgperl
64191            ! Todo-5.6
64192 ____________________________________________________________________________
64193 [  6109] By: jhi                                   on 2000/05/18  17:38:54
64194         Log: Integrate with Sarathy.
64195      Branch: cfgperl
64196           !> mg.c perl.h win32/perlhost.h
64197 ____________________________________________________________________________
64198 [  6108] By: gsar                                  on 2000/05/17  02:24:56
64199         Log: reenable fake signal handling on Windows, bugs and all
64200      Branch: perl
64201            ! mg.c perl.h win32/perlhost.h
64202 ____________________________________________________________________________
64203 [  6107] By: jhi                                   on 2000/05/15  18:01:41
64204         Log: Tweak the todo list.
64205      Branch: cfgperl
64206            ! Todo-5.6
64207 ____________________________________________________________________________
64208 [  6106] By: jhi                                   on 2000/05/15  13:41:48
64209         Log: The (Configure) script refuses to go on, after asking for
64210              'You may also choose to try maximal 64-bitness....'.
64211              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
64212              -- Patrick Zima
64213              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
64214      Branch: cfgperl
64215            ! hints/solaris_2.sh
64216 ____________________________________________________________________________
64217 [  6105] By: jhi                                   on 2000/05/11  14:37:43
64218         Log: Integrate with Sarathy.
64219      Branch: cfgperl
64220           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
64221           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
64222 ____________________________________________________________________________
64223 [  6104] By: gsar                                  on 2000/05/11  03:39:07
64224         Log: PL_sys_intern was being initialized too late on windows
64225      Branch: perl
64226            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
64227            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
64228 ____________________________________________________________________________
64229 [  6103] By: jhi                                   on 2000/05/09  19:42:20
64230         Log: Test tweaking for Unicos continues.
64231      Branch: cfgperl
64232            ! t/op/64bitint.t
64233 ____________________________________________________________________________
64234 [  6102] By: jhi                                   on 2000/05/09  16:47:27
64235         Log: The test suite tweak in #6101 wasn't quite right.
64236      Branch: cfgperl
64237            ! t/lib/complex.t
64238 ____________________________________________________________________________
64239 [  6101] By: jhi                                   on 2000/05/09  15:35:34
64240         Log: Hints and test tweaks for Unicos.
64241      Branch: cfgperl
64242            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
64243 ____________________________________________________________________________
64244 [  6100] By: jhi                                   on 2000/05/08  21:15:06
64245         Log: More compilation tweakery from Allen Smith.
64246      Branch: cfgperl
64247            ! hints/irix_6.sh
64248 ____________________________________________________________________________
64249 [  6099] By: jhi                                   on 2000/05/08  19:21:18
64250         Log: Tweaks for the cc bugs from Allen Smith.
64251      Branch: cfgperl
64252            ! hints/irix_6.sh
64253 ____________________________________________________________________________
64254 [  6098] By: jhi                                   on 2000/05/08  19:13:37
64255         Log: Add a note about other, yet unsupported, shadow password APIs.
64256      Branch: cfgperl
64257            ! pp_sys.c
64258 ____________________________________________________________________________
64259 [  6097] By: jhi                                   on 2000/05/08  18:46:34
64260         Log: Add a note about possible compilation problems from Allen Smith.
64261      Branch: cfgperl
64262            ! hints/irix_6.sh
64263 ____________________________________________________________________________
64264 [  6096] By: jhi                                   on 2000/05/08  17:33:10
64265         Log: Integrate with Sarathy.
64266      Branch: cfgperl
64267           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
64268           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
64269 ____________________________________________________________________________
64270 [  6095] By: jhi                                   on 2000/05/08  16:21:33
64271         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
64272              might be useful in future.
64273      Branch: cfgperl
64274            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64275            ! config_h.SH
64276      Branch: metaconfig
64277            ! U/installdirs/inc_version_list.U
64278      Branch: metaconfig/U/perl
64279            ! perlxv.U
64280 ____________________________________________________________________________
64281 [  6094] By: gsar                                  on 2000/05/08  14:22:22
64282         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
64283      Branch: perl
64284            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
64285            ! hints/cygwin.sh pp_sys.c
64286 ____________________________________________________________________________
64287 [  6093] By: gsar                                  on 2000/05/08  12:52:28
64288         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
64289              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
64290      Branch: perl
64291            ! pp_sys.c sv.c win32/perlhost.h
64292 ____________________________________________________________________________
64293 [  6092] By: jhi                                   on 2000/05/07  22:40:34
64294         Log: Regen perltoc with the fixed buildtoc.
64295      Branch: cfgperl
64296            ! pod/perltoc.pod
64297 ____________________________________________________________________________
64298 [  6091] By: jhi                                   on 2000/05/07  22:24:16
64299         Log: Integrate with Sarathy.
64300      Branch: cfgperl
64301           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
64302           !> t/op/substr.t toke.c
64303 ____________________________________________________________________________
64304 [  6090] By: gsar                                  on 2000/05/07  19:47:07
64305         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
64306              [NI]OK; added tests for both
64307      Branch: perl
64308            ! perl.c pp_hot.c sv.c t/op/substr.t
64309 ____________________________________________________________________________
64310 [  6089] By: gsar                                  on 2000/05/07  18:18:38
64311         Log: buildtoc tweak to fix newline lossage
64312      Branch: perl
64313            ! pod/buildtoc
64314 ____________________________________________________________________________
64315 [  6088] By: jhi                                   on 2000/05/07  16:35:36
64316         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
64317              because we do not use those.  The HAS_GETSPNAM remains,
64318              though, because we still do use that.
64319      Branch: cfgperl
64320            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64321            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
64322            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
64323            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
64324            ! win32/config.vc win32/config_H.bc win32/config_H.gc
64325            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
64326 ____________________________________________________________________________
64327 [  6087] By: gsar                                  on 2000/05/07  16:05:16
64328         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
64329      Branch: perl
64330            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
64331 ____________________________________________________________________________
64332 [  6086] By: jhi                                   on 2000/05/07  15:27:07
64333         Log: Integrate with Sarathy.
64334      Branch: cfgperl
64335           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64336           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
64337           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
64338           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
64339           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
64340           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
64341 ____________________________________________________________________________
64342 [  6085] By: gsar                                  on 2000/05/07  05:52:02
64343         Log: repeat operator (x) doesn't preserve utf8-ness
64344      Branch: perl
64345            ! pp.c t/op/substr.t
64346 ____________________________________________________________________________
64347 [  6084] By: gsar                                  on 2000/05/07  05:39:55
64348         Log: substr() does not preserve utf8-ness (from Stefan Eissing
64349              <Eissing@medicaldataservice.de>); added tests
64350      Branch: perl
64351            ! pp.c t/op/substr.t
64352 ____________________________________________________________________________
64353 [  6083] By: gsar                                  on 2000/05/07  05:24:46
64354         Log: note about undocumented caller() return value (from M.J.T. Guy);
64355              yet another peek.t tweak
64356      Branch: perl
64357            ! pod/perlfunc.pod t/lib/peek.t
64358 ____________________________________________________________________________
64359 [  6082] By: gsar                                  on 2000/05/07  05:08:40
64360         Log: peek.t non-portable to ithreads
64361      Branch: perl
64362            ! t/lib/peek.t
64363 ____________________________________________________________________________
64364 [  6081] By: gsar                                  on 2000/05/07  04:17:04
64365         Log: better default perlbug categories for ok reports (from Richard Foley)
64366      Branch: perl
64367            ! utils/perlbug.PL
64368 ____________________________________________________________________________
64369 [  6080] By: gsar                                  on 2000/05/07  04:08:07
64370         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
64371              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
64372      Branch: perl
64373            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64374            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
64375            ! AUTHORS MAINTAIN MANIFEST
64376 ____________________________________________________________________________
64377 [  6079] By: gsar                                  on 2000/05/07  04:01:38
64378         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
64379      Branch: perl
64380            ! lib/Carp/Heavy.pm
64381 ____________________________________________________________________________
64382 [  6078] By: gsar                                  on 2000/05/07  01:24:19
64383         Log: workaround for CRT bug in chdir() (from Charles Lane, via
64384              Peter Prymmer)
64385      Branch: perl
64386            ! iperlsys.h vms/vms.c vms/vmsish.h
64387 ____________________________________________________________________________
64388 [  6077] By: gsar                                  on 2000/05/07  01:22:23
64389         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
64390              and Tom Phoenix)
64391      Branch: perl
64392            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
64393 ____________________________________________________________________________
64394 [  6076] By: gsar                                  on 2000/05/06  17:36:29
64395         Log: integrate cfgperl contents into mainline
64396      Branch: perl
64397           +> t/lib/peek.t
64398           !> Configure MANIFEST Porting/Glossary Porting/config.sh
64399           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
64400           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
64401           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
64402 ____________________________________________________________________________
64403 [  6075] By: jhi                                   on 2000/05/05  18:56:10
64404         Log: Make the test more portable.
64405      Branch: cfgperl
64406            ! t/lib/peek.t
64407 ____________________________________________________________________________
64408 [  6074] By: jhi                                   on 2000/05/05  18:49:20
64409         Log: Introduce t/lib/peek.t.
64410      Branch: cfgperl
64411            + t/lib/peek.t
64412            ! MANIFEST
64413 ____________________________________________________________________________
64414 [  6073] By: jhi                                   on 2000/05/05  14:30:45
64415         Log: Complex tweaks.
64416      Branch: cfgperl
64417            ! lib/Math/Complex.pm t/lib/complex.t
64418 ____________________________________________________________________________
64419 [  6072] By: jhi                                   on 2000/05/05  12:27:13
64420         Log: Integrate with Sarathy.
64421      Branch: cfgperl
64422           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
64423           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
64424           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
64425           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
64426 ____________________________________________________________________________
64427 [  6071] By: gsar                                  on 2000/05/05  02:24:46
64428         Log: misformatted perllocal.pod (from Tim Jenness
64429              <t.jenness@jach.hawaii.edu>)
64430      Branch: perl
64431            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
64432 ____________________________________________________________________________
64433 [  6070] By: gsar                                  on 2000/05/05  02:16:52
64434         Log: remove misleading comment (from M.J.T. Guy)
64435      Branch: perl
64436            ! t/lib/anydbm.t
64437 ____________________________________________________________________________
64438 [  6069] By: gsar                                  on 2000/05/05  02:15:13
64439         Log: File::Spec compatibility update (from Barrie Slaymaker
64440              <barries@slaysys.com>)
64441      Branch: perl
64442            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
64443            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
64444 ____________________________________________________________________________
64445 [  6068] By: gsar                                  on 2000/05/05  02:01:50
64446         Log: note about values()
64447      Branch: perl
64448            ! pod/perlfunc.pod
64449 ____________________________________________________________________________
64450 [  6067] By: gsar                                  on 2000/05/05  01:33:09
64451         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
64452      Branch: perl
64453            ! win32/win32.c
64454 ____________________________________________________________________________
64455 [  6066] By: gsar                                  on 2000/05/05  01:23:43
64456         Log: s/END/CHECK/
64457      Branch: perl
64458            ! perl.c
64459 ____________________________________________________________________________
64460 [  6065] By: jhi                                   on 2000/05/04  17:30:22
64461         Log: Integrate with Sarathy.
64462      Branch: cfgperl
64463           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
64464 ____________________________________________________________________________
64465 [  6064] By: gsar                                  on 2000/05/04  17:26:14
64466         Log: change#5905 wasn't quite right--it's intent only applies when arguments
64467              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
64468      Branch: perl
64469            ! pp_sys.c sv.c
64470 ____________________________________________________________________________
64471 [  6063] By: gsar                                  on 2000/05/04  16:52:29
64472         Log: tokeq() could read unallocated field in argument
64473      Branch: perl
64474            ! toke.c
64475 ____________________________________________________________________________
64476 [  6062] By: gsar                                  on 2000/05/04  16:34:51
64477         Log: additional tests for utf8.t
64478      Branch: perl
64479            ! t/pragma/utf8.t
64480 ____________________________________________________________________________
64481 [  6061] By: gsar                                  on 2000/05/04  16:09:28
64482         Log: change#5921 neglected to make eq honor "use bytes"
64483      Branch: perl
64484            ! sv.c
64485 ____________________________________________________________________________
64486 [  6060] By: jhi                                   on 2000/05/04  15:30:16
64487         Log: Integrate with Sarathy.
64488      Branch: cfgperl
64489           !> perl.c regcomp.c t/pragma/utf8.t
64490 ____________________________________________________________________________
64491 [  6059] By: jhi                                   on 2000/05/04  15:26:37
64492         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
64493              in natively 64-bit platforms where a long is a quad (no need
64494              for long longs).  Also added bias for IVs.
64495      Branch: cfgperl
64496            ! toke.c
64497 ____________________________________________________________________________
64498 [  6058] By: gsar                                  on 2000/05/04  00:19:14
64499         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
64500              (spotted by Donald Kinzer <dkinzer@premia.com>)
64501      Branch: perl
64502            ! perl.c
64503 ____________________________________________________________________________
64504 [  6057] By: gsar                                  on 2000/05/03  18:34:01
64505         Log: fix broken parsing of /\x{ab}/
64506      Branch: perl
64507            ! regcomp.c t/pragma/utf8.t
64508 ____________________________________________________________________________
64509 [  6056] By: jhi                                   on 2000/05/03  17:57:16
64510         Log: The search of infinity continues, this time simplified.
64511      Branch: cfgperl
64512            ! lib/Math/Complex.pm
64513 ____________________________________________________________________________
64514 [  6055] By: jhi                                   on 2000/05/03  17:45:30
64515         Log: Detypo.
64516      Branch: cfgperl
64517            ! hints/unicos.sh
64518 ____________________________________________________________________________
64519 [  6054] By: jhi                                   on 2000/05/02  22:28:27
64520         Log: Be more forgiving in POSIX about HUGE_VALL.
64521      Branch: cfgperl
64522            ! ext/POSIX/POSIX.xs
64523 ____________________________________________________________________________
64524 [  6053] By: jhi                                   on 2000/05/02  22:25:05
64525         Log: Integrate with Sarathy.
64526      Branch: cfgperl
64527           !> hints/irix_6.sh pod/perlop.pod
64528 ____________________________________________________________________________
64529 [  6052] By: jhi                                   on 2000/05/02  22:24:31
64530         Log: Unicos hint tweak.
64531      Branch: cfgperl
64532            ! hints/unicos.sh
64533 ____________________________________________________________________________
64534 [  6051] By: jhi                                   on 2000/05/02  22:21:26
64535         Log: Complex tweakery.
64536      Branch: cfgperl
64537            ! lib/Math/Complex.pm t/lib/complex.t
64538 ____________________________________________________________________________
64539 [  6050] By: jhi                                   on 2000/05/02  19:26:22
64540         Log: Use setxxent()/endxxent().
64541      Branch: cfgperl
64542            ! t/op/grent.t t/op/pwent.t
64543 ____________________________________________________________________________
64544 [  6049] By: jhi                                   on 2000/05/02  19:06:02
64545         Log: Test both the scalar and list contexts.
64546      Branch: cfgperl
64547            ! t/op/grent.t t/op/pwent.t
64548 ____________________________________________________________________________
64549 [  6048] By: gsar                                  on 2000/05/02  18:29:10
64550         Log: add note about how $( doesn't interpolate in REs (from
64551              Philip Newton <newton@ficus.frogspace.net>)
64552      Branch: perl
64553            ! pod/perlop.pod
64554 ____________________________________________________________________________
64555 [  6047] By: jhi                                   on 2000/05/02  17:41:24
64556         Log: Call getspnam() only iff needd.
64557      Branch: cfgperl
64558            ! pp_sys.c
64559 ____________________________________________________________________________
64560 [  6046] By: gsar                                  on 2000/05/02  17:07:25
64561         Log: libscheck has insufficient checks for n32 libs (from
64562              Albert Chin-A-Young <china@thewrittenword.com>)
64563      Branch: perl
64564            ! hints/irix_6.sh
64565 ____________________________________________________________________________
64566 [  6045] By: jhi                                   on 2000/05/02  13:57:17
64567         Log: Integrate with Sarathy.
64568      Branch: cfgperl
64569           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
64570           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
64571 ____________________________________________________________________________
64572 [  6044] By: gsar                                  on 2000/05/02  06:48:19
64573         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
64574              such that underscores are only ignored in literal numbers,
64575              "\x{...}", and hex/oct argument
64576      Branch: perl
64577            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
64578 ____________________________________________________________________________
64579 [  6043] By: gsar                                  on 2000/05/02  02:22:29
64580         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
64581      Branch: perl
64582            ! pod/perlretut.pod
64583 ____________________________________________________________________________
64584 [  6042] By: gsar                                  on 2000/05/02  02:17:51
64585         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
64586      Branch: perl
64587            ! pod/perltrap.pod
64588 ____________________________________________________________________________
64589 [  6041] By: gsar                                  on 2000/05/02  01:53:51
64590         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
64591              to compensate
64592      Branch: perl
64593            ! Porting/makerel
64594 ____________________________________________________________________________
64595 [  6040] By: gsar                                  on 2000/05/02  01:51:57
64596         Log: missing files in MANIFEST
64597      Branch: perl
64598            ! MANIFEST
64599 ____________________________________________________________________________
64600 [  6039] By: jhi                                   on 2000/05/02  00:36:46
64601         Log: Infinite problems.
64602      Branch: cfgperl
64603            ! lib/Math/Complex.pm
64604 ____________________________________________________________________________
64605 [  6038] By: jhi                                   on 2000/05/02  00:06:38
64606         Log: pwent/spent #ifdef imbalance.
64607      Branch: cfgperl
64608            ! pp_sys.c
64609 ____________________________________________________________________________
64610 [  6037] By: jhi                                   on 2000/05/01  22:50:11
64611         Log: Use HUGE_VALL if applicable.
64612      Branch: cfgperl
64613            ! ext/POSIX/POSIX.xs util.c
64614 ____________________________________________________________________________
64615 [  6036] By: jhi                                   on 2000/05/01  22:20:53
64616         Log: Correct Freudian slip.
64617      Branch: cfgperl
64618            ! pp_sys.c
64619 ____________________________________________________________________________
64620 [  6035] By: jhi                                   on 2000/05/01  21:07:38
64621         Log: Continue on the pwent/spent case.
64622      Branch: cfgperl
64623            ! pp_sys.c
64624 ____________________________________________________________________________
64625 [  6034] By: jhi                                   on 2000/05/01  17:45:14
64626         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
64627              adjustments in 6032 conflicted badly with this, will have
64628              to revisit them later.
64629      Branch: cfgperl
64630           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
64631           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
64632           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
64633           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
64634           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
64635           !> t/lib/cgi-html.t t/lib/cgi-request.t
64636 ____________________________________________________________________________
64637 [  6033] By: jhi                                   on 2000/05/01  17:40:49
64638         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
64639      Branch: cfgperl
64640            ! pp_sys.c
64641 ____________________________________________________________________________
64642 [  6032] By: gsar                                  on 2000/05/01  15:56:32
64643         Log: whitespace adjustments
64644      Branch: perl
64645            ! pp_sys.c
64646 ____________________________________________________________________________
64647 [  6031] By: gsar                                  on 2000/05/01  15:19:41
64648         Log: small nits in diagnostics.pm (from Robin Barker)
64649      Branch: perl
64650            ! lib/diagnostics.pm pod/perldiag.pod
64651 ____________________________________________________________________________
64652 [  6030] By: gsar                                  on 2000/05/01  08:39:18
64653         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
64654              for @- and @+ (from Johan Vromans)
64655      Branch: perl
64656            ! lib/English.pm pod/perlvar.pod
64657 ____________________________________________________________________________
64658 [  6029] By: gsar                                  on 2000/05/01  08:16:10
64659         Log: add CGI.pm v2.66 (from Lincoln Stein)
64660      Branch: perl
64661            + lib/CGI/Util.pm t/lib/cgi-pretty.t
64662            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
64663            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
64664            ! t/lib/cgi-html.t t/lib/cgi-request.t
64665 ____________________________________________________________________________
64666 [  6028] By: gsar                                  on 2000/05/01  06:34:41
64667         Log: Pod::Man generates groff-incompatible macro definition (from
64668              Tom Christiansen)
64669      Branch: perl
64670            ! lib/Pod/Man.pm
64671 ____________________________________________________________________________
64672 [  6027] By: gsar                                  on 2000/05/01  06:31:36
64673         Log: podlators-1.02 update (from Russ Allbery)
64674      Branch: perl
64675            ! lib/Pod/Man.pm lib/Pod/Text.pm
64676 ____________________________________________________________________________
64677 [  6026] By: jhi                                   on 2000/04/30  23:24:23
64678         Log: Integrate with Sarathy.
64679      Branch: cfgperl
64680           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
64681           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
64682           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
64683           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
64684           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
64685           !> t/lib/syslog.t toke.c win32/win32.h
64686 ____________________________________________________________________________
64687 [  6025] By: gsar                                  on 2000/04/30  18:17:47
64688         Log: Is{Alnum,Alpha,Word} don't match titlecase
64689              
64690              TODO: IsSpace is defined recursively!
64691              
64692              (both spotted by Larry)
64693      Branch: perl
64694            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
64695            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
64696 ____________________________________________________________________________
64697 [  6024] By: gsar                                  on 2000/04/30  17:50:19
64698         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
64699              (from Hugo van der Sanden)
64700      Branch: perl
64701            ! toke.c
64702 ____________________________________________________________________________
64703 [  6023] By: gsar                                  on 2000/04/30  17:14:43
64704         Log: debugger stomps on $. (from M.J.T. Guy)
64705      Branch: perl
64706            ! lib/perl5db.pl
64707 ____________________________________________________________________________
64708 [  6022] By: gsar                                  on 2000/04/30  16:59:22
64709         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
64710      Branch: perl
64711            ! sv.c
64712 ____________________________________________________________________________
64713 [  6021] By: gsar                                  on 2000/04/29  21:00:08
64714         Log: remove Win2K issue in pod (fixed by change#6020)
64715      Branch: perl
64716            ! README.win32 pod/perl56delta.pod
64717 ____________________________________________________________________________
64718 [  6020] By: gsar                                  on 2000/04/29  20:51:49
64719         Log: test tweak
64720      Branch: perl
64721            ! t/lib/open3.t
64722 ____________________________________________________________________________
64723 [  6019] By: gsar                                  on 2000/04/29  20:34:27
64724         Log: windows portability tweaks
64725      Branch: perl
64726            ! t/lib/b.t win32/win32.h
64727 ____________________________________________________________________________
64728 [  6018] By: gsar                                  on 2000/04/29  19:55:24
64729         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
64730              make _PATH_LOG() return "" if unavailable
64731      Branch: perl
64732            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
64733            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
64734 ____________________________________________________________________________
64735 [  6017] By: jhi                                   on 2000/04/28  22:49:46
64736         Log: Integrate with Sarathy.
64737      Branch: cfgperl
64738           !> op.c perl.c pod/perldiag.pod t/lib/b.t
64739 ____________________________________________________________________________
64740 [  6016] By: jhi                                   on 2000/04/28  22:46:14
64741         Log: Do not warn that an infinity does not look like a number.
64742      Branch: cfgperl
64743            ! sv.c
64744 ____________________________________________________________________________
64745 [  6015] By: gsar                                  on 2000/04/28  22:35:49
64746         Log: tweak test for portability
64747      Branch: perl
64748            ! t/lib/b.t
64749 ____________________________________________________________________________
64750 [  6014] By: gsar                                  on 2000/04/28  22:05:31
64751         Log: glob() loading File::Glob behind the scenes may cause syntax errors
64752      Branch: perl
64753            ! op.c
64754 ____________________________________________________________________________
64755 [  6013] By: gsar                                  on 2000/04/28  21:25:22
64756         Log: tweak change#5945 to display correct switch name in diagnostic
64757      Branch: perl
64758            ! perl.c pod/perldiag.pod
64759 ____________________________________________________________________________
64760 [  6012] By: jhi                                   on 2000/04/28  21:08:12
64761         Log: Integrate with Sarathy.
64762      Branch: cfgperl
64763           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
64764           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
64765           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
64766 ____________________________________________________________________________
64767 [  6011] By: jhi                                   on 2000/04/28  21:04:46
64768         Log: &HUGE_VAL is not defined, it exists.
64769      Branch: cfgperl
64770            ! lib/Math/Complex.pm
64771 ____________________________________________________________________________
64772 [  6010] By: gsar                                  on 2000/04/28  21:02:58
64773         Log: clarify note about shadow password support (from
64774              gellyfish@gellyfish.com)
64775      Branch: perl
64776            ! pod/perlfunc.pod
64777 ____________________________________________________________________________
64778 [  6009] By: gsar                                  on 2000/04/28  21:00:00
64779         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
64780      Branch: perl
64781            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
64782 ____________________________________________________________________________
64783 [  6008] By: gsar                                  on 2000/04/28  20:56:33
64784         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
64785      Branch: perl
64786            ! installperl vms/subconfigure.com
64787 ____________________________________________________________________________
64788 [  6007] By: gsar                                  on 2000/04/28  20:51:21
64789         Log: note about compile failures and END blocks (from M.J.T. Guy)
64790      Branch: perl
64791            ! pod/perl56delta.pod pod/perlmod.pod
64792 ____________________________________________________________________________
64793 [  6006] By: jhi                                   on 2000/04/28  20:42:14
64794         Log: Regen Configure.
64795      Branch: cfgperl
64796            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64797            ! config_h.SH
64798 ____________________________________________________________________________
64799 [  6005] By: gsar                                  on 2000/04/28  20:41:16
64800         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
64801      Branch: perl
64802            ! utils/perldoc.PL
64803 ____________________________________________________________________________
64804 [  6004] By: jhi                                   on 2000/04/28  20:28:21
64805         Log: Integrate with Sarathy.
64806      Branch: cfgperl
64807           !> Configure INSTALL Porting/Glossary Porting/config.sh
64808           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
64809           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
64810           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
64811           !> win32/config.vc win32/win32.c
64812 ____________________________________________________________________________
64813 [  6003] By: gsar                                  on 2000/04/28  20:11:20
64814         Log: allow REG_EXPAND_SZ keys in Windows registry (from
64815              John Clayton <John.Clayton@barclayscapital.com>)
64816      Branch: perl
64817            ! win32/win32.c
64818 ____________________________________________________________________________
64819 [  6002] By: gsar                                  on 2000/04/28  19:34:16
64820         Log: destructive sv_setsv() can lose UV-ness from source, causing
64821              numeric promotions/comparisons to fail to do the right thing
64822      Branch: perl
64823            ! sv.c
64824 ____________________________________________________________________________
64825 [  6001] By: gsar                                  on 2000/04/28  18:44:15
64826         Log: support additional library locations via $Config{otherlibdirs}
64827              (from Andy Dougherty)
64828      Branch: perl
64829            ! Configure INSTALL Porting/Glossary Porting/config.sh
64830            ! Porting/config_H config_h.SH epoc/config.sh perl.c
64831            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
64832            ! win32/config.bc win32/config.gc win32/config.vc
64833 ____________________________________________________________________________
64834 [  6000] By: gsar                                  on 2000/04/28  18:26:58
64835         Log: reworked otherlibdirs.U (from Andy Dougherty)
64836      Branch: metaconfig
64837            ! U/installdirs/otherlibdirs.U
64838 ____________________________________________________________________________
64839 [  5999] By: gsar                                  on 2000/04/28  18:17:07
64840         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
64841      Branch: perl
64842            ! t/pragma/warn/toke toke.c
64843 ____________________________________________________________________________
64844 [  5998] By: jhi                                   on 2000/04/28  13:32:17
64845         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
64846      Branch: cfgperl
64847            ! lib/Math/Complex.pm
64848 ____________________________________________________________________________
64849 [  5997] By: jhi                                   on 2000/04/28  13:14:04
64850         Log: Preserve $!.
64851      Branch: cfgperl
64852            ! lib/Math/Complex.pm
64853 ____________________________________________________________________________
64854 [  5996] By: jhi                                   on 2000/04/28  12:59:23
64855         Log: Integrate with Sarathy.
64856      Branch: cfgperl
64857           +> pod/perlrequick.pod pod/perlretut.pod
64858           !> (integrate 51 files)
64859 ____________________________________________________________________________
64860 [  5995] By: gsar                                  on 2000/04/28  09:37:36
64861         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
64862      Branch: perl
64863            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
64864 ____________________________________________________________________________
64865 [  5994] By: gsar                                  on 2000/04/28  09:33:26
64866         Log: fix for missed accounting for null byte in pack("Z",...) (from
64867              M.J.T. Guy)
64868      Branch: perl
64869            ! pp.c t/op/pack.t
64870 ____________________________________________________________________________
64871 [  5993] By: gsar                                  on 2000/04/28  09:30:05
64872         Log: various minor tweaks seen on p5p
64873      Branch: perl
64874            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
64875 ____________________________________________________________________________
64876 [  5992] By: gsar                                  on 2000/04/28  09:08:19
64877         Log: pod nit (from Simon Cozens)
64878      Branch: perl
64879            ! pod/perlop.pod
64880 ____________________________________________________________________________
64881 [  5991] By: gsar                                  on 2000/04/28  09:06:36
64882         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
64883      Branch: perl
64884            ! README.posix-bc hints/posix-bc.sh
64885 ____________________________________________________________________________
64886 [  5990] By: gsar                                  on 2000/04/28  08:54:52
64887         Log: use $ENV{LIB} to search for libs under Visual C compiler
64888              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
64889      Branch: perl
64890            ! lib/ExtUtils/Liblist.pm
64891 ____________________________________________________________________________
64892 [  5989] By: gsar                                  on 2000/04/28  08:27:12
64893         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
64894              itself and no other (from Tom Hughes)
64895      Branch: perl
64896            ! t/op/array.t toke.c
64897 ____________________________________________________________________________
64898 [  5988] By: gsar                                  on 2000/04/28  08:01:38
64899         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
64900              <paul@miraclefish.com>)
64901      Branch: perl
64902            ! lib/ExtUtils/MakeMaker.pm
64903 ____________________________________________________________________________
64904 [  5987] By: gsar                                  on 2000/04/28  07:53:09
64905         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
64906      Branch: perl
64907            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
64908 ____________________________________________________________________________
64909 [  5986] By: gsar                                  on 2000/04/28  07:44:17
64910         Log: add regular expressions tutorial and quick-start guide (from
64911              Mark Kvale <kvale@phy.ucsf.edu>)
64912      Branch: perl
64913            + pod/perlrequick.pod pod/perlretut.pod
64914            ! AUTHORS MAINTAIN MANIFEST
64915 ____________________________________________________________________________
64916 [  5985] By: gsar                                  on 2000/04/28  07:30:28
64917         Log: forked child may not exit correctly if it failed to open
64918              /dev/console (from Graham Barr)
64919      Branch: perl
64920            ! ext/Sys/Syslog/Syslog.pm
64921 ____________________________________________________________________________
64922 [  5984] By: gsar                                  on 2000/04/28  07:27:20
64923         Log: attributes::reftype() doesn't work on tied argument
64924      Branch: perl
64925            ! xsutils.c
64926 ____________________________________________________________________________
64927 [  5983] By: gsar                                  on 2000/04/28  07:15:04
64928         Log: numeric conversion of non-number in change#3378 tramples on
64929              OOK offset, causing segfaults
64930      Branch: perl
64931            ! sv.c
64932 ____________________________________________________________________________
64933 [  5982] By: gsar                                  on 2000/04/28  04:48:25
64934         Log: avoid error in IO::Socket::INET when given an unknown service name
64935              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
64936      Branch: perl
64937            ! ext/IO/lib/IO/Socket/INET.pm
64938 ____________________________________________________________________________
64939 [  5981] By: gsar                                  on 2000/04/28  04:31:31
64940         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
64941              prototype mismatch with CORE::glob(); update pod and tests to
64942              suit (File::Glob::glob() is still available for backward
64943              compatibility, but should be considered deprecated)
64944      Branch: perl
64945            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
64946            ! t/lib/glob-taint.t
64947 ____________________________________________________________________________
64948 [  5980] By: gsar                                  on 2000/04/28  03:47:29
64949         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
64950              <ghudson@mit.edu>)
64951      Branch: metaconfig
64952            ! U/modified/Options.U
64953      Branch: perl
64954            ! Configure
64955 ____________________________________________________________________________
64956 [  5979] By: gsar                                  on 2000/04/28  03:07:54
64957         Log: under useithreads, constant pad entries could inadvertantly be
64958              shared across threads (from Eric Blood <eblood@xmission.com>);
64959              added Eric's test case to testsuite
64960      Branch: perl
64961            ! op.c t/op/misc.t
64962 ____________________________________________________________________________
64963 [  5978] By: gsar                                  on 2000/04/27  21:13:00
64964         Log: sync version numbers in File::Spec with the ones on CPAN
64965              (from Barrie Slaymaker)
64966      Branch: perl
64967            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
64968            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
64969            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
64970 ____________________________________________________________________________
64971 [  5977] By: gsar                                  on 2000/04/27  21:07:29
64972         Log: autoquote barewords followed by newline and arrow properly
64973              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
64974      Branch: perl
64975            ! t/pragma/warn/toke toke.c
64976 ____________________________________________________________________________
64977 [  5976] By: gsar                                  on 2000/04/27  20:41:20
64978         Log: DB_File v1.73 update (from Paul Marquess)
64979      Branch: perl
64980            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
64981            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
64982 ____________________________________________________________________________
64983 [  5975] By: gsar                                  on 2000/04/27  20:34:24
64984         Log: allow sort() reentrancy (variant of patch suggested by
64985              Hugo van der Sanden)
64986      Branch: perl
64987            ! pp_ctl.c t/op/sort.t
64988 ____________________________________________________________________________
64989 [  5974] By: gsar                                  on 2000/04/27  19:46:57
64990         Log: change#4197 somehow missed initializing PL_errors, meaning
64991              sytax error queueing wasn't working outside eval"" at all;
64992              also fixed eval"" to localize PL_error_count, so that compile-time
64993              eval's don't clobber the error state of the outer context
64994      Branch: perl
64995            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
64996            ! t/pragma/warn/toke
64997 ____________________________________________________________________________
64998 [  5973] By: gsar                                  on 2000/04/27  18:29:05
64999         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
65000      Branch: perl
65001            ! regcomp.c regexec.c t/op/re_tests
65002 ____________________________________________________________________________
65003 [  5972] By: jhi                                   on 2000/04/27  18:22:41
65004         Log: Integrate with Sarathy.
65005      Branch: cfgperl
65006           +> t/lib/b.t t/lib/syslog.t
65007           !> (integrate 31 files)
65008 ____________________________________________________________________________
65009 [  5971] By: jhi                                   on 2000/04/27  18:18:46
65010         Log: Unicos tweaks from Mark P. Lutz.
65011      Branch: cfgperl
65012            ! hints/unicos.sh lib/Math/Complex.pm
65013 ____________________________________________________________________________
65014 [  5970] By: gsar                                  on 2000/04/27  18:05:11
65015         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
65016              IV is >32bits
65017      Branch: perl
65018            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
65019 ____________________________________________________________________________
65020 [  5969] By: gsar                                  on 2000/04/27  17:50:56
65021         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
65022      Branch: perl
65023            + t/lib/syslog.t
65024            ! MANIFEST ext/Sys/Syslog/Syslog.pm
65025 ____________________________________________________________________________
65026 [  5968] By: gsar                                  on 2000/04/27  17:44:49
65027         Log: tolerate spaces in group names in test on solaris (from David Boyce
65028              <dsb@boyski.com>)
65029      Branch: perl
65030            ! t/op/groups.t
65031 ____________________________________________________________________________
65032 [  5967] By: gsar                                  on 2000/04/27  17:41:22
65033         Log: improved docs on the warn_uninit diagnostic (from David Glasser
65034              and Simon Cozens)
65035      Branch: perl
65036            ! pod/perldiag.pod
65037 ____________________________________________________________________________
65038 [  5966] By: gsar                                  on 2000/04/27  16:54:58
65039         Log: add testsuite for B backends, fix bug in B::Deparse (from
65040              Simon Cozens <simon@brecon.co.uk>)
65041      Branch: perl
65042            + t/lib/b.t
65043            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
65044 ____________________________________________________________________________
65045 [  5965] By: gsar                                  on 2000/04/27  16:10:37
65046         Log: avoid "will not stay shared" warnings for our variables (from
65047              Robin Barker)
65048      Branch: perl
65049            ! op.c t/pragma/warn/op
65050 ____________________________________________________________________________
65051 [  5964] By: gsar                                  on 2000/04/27  07:05:05
65052         Log: reformat to 72 columns (again)
65053      Branch: perl
65054            ! pod/perldiag.pod
65055 ____________________________________________________________________________
65056 [  5963] By: gsar                                  on 2000/04/27  06:28:31
65057         Log: patch from Larry to make (\&) prototype work; added tests for
65058              the same
65059      Branch: perl
65060            ! op.c t/comp/proto.t
65061 ____________________________________________________________________________
65062 [  5962] By: gsar                                  on 2000/04/27  06:15:47
65063         Log: updated README.hpux (from Jeff Okamoto)
65064      Branch: perl
65065            ! README.hpux
65066 ____________________________________________________________________________
65067 [  5961] By: gsar                                  on 2000/04/27  05:55:03
65068         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
65069      Branch: perl
65070            ! emacs/cperl-mode.el
65071 ____________________________________________________________________________
65072 [  5960] By: gsar                                  on 2000/04/27  05:49:26
65073         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
65074      Branch: perl
65075            ! INSTALL
65076 ____________________________________________________________________________
65077 [  5959] By: gsar                                  on 2000/04/27  05:33:41
65078         Log: doubled words in pods (from Simon Cozens
65079              <simon.p.cozens@jp.pwcglobal.com>)
65080      Branch: perl
65081            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
65082            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
65083            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
65084            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
65085            ! pod/perltootc.pod
65086 ____________________________________________________________________________
65087 [  5958] By: gsar                                  on 2000/04/27  05:11:39
65088         Log: change#3569 deleted some essential code, revert; avoid use of
65089              atexit() to make DynaLoader work properly on AIX under mod_perl
65090              (from Jens-Uwe Mager <jum@helios.de>)
65091      Branch: perl
65092            ! ext/DynaLoader/dl_aix.xs
65093 ____________________________________________________________________________
65094 [  5957] By: gsar                                  on 2000/04/27  04:54:51
65095         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
65096      Branch: perl
65097            ! pod/perlmod.pod
65098 ____________________________________________________________________________
65099 [  5956] By: gsar                                  on 2000/04/27  04:51:47
65100         Log: better diagnostics on failed tests (from Ilya Zakharevich)
65101      Branch: perl
65102            ! t/op/lex_assign.t
65103 ____________________________________________________________________________
65104 [  5955] By: gsar                                  on 2000/04/27  04:26:44
65105         Log: longstanding bug exposed by change#3307: sort arguments weren't
65106              compiled with the right wantarray context (ensuing runtime lookup
65107              via block_gimme() was getting the incidental context of the
65108              sort() itself)
65109      Branch: perl
65110            ! op.c t/op/sort.t
65111 ____________________________________________________________________________
65112 [  5954] By: gsar                                  on 2000/04/26  23:42:12
65113         Log: integrate cfgperl contents into mainline
65114      Branch: perl
65115           !> (integrate 30 files)
65116 ____________________________________________________________________________
65117 [  5953] By: jhi                                   on 2000/04/26  23:06:42
65118         Log: Integrate with Sarathy.
65119      Branch: cfgperl
65120           !> README.win32 ext/B/B/Deparse.pm
65121           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
65122           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
65123           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
65124           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
65125           !> utils/perldoc.PL vms/perlvms.pod
65126 ____________________________________________________________________________
65127 [  5952] By: jhi                                   on 2000/04/26  23:03:46
65128         Log: Undo "use integer" addition from 64bitint as it seems
65129              to break most of the subtests in Digital UNIX;
65130              Unicos needs to find another way.
65131      Branch: cfgperl
65132            ! t/op/64bitint.t
65133 ____________________________________________________________________________
65134 [  5951] By: jhi                                   on 2000/04/26  22:57:53
65135         Log: Be more robust on "extreme" (large absolute value)
65136              arguments.  Originally reported by Daniel Connelly
65137              as a problem with asinh() on large negative arguments,
65138              asinh() used to bail out because an argument to log()
65139              ended up being zero.  Ilya Zakharevich proposed using
65140              Taylor's series in such cases, which for such large
65141              arguments is a very good approximation.
65142      Branch: cfgperl
65143            ! lib/Math/Complex.pm t/lib/complex.t
65144 ____________________________________________________________________________
65145 [  5950] By: gsar                                  on 2000/04/25  19:13:12
65146         Log: reformat perldiag to avoid long lines
65147      Branch: perl
65148            ! pod/perldiag.pod
65149 ____________________________________________________________________________
65150 [  5949] By: gsar                                  on 2000/04/25  18:41:11
65151         Log: make perldoc use the pod2man from the same version (from
65152              M.J.T. Guy)
65153      Branch: perl
65154            ! utils/perldoc.PL
65155 ____________________________________________________________________________
65156 [  5948] By: gsar                                  on 2000/04/25  18:21:57
65157         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
65158              <kompas@kompas.usr.onet.pl>)
65159      Branch: perl
65160            ! lib/vars.pm
65161 ____________________________________________________________________________
65162 [  5947] By: gsar                                  on 2000/04/25  18:11:53
65163         Log: use &dl_error rather than &dl_load_file as the guard for calling
65164              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
65165              statically built perl)
65166      Branch: perl
65167            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
65168 ____________________________________________________________________________
65169 [  5946] By: jhi                                   on 2000/04/25  17:37:54
65170         Log: Document that tr() is not tr(1).
65171      Branch: cfgperl
65172            ! pod/perlop.pod
65173 ____________________________________________________________________________
65174 [  5945] By: gsar                                  on 2000/04/25  16:34:33
65175         Log: make module name mandatory after -M switch; reorder perldiag
65176              alphabetically (from Mark-Jason Dominus)
65177      Branch: perl
65178            ! perl.c pod/perldiag.pod
65179 ____________________________________________________________________________
65180 [  5944] By: jhi                                   on 2000/04/25  01:15:18
65181         Log: On second thoughts frexp() does have two arguments.
65182      Branch: cfgperl
65183            ! perl.h
65184 ____________________________________________________________________________
65185 [  5943] By: jhi                                   on 2000/04/24  22:56:32
65186         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
65187              Now pp_ncmp() returns undef is either operand is a NaN.
65188      Branch: cfgperl
65189            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65190            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
65191            ! vms/subconfigure.com vos/config.def vos/config.h
65192            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
65193            ! win32/config.vc win32/config_H.bc win32/config_H.gc
65194            ! win32/config_H.vc
65195      Branch: metaconfig/U/perl
65196            + d_modfl.U
65197 ____________________________________________________________________________
65198 [  5942] By: jhi                                   on 2000/04/24  19:45:17
65199         Log: Regen Configure to match #5937.
65200      Branch: cfgperl
65201            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65202            ! config_h.SH
65203      Branch: metaconfig
65204            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
65205 ____________________________________________________________________________
65206 [  5941] By: jhi                                   on 2000/04/24  19:24:11
65207         Log: Further Unicos fixes for Mark Lutz.
65208      Branch: cfgperl
65209            ! hints/unicos.sh pp_ctl.c
65210 ____________________________________________________________________________
65211 [  5940] By: jhi                                   on 2000/04/24  19:09:06
65212         Log: Various Unicos 10.0.0.6 fixes.
65213              
65214              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
65215              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
65216              Reply-To: tecmpl1@triton.ca.boeing.com 
65217              To: perl5-porters@perl.org 
65218              Date: Fri, 14 Apr 2000 20:21:00 GMT 
65219              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
65220      Branch: cfgperl
65221            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
65222 ____________________________________________________________________________
65223 [  5939] By: gsar                                  on 2000/04/24  19:01:24
65224         Log: more pod nits (from Larry Virden)
65225      Branch: perl
65226            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
65227            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
65228            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
65229 ____________________________________________________________________________
65230 [  5938] By: gsar                                  on 2000/04/24  18:54:01
65231         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
65232      Branch: perl
65233            ! ext/B/B/Deparse.pm
65234 ____________________________________________________________________________
65235 [  5937] By: jhi                                   on 2000/04/24  17:39:00
65236         Log: Integrate with Sarathy.
65237      Branch: cfgperl
65238           +> (branch 31 files)
65239           !> (integrate 73 files)
65240 ____________________________________________________________________________
65241 [  5936] By: gsar                                  on 2000/04/24  17:30:06
65242         Log: additional tests for change#5934 (from Paul Marquess, who also
65243              sent in the same fix)
65244      Branch: perl
65245            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
65246            ! t/pragma/warn/5nolint t/pragma/warn/6default
65247 ____________________________________________________________________________
65248 [  5935] By: jhi                                   on 2000/04/24  17:26:05
65249         Log: Do not assume sign propagation.
65250              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
65251              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
65252              To: payner@ncifcrf.gov, perl5-porters@perl.org 
65253              Date: Tue, 18 Apr 2000 18:24:49 +0100 
65254              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
65255      Branch: cfgperl
65256            ! t/op/bop.t t/op/misc.t
65257 ____________________________________________________________________________
65258 [  5934] By: gsar                                  on 2000/04/24  17:16:54
65259         Log: propagate lexical warnings from surrounding scope correctly
65260              within string eval()
65261      Branch: perl
65262            ! pp_ctl.c t/pragma/warn/pp_ctl
65263 ____________________________________________________________________________
65264 [  5933] By: jhi                                   on 2000/04/24  17:01:07
65265         Log: Flatten the cpp jungle doing the nosuid checking.
65266      Branch: cfgperl
65267            ! perl.c
65268 ____________________________________________________________________________
65269 [  5932] By: gsar                                  on 2000/04/24  09:08:14
65270         Log: add rsignal(), whichsig() and do_join() to public API list
65271              (mod_perl uses them to good advantage)
65272      Branch: perl
65273            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
65274 ____________________________________________________________________________
65275 [  5931] By: gsar                                  on 2000/04/24  09:01:40
65276         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
65277      Branch: perl
65278            ! pp_hot.c regexec.c t/op/pat.t
65279 ____________________________________________________________________________
65280 [  5930] By: gsar                                  on 2000/04/24  08:58:33
65281         Log: small os390 tweaks (from Peter Prymmer)
65282      Branch: perl
65283            ! config_h.SH makedepend.SH
65284 ____________________________________________________________________________
65285 [  5929] By: gsar                                  on 2000/04/24  08:55:25
65286         Log: pod nits
65287      Branch: perl
65288            ! pod/perlguts.pod
65289 ____________________________________________________________________________
65290 [  5928] By: gsar                                  on 2000/04/24  08:50:13
65291         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
65292      Branch: perl
65293            ! ext/IO/lib/IO/Poll.pm
65294 ____________________________________________________________________________
65295 [  5927] By: gsar                                  on 2000/04/24  08:43:24
65296         Log: arrange for next() to resume at the unstack op rather than the
65297              loop conditional, so that scope cleanup happens correctly
65298              (from Stephen McCamant)
65299      Branch: perl
65300            ! op.c pp_ctl.c t/op/misc.t
65301 ____________________________________________________________________________
65302 [  5926] By: gsar                                  on 2000/04/24  08:18:40
65303         Log: on windows, reserve 16M of stack rather than 128M (allows more
65304              threads to run concurrently)
65305      Branch: perl
65306            ! win32/Makefile win32/makefile.mk
65307 ____________________________________________________________________________
65308 [  5925] By: gsar                                  on 2000/04/24  08:13:52
65309         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
65310      Branch: perl
65311            ! toke.c
65312 ____________________________________________________________________________
65313 [  5924] By: gsar                                  on 2000/04/24  08:08:59
65314         Log: avoid using uninitialized memory in require version check
65315      Branch: perl
65316            ! pp_ctl.c universal.c
65317 ____________________________________________________________________________
65318 [  5923] By: gsar                                  on 2000/04/24  07:20:14
65319         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
65320      Branch: perl
65321            ! ext/IO/lib/IO/Poll.pm
65322 ____________________________________________________________________________
65323 [  5922] By: gsar                                  on 2000/04/24  07:08:42
65324         Log: commentary about IoTYPE() (from Nathan Torkington)
65325      Branch: perl
65326            ! sv.h
65327 ____________________________________________________________________________
65328 [  5921] By: gsar                                  on 2000/04/24  06:58:26
65329         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
65330              by fix
65331      Branch: perl
65332            ! sv.c t/lib/charnames.t t/pragma/utf8.t
65333 ____________________________________________________________________________
65334 [  5920] By: gsar                                  on 2000/04/24  06:37:59
65335         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
65336      Branch: perl
65337            ! doop.c t/op/ver.t
65338 ____________________________________________________________________________
65339 [  5919] By: gsar                                  on 2000/04/24  06:21:58
65340         Log: Configure might miss old directories when prefix must be
65341              expanded (from Robin Barker)
65342      Branch: metaconfig
65343            ! U/installdirs/inc_version_list.U
65344      Branch: perl
65345            ! Configure
65346 ____________________________________________________________________________
65347 [  5918] By: gsar                                  on 2000/04/24  06:16:11
65348         Log: VMS nits in glob() test (from Charles Lane)
65349      Branch: perl
65350            ! t/lib/glob-basic.t
65351 ____________________________________________________________________________
65352 [  5917] By: gsar                                  on 2000/04/24  06:11:56
65353         Log: various pod nits (from Larry Virden and others)
65354      Branch: perl
65355            ! README.amiga README.hpux README.machten README.os2
65356            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
65357            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
65358            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
65359            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
65360            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
65361            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
65362            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
65363            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
65364 ____________________________________________________________________________
65365 [  5916] By: gsar                                  on 2000/04/24  05:52:43
65366         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
65367              <wjones@tc.fluke.com>)
65368      Branch: perl
65369            ! t/lib/glob-basic.t
65370 ____________________________________________________________________________
65371 [  5915] By: gsar                                  on 2000/04/24  05:07:01
65372         Log: supported platforms mixed up
65373      Branch: perl
65374            ! pod/perl56delta.pod pod/perlport.pod
65375 ____________________________________________________________________________
65376 [  5914] By: gsar                                  on 2000/04/24  04:56:08
65377         Log: caller() wasn't returning the right number of elements for
65378              eval {...}
65379      Branch: perl
65380            ! pp_ctl.c t/pragma/warn/9enabled
65381 ____________________________________________________________________________
65382 [  5913] By: gsar                                  on 2000/04/24  04:35:41
65383         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
65384              Mark-Jason Dominus)
65385      Branch: perl
65386            ! pod/perlfunc.pod
65387 ____________________________________________________________________________
65388 [  5912] By: gsar                                  on 2000/04/24  04:17:15
65389         Log: fix totally broken caching in UNIVERSAL::isa() (from
65390              Nick Ing-Simmons)
65391      Branch: perl
65392            ! t/op/universal.t universal.c
65393 ____________________________________________________________________________
65394 [  5911] By: gsar                                  on 2000/04/24  03:39:47
65395         Log: add linebreak properties from unicode/LineBrk.txt (from
65396              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
65397      Branch: perl
65398            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
65399            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
65400            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
65401            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
65402            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
65403            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
65404            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
65405            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
65406            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
65407            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
65408            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
65409            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
65410            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
65411            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
65412            + lib/unicode/Is/LbrkZW.pl
65413            ! lib/unicode/mktables.PL
65414 ____________________________________________________________________________
65415 [  5910] By: gsar                                  on 2000/04/24  03:23:10
65416         Log: typo in pod
65417      Branch: perl
65418            ! ext/Thread/Thread.pm
65419 ____________________________________________________________________________
65420 [  5909] By: gsar                                  on 2000/04/24  03:22:03
65421         Log: mode argument to do_binmode() should be file mode, not boolean
65422      Branch: perl
65423            ! pp_sys.c
65424 ____________________________________________________________________________
65425 [  5908] By: gsar                                  on 2000/04/16  16:51:08
65426         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
65427              always returns a valid GV even when the symbol is trapped by strictures
65428              (avoids coredumps)
65429              
65430              TODO: the C<package;> hack needs similar treatment
65431      Branch: perl
65432            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
65433            ! t/pragma/strict-vars
65434 ____________________________________________________________________________
65435 [  5907] By: jhi                                   on 2000/03/31  23:42:56
65436         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
65437              an assumption which #5905 demolished.
65438      Branch: cfgperl
65439            ! pp_sys.c
65440 ____________________________________________________________________________
65441 [  5906] By: jhi                                   on 2000/03/31  18:54:37
65442         Log: Typo in #5905.
65443      Branch: cfgperl
65444            ! t/op/64bitint.t
65445 ____________________________________________________________________________
65446 [  5905] By: jhi                                   on 2000/03/31  18:50:54
65447         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
65448              reported by Joseph N. Hall.  The bug was that even with use64bitint
65449              one had to use the prefixes q, L, or ll with printf/sprintf,
65450              contrary to the documentation and common sense.
65451      Branch: cfgperl
65452            ! sv.c t/op/64bitint.t
65453 ____________________________________________________________________________
65454 [  5904] By: gsar                                  on 2000/03/28  02:31:32
65455         Log: add Changes, perldelta.pod
65456      Branch: perl
65457            + Changes pod/perldelta.pod
65458 ____________________________________________________________________________
65459 [  5903] By: gsar                                  on 2000/03/28  02:03:55
65460         Log: rename Changes and perldelta.pod
65461      Branch: perl
65462           +> Changes5.6 pod/perl56delta.pod
65463            - Changes pod/perldelta.pod
65464            ! MANIFEST
65465 ____________________________________________________________________________
65466 [  5902] By: gsar                                  on 2000/03/28  01:59:14
65467         Log: create maint-5.6 branch
65468      Branch: maint-5.6/perl
65469           +> (branch 1611 files)
65470 ____________________________________________________________________________
65471 [  5901] By: jhi                                   on 2000/03/23  05:48:43
65472         Log: Integrate with Sarathy.
65473      Branch: cfgperl
65474           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
65475 ____________________________________________________________________________
65476 [  5900] By: gsar                                  on 2000/03/23  05:42:43
65477         Log: three guesses on what this is :-)
65478      Branch: perl
65479            ! Changes